Created attachment 908041 [details] build log Version 2.7-r1 fails to build due to the source archive not being available anymore. Ran `emerge --ask sys-libs/liburing`.
Indeed, it looks like https://git.kernel.dk/cgit/liburing/snapshots/ got disabled and we now need to switch over to https://github.com/axboe/liburing/releases. But it also looks like you are using an stale mirror, the liburing 2.7 distfile should be available since a while on all Gentoo mirrors, e.g. https://ftp.fau.de/gentoo/distfiles/c6/liburing-2.7.tar.bz2
I can confirm and tried with GENTOO_MIRRORS="" in make.conf, too. These are the packages that would be fetched, in order: Calculating dependencies... done! Dependency resolution took 1.34 s (backtrack: 0/20). [ebuild R ] sys-libs/liburing-2.7-r1:0/2::gentoo USE="-examples -static-libs -test" ABI_X86="(64) -32 (-x32)" 247 KiB Total: 1 package (1 reinstall), Size of downloads: 247 KiB >>> Fetching (1 of 1) sys-libs/liburing-2.7-r1::gentoo >>> Downloading 'https://git.kernel.dk/cgit/liburing/snapshot/liburing-2.7.tar.bz2' --2024-12-09 19:31:13-- https://git.kernel.dk/cgit/liburing/snapshot/liburing-2.7.tar.bz2 Resolving git.kernel.dk... 96.43.243.2 Connecting to git.kernel.dk|96.43.243.2|:443... connected. HTTP request sent, awaiting response... 400 Bad request 2024-12-09 19:31:14 ERROR 400: Bad request. !!! Couldn't download 'liburing-2.7.tar.bz2'. Aborting. >>> Failed to emerge sys-libs/liburing-2.7-r1 * * The following package has failed to build, install, or execute postinst: * * (sys-libs/liburing-2.7-r1:0/2::gentoo, ebuild scheduled for merge) *
(In reply to rogge from comment #2) > I can confirm and tried with GENTOO_MIRRORS="" in make.conf, too. > I think blanking it is different from the default (which is distfiles.gentoo.org), see https://bugs.gentoo.org/946175#c1.