Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 96913

Summary: gcc 3.4.3 fails to emerge on amd64
Product: Gentoo Linux Reporter: Colin DuPlantis <colin>
Component: [OLD] GCC PortingAssignee: Please assign to toolchain <gcc-porting>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Colin DuPlantis 2005-06-23 18:55:58 UTC
During initial (starting from stage2) installation on an amd64 system, the
emerge of gcc-3.4.3 fails during patch application:

!!! Digest verification Failed:
!!!    /usr/portage/distfiles/gcc-3.4.3-uclibc-patches-1.0.tar.bz2
!!! Reason: Filesize does not match recorded size

I synced fresh and doublechecked.  This is only my second gentoo installation
and my first amd64, so I hope I'm not wasting your time.



Reproducible: Always
Steps to Reproduce:
1. Following installation handbook starting from stage2, during step 6,
"Installing the Gentoo Base System", at "Progressing from Stage2 to Stage3":
2. emerge --emptytree system

Actual Results:  
Instead of installation merrily proceeding, got the above mentioned error.

Expected Results:  
Compiled gcc-3.4.3, I suppose.

Here are the contents of my make.conf:

# These settings were set by the catalyst build script that automatically built
this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-march=k8 -pipe -O2"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j4"
GENTOO_MIRRORS="http://mirror.clarkson.edu/pub/distributions/gentoo/
http://mirror.datapipe.net/gentoo ftp://linux.cs.lewisu.edu/gentoo/
http://lug.mtu.edu/gentoo http://mirror.phy.olemiss.edu/mirror/gentoo
http://mirror.mcs.anl.gov/pub/gentoo/"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="-X -gtk -gnome -qt -kde -alsa sasl postgres -xinerama java nls bzip2
bash-completion emacs ethereal perl posix readline samba sockets spell nptl pic"

Here's "emerge info":
livecd files # emerge info
Portage 2.0.51.19 (default-linux/amd64/2005.0, gcc-3.4.3,
glibc-2.3.4.20041102-r0, 2.6.11-gentoo-r3-k8 x86_64)
=================================================================
System uname: 2.6.11-gentoo-r3-k8 x86_64 AMD Opteron(tm) Processor 242
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Mar  4 2005, 16:47:04)]
dev-lang/python:     2.3.4-r1
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  [Not Present]
sys-devel/automake:  [Not Present]
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   [Not Present]
virtual/os-headers:  2.6.8.1-r4
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-march=k8 -pipe -O2"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -pipe -O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.clarkson.edu/pub/distributions/gentoo/
http://mirror.datapipe.net/gentoo ftp://linux.cs.lewisu.edu/gentoo/
http://lug.mtu.edu/gentoo http://mirror.phy.olemiss.edu/mirror/gentoo
http://mirror.mcs.anl.gov/pub/gentoo/"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="amd64 acpi bash-completion berkdb bitmap-fonts bzip2 crypt emacs ethereal
font-server fortran gif gpm ipv6 java jp2 jpeg lzw lzw-tiff mp3 ncurses nls nptl
opengl oss pam perl pic png posix postgres python readline samba sasl sockets
spell ssl tcpd tiff truetype truetype-fonts type1-fonts usb userlocales xml2 xpm
xrandr xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-06-23 19:48:21 UTC
Already fixed, please emerge sync again. 

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