Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40129 - sdl-sound-1.0.1 failed while trying to install via portage
Summary: sdl-sound-1.0.1 failed while trying to install via portage
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-01 14:09 UTC by Alex
Modified: 2004-02-01 16:55 UTC (History)
0 users

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


Attachments
config.log (config.log,24.52 KB, text/plain)
2004-02-01 16:33 UTC, Alex
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex 2004-02-01 14:09:57 UTC
sdl-sound-1.0.1 failed

checking for sdl-config... /usr/bin/sdl-config
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 version 1.2.0 not found!

!!! ERROR: media-libs/sdl-sound-1.0.1 failed.
!!! Function econf, Line 368, Exitcode 1
!!! econf failed

Reproducible: Always
Steps to Reproduce:
1. login to a terminal as root
2. emerge -Dv sdl-sound sdl-ttf sdl-mixer sdl-image libsdl esdl freeciv
3. sit back and wait
Actual Results:  
sdl-sound failed to install.

Expected Results:  
Installed sdl-sound and continued to emerge the packages identified.

System uname: 2.4.22-gentoo-r4 i686 Pentium II (Klamath)
Gentoo Base System version 1.4.3.12 (So You Wanna Play With the Big Boys, Eh?)
distcc 2.12.1 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59
Automake: sys-devel/automake-1.7.8
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium-mmx -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config
/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/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=pentium-mmx -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache fixpackages nostrip sandbox userpriv usersandbox"
GENTOO_MIRRORS="http://adelie.polymtl.ca/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X apache2 apm arts avi berkdb canna cdr crypt cups curl directfb doc encode
esd ethereal flac flash foomaticdb freewnn gdbm gif gnome gpm gstreamer gtk gtk2
gtkhtml imlib ipv6 jack java jpeg kde libg++ libwww mad maildir mbox mcal mikmod
mmx motif mpeg mpg mysql nas ncurses nis nls nocd odbc oggvorbis opengl oss pam
pdflib perl plotutils png postgres prelude python qt quicktime readline ruby
samba sasl scanner sdl slang speex spell sse ssl svga tcltk tcpd tetex tiff
truetype unicode usb videos wmf x86 xml xml2 xmms xv zlib"
Comment 1 SpanKY gentoo-dev 2004-02-01 14:30:15 UTC
uhh, what if you just do `emerge sdl-sound`
Comment 2 Alex 2004-02-01 16:33:59 UTC
Created attachment 24789 [details]
config.log

pite the fact it should be a dependency of any of the sdl libraries).

joseph-a-nagy-jr root # emerge -Dv sdl-sound
<snip>
*** 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 version 1.2.0 not found!

!!! ERROR: media-libs/sdl-sound-1.0.1 failed.
!!! Function econf, Line 368, Exitcode 1
!!! econf failed

config.log attached
Comment 3 SpanKY gentoo-dev 2004-02-01 16:36:27 UTC
i only asked you to run `emerge sdl-sound` because the example emerge command you originally provided was a little screwed up:
2. emerge -Dv sdl-sound sdl-ttf sdl-mixer sdl-image libsdl esdl freeciv

re-emerge libsdl ... a directfb upgrade broke it
Comment 4 Alex 2004-02-01 16:43:46 UTC
How was the original screwed up?

No matter, re-emerging libsdl.

Comment 5 SpanKY gentoo-dev 2004-02-01 16:50:16 UTC
2. emerge -Dv sdl-sound sdl-ttf sdl-mixer sdl-image libsdl esdl freeciv

telling emerge to emerge libsdl before sdl-sound and the rest makes no sense, that's all
Comment 6 Alex 2004-02-01 16:55:17 UTC
ah.