Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91145 - crossdev fails to build ppc64 toolchain on cross-gcc-stage2
Summary: crossdev fails to build ppc64 toolchain on cross-gcc-stage2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: ppc64 architecture team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-02 03:46 UTC by postmodern
Modified: 2005-10-12 22:36 UTC (History)
1 user (show)

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


Attachments
cross-powerpc64-pc-linux-gnu-info.log (cross-powerpc64-pc-linux-gnu-info.log,2.72 KB, text/plain)
2005-05-02 03:46 UTC, postmodern
Details
cross-powerpc64-pc-linux-gnu-gcc-stage2.log (cross-powerpc64-pc-linux-gnu-gcc-stage2.log,797.44 KB, text/plain)
2005-05-02 03:47 UTC, postmodern
Details

Note You need to log in before you can comment on or make changes to this bug.
Description postmodern 2005-05-02 03:46:19 UTC
After testing crossdev with glibc version set to 2.3.4.20050125-r1 as suggested by SpanKY I discovered that it failed only on ppc64-pc-linux-gnu target w/r/t cross-gcc-stage2.

Reproducible: Always
Steps to Reproduce:
1. crossdev --l 2.3.4.20050125-r1 --target ppc64-pc-linux-gnu
2.
3.

Actual Results:  
 * Emerging cross-glibc...                                                [ ok ]
 * Emerging cross-gcc-stage2...

 * gcc failed :(
 * If you file a bug, please attach the following logfiles:
 * /var/log/portage/cross-powerpc64-pc-linux-gnu-info.log
 * /var/log/portage/cross-powerpc64-pc-linux-gnu-gcc-stage2.log


Expected Results:  
success.

Gentoo Base System version 1.4.16
Portage 2.0.51.19 (default-linux/amd64/2004.3, gcc-3.4.3,
glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r6 x86_64)
=================================================================
System uname: 2.6.11-gentoo-r6 x86_64 AMD Athlon(tm) 64 Processor 3400+
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Feb  7 2005, 03:24:22)]
dev-lang/python:     2.3.4-r1
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r4
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-pipe -O3 -march=k8"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-pipe -O3 -march=k8"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X aac acpi alsa berkdb bitmap-fonts cdr crypt curl dvd encode esd fam
flac font-server fortran gif gpm gstreamer gtk gtk2 imlib ipv6 java jp2 jpeg lzw
lzw-tiff mad motif mp3 multilib ncurses network nls ogg oggvorbis opengl pam
perl png python quicktime readline samba sdl softmmu speex spell sqlite ssl
tcltk tcpd theora tiff truetype truetype-fonts type1-fonts usb userlocales
vorbis xine xml xml2 xpm xrandr xv zlib userland_GNU kernel_linux libc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 postmodern 2005-05-02 03:46:48 UTC
Created attachment 57806 [details]
cross-powerpc64-pc-linux-gnu-info.log
Comment 2 postmodern 2005-05-02 03:47:10 UTC
Created attachment 57807 [details]
cross-powerpc64-pc-linux-gnu-gcc-stage2.log
Comment 3 SpanKY gentoo-dev 2005-05-02 08:24:49 UTC
looks like the build tried to enable multilib when it shouldnt have ...
Comment 4 SpanKY gentoo-dev 2005-10-12 22:36:59 UTC
should work now ...