The `spell` use flag (which was enabled by default) pulls in `app-text/enchant:2.6.1`. This package cannot be found on github.com and mirrors. The GitHub repository does not have full releases, but only tags. `emerge` fails to download the source code and the emerging process stops. Disabling the use flag and re-merging works.
Please show the full log.
This would make it a bug in enchant, not every package which depends on enchant.
FWIW, it seems to be on mirrors: ``` $ DISTDIR=/tmp e enchant-2.6.1.ebuild clean fetch Appending /home/sam/git/gentoo to PORTDIR_OVERLAY... >>> Downloading 'https://www.mirrorservice.org/sites/distfiles.gentoo.org/distfiles/layout.conf' --2024-11-06 15:07:32-- https://www.mirrorservice.org/sites/distfiles.gentoo.org/distfiles/layout.conf Resolving www.mirrorservice.org... 212.219.56.184, 2001:630:341:12::184 Connecting to www.mirrorservice.org|212.219.56.184|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 38 Saving to: ‘/tmp/.layout.conf.www.mirrorservice.org.__download__’ /tmp/.layout.conf.www.mirrorservice.org.__down 100%[==================================================================================================>] 38 --.-KB/s in 0s 2024-11-06 15:07:32 (61.4 MB/s) - ‘/tmp/.layout.conf.www.mirrorservice.org.__download__’ saved [38/38] >>> Downloading 'https://www.mirrorservice.org/sites/distfiles.gentoo.org/distfiles/b3/enchant-2.6.1.tar.gz' --2024-11-06 15:07:32-- https://www.mirrorservice.org/sites/distfiles.gentoo.org/distfiles/b3/enchant-2.6.1.tar.gz Resolving www.mirrorservice.org... 212.219.56.184, 2001:630:341:12::184 Connecting to www.mirrorservice.org|212.219.56.184|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1014436 (991K) [application/x-gzip] Saving to: ‘/tmp/enchant-2.6.1.tar.gz.__download__’ /tmp/enchant-2.6.1.tar.gz.__download__ 100%[==================================================================================================>] 990.66K --.-KB/s in 0.1s 2024-11-06 15:07:33 (8.35 MB/s) - ‘/tmp/enchant-2.6.1.tar.gz.__download__’ saved [1014436/1014436] * enchant-2.6.1.tar.gz BLAKE2B SHA512 size ;-) ... ``` but I agree that SRC_URI looks like it doesn't work anymore. The assets are only available on reuben's repo.
Does that mean that my mirror list just doesn't contain any servers that still serve the file? And your mirror service just happens to have cached the file. Is `emerge --info` still needed?