Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54129 - the ebuild of mozilla-firefox contains a bad url for download it
Summary: the ebuild of mozilla-firefox contains a bad url for download it
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-16 14:55 UTC by David
Modified: 2004-06-16 17:51 UTC (History)
0 users

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


Attachments
the ebuild fixed (mozilla-firefox-0.9.ebuild,8.33 KB, text/plain)
2004-06-16 15:17 UTC, David
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David 2004-06-16 14:55:49 UTC
whith this url fails the download ==>
http://ftp.mozilla.org/pub/firefox/releases/0.9/firefox-0.9-source.tar.bz2



this is the really url to download mozilla http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/0.9/firefox-0.9-source.tar.bz2

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

Actual Results:  
Error: The file was not found on the server!

>>> Downloading
http://distro.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/firefox-0.9-source.tar.bz2


Expected Results:  
>>> Downloading
http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/0.9/firefox-0.9-source.tar.bz2
Comment 1 David 2004-06-16 15:17:14 UTC
Created attachment 33399 [details]
the ebuild fixed

I added mozilla.org in the url
Comment 2 Aron Griffis (RETIRED) gentoo-dev 2004-06-16 17:51:33 UTC
depends on what mirror you hit.  They've been moving things around.

Anyway, I fixed the ebuild to check both possible locations.  Thanks for the bug report.