Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 462386 - dev-libs/libaio fails to download src files; SRC URI is now an empty directory
Summary: dev-libs/libaio fails to download src files; SRC URI is now an empty directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
: 493758 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-03-19 23:43 UTC by Chris Slycord
Modified: 2014-03-27 02:53 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Slycord 2013-03-19 23:43:28 UTC
In the ebuild for libaio-0.3.109-r4 the URI used is
SRC_URI="mirror://kernel/linux/libs/aio/${P}.tar.bz2"

But https://www.kernel.org/pub/linux/libs/aio/ is empty. It contains no files and as such when portage attempts to download/install this, it complains with

>>> Downloading 'http://distfiles.gentoo.org/distfiles/libaio-0.3.109.tar.bz2'
--2013-03-19 16:31:49--  http://distfiles.gentoo.org/distfiles/libaio-0.3.109.tar.bz2
Resolving distfiles.gentoo.org... 127.0.0.1
Connecting to distfiles.gentoo.org|127.0.0.1|:80... failed: Connection refused.
>>> Downloading 'http://www.kernel.org/pub/linux/libs/aio/libaio-0.3.109.tar.bz2'
--2013-03-19 16:31:49--  http://www.kernel.org/pub/linux/libs/aio/libaio-0.3.109.tar.bz2
Resolving www.kernel.org... 149.20.20.133, 198.145.20.140
Connecting to www.kernel.org|149.20.20.133|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.kernel.org/pub/linux/libs/aio/libaio-0.3.109.tar.bz2 [following]
--2013-03-19 16:31:50--  https://www.kernel.org/pub/linux/libs/aio/libaio-0.3.109.tar.bz2
Connecting to www.kernel.org|149.20.20.133|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2013-03-19 16:31:50 ERROR 404: Not Found.

!!! Couldn't download 'libaio-0.3.109.tar.bz2'. Aborting.
^[[31;01m * ^[[39;49;00mFetch failed for 'dev-libs/libaio-0.3.109-r4', Log file:
^[[31;01m * ^[[39;49;00m '/var/tmp/portage/dev-libs/libaio-0.3.109-r4/temp/build.log'

Reproducible: Always
Comment 1 Michael Palimaka (kensington) gentoo-dev 2013-04-08 13:04:48 UTC
I am having trouble locating if/where upstream keeps their tarballs now. As a workaround you can use the Gentoo mirrors.
Comment 2 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-07-17 12:53:49 UTC
(In reply to Michael Palimaka (kensington) from comment #1)
> I am having trouble locating if/where upstream keeps their tarballs now. As
> a workaround you can use the Gentoo mirrors.

http://comments.gmane.org/gmane.linux.kernel.aio.general/3056
Comment 3 SpanKY gentoo-dev 2014-03-27 02:44:09 UTC
*** Bug 493758 has been marked as a duplicate of this bug. ***
Comment 4 SpanKY gentoo-dev 2014-03-27 02:53:18 UTC
those release tarballs don't exist anymore.  you need your GENTOO_MIRRORS set to a correct value in order for your system to function correctly.

that said, there's finally a new release (0.3.110), and that has a valid upstream URI which will be used.