Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 146837 - hugs98-2003.1 Fails to compile x86 2006.1
Summary: hugs98-2003.1 Fails to compile x86 2006.1
Status: RESOLVED DUPLICATE of bug 144676
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-08 07:10 UTC by Justin Dressel
Modified: 2006-09-08 07:12 UTC (History)
0 users

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 Justin Dressel 2006-09-08 07:10:00 UTC
Here's the compilation error I'm seeing with or without the opengl USE flag:

************************************************ 
*** NOW DO: cd .. ; make ; make install 
************************************************ 
i686-pc-linux-gnu-gcc -c -O2 -march=athlon-mp -pipe -pthread  -O2 hugs.c 
i686-pc-linux-gnu-gcc -c -O2 -march=athlon-mp -pipe -pthread  -O2 edit.c 
i686-pc-linux-gnu-gcc -c -O2 -march=athlon-mp -pipe -pthread  -O2 observe.c 
i686-pc-linux-gnu-gcc -c -O2 -march=athlon-mp -pipe -pthread  -O2 builtin.c 
builtin.c: In function 'mkThunk': 
builtin.c:1981: error: invalid lvalue in increment 
builtin.c:1985: error: invalid lvalue in increment 
builtin.c:1989: error: invalid lvalue in increment 
i686-pc-linux-gnu-gcc -c -O2 -march=athlon-mp -pipe -pthread  compiler.c 
make: *** [builtin.o] Error 1 
make: *** Waiting for unfinished jobs.... 

!!! ERROR: dev-lang/hugs98-2003.11 failed. 
Call stack: 
  ebuild.sh, line 1539:   Called dyn_compile 
  ebuild.sh, line 939:   Called src_compile 
  hugs98-2003.11.ebuild, line 81:   Called die 

!!! make failed 
!!! If you need support, post the topmost build error, and the call stack if relevant.




Note that hugs98-2005.3-r2 from ~x86 compiles fine.

Here is the emerge --info:

Portage 2.1-r2 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.4-r3, 2.6.17-gentoo-r7ingus i686)
=================================================================
System uname: 2.6.17-gentoo-r7ingus i686 Unknown CPU Typ
Gentoo Base System version 1.12.4
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-mp -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=athlon-mp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.cites.uiuc.edu/pub/gentoo/ http://distro.ibiblio.org/pub/linux/distributions/gentoo/ http://cudlug.cudenver.edu/gentoo/"
MAKEOPTS="-j3"
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'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="x86 3dnow X a52 aac aalib acpi aim alsa apache2 asf audiofile avi bash-completion berkdb bitmap-fonts bzip2 canna cdparanoia cdr cjk cli crypt cups dbus directfb dlloader dri dts dvd dvdr dvdread eds encode esd fbcon ffmpeg firefox flac foomaticdb fortran ftp gdbm gif glut gpm gstreamer gtk gtk2 guile hal imagemagick imlib isdnlog java javascript jpeg latex libcaca libg++ libwww lm_sensors mad matroska mikmod mmx motif mp3 mpeg mplayer mysql ncurses nls nptl nptlonly nsplugin nvidia ocaml offensive ogg openal opengl oss pam pcre pdf perl plotutils png ppds pppd python quicktime rar readline real reflection samba sdl session spell spl sse sse2 ssl startup-notification subtitles svg tcpd tetex theora truetype truetype-fonts type1-fonts udev unicode usb vcd vorbis win32codecs wxwindows xine xinetd xml xmms xorg xv xvid yahoo zlib elibc_glibc input_devices_evdev input_devices_keyboard input_devices_mouse input_devices_joystick kernel_linux userland_GNU video_cards_nvidia video_cards_nv video_cards_vesa video_cards_fbdev video_cards_vmware"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-09-08 07:12:33 UTC

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