Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95543 - wesnoth-0.9.2 bails out in configuration
Summary: wesnoth-0.9.2 bails out in configuration
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-09 04:03 UTC by Peter `MathFox' Roozemaal
Modified: 2005-06-09 07:53 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter `MathFox' Roozemaal 2005-06-09 04:03:45 UTC
When emerging wesnoth-0.9.2 the configure script fails:

checking for PNG support in SDL_image... yes
checking for OGG support in SDL_mixer... no
configure: error: *** SDL_mixer has no OGG support! You need SDL_mixer with OGG
support
 
!!! ERROR: games-strategy/wesnoth-0.9.2 failed.

I don't care for sound support, I run the game remotely. Is there a way to configure sound out?

=== additional info ===

Config.log:
[...]
configure:12081: checking for OGG support in SDL_mixer
configure:12118:  x86_64-pc-linux-gnu-gcc -o conftest -O2 -I/usr/include/SDL -D_REENTRANT   -I/usr/include/freetype2 -I/usr/include/SDL -D_REENTRANT  conftest.c  -L/usr/lib64 -lX11  -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lSDL_mixer >&5
configure:12121: $? = 0
configure:12123: ./conftest
configure:12126: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "Battle for Wesnoth"
| #define PACKAGE_TARNAME "wesnoth"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "Battle for Wesnoth 0.9.2"
| #define PACKAGE_BUGREPORT "davidnwhite@comcast.net"
| #define WESNOTH_DEFAULT_SERVER "server.wesnoth.org"
| #define PACKAGE "wesnoth"
| #define VERSION "0.9.2"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_LIBX11
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STRFTIME 1
| #define HAVE_FLOOR 1
| #define HAVE_SOCKET 1
| #define HAVE_STRTOUL 1
| /* end confdefs.h.  */
|
|       #include <SDL_mixer.h>
|         #include <stdlib.h>
|
|       int main(int argc, char **argv)
|         {
|           Mix_Music* music = Mix_LoadMUS("music/main_menu.ogg");
|           if (music == NULL)
|               exit(1);
|           exit(0);
|         }
|
configure:12136: result: no
configure:12138: error: *** SDL_mixer has no OGG support! You need SDL_mixer with OGG support
 
## ---------------- ##
## Cache variables. ##
## ---------------- ##
 
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_build_alias=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=-O2
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value=-O2
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-pc-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-pc-linux-gnu
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func_connect=yes
ac_cv_func_floor=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_lstat_dereferences_slashed_symlink=yes
ac_cv_func_remove=yes
ac_cv_func_shmat=yes
ac_cv_func_socket=yes
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_strftime=yes
ac_cv_func_strtoul=yes
ac_cv_have_x='have_x=yes                ac_x_includes= ac_x_libraries=/usr/lib64'
ac_cv_header_SDL_h=yes
ac_cv_header_SDL_image_h=yes
ac_cv_header_SDL_mixer_h=yes
ac_cv_header_SDL_net_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_host_alias=x86_64-pc-linux-gnu
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_SDL_image_IMG_Load=yes
ac_cv_lib_SDL_mixer_Mix_OpenAudio=yes
ac_cv_lib_SDL_net_SDLNet_Init=yes
ac_cv_lib_X11_XOpenDisplay=yes
ac_cv_lib_error_at_line=no
ac_cv_objext=o
ac_cv_path_FREETYPE_CONFIG=/usr/bin/freetype-config
ac_cv_path_GMSGFMT=/usr/bin/gmsgfmt
ac_cv_path_GNOME_CONFIG=/usr/bin/gnome-config
ac_cv_path_KDE_CONFIG=/usr/kde/3.3/bin/kde-config
ac_cv_path_LTOOL=/usr/bin/libtool
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_PNG_CONFIG=/usr/bin/libpng-config
ac_cv_path_SDL_CONFIG=/usr/bin/sdl-config
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc
ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E'
ac_cv_prog_CXX=x86_64-pc-linux-gnu-g++
ac_cv_prog_CXXCPP='x86_64-pc-linux-gnu-g++ -E'
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cc_x86_64_pc_linux_gnu_gcc_c_o=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_search_opendir='none required'
ac_cv_struct_tm=time.h
ac_cv_target=x86_64-pc-linux-gnu
ac_cv_target_alias=x86_64-pc-linux-gnu
ac_cv_type__Bool=no
ac_cv_type_mode_t=yes
ac_cv_type_size_t=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=yes
 
## ----------------- ##
## Output variables. ##
## ----------------- ##
 
ACLOCAL='${SHELL} /var/tmp/portage/wesnoth-0.9.2/work/wesnoth-0.9.2/config/missing --run aclocal-1.9'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='${SHELL} /var/tmp/portage/wesnoth-0.9.2/work/wesnoth-0.9.2/config/missing --run tar'
AUTOCONF='${SHELL} /var/tmp/portage/wesnoth-0.9.2/work/wesnoth-0.9.2/config/missing --run autoconf'
AUTOHEADER='${SHELL} /var/tmp/portage/wesnoth-0.9.2/work/wesnoth-0.9.2/config/missing --run autoheader'
AUTOMAKE='${SHELL} /var/tmp/portage/wesnoth-0.9.2/work/wesnoth-0.9.2/config/missing --run automake-1.9'
AWK='gawk'
CAMPAIGNSERVER_FALSE=''
CAMPAIGNSERVER_TRUE='#'
CC='x86_64-pc-linux-gnu-gcc'
CCDEPMODE='depmode=none'
CFLAGS='-O2 -I/usr/include/SDL -D_REENTRANT'
CPP='x86_64-pc-linux-gnu-gcc -E'
CPPFLAGS='  -I/usr/include/freetype2 -I/usr/include/SDL -D_REENTRANT'
CXX='x86_64-pc-linux-gnu-g++'
CXXCPP='x86_64-pc-linux-gnu-g++ -E'
CXXDEPMODE='depmode=none'
CXXFLAGS='-O2'
CYGPATH_W='echo'
DATADIR='wesnoth'
DATA_FILES=''
DEFS=''
DEPDIR='.deps'
DESKTOPDIR=''
DUMMYLOCALES_FALSE=''
DUMMYLOCALES_TRUE='#'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EDITOR_FALSE=''
EDITOR_TRUE='#'
EGREP='grep -E'
EXEEXT=''
FONT_FILES=''
FREETYPE_CONFIG='/usr/bin/freetype-config'
FREETYPE_LIBS='-lfreetype -lz'
FULLLOCALEDIR='${datadir}/${DATADIR}/${LOCALEDIR}'
GAME_FALSE='#'
GAME_TRUE=''
GCC_FALSE=''
GCC_TRUE='#'
GMSGFMT='/usr/bin/gmsgfmt'
GNOME1_DESKTOP='/usr/share/gnome/apps/Games'
GNOME1_FALSE='#'
GNOME1_TRUE=''
GNOME2_FALSE='#'
GNOME2_TRUE=''
GNOME_CONFIG='/usr/bin/gnome-config'
HAS_RELATIVE_LOCALEDIR='1'
ICONDIR=''
IMAGE_FILES=''
INCLUDEDINTL_FALSE=''
INCLUDEDINTL_TRUE='#'
INSTALLDATA_FALSE='#'
INSTALLDATA_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS=''
KDE_CONFIG='/usr/kde/3.3/bin/kde-config'
KDE_DESKTOP='${datadir}/applnk/Games/TacticStrategy'
KDE_FALSE='#'
KDE_ICON='${datadir}/icons'
KDE_TRUE=''
LDFLAGS=''
LDPREFIX=''
LIBICONV='-liconv'
LIBINTL=''
LIBOBJS=' error.o'
LIBPNG_FALSE='#'
LIBPNG_TRUE=''
LIBS=' -L/usr/lib64 -lX11  -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lSDL_mixer'
LIBZIPIOS=''
LITE_FALSE=''
LITE_TRUE=''
LOCALEDIR='translations'
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
LTOOL='/usr/bin/libtool'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /var/tmp/portage/wesnoth-0.9.2/work/wesnoth-0.9.2/config/missing --run makeinfo'
MKINSTALLDIRS='$(top_builddir)/config/mkinstalldirs'
MSGFMT='/usr/bin/msgfmt'
MSGMERGE='/usr/bin/msgmerge'
MUSIC_FILES=''
OBJEXT='o'
PACKAGE='wesnoth'
PACKAGE_BUGREPORT='davidnwhite@comcast.net'
PACKAGE_NAME='Battle for Wesnoth'
PACKAGE_STRING='Battle for Wesnoth 0.9.2'
PACKAGE_TARNAME='wesnoth'
PACKAGE_VERSION='0.9.2'
PATH_SEPARATOR=':'
PNG_CFLAGS='-I/usr/include/libpng12'
PNG_CONFIG='/usr/bin/libpng-config'
PNG_LIBS='-lpng12 -lz -lm'
POSUB='po'
SDL_CFLAGS='-I/usr/include/SDL -D_REENTRANT'
SDL_CONFIG='/usr/bin/sdl-config'
SDL_IMAGE_LIBS='-lSDL_image'
SDL_LIBS='-L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread'
SDL_MIXER_LIBS='-lSDL_mixer'
SDL_NET_LIBS='-lSDL_net'
SERVER_FALSE=''
SERVER_TRUE='#'
SET_MAKE=''
SHELL='/bin/sh'
SOUND_FILES=''
STATIC_FALSE=''
STATIC_TRUE='#'
STRIP=''
TINYGUI_FALSE=''
TINYGUI_TRUE='#'
TOOLS_FALSE=''
TOOLS_TRUE='#'
USE_NLS='yes'
VERSION='0.9.2'
X11_FALSE='#'
X11_TRUE=''
XGETTEXT='/usr/bin/xgettext'
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=' -L/usr/lib64 -lX11'
X_PRE_LIBS=' -lSM -lICE'
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_STRIP=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-pc-linux-gnu'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='/usr/share/games'
exec_prefix='NONE'
fifodir='/var/games/run/wesnothd'
host='x86_64-pc-linux-gnu'
host_alias='x86_64-pc-linux-gnu'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='/usr/share/info'
install_sh='/var/tmp/portage/wesnoth-0.9.2/work/wesnoth-0.9.2/config/install-sh'libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='/var/games'
mandir='/usr/share/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='/usr/games'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
servergid='0'
serveruid='0'
sharedstatedir='${prefix}/com'
sysconfdir='/etc/games'
target='x86_64-pc-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='pc'
 
## ----------- ##
## confdefs.h. ##
## ----------- ##
 
#define ENABLE_NLS 1
#define HAVE_DCGETTEXT 1
#define HAVE_DIRENT_H 1
#define HAVE_FLOOR 1
#define HAVE_GETTEXT 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBX11
#define HAVE_MEMORY_H 1
#define HAVE_SOCKET 1
#define HAVE_STDBOOL_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRFTIME 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRTOUL 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#define PACKAGE "wesnoth"
#define PACKAGE_BUGREPORT "davidnwhite@comcast.net"
#define PACKAGE_NAME "Battle for Wesnoth"
#define PACKAGE_STRING "Battle for Wesnoth 0.9.2"
#define PACKAGE_TARNAME "wesnoth"
#define PACKAGE_VERSION "0.9.2"
#define STDC_HEADERS 1
#define VERSION "0.9.2"
#define WESNOTH_DEFAULT_SERVER "server.wesnoth.org"
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;
 
configure: exit 1

emerge info:

Portage 2.0.51.19 (default-linux/amd64/2004.3, gcc-3.4.3, glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r7 x86_64)
=================================================================
System uname: 2.6.11-gentoo-r7 x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.6.12
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, May 12 2005, 18:34:27)]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.5, 1.9.5, 1.8.5-r3, 1.7.9-r1, 1.6.3, 1.4_p6
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r4
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-O2"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /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/terminfo /etc/env.d"
CXXFLAGS="-O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.nedlinux.nl http://ftp.easynet.nl/mirror/gentoo/ http://gentoo.mirror.sdv.fr http://gentoo.math.bme.hu"
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="amd64 X acpi alsa arts berkdb bitmap-fonts bonobo cdr crypt curl doc dvd dvdr eds esd fam flac font-server fortran gd gdbm gif gnome gpm gstreamer gtk gtk2 gtkhtml guile imagemagick imlib ipv6 java jp2 jpeg junit kde ldap libwww lm-sensors lzw lzw-tiff mad mikmod motif mozilla mp3 mysql ncurses nls ogg opengl oss
pam pda pdflib perl png postgres python qt readline ruby samba sdl speex ssl tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts unicode usb userlocales vorbis xine xml xml2 xmms xpm xrandr xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2005-06-09 07:53:15 UTC
nope.  You can certainly take your request upstream though.