[2025-05-17T00:23:56Z] drmcstsr: it looks like gcc depends on it so I think it will [2025-05-17T00:24:22Z] uhhh no idea if you read the logs but I like instantly answered right after you quit lol [2025-05-17T00:24:31Z] in case I'm just gonna say it again [2025-05-17T00:24:32Z] drmcstsr: it looks like gcc depends on it so I think it will [2025-05-17T00:25:09Z] how does it fail? [2025-05-17T00:25:40Z] in doubt you can go to the package definition using `kiss search gmp` and cd'ing to the first result [2025-05-17T00:25:44Z] check the sources file [2025-05-17T00:26:39Z] i cant connect to gmplib dot org without using a proxy for some reason [2025-05-17T00:28:15Z] weird [2025-05-17T00:28:22Z] where are you located if I might ask? [2025-05-17T00:28:54Z] in any case you should be able to fork the package and edit the source yourself [2025-05-17T00:29:18Z] a bit annoying but it doesn't look like it gets updated often [2025-05-17T00:30:40Z] there's a mirror over at ftp.gnu.org according to the website [2025-05-17T00:30:59Z] so basically you have to do the following steps [2025-05-17T00:31:49Z] i am located in russia, but it is still very strange that only this one gnu-related site is failing [2025-05-17T00:31:50Z] if it's not already the case, set up a new repo: make a directory somewhere and in your `.profile` or equivalent script append its absolute path to `KISS_PATH` [2025-05-17T00:32:14Z] then cd in that path and run `kiss fork gmp`, cd into its dir and edit the sources file to point to https://ftp.gnu.org/gnu/gmp/gmp-6.3.0.tar.xz [2025-05-17T00:32:38Z] oh right sorry you should not append, but put it in the start of the path [2025-05-17T00:32:40Z] it works like `PATH` [2025-05-17T00:32:50Z] since you want to override packages [2025-05-17T00:33:24Z] then you can try `kiss download gmp` and see if it works. If there's any checksum difference (hopefully not), you can run `kiss checksum gmp` [2025-05-17T00:34:18Z] Regarding your location, that's weird indeed. I'm not aware of GNU stuff blocking Russia. [2025-05-17T00:35:12Z] tell me if this fixes your issue [2025-05-17T00:37:40Z] yup, it worked like a charm [2025-05-17T00:37:54Z] thanks [2025-05-17T00:40:24Z] yw! [2025-05-17T00:47:09Z] You said that i should edit .profile and the wiki also only mentions .profile. But is it okay to use /etc/profile? [2025-05-17T00:52:12Z] I use .yash_profile, so I think that anything is fair game, as long as it works [2025-05-17T00:52:27Z] you really just need to export `KISS_PATH` somewhere [2025-05-17T00:52:40Z] I think it depends on the shell you're using really