Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108218 - configure does not find SDL_mixer
Summary: configure does not find SDL_mixer
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-05 13:19 UTC by Bartosz Geza
Modified: 2005-10-06 10:44 UTC (History)
0 users

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


Attachments
config.log you asked for (config.log,31.12 KB, text/plain)
2005-10-06 07:29 UTC, Bartosz Geza
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bartosz Geza 2005-10-05 13:19:39 UTC
Emerging or configuring any ebuild using SDL_mixer (wesnoth, enigma) I get a
message:

checking for Mix_OpenAudio in -lSDL_mixer... no
configure: error: *** SDL_mixer lib not found! Get SDL_mixer from
http://www.libsdl.org/projects/SDL_mixer/index.html

Remerging sdl-mixer nor installing it manualy helps with the problem

Reproducible: Always
Steps to Reproduce:
1. emerge wesnoth 
### or any other ebuild using SLD_mixer



Portage 2.0.53_rc3 (default-linux/amd64/2005.0, gcc-3.4.4, glibc-2.3.5-r1,
2.6.13-gentoo-r1 x86_64)
=================================================================
System uname: 2.6.13-gentoo-r1 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.12.0_pre8
ccache version 2.4 [enabled]
dev-lang/python:     2.3.4-r1, 2.4.1-r1, 2.4.2
sys-apps/sandbox:    1.2.12, 1.2.13
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, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="no"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O3 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=athlon64 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distcc distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.prz.rzeszow.pl/ http://gentoo.zie.pg.gda.pl
http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
LINGUAS="pl en"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="amd64 X aalib alsa apache2 apm arts artworkextra avi bash-completion berkdb
bitmap-fonts cdr crypt cups curl directfb dvd dvdr eds emboss encode esd fam
flac foomaticdb fortran gif glut gnome gpm gstreamer gtk gtk2 imagemagick imlib
ipv6 jack java jpeg kde kernel_linux ldap lzw lzw-tiff mad mikmod motif mozilla
mp3 mpeg ncurses nfs nls ogg opengl oss pam pdflib perl png python qt quicktime
readline samba sdl slang spell ssl symlink tcltk tcpd tiff truetype
truetype-fonts type1-fonts usb userlocales vorbis xine xinerama xml2 xmms xpm xv
xvid zlib linguas_pl linguas_en userland_GNU elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2005-10-05 14:18:21 UTC
attach the config.log from the build directory as text/plain please.
Comment 2 Bartosz Geza 2005-10-06 07:29:14 UTC
Created attachment 69988 [details]
config.log you asked for

it is a config.log from building wesnoth
or should I attach one from SDL_mixer?
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2005-10-06 07:46:37 UTC
remerge libsdl and smpeg.
Comment 4 Bartosz Geza 2005-10-06 10:44:14 UTC
remerging smpeg helped
I think emerge should do it automagicaly

Great thanks for help!