Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 557040 - =www-client/firefox-bin-38.1.1: fetch from ftp.mozilla.org fails
Summary: =www-client/firefox-bin-38.1.1: fetch from ftp.mozilla.org fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
: 557146 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-08-08 14:17 UTC by Willard Dawson
Modified: 2016-06-07 22:51 UTC (History)
4 users (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.
Comment 1 Pastafarianist 2015-08-08 14:21:04 UTC
I am getting a different error.

https://bpaste.net/show/034b7a666059

Connecting to ftp.mozilla.org|63.245.215.46|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD (1) /pub/mozilla.org/firefox/releases//38.1.1esr/linux-i686/xpi ... 
No such directory ‘pub/mozilla.org/firefox/releases//38.1.1esr/linux-i686/xpi’.
Comment 2 Alex Legler (RETIRED) archtester gentoo-dev Security 2015-08-09 16:26:25 UTC
*** Bug 557146 has been marked as a duplicate of this bug. ***
Comment 3 gulbuhar 2015-08-09 21:06:28 UTC
Im getting similar error using wget, aria2c works but its extremely slow, takes 2/3 hour to download 50 mb 

>>> Downloading 'ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/38.1.1esr/linux-x86_64/en-US/firefox-38.1.1esr.tar.bz2'
--2015-08-10 01:26:00--  ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/38.1.1esr/linux-x86_64/en-US/firefox-38.1.1esr.tar.bz2
           => ‘/usr/portage/distfiles/firefox-bin_x86_64-38.1.1.tar.bz2’
Resolving ftp.mozilla.org... 63.245.215.56, 63.245.215.46
Connecting to ftp.mozilla.org|63.245.215.56|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD (1) /pub/mozilla.org/firefox/releases/38.1.1esr/linux-x86_64/en-US ... 
No such directory ‘pub/mozilla.org/firefox/releases/38.1.1esr/linux-x86_64/en-US’.

!!! Couldn't download 'firefox-bin_x86_64-38.1.1.tar.bz2'. Aborting.
 * Fetch failed for 'www-client/firefox-bin-38.1.1', Log file:
 *  '/var/tmp/portage/www-client/firefox-bin-38.1.1/temp/build.log'
Comment 4 Ian Stakenvicius (RETIRED) gentoo-dev 2015-08-10 00:04:10 UTC
I committed updated ebuilds earlier today with the new "archive.mozilla.org" url, but as gentoo has just migratred the repository from CVS to git I don't know if there will be any further delay in those changes getting to end-users via the usual 'emerge --sync' or not..  

IN the meantine, you can do:

cd ${DISTDIR:-/usr/portage/distfiles}
emerge -pf firefox \
|sed -e 's#ftp://ftp.mozilla#http://archive.mozilla#g' \
|wget -i -
Comment 5 Jonas Stein gentoo-dev 2016-06-07 22:12:30 UTC
can we close this bug report?
Comment 6 Willard Dawson 2016-06-07 22:32:37 UTC
(In reply to Jonas Stein from comment #5)
> can we close this bug report?

Please do.
Comment 7 Ian Stakenvicius (RETIRED) gentoo-dev 2016-06-07 22:51:51 UTC
Definitely.