Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11718 - Problems Fetching mozilla 1.2.1 (not at ibiblio, ftp resume breakage, md5sum...)
Summary: Problems Fetching mozilla 1.2.1 (not at ibiblio, ftp resume breakage, md5sum...)
Status: RESOLVED DUPLICATE of bug 11393
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-07 09:32 UTC by FieldySnuts
Modified: 2011-10-30 22:20 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 FieldySnuts 2002-12-07 09:32:44 UTC
(if this should be an ebuild bug and not a portage bug, please tell me)

I'm having problems emerging mozilla 1.2.1.

# emerge -b mozilla
Calculating dependencies ...done!
>>> emerge (1 of 1) net-www/mozilla-1.2.1 to /
>>> Downloading
http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/mozilla-source-1.2.1.tar.bz2
--10:28:23-- 
http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/mozilla-source-1.2.1.tar.bz2
           => `/usr/portage/distfiles/mozilla-source-1.2.1.tar.bz2'
Resolving www.ibiblio.org... done.
Connecting to www.ibiblio.org[152.2.210.81]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
10:28:23 ERROR 404: Not Found.

>>> Downloading
ftp://ftp.mozilla.org/pub/mozilla/releases/mozilla1.2.1/src/mozilla-source-1.2.1.tar.bz2
--10:28:23-- 
ftp://ftp.mozilla.org/pub/mozilla/releases/mozilla1.2.1/src/mozilla-source-1.2.1.tar.bz2
           => `/usr/portage/distfiles/mozilla-source-1.2.1.tar.bz2'
Resolving ftp.mozilla.org... done.
Connecting to ftp.mozilla.org[207.200.85.49]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /pub/mozilla/releases/mozilla1.2.1/src ... done.
==> PASV ... done.    ==> RETR mozilla-source-1.2.1.tar.bz2 ... done.
Length: 30,919,648 (unauthoritative)

 0% [                                                                   ] 13,400
        4.20K/s  ETA 1:59:53Killed

So first off, it isn't at ibiblio. I killed this manually, now let's try to resume:

# emerge -b mozilla
Calculating dependencies ...done!
>>> emerge (1 of 1) net-www/mozilla-1.2.1 to /
>>> Resuming download...
>>> Downloading
http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/mozilla-source-1.2.1.tar.bz2
--10:29:18-- 
http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/mozilla-source-1.2.1.tar.bz2
           => `/usr/portage/distfiles/mozilla-source-1.2.1.tar.bz2'
Resolving www.ibiblio.org... done.
Connecting to www.ibiblio.org[152.2.210.81]:80... connected.
HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable

    The file is already fully retrieved; nothing to do.


!!! mozilla-source-1.2.1.tar.bz2: message digests do not match!
!!! mozilla-source-1.2.1.tar.bz2 is corrupt or incomplete.
>>> our recorded digest: 58c37a29ef2fae2939f5be116abec32a
>>>  your file's digest: 120cda4e2e72443ddc56b03a9c53d955
>>> Please delete /usr/portage/distfiles/mozilla-source-1.2.1.tar.bz2 and refetch.

So on the first try, it isn't found at ibiblio. On the resume attempt, ibiblio
gives us:

Connecting to www.ibiblio.org[152.2.210.81]:80... connected.
HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable

Pardon? It isn't even there. So portage seems to think it's completed instead of
attempting a resume at the next ftp. So then the md5sum problems occur.

==========

# emerge info
Portage 2.0.45 (default-1.0, gcc-2.95.3, glibc-2.2.5-r2,2.2.5-r6)
=================================================================
System uname: 2.4.19 i686 AuthenticAMD
USE="x86 oss apm avi crypt cups jpeg libg++ mikmod mpeg ncurses qtmt quicktime
spell xml2 xv berkdb esd gdbm gif gnome-libs gpm guile imlib java libwww motif
mozilla nls opengl pam png python qt readline scanner sdl slang ssl svga tcpd
tetex tiff X gtk gtk2 gnome -alsa -arts 3dnow cdr encode kde mmx oggvorbis
pdflib perl sse truetype xmms"
ARCH="x86"
COMPILER=""
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=i686 -mcpu=i686 -O3 -pipe"
CXXFLAGS="-march=i686 -mcpu=i686 -O3 -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config
/usr/kde/3.1/share/config:/usr/kde/3/share/config:/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
MAKEOPTS="-j3"
JDK_HOME="/opt/blackdown-jdk-1.3.1"
JAVA_HOME="/opt/blackdown-jdk-1.3.1"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
GENTOO_MIRRORS="http://www.ibiblio.org/pub/Linux/distributions/gentoo"
Comment 1 SpanKY gentoo-dev 2002-12-07 15:24:12 UTC

*** This bug has been marked as a duplicate of 11393 ***