Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 379775 - sys-kernel/rt-sources-3.0.1_p11 Fails to fetch
Summary: sys-kernel/rt-sources-3.0.1_p11 Fails to fetch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Stratos Psomadakis (RETIRED)
URL:
Whiteboard:
Keywords:
: 379669 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-08-18 19:17 UTC by John (EBo) David
Modified: 2011-08-20 12:33 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 John (EBo) David 2011-08-18 19:17:47 UTC
The ebuild for sys-kernel/rt-sources-3.0.1_p11 is looking for the following patch:

http://www.at.kernel.org/pub/linux/kernel/projects/rt/3.0.1/patch-3.0.1-rt11.patch.bz2

It actually exists in the directory one up:

http://www.at.kernel.org/pub/linux/kernel/projects/rt/patch-3.0.1-rt11.patch.bz2

this of course causes the ebuild to fail.  I believe the diff is basically as follows:

- RT_URI="mirror://kernel/linux/kernel/projects/rt/${RT_KERNEL}/${RT_FILE}"
+ RT_URI="mirror://kernel/linux/kernel/projects/rt/${RT_FILE}"
Comment 1 Agostino Sarubbo gentoo-dev 2011-08-18 22:22:52 UTC
More verbose info:

>>> Downloading 'http://distfiles.gentoo.org/distfiles/patch-3.0.1-rt11.patch.bz2'
--2011-08-19 00:15:28--  http://distfiles.gentoo.org/distfiles/patch-3.0.1-rt11.patch.bz2
Resolving distfiles.gentoo.org... 137.226.34.42, 140.211.166.134, 149.20.20.135, ...
Connecting to distfiles.gentoo.org|137.226.34.42|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2011-08-19 00:15:28 ERROR 404: Not Found.

>>> Downloading 'http://www.at.kernel.org/pub/linux/kernel/projects/rt/3.0.1/patch-3.0.1-rt11.patch.bz2'
--2011-08-19 00:15:28--  http://www.at.kernel.org/pub/linux/kernel/projects/rt/3.0.1/patch-3.0.1-rt11.patch.bz2
Resolving www.at.kernel.org... 193.198.184.21, 193.206.140.34, 200.144.190.125, ...
Connecting to www.at.kernel.org|193.198.184.21|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2011-08-19 00:15:29 ERROR 404: Not Found.

>>> Downloading 'http://www.us.kernel.org/pub/linux/kernel/projects/rt/3.0.1/patch-3.0.1-rt11.patch.bz2'
--2011-08-19 00:15:29--  http://www.us.kernel.org/pub/linux/kernel/projects/rt/3.0.1/patch-3.0.1-rt11.patch.bz2
Resolving www.us.kernel.org... 146.137.96.15, 155.98.64.81, 208.69.120.79, ...
Connecting to www.us.kernel.org|146.137.96.15|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2011-08-19 00:15:30 ERROR 404: Not Found.

>>> Downloading 'http://www.de.kernel.org/pub/linux/kernel/projects/rt/3.0.1/patch-3.0.1-rt11.patch.bz2'
--2011-08-19 00:15:30--  http://www.de.kernel.org/pub/linux/kernel/projects/rt/3.0.1/patch-3.0.1-rt11.patch.bz2
Resolving www.de.kernel.org... 195.71.68.86, 62.201.161.85, 80.237.136.138, ...
Connecting to www.de.kernel.org|195.71.68.86|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2011-08-19 00:15:30 ERROR 404: Not Found.

>>> Downloading 'http://www.kernel.org/pub/linux/kernel/projects/rt/3.0.1/patch-3.0.1-rt11.patch.bz2'
--2011-08-19 00:15:30--  http://www.kernel.org/pub/linux/kernel/projects/rt/3.0.1/patch-3.0.1-rt11.patch.bz2
Resolving www.kernel.org... 149.20.20.133, 149.20.4.69
Connecting to www.kernel.org|149.20.20.133|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2011-08-19 00:15:31 ERROR 404: Not Found.

>>> Downloading 'http://www.uk.kernel.org/pub/linux/kernel/projects/rt/3.0.1/patch-3.0.1-rt11.patch.bz2'
--2011-08-19 00:15:31--  http://www.uk.kernel.org/pub/linux/kernel/projects/rt/3.0.1/patch-3.0.1-rt11.patch.bz2
Resolving www.uk.kernel.org... 195.242.213.111, 212.110.161.109, 212.219.56.134, ...
Connecting to www.uk.kernel.org|195.242.213.111|:80... failed: Connection timed out.
Connecting to www.uk.kernel.org|212.110.161.109|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2011-08-19 00:16:31 ERROR 404: Not Found.

>>> Downloading 'http://www.fr.kernel.org/pub/linux/kernel/projects/rt/3.0.1/patch-3.0.1-rt11.patch.bz2'
--2011-08-19 00:16:31--  http://www.fr.kernel.org/pub/linux/kernel/projects/rt/3.0.1/patch-3.0.1-rt11.patch.bz2
Resolving www.fr.kernel.org... 91.121.124.139, 91.121.125.139
Connecting to www.fr.kernel.org|91.121.124.139|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2011-08-19 00:16:31 ERROR 404: Not Found.

!!! Couldn't download 'patch-3.0.1-rt11.patch.bz2'. Aborting.
 * Fetch failed for 'sys-kernel/rt-sources-3.0.1_p11'
Comment 2 Stratos Psomadakis (RETIRED) gentoo-dev 2011-08-19 14:02:39 UTC
Sorry about that. It should be fixed now.
Comment 3 Stratos Psomadakis (RETIRED) gentoo-dev 2011-08-20 12:33:46 UTC
*** Bug 379669 has been marked as a duplicate of this bug. ***