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

Bug 146561

Summary: smpeg-0.4.4-r8 failed to compile
Product: Gentoo Linux Reporter: Ken Garland <garlandkr>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED TEST-REQUEST    
Severity: normal    
Priority: High    
Version: 2006.0   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: this is the config.log from compilation.

Description Ken Garland 2006-09-06 07:57:46 UTC
Gentoo Base System version 1.12.4
Portage 2.1-r2 (default-linux/x86/2005.1, gcc-4.1.1, glibc-2.4-r3, 2.6.17-gentoo-r7 i686)
=================================================================
System uname: 2.6.17-gentoo-r7 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.3.5-r2, 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="-march=pentium4 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /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/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=pentium4 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.osuosl.org/"
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"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa apm ati avi bash-completion berkdb bitmap-fonts cli crypt cups dlloader dri dvd dvdr eds emboss encode examples foomaticdb fortran gdbm gif gnome gpm gstreamer gtk gtk2 imlib ipv6 isdnlog jpeg kde libg++ libwww mad mikmod motif mp3 mpeg ncurses nls nptl nptlonly ogg oggvorbis opengl oss pam pcre pdflib perl png pppd python qt3 qt4 quicktime readline reflection sdl session spell spl sse sse2 ssl tcpd truetype truetype-fonts type1-fonts vorbis xml2 xmms xorg xv zlib elibc_glibc input_devices_evdev input_devices_keyboard input_devices_mouse kernel_linux userland_GNU video_cards_ati video_cards_vesa video_cards_vga video_cards_fglrx"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Ken Garland 2006-09-06 07:58:30 UTC
Created attachment 96177 [details]
this is the config.log from compilation.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-09-06 08:06:28 UTC
Your libsdl looks broken, re-emerge it.
Comment 3 Ken Garland 2006-09-06 08:50:44 UTC
(In reply to comment #2)
> Your libsdl looks broken, re-emerge it.
> 

Thanks for the reply. I have re-emerged libsdl:

emerge -C libsdl
emerge libsdl

USE="X alsa opengl oss xv"
libsdl-1.2.11

no errors during compile. same problem occurs with emerge smpeg.
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-09-06 08:57:14 UTC
Stick something into your CFLAGS, like -O2


*** This bug has been marked as a duplicate of 144828 ***
Comment 5 Ken Garland 2006-09-06 09:02:42 UTC
(In reply to comment #4)
> Stick something into your CFLAGS, like -O2
> 
> 
> *** This bug has been marked as a duplicate of 144828 ***
> 

adding -O2 did nothing.

I have looked at all bugs concerning smpeg/sdl-audio and have been dealing with it for most of the day. Nothing I have found has worked for me.
Comment 6 Ken Garland 2006-09-06 09:07:28 UTC
ok, i see in the topic you mentioned gcc-4.1.1, i'm in the process of trying to upgrade from 3.4.6.

i changed my gcc-config to use the old 3.4.6 profile and did 'source /etc/profile'  then re-emerged libsdl and smpeg. will see if that fixes it.
Comment 7 Ken Garland 2006-09-06 09:11:17 UTC
thanks for your help. looks like it was a problem with my gcc-config being set to the new profile prematurely.