Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 190649 - "checking for i686-pc-linux-gnu-gcc... no": i have amd64-pc-linux-gnu-gcc!
Summary: "checking for i686-pc-linux-gnu-gcc... no": i have amd64-pc-linux-gnu-gcc!
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
: 190663 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-08-29 15:18 UTC by Lebedev Roman
Modified: 2007-08-29 17:38 UTC (History)
0 users

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


Attachments
A complete build log of sys-apps/sandbox-1.2.17 (config.log,7.60 KB, text/plain)
2007-08-29 15:22 UTC, Lebedev Roman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lebedev Roman 2007-08-29 15:18:00 UTC
I change CHOST in /etc/make.conf to amd64-pc-linux-gnu, re-emerge binutils gcc.
AND do emerge -e world

Reproducible: Sometimes

Steps to Reproduce:
1.Change CHOST from x86_64-pc-linux-gnu to amd64-pc-linux-gnu
2.emerge -av1 binutils gcc glibc && emerge -av1 libtool
3.emerge -e world
Comment 1 Lebedev Roman 2007-08-29 15:22:05 UTC
Created attachment 129539 [details]
A complete build log of sys-apps/sandbox-1.2.17
Comment 2 Lebedev Roman 2007-08-29 15:27:45 UTC
emerge --info sandbox:
----------------------
Portage 2.1.2.12 (default-linux/amd64/2007.0/server, gcc-4.1.2, glibc-2.5-r4, 2.6.22-gentoo-r5-pinipini.lcl x86_64)
=================================================================
                        System Settings
=================================================================
System uname: 2.6.22-gentoo-r5-pinipini.lcl x86_64 AMD Processor model unknown
Gentoo Base System release 1.12.9
Timestamp of tree: Wed, 29 Aug 2007 14:50:01 +0000
app-shells/bash:     3.2_p17
dev-lang/python:     2.4.4-r4
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.9-r2
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.61
sys-devel/automake:  1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.21
ACCEPT_KEYWORDS="amd64"
CBUILD="amd64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O2 -pipe"
CHOST="amd64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=athlon64 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.linux.ee/pub/gentoo/distfiles/ ftp://ftp.linux.ee/pub/gentoo/distfiles/ http://trumpetti.atm.tut.fi/gentoo/ ftp://trumpetti.atm.tut.fi/gentoo/ "
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="3dnow acl acpi amd64 apache2 aspell bash-completion berkdb bitmap-fonts bzip2 cdr clamav cli cracklib crypt cups curl dri dvd dvdr dvdread foomaticdb fortran ftp gd gdbm gif gmp gpm graphviz gtk hal iconv ieee1394 imagemagick imap ipv6 isdnlog jpeg jpeg2k ldap lm_sensors mailwrapper mbox midi mime mmx mudflap mysql ncurses nls nntp nptl nptlonly openmp pam pcre pdf perl php png posix postgres pppd profile python readline reflection ruby samba session slang snmp sockets spell spl sse sse2 ssl svg symlink tcpd threads tidy tiff truetype truetype-fonts type1-fonts unicode vcd vhosts xml xmlrpc xorg xsl zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128 i810 mach64 mga neomagic nv r128 radeon rendition s3 s3virge savage siliconmotion sis sisusb tdfx tga trident tseng v4l vesa vga via vmware voodoo"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

=================================================================
                        Package Settings
=================================================================
sys-apps/sandbox-1.2.17 was built with the following:
CHOST="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CXXFLAGS="-O2 -pipe"
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-08-29 15:30:12 UTC
> Change CHOST from x86_64-pc-linux-gnu to amd64-pc-linux-gnu

Don't mess with CHOST in an invalid way.
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2007-08-29 17:38:34 UTC
*** Bug 190663 has been marked as a duplicate of this bug. ***