Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 190908 - gcc-4.1.2 compile failure with assembler messages
Summary: gcc-4.1.2 compile failure with assembler messages
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-31 20:49 UTC by Joshua Schmidlkofer
Modified: 2007-09-01 03:15 UTC (History)
0 users

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


Attachments
complete failure log from gcc (sys-devel:gcc-4.1.2:20070831-193551.log,372.51 KB, text/plain)
2007-08-31 20:53 UTC, Joshua Schmidlkofer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joshua Schmidlkofer 2007-08-31 20:49:59 UTC
After expat upgraded I tried to rebuild subversion, apr, apr-util and apache due to libexpat errors.  However for some reason I am getting the follwing errors from gcc.  I tried to rebuild gcc and the same errors occurred.  I have onyl posted the gcc-4.1.2 compiling gcc-4.1.2 errors:

          -c /var/tmp/portage/sys-devel/gcc-4.1.2/work/gcc-4.1.2/gcc/crtstuff.c -DCRT_BEGIN \
          -o crtbegin.o
{standard input}: Assembler messages:
{standard input}:32: Error: suffix or operands invalid for `push'
{standard input}:41: Error: suffix or operands invalid for `call'
{standard input}:58: Error: suffix or operands invalid for `push'
{standard input}:68: Error: suffix or operands invalid for `call'


Reproducible: Always

Steps to Reproduce:
1. Build anything that requires assembly language
2. watch it crash.
3.




Portage 2.1.2.12 (default-linux/amd64/2007.0, gcc-4.1.2, glibc-2.5-r4, 2.6.18-028stab039 x86_64)
=================================================================
System uname: 2.6.18-028stab039 x86_64 Intel(R) Xeon(R) CPU 3050 @ 2.13GHz
Gentoo Base System release 1.12.9
Timestamp of tree: Fri, 31 Aug 2007 18:00: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.13, 2.61
sys-devel/automake:  1.4_p6, 1.7.9-r1, 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="i686-pc-linux-gnu"
CFLAGS="-O2 -march=nocona -mtune=nocona -freorder-blocks -fomit-frame-pointer -pipe -momit-leaf-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=nocona -mtune=nocona -freorder-blocks -fomit-frame-pointer -pipe -momit-leaf-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="buildpkg distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.osuosl.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
PKGDIR="/_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"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/asylumware-portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="acl amd64 bash-completion berkdb bzip2 crypt ctype dbus emacs gdbm gnutls gpm gtk hal ipv6 kerberos lzo ncurses nptl nptlonly pam pic python readline sasl snmp ssl tcpd zlib" ELIBC="glibc" INPUT_DEVICES="evdev keyboard mouse" KERNEL="linux" USERLAND="GNU" VIDEO_CARDS="apm mga nv r128"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Joshua Schmidlkofer 2007-08-31 20:53:05 UTC
Created attachment 129713 [details]
complete failure log from gcc
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-08-31 23:48:13 UTC
> Portage 2.1.2.12 (default-linux/amd64/2007.0, gcc-4.1.2, glibc-2.5-r4,
> CBUILD="i686-pc-linux-gnu"
> CHOST="i686-pc-linux-gnu"

Your system is completely broken.
Comment 3 Joshua Schmidlkofer 2007-09-01 03:15:09 UTC
Thanks!  You saw what I was missing.  One of the other admins overwrote the make.conf a while back, and that piece was missed.   *sigh*.  Well - it's recoverable.  Thanks for the help.