Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 942963 - sys-libs/liburing: wrong SRC_URI
Summary: sys-libs/liburing: wrong SRC_URI
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Florian Schmaus
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-06 21:42 UTC by gentoo.qqsge
Modified: 2024-12-09 21:47 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build log (build.log,2.79 KB, text/x-log)
2024-11-06 21:42 UTC, gentoo.qqsge
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gentoo.qqsge 2024-11-06 21:42:04 UTC
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`.
Comment 1 Florian Schmaus gentoo-dev 2024-11-12 10:15:27 UTC
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
Comment 2 rogge 2024-12-09 18:32:42 UTC
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)
 *
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-12-09 21:47:05 UTC
(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.