Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 192649

Summary: games-emulation/fakenes-0.5.8 stable request
Product: Gentoo Linux Reporter: Mark K. Tuttle <marklinux>
Component: [OLD] GamesAssignee: Gentoo Developers for the x86 Architecture <x86>
Status: RESOLVED FIXED    
Severity: normal CC: games
Priority: High Keywords: STABLEREQ
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Mark K. Tuttle 2007-09-16 02:06:51 UTC
fakenes fails compiling, error is as follows:

apu.c: In function 'apu_process':
apu.c:1458: error: invalid lvalue in increment

see attached build.log

Reproducible: Always

Steps to Reproduce:
1. emerge fakenes

Actual Results:  
gcc -c apu.c -o apu.o -Iinclude `allegro-config --cflags` -march=pentium-m -O2 -pipe -fomit-frame-pointer -DUSE_ZLIB -DLSB_FIRST -DPOSIX
apu.c: In function 'apu_process':
apu.c:1458: error: invalid lvalue in increment
apu.c:1460: error: invalid lvalue in increment
apu.c: In function 'apu_process_stereo':
apu.c:1790: error: invalid lvalue in increment
apu.c:1791: error: invalid lvalue in increment
apu.c:1793: error: invalid lvalue in increment
apu.c:1794: error: invalid lvalue in increment
make[1]: *** [apu.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/games-emulation/fakenes-0.1.5/work/fakenes-0.1.5/src'
make: *** [all] Error 2

Expected Results:  
full compile and install

emerge --info:

Portage 2.1.2.12 (default-linux/x86/2007.0, gcc-4.1.2, glibc-2.5-r4, 2.6.23-rc3 i686)
=================================================================
System uname: 2.6.23-rc3 i686 Intel(R) Pentium(R) M processor 2.00GHz
Gentoo Base System release 1.12.9
Timestamp of tree: Mon, 10 Sep 2007 19:50:01 +0000
app-shells/bash:     3.2_p17
dev-java/java-config: 1.3.7, 2.0.33-r1
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-r1
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 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="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium-m -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=pentium-m -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j2"
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.namerica.gentoo.org/gentoo-portage"
USE="X a52 aac aalib acl alsa amrnb amrnd berkdb bitmap-fonts bzip2 cddb cli cpudetection cracklib crypt cups divx doc dri dts dvd dvdnav dvdr dvdread encode ffmpeg firefox flac fortran gdbm gpm iconv isdnlog java jpeg kde libcaca mad midi mmx mmxext mp2 mp3 mplayer mudflap ncurses nls nptl nptlonly nsplugin offensive ogg openal opengl openmp pam pcre perl png pppd python quicktime rar readline real realmedia reflection samba sdl session sid spell spl sse sse2 ssl svg tcpd tiff timidity truetype truetype-fonts tta type1 type1-fonts unicode vcd vorbis wifi win32codecs wma wmf wmp x264 x86 xcomposite xorg xscreensaver xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 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 i740 i810 imstt mach64 mga neomagic nsc 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
Comment 1 Mark K. Tuttle 2007-09-16 02:07:30 UTC
Created attachment 131027 [details]
build.log

build.log
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-09-16 06:32:25 UTC
Try w/ 0.5.8 ;)
Comment 3 Mark K. Tuttle 2007-09-18 03:07:23 UTC
0.5.8 Works fine, and compiles fine...

Why not just make 0.5.8 stable? It seems that 0.1.5 is obsolete with newer versions of gcc (>= 4).

0.1.5 has been sitting in stable since jul of 2003, and 0.5.8s been in testing since last year... As I said everything works fine with this version, and the other one seems usable and compilable only on older platforms/archectures
Comment 4 Christian Faulhammer (RETIRED) gentoo-dev 2007-10-01 19:12:01 UTC
x86 stable, closing as we are last one