Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26134 - Can't emerge rezound-0.8.3-beta, SRC_URI is broken
Summary: Can't emerge rezound-0.8.3-beta, SRC_URI is broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-07 09:59 UTC by Javier López
Modified: 2003-08-07 11:33 UTC (History)
0 users

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 Javier López 2003-08-07 09:59:23 UTC
I fixed it changing in rezound-0.8.3-beta.ebuild the line:

SRC_URI="http://unc.dl.sourceforge.net/sourceforge/rezound/${MY_P}.tar.gz"

to:

SRC_URI="mirror://sourceforge/rezound/${MY_P}.tar.gz"



Reproducible: Always
Steps to Reproduce:
1. emerge rezound
2.
3.

Actual Results:  
# emerge rezound
Calculating dependencies ...done!
>>> emerge (1 of 1) media-sound/rezound-0.8.3_beta to /
>>> Downloading ftp://ftp.easynet.nl/mirror/gentoo///distfiles/rezound-0.8.3beta
.tar.gz
--18:49:44--  ftp://ftp.easynet.nl/mirror/gentoo/distfiles/rezound-0.8.3beta.tar
.gz
           => `/home/gentoo/portage/distfiles/rezound-0.8.3beta.tar.gz'
Resolving ftp.easynet.nl... done.
Connecting to ftp.easynet.nl[195.86.128.57]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /mirror/gentoo/distfiles ... done.
==> PASV ... done.    ==> RETR rezound-0.8.3beta.tar.gz ...
No such file `rezound-0.8.3beta.tar.gz'.

>>> Downloading http://ftp.easynet.nl/mirror/gentoo///distfiles/rezound-0.8.3bet 
                                           a.tar.gz
--18:49:56--  http://ftp.easynet.nl/mirror/gentoo/distfiles/rezound-0.8.3beta.ta 
                                           r.gz
           => `/home/gentoo/portage/distfiles/rezound-0.8.3beta.tar.gz'
Resolving ftp.easynet.nl... done.
Connecting to ftp.easynet.nl[195.86.128.57]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
18:49:56 ERROR 404: Not Found.

>>> Downloading http://unc.dl.sourceforge.net/sourceforge/rezound/rezound-0.8.3b 
                                           eta.tar.gz
--18:49:56--  http://unc.dl.sourceforge.net/sourceforge/rezound/rezound-0.8.3bet 
                                           a.tar.gz
           => `/home/gentoo/portage/distfiles/rezound-0.8.3beta.tar.gz'
Resolving unc.dl.sourceforge.net... done.
Connecting to unc.dl.sourceforge.net[152.2.210.121]:80... connected.
HTTP request sent, awaiting response...
18:54:39 ERROR -1: No data received.

!!! Couldn't download rezound-0.8.3beta.tar.gz. Aborting.

Expected Results:  
download rezound-0.8.3beta.tar.gz
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-08-07 11:33:07 UTC
fixed