Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76524 - x11-wm/fluxbox-0.9.11 emerge fails
Summary: x11-wm/fluxbox-0.9.11 emerge fails
Status: RESOLVED DUPLICATE of bug 20600
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Commonbox Team
URL:
Whiteboard:
Keywords:
: 76589 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-01-03 08:19 UTC by Vincent van de Camp
Modified: 2005-07-17 13:06 UTC (History)
1 user (show)

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 Vincent van de Camp 2005-01-03 08:19:56 UTC
g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See <URL:http://bugs.gentoo.org/> for instructions.
{standard input}: Assembler messages:
{standard input}:16509: Warning: end of file not at end of a line; newline inserted
{standard input}:17010: Error: unknown pseudo-op: `.uleb1'
make[4]: *** [Screen.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `/var/tmp/portage/fluxbox-0.9.11/work/fluxbox-0.9.11/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/fluxbox-0.9.11/work/fluxbox-0.9.11/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/fluxbox-0.9.11/work/fluxbox-0.9.11/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/fluxbox-0.9.11/work/fluxbox-0.9.11'
make: *** [all] Error 2

!!! ERROR: x11-wm/fluxbox-0.9.11 failed.
!!! Function src_compile, Line 96, Exitcode 2
!!! make failed
!!! If you need support, post the topmost build error, NOT this status message.



Reproducible: Always
Steps to Reproduce:
emerge fluxbox



$ emerge info
Portage 2.0.51-r3 (default-linux/x86/2004.0, gcc-3.3.4, glibc-2.3.4.20040808-r1,
2.6.10 i686)
=================================================================
System uname: 2.6.10 i686 Pentium III (Coppermine)
Gentoo Base System version 1.4.16
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.90.0.1.1-r3
Headers:  sys-kernel/linux26-headers-2.6.8.1-r1
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O3 -pipe -mmmx -msse -fomit-frame-pointer -mfpmath=sse"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium3 -O3 -pipe -mmmx -msse -fomit-frame-pointer -mfpmath=sse"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks fixpackages sandbox sfperms
userpriv usersandbox"
GENTOO_MIRRORS="http://gentoo.osuosl.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X acl alsa apm avi berkdb bitmap-fonts bonobo cdr crypt cups encode esd
fam flac foomaticdb fortran gdbm gif gnome gpm gstreamer gtk gtk2 gtkhtml guile
imlib ipv6 java jpeg kerberos ldap libwww mad mikmod motif mozilla mpeg ncurses
nls nptl oggvorbis opengl oss pam pdflib perl png python quicktime readline
samba sdl slang spell sse ssl svga tcpd tiff truetype xml xml2 xmms xv zlib"
Comment 1 Ciaran McCreesh 2005-01-03 11:18:58 UTC

*** This bug has been marked as a duplicate of 20600 ***
Comment 2 Ciaran McCreesh 2005-01-03 20:44:34 UTC
*** Bug 76589 has been marked as a duplicate of this bug. ***
Comment 3 Vincent van de Camp 2005-01-04 08:09:12 UTC
reducing my CFLAGS from
CFLAGS="-march=pentium3 -O3 -pipe -mmmx -msse -fomit-frame-pointer -mfpmath=sse"
to
CFLAGS="-march=pentium3"
solved this for me.