Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94353 - zsnes 1.36 cannot find SDL
Summary: zsnes 1.36 cannot find SDL
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-29 00:50 UTC by Julien Gage
Modified: 2005-05-30 05:01 UTC (History)
0 users

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


Attachments
config.log (config.log,3.60 KB, text/plain)
2005-05-30 01:56 UTC, Julien Gage
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Gage 2005-05-29 00:50:26 UTC
When compiling zsnes 1.36 on both x86 and amd64, SDL is not detected or is not
detected as greater than version 1.2.0.

Reproducible: Always
Steps to Reproduce:
1. `emerge =zsnes-1.36`
Actual Results:  
checking for SDL - version >= 1.2.0... no
*** Could not run SDL test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means SDL was incorrectly installed
*** or that you have moved SDL since it was installed. In the latter case, you
*** may want to edit the sdl-config script: /usr/bin/sdl-config
configure: error: SDL >= 1.2.0 is required

!!! ERROR: games-emulation/zsnes-1.36 failed.
!!! Function egamesconf, Line 65, Exitcode 1
!!! egamesconf failed
!!! If you need support, post the topmost build error, NOT this status message.

Expected Results:  
Should have said the version number and actually finished compiling.

I know that there is 1.42 in portage that is not affected by this, but 1.36 has
much more stable netplay support.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-05-29 03:59:05 UTC
Did you try to re-emerge libsdl?
Comment 2 Julien Gage 2005-05-29 11:29:00 UTC
Yes, it doesn't make any difference. I have 1.2.8-r1.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-05-29 11:32:14 UTC
Don
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2005-05-29 11:32:14 UTC
Don´t marked games-related bugs as blocker. 

http://www.gentoo.org/proj/en/desktop/games/index.xml#doc_chap5_sect4
Comment 5 Julien Gage 2005-05-29 11:49:12 UTC
Sorry about that...not sure what to change it to, but it's lower now.
Comment 6 SpanKY gentoo-dev 2005-05-29 15:51:44 UTC
post the config.log file in the build dir as an attachment
Comment 7 Mr. Bones. (RETIRED) gentoo-dev 2005-05-29 19:54:43 UTC
Let's have the output from emerge --info too please.
Comment 8 Julien Gage 2005-05-30 01:54:42 UTC
Here is my emerge --info:

Gentoo Base System version 1.6.12
Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r0,
2.6.12-rc5 i686)
=================================================================
System uname: 2.6.12-rc5 i686 AMD Athlon(tm) 
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.8
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r9, 2.16-r1
sys-devel/libtool:   1.5.18
virtual/os-headers:  2.6.11
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-Os -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-Os -march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sfperms"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext X acpi aim alsa apm arts avi berkdb bitmap-fonts cdparanoia
cdr cjk curl divx4linux dvd dvdr emboss encode erandom esd fam flac foomaticdb
fortran gdbm gif glx gnome gpm gtk gtk2 i8x0 imagemagick imlib ipv6 jabber
joystick jpeg kde libg++ libwww mad mikmod mmx mmxext mng motif mozilla mp3 mpeg
msn multislot ncurses nls nocd nodrm nomalloccheck nptl nptlonly nvidia
offensive ogg oggvorbis opengl oscar oss pam pcre pdflib perl pic png python qt
quicktime readline samba sdl sftplogging spell spl sse ssl svg svga tcpd tiff
truetype truetype-fonts type1-fonts unicode usb userlocales utf8 vorbis
win32codecs x86 xine xml2 xv xvid zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 9 Julien Gage 2005-05-30 01:56:11 UTC
Created attachment 60173 [details]
config.log

This is the config.log generated from the failed attempt to configure.
Comment 10 Julien Gage 2005-05-30 01:56:48 UTC
I have added the information that was requested and reopened this.
Comment 11 Mr. Bones. (RETIRED) gentoo-dev 2005-05-30 05:01:48 UTC
use 1.42.