Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32245 - ftp.mozilla.org paths
Summary: ftp.mozilla.org paths
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-29 00:13 UTC by Justin Huff
Modified: 2011-10-30 22:18 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 Justin Huff 2003-10-29 00:13:09 UTC
So, it seems like the ftp.mozilla.org server reorged themselves breaking the
URLs in several ebuilds.  If you disable mirrors for a sec and try to emerge,
say, nspr:
------------------------------------
>>> emerge (1 of 1) dev-libs/nspr-4.3 to /
>>> Downloading ftp://ftp.mozilla.org/pub/nspr/releases/v4.3/src/nspr-4.3.tar.gz
--00:04:07--  ftp://ftp.mozilla.org/pub/nspr/releases/v4.3/src/nspr-4.3.tar.gz
           => `/usr/portage/distfiles/nspr-4.3.tar.gz'
Resolving ftp.mozilla.org... done.
Connecting to ftp.mozilla.org[128.193.0.3]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /pub/nspr/releases/v4.3/src ...
No such directory `pub/nspr/releases/v4.3/src'.
------------------------------------
Note the URL:
ftp://ftp.mozilla.org/pub/nspr/releases/v4.3/src/nspr-4.3.tar.gz
is incorrect, the correct one is:
ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.3/src/nspr-4.3.tar.gz
the mozilla, nspr, and nss ebuilds show this issue and maybe more.

The only reason I noticed this is that a friend's gentoo box wasn't hitting
mirrors for some reason...

Reproducible: Always
Steps to Reproduce:
Comment 1 Brad Laue (RETIRED) gentoo-dev 2003-10-30 22:11:21 UTC
The mozilla ebuilds themselves should have been revised to supply the new
SRC_URI. Which ones in particular are failing? 

Will update the nspr ebuild, as this should belong to the mozilla herd along
with nss anyway. Thanks!
Comment 2 Justin Huff 2003-10-30 22:55:34 UTC
mozilla proper is fine, however it seems that

net-mail/mozilla-thunderbird
net-www/mozilla-firebird
net-www/mozilla-firebird-bin
dev-libs/nss

all have the same issue as nspr

thanks!
Comment 3 Aron Griffis (RETIRED) gentoo-dev 2004-04-19 19:38:11 UTC
This issue appears to be fixed in all the current ebuilds, thanks