Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27859 - fortune-mod-sp-fortunes unable to download
Summary: fortune-mod-sp-fortunes unable to download
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-03 07:28 UTC by Kevin Lacquement
Modified: 2003-09-03 12:14 UTC (History)
0 users

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


Attachments
A patch to fix the filename (sp-diff,734 bytes, patch)
2003-09-03 07:30 UTC, Kevin Lacquement
Details | Diff
Updated patch (sp-diff,653 bytes, patch)
2003-09-03 07:33 UTC, Kevin Lacquement
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Lacquement 2003-09-03 07:28:47 UTC
When I emerge fortune-mod-sp-fortunes, I get several errors about files not
found, then an abort.

Reproducible: Always
Steps to Reproduce:
1. emerge fortune-mod-SP-0.1.tar.gz

Actual Results:  

Calculating dependencies ...done!
>>> emerge (1 of 1) app-games/fortune-mod-sp-fortunes-0.1 to /
>>> Downloading http://adelie.polymtl.ca//distfiles/fortune-mod-SP-0.1.tar.gz
--21:20:43--  http://adelie.polymtl.ca//distfiles/fortune-mod-SP-0.1.tar.gz
           => `/usr/portage/distfiles/fortune-mod-SP-0.1.tar.gz'
Resolving adelie.polymtl.ca... done.
Connecting to adelie.polymtl.ca[132.207.4.160]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
21:20:43 ERROR 404: Not Found.

>>> Downloading
http://ftp.snt.utwente.nl/pub/os/linux/gentoo/distfiles/fortune-mod-SP-0.1.tar.gz
--21:20:43-- 
http://ftp.snt.utwente.nl/pub/os/linux/gentoo/distfiles/fortune-mod-SP-0.1.tar.gz
           => `/usr/portage/distfiles/fortune-mod-SP-0.1.tar.gz'
Resolving ftp.snt.utwente.nl... done.
Connecting to ftp.snt.utwente.nl[130.89.175.1]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
21:20:44 ERROR 404: Not Found.

>>> Downloading
ftp://ftp.ussg.iu.edu/pub/linux/gentoo/distfiles/fortune-mod-SP-0.1.tar.gz
--21:20:44-- 
ftp://ftp.ussg.iu.edu/pub/linux/gentoo/distfiles/fortune-mod-SP-0.1.tar.gz
           => `/usr/portage/distfiles/fortune-mod-SP-0.1.tar.gz'
Resolving ftp.ussg.iu.edu... done.
Connecting to ftp.ussg.iu.edu[129.79.6.12]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /pub/linux/gentoo/distfiles ... done.
==> PASV ... done.    ==> RETR fortune-mod-SP-0.1.tar.gz ...
No such file `fortune-mod-SP-0.1.tar.gz'.

>>> Downloading
ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo/distfiles/fortune-mod-SP-0.1.tar.gz
--21:20:45-- 
ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo/distfiles/fortune-mod-SP-0.1.tar.gz
           => `/usr/portage/distfiles/fortune-mod-SP-0.1.tar.gz'
Resolving ftp.gtlib.cc.gatech.edu... done.
Connecting to ftp.gtlib.cc.gatech.edu[130.207.108.134]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /pub/gentoo/distfiles ... done.
==> PASV ... done.    ==> RETR fortune-mod-SP-0.1.tar.gz ...
No such file `fortune-mod-SP-0.1.tar.gz'.

>>> Downloading http://eol.init1.nl/img/fortune-mod-SP-0.1.tar.gz
--21:20:46--  http://eol.init1.nl/img/fortune-mod-SP-0.1.tar.gz
           => `/usr/portage/distfiles/fortune-mod-SP-0.1.tar.gz'
Resolving eol.init1.nl... done.
Connecting to eol.init1.nl[217.77.141.129]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
21:20:47 ERROR 404: Not Found.

!!! Couldn't download fortune-mod-SP-0.1.tar.gz. Aborting.


Expected Results:  
Successful emerge of fortune-mod-sp-fortunes

The ebuild is trying to download a file called 'fortune-mod-SP-0.1.tar.gz'. 
However, the file name is actually SP-0.1.tar.gz.
Comment 1 Kevin Lacquement 2003-09-03 07:30:36 UTC
Created attachment 17000 [details, diff]
A patch to fix the filename
Comment 2 Kevin Lacquement 2003-09-03 07:33:57 UTC
Created attachment 17001 [details, diff]
Updated patch

The original patch was broken, as it had commented-out lines from the original.
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2003-09-03 12:14:09 UTC
Fixed in CVS.  Thanks for the bug report and patch Kevin.