First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 111236
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Luu Danh Hieu <ipridian@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
config.log config.log from a working compile text/plain Marien Zwart (RETIRED) 2005-11-02 10:12 0000 46.18 KB Details
adonthell.config.log Config.log which outputted errors text/plain Luu Danh Hieu 2005-11-03 02:48 0000 45.88 KB Details
0.3.4a-configure.in.patch.patch patch to the 0.3.4a-configure.in.patch patch Tupone Alfredo 2006-01-06 03:59 0000 386 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 111236 depends on: Show dependency tree
Show dependency graph
Bug 111236 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-11-02 05:18 0000
Here is what I get when I try to emerge adonthell latest stable version :

imsg3box ~ # emerge -av adonthell

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N    ] games-rpg/adonthell-0.3.4a  -doc +nls 664 kB
<snip>
/usr/share/aclocal/wxwin.m4:36: warning: underquoted definition of
AM_OPTIONS_WXCONFIG
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/wxwin.m4:59: warning: underquoted definition of AM_PATH_WXCONFIG
/usr/share/aclocal/nspr.m4:8: warning: underquoted definition of AM_PATH_NSPR
/usr/share/aclocal/linc.m4:1: warning: underquoted definition of AM_PATH_LINC
/usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO
>>> Source unpacked.
 * Using GNU config files from /usr/share/libtool
 *   Updating config.sub                                                       
                                                                        [ ok ] *
  Updating config.guess                                                        
                                                                     [ ok
]./configure --prefix=/usr/games --build=i686-pc-linux-gnu
--host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info
--datadir=/usr/share/games --sysconfdir=/etc/games --localstatedir=/var/games
--disable-dependency-tracking --disable-py-debug
--with-vorbis=/var/tmp/portage/adonthell-0.3.4a/temp --enable-nls --disable-doc

<snip>

Adonthell v0.3.4

SDL ....................... : 1.2.8
Python .................... : 2.4
Python debugging .......... : no
Freetype .................. : 9.7.3
SWIG ...................... : 1.3.21
Ogg music ................. : enabled
Building API doc .......... : no
Data directory ............ : /usr/share/games/adonthell

<snip>

touch: cannot touch `doc/items/footer.html': No such file or directory
touch: cannot touch `doc/items/header.html': No such file or directory
cd . && /bin/sh /var/tmp/portage/adonthell-0.3.4a/work/adonthell-0.3.4/missing
--run autoheader
rm -f stamp-h1
touch config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/adonthell-0.3.4a/work/adonthell-0.3.4'
Making all in m4
make[2]: Entering directory
`/var/tmp/portage/adonthell-0.3.4a/work/adonthell-0.3.4/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/var/tmp/portage/adonthell-0.3.4a/work/adonthell-0.3.4/m4'
Making all in po
make[2]: Entering directory
`/var/tmp/portage/adonthell-0.3.4a/work/adonthell-0.3.4/po'
make adonthell.pot-update
make[3]: Entering directory
`/var/tmp/portage/adonthell-0.3.4a/work/adonthell-0.3.4/po'
sed -e '/^#/d' remove-potcdate.sin > t-remove-potcdate.sed
mv t-remove-potcdate.sed remove-potcdate.sed
/usr/bin/xgettext --default-domain=adonthell --directory=.. \
  --add-comments=TRANSLATORS: --keyword=_ --keyword=N_ \
  --files-from=./POTFILES.in \
  --copyright-holder='Kai Sterker' \
  --msgid-bugs-address='adonthell-project@linuxgames.com'
test ! -f adonthell.po || { \
  if test -f ./adonthell.pot; then \
    sed -f remove-potcdate.sed < ./adonthell.pot > adonthell.1po && \
    sed -f remove-potcdate.sed < adonthell.po > adonthell.2po && \
    if cmp adonthell.1po adonthell.2po >/dev/null 2>&1; then \
      rm -f adonthell.1po adonthell.2po adonthell.po; \
    else \
      rm -f adonthell.1po adonthell.2po ./adonthell.pot && \
      mv adonthell.po ./adonthell.pot; \
    fi; \
  else \
    mv adonthell.po ./adonthell.pot; \
  fi; \
}
make[3]: Leaving directory
`/var/tmp/portage/adonthell-0.3.4a/work/adonthell-0.3.4/po'
test -z "" || make
touch stamp-po
make[2]: Leaving directory
`/var/tmp/portage/adonthell-0.3.4a/work/adonthell-0.3.4/po'
Making all in src
make[2]: Entering directory
`/var/tmp/portage/adonthell-0.3.4a/work/adonthell-0.3.4/src'
Making all in .
make[3]: Entering directory
`/var/tmp/portage/adonthell-0.3.4a/work/adonthell-0.3.4/src'
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o adonthell.o adonthell.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o animation.o animation.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o audio.o audio.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o character_base.o
character_base.cc
In file included from /usr/include/python2.4/Python.h:8,
                 from python_class.h:31,
                 from py_object.h:29,
                 from audio.h:20,
                 from audio.cc:20:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/string.h:26,
                 from audio.cc:16:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o character.o character.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o data_screen.o data_screen.cc
In file included from /usr/include/python2.4/Python.h:8,
                 from win_event.h:18,
                 from win_base.h:29,
                 from win_container.h:19,
                 from win_scroll.h:18,
                 from win_theme.h:18,
                 from win_manager.h:26,
                 from adonthell.cc:24:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/os_defines.h:39,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/c++config.h:35,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/stl_algobase.h:64,
                 from /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/vector:67,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/ext/hashtable.h:68,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/ext/hash_map:65,
                 from str_hash.h:27,
                 from win_manager.h:25,
                 from adonthell.cc:24:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o dialog.o dialog.cc
In file included from /usr/include/python2.4/Python.h:8,
                 from win_event.h:18,
                 from win_base.h:29,
                 from win_container.h:19,
                 from win_object.h:19,
                 from win_label.h:18,
                 from text_bubble.h:31,
                 from mapcharacter.h:38,
                 from character.h:29,
                 from character.cc:25:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from /usr/include/zconf.h:288,
                 from /usr/include/zlib.h:34,
                 from fileops.h:31,
                 from image.h:29,
                 from animation.h:30,
                 from mapcharacter.h:35,
                 from character.h:29,
                 from character.cc:25:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o dialog_screen.o dialog_screen.cc
In file included from /usr/include/python2.4/Python.h:8,
                 from win_event.h:18,
                 from win_base.h:29,
                 from win_container.h:19,
                 from win_object.h:19,
                 from win_label.h:18,
                 from text_bubble.h:31,
                 from mapcharacter.h:38,
                 from character.h:29,
                 from dialog.cc:28:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/os_defines.h:39,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/c++config.h:35,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/stl_algobase.h:64,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/algorithm:66,
                 from dialog.cc:24:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o drawable.o drawable.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o drawing_area.o drawing_area.cc
In file included from /usr/include/python2.4/Python.h:8,
                 from win_event.h:18,
                 from win_base.h:29,
                 from win_container.h:19,
                 from win_object.h:19,
                 from win_label.h:18,
                 from text_bubble.h:31,
                 from mapcharacter.h:38,
                 from character.h:29,
                 from gamedata.h:30,
                 from data_screen.cc:29:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/string.h:26,
                 from data_screen.cc:26:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o event.o event.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o event_handler.o event_handler.cc
In file included from /usr/include/python2.4/Python.h:8,
                 from python_class.h:31,
                 from py_object.h:29,
                 from event.h:27,
                 from event.cc:22:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/string.h:26,
                 from callback.h:20,
                 from event.h:26,
                 from event.cc:22:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o event_list.o event_list.cc
In file included from /usr/include/python2.4/Python.h:8,
                 from python_class.h:31,
                 from py_object.h:29,
                 from event.h:27,
                 from event_handler_base.h:27,
                 from event_handler.h:27,
                 from event_handler.cc:24:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/string.h:26,
                 from callback.h:20,
                 from event.h:26,
                 from event_handler_base.h:27,
                 from event_handler.h:27,
                 from event_handler.cc:24:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o fileops.o fileops.cc
In file included from /usr/include/python2.4/Python.h:8,
                 from win_event.h:18,
                 from win_base.h:29,
                 from win_container.h:19,
                 from win_object.h:19,
                 from win_label.h:18,
                 from text_bubble.h:31,
                 from mapcharacter.h:38,
                 from character.h:29,
                 from gamedata.h:30,
                 from dialog_screen.cc:28:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/os_defines.h:39,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/c++config.h:35,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iostream:44,
                 from dialog_screen.cc:26:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o game.o game.cc
In file included from /usr/include/python2.4/Python.h:8,
                 from python_class.h:31,
                 from py_object.h:29,
                 from event.h:27,
                 from event_list.h:29,
                 from event_list.cc:25:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/os_defines.h:39,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/c++config.h:35,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/stl_algobase.h:64,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/algorithm:66,
                 from event_list.cc:24:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o gamedata.o gamedata.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o gamedate.o gamedate.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o gametime.o gametime.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o image.o image.cc
In file included from /usr/include/python2.4/Python.h:8,
                 from python_class.h:31,
                 from py_object.h:29,
                 from event.h:27,
                 from time_event.h:25,
                 from gamedate.cc:26:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/ctype.h:27,
                 from gamedate.cc:22:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o input.o input.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o label.o label.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o label_input.o label_input.cc
In file included from /usr/include/python2.4/Python.h:8,
                 from python_class.h:31,
                 from py_object.h:29,
                 from audio.h:20,
                 from gamedata.cc:33:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/os_defines.h:39,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/c++config.h:35,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iostream:44,
                 from gamedata.cc:26:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o landmap.o landmap.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o lex.prefs.o lex.prefs.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o map_event.o map_event.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o map_event_handler.o
map_event_handler.cc
In file included from /usr/include/python2.4/Python.h:8,
                 from python_class.h:31,
                 from py_object.h:29,
                 from event.h:27,
                 from map_event.h:25,
                 from map_event.cc:22:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/string.h:26,
                 from callback.h:20,
                 from event.h:26,
                 from map_event.h:25,
                 from map_event.cc:22:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o mapsquare_walkable.o
mapsquare_walkable.cc
In file included from /usr/include/python2.4/Python.h:8,
                 from win_event.h:18,
                 from win_base.h:29,
                 from win_container.h:19,
                 from win_object.h:19,
                 from win_label.h:18,
                 from text_bubble.h:31,
                 from mapcharacter.h:38,
                 from landmap.h:28,
                 from landmap.cc:22:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from /usr/include/zconf.h:288,
                 from /usr/include/zlib.h:34,
                 from fileops.h:31,
                 from image.h:29,
                 from animation.h:30,
                 from mapobject.h:27,
                 from landmap.h:27,
                 from landmap.cc:22:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o mapcharacter.o mapcharacter.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o mapsquare.o mapsquare.cc
In file included from /usr/include/python2.4/Python.h:8,
                 from python_class.h:31,
                 from py_object.h:29,
                 from event.h:27,
                 from map_event.h:25,
                 from map_event_handler.cc:23:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/os_defines.h:39,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/c++config.h:35,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/stl_algobase.h:64,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/algorithm:66,
                 from map_event_handler.cc:22:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o mapobject.o mapobject.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o mapview.o mapview.cc
In file included from /usr/include/python2.4/Python.h:8,
                 from win_event.h:18,
                 from win_base.h:29,
                 from win_container.h:19,
                 from win_object.h:19,
                 from win_label.h:18,
                 from text_bubble.h:31,
                 from mapcharacter.h:38,
                 from mapcharacter.cc:22:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from /usr/include/zconf.h:288,
                 from /usr/include/zlib.h:34,
                 from fileops.h:31,
                 from image.h:29,
                 from animation.h:30,
                 from mapcharacter.h:35,
                 from mapcharacter.cc:22:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o nls.o nls.cc
In file included from /usr/include/python2.4/Python.h:8,
                 from win_event.h:18,
                 from win_base.h:29,
                 from win_container.h:19,
                 from win_object.h:19,
                 from win_label.h:18,
                 from text_bubble.h:31,
                 from mapcharacter.h:38,
                 from mapsquare.cc:28:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/os_defines.h:39,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/c++config.h:35,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/stl_algobase.h:64,
                 from /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/list:67,
                 from mapsquare.h:29,
                 from mapsquare.cc:26:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o path.o path.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o pnm.o pnm.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o prefs.o prefs.cc
In file included from /usr/include/python2.4/Python.h:8,
                 from win_event.h:18,
                 from win_base.h:29,
                 from win_container.h:19,
                 from win_object.h:19,
                 from win_label.h:18,
                 from text_bubble.h:31,
                 from mapcharacter.h:38,
                 from landmap.h:28,
                 from mapview.h:30,
                 from mapview.cc:26:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from /usr/include/zconf.h:288,
                 from /usr/include/zlib.h:34,
                 from fileops.h:31,
                 from image.h:29,
                 from animation.h:30,
                 from mapobject.h:27,
                 from landmap.h:27,
                 from mapview.h:30,
                 from mapview.cc:26:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o py_callback.o py_callback.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o python_class.o python_class.cc
In file included from /usr/include/python2.4/Python.h:8,
                 from python_class.h:31,
                 from prefs.cc:31:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/stdio.h:28,
                 from prefs.cc:25:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o py_adonthell_wrap.o
py_adonthell_wrap.cc
In file included from /usr/include/python2.4/Python.h:8,
                 from win_event.h:18,
                 from win_base.h:29,
                 from win_container.h:19,
                 from win_object.h:19,
                 from win_label.h:18,
                 from text_bubble.h:31,
                 from mapcharacter.h:38,
                 from landmap.h:28,
                 from path.cc:26:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/os_defines.h:39,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/c++config.h:35,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/stl_algobase.h:64,
                 from /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/list:67,
                 from mapsquare.h:29,
                 from path.h:28,
                 from path.cc:25:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o py_object.o py_object.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o quest.o quest.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o screen.o screen.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o surface.o surface.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o storage.o storage.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o text_bubble.o text_bubble.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o time_event.o time_event.cc
In file included from /usr/include/python2.4/Python.h:8,
                 from python_class.h:31,
                 from py_object.h:29,
                 from event.h:27,
                 from time_event.h:25,
                 from time_event.cc:29:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/string.h:26,
                 from callback.h:20,
                 from event.h:26,
                 from time_event.h:25,
                 from time_event.cc:29:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o time_event_handler.o
time_event_handler.cc
In file included from /usr/include/python2.4/Python.h:8,
                 from win_event.h:18,
                 from win_base.h:29,
                 from win_container.h:19,
                 from win_object.h:19,
                 from win_label.h:18,
                 from text_bubble.h:31,
                 from text_bubble.cc:28:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/os_defines.h:39,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/c++config.h:35,
                 from /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/string:45,
                 from prefs.h:25,
                 from nls.h:25,
                 from text_bubble.cc:27:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o win_background.o
win_background.cc
In file included from /usr/include/python2.4/Python.h:8,
                 from python_class.h:31,
                 from py_object.h:29,
                 from event.h:27,
                 from time_event.h:25,
                 from time_event_handler.cc:24:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/os_defines.h:39,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/c++config.h:35,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/stl_algobase.h:64,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/algorithm:66,
                 from time_event_handler.cc:22:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o win_base.o win_base.cc
In file included from /usr/include/python2.4/Python.h:8,
                 from win_event.h:18,
                 from win_base.h:29,
                 from win_container.h:19,
                 from win_scroll.h:18,
                 from win_theme.h:18,
                 from win_background.cc:13:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/string.h:26,
                 from win_background.cc:12:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o win_border.o win_border.cc
In file included from /usr/include/python2.4/Python.h:8,
                 from win_event.h:18,
                 from win_base.h:29,
                 from win_container.h:19,
                 from win_scroll.h:18,
                 from win_theme.h:18,
                 from win_border.cc:13:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/os_defines.h:39,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/c++config.h:35,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/stl_algobase.h:64,
                 from /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/list:67,
                 from win_container.h:18,
                 from win_scroll.h:18,
                 from win_theme.h:18,
                 from win_border.cc:13:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o win_container.o win_container.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o win_font.o win_font.cc
py_adonthell_wrap.cc:231: warning: 'swig_type_info*
SWIG_TypeDynamicCast(swig_type_info*, void**)' defined but not used
py_adonthell_wrap.cc:419: warning: 'const char* SWIG_UnpackDataName(const char*,
void*, size_t, const char*)' defined but not used
py_adonthell_wrap.cc:499: warning: 'void
SWIG_PropagateClientData(swig_type_info*)' defined but not used
py_adonthell_wrap.cc:1198: warning: 'void* SWIG_Python_MustGetPtr(PyObject*,
swig_type_info*, int, int)' defined but not used
py_adonthell_wrap.cc:1212: warning: 'int SWIG_Python_ConvertPacked(PyObject*,
void*, size_t, swig_type_info*, int)' defined but not used
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o win_ttf.o win_ttf.cc
In file included from /usr/include/python2.4/Python.h:8,
                 from win_event.h:18,
                 from win_base.h:29,
                 from win_container.h:19,
                 from win_container.cc:14:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/os_defines.h:39,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/c++config.h:35,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/stl_algobase.h:64,
                 from /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/list:67,
                 from win_container.h:18,
                 from win_container.cc:14:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o win_keys.o win_keys.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o win_manager.o win_manager.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o win_scrollbar.o win_scrollbar.cc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o win_scroll.o win_scroll.cc
In file included from /usr/include/python2.4/Python.h:8,
                 from win_event.h:18,
                 from win_base.h:29,
                 from win_container.h:19,
                 from win_scroll.h:18,
                 from win_theme.h:18,
                 from win_scrollbar.cc:13:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/os_defines.h:39,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/c++config.h:35,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/stl_algobase.h:64,
                 from /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/list:67,
                 from win_container.h:18,
                 from win_scroll.h:18,
                 from win_theme.h:18,
                 from win_scrollbar.cc:13:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o win_select.o win_select.cc
In file included from /usr/include/python2.4/Python.h:8,
                 from win_event.h:18,
                 from win_base.h:29,
                 from win_container.h:19,
                 from win_scroll.h:18,
                 from win_theme.h:18,
                 from win_manager.h:26,
                 from win_manager.cc:25:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/stdio.h:28,
                 from /usr/include/SDL/SDL_rwops.h:35,
                 from /usr/include/SDL/SDL.h:37,
                 from types.h:23,
                 from win_manager.cc:22:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o win_theme.o win_theme.cc
In file included from /usr/include/python2.4/Python.h:8,
                 from win_event.h:18,
                 from win_base.h:29,
                 from win_container.h:19,
                 from win_scroll.h:18,
                 from win_scroll.cc:15:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/os_defines.h:39,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/c++config.h:35,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/stl_algobase.h:64,
                 from /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/list:67,
                 from win_container.h:18,
                 from win_scroll.h:18,
                 from win_scroll.cc:15:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o win_event.o win_event.cc
In file included from /usr/include/python2.4/Python.h:8,
                 from win_event.h:18,
                 from win_base.h:29,
                 from win_container.h:19,
                 from win_scroll.h:18,
                 from win_select.h:18,
                 from win_select.cc:15:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/os_defines.h:39,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/c++config.h:35,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/stl_algobase.h:64,
                 from /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/list:67,
                 from win_container.h:18,
                 from win_scroll.h:18,
                 from win_select.h:18,
                 from win_select.cc:15:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o yarg.o yarg.cc
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions -c
mixer.c
In file included from /usr/include/python2.4/Python.h:8,
                 from win_event.h:18,
                 from win_base.h:29,
                 from win_container.h:19,
                 from win_scroll.h:18,
                 from win_theme.h:18,
                 from win_theme.cc:15:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/os_defines.h:39,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/i686-pc-linux-gnu/bits/c++config.h:35,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/stl_algobase.h:64,
                 from /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/list:67,
                 from win_container.h:18,
                 from win_scroll.h:18,
                 from win_theme.h:18,
                 from win_theme.cc:15:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions -c
music.c
win_event.cc: In member function `void win_event::py_signal_connect(PyObject*,
int, PyObject*)':
win_event.cc:38: warning: taking address of temporary
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions -c
music_cmd.c
mixer.c:152: warning: 'PrintFormat' defined but not used
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions -c
music_ogg.c
music.c:73: warning: 'samplesize' defined but not used
music.c:76: warning: 'music_swap8' defined but not used
music.c:77: warning: 'music_swap16' defined but not used
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions -c
wavestream.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions -c
SDL_ttf.c
music_cmd.c: In function `ParseCommandLine':
music_cmd.c:76: warning: implicit declaration of function `isspace'
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_REENTRANT -I/var/tmp/portage/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -g -Wall -fno-exceptions 
-DDATA_DIR="\"/usr/share/games/adonthell\""  -c -o main.o main.cc
rm -f libadonthell.a
i686-pc-linux-gnu-ar cru libadonthell.a adonthell.o animation.o audio.o
character_base.o character.o data_screen.o dialog.o dialog_screen.o drawable.o
drawing_area.o event.o event_handler.o event_list.o fileops.o game.o gamedata.o
gamedate.o gametime.o image.o input.o label.o label_input.o landmap.o
lex.prefs.o map_event.o map_event_handler.o mapsquare_walkable.o mapcharacter.o
mapsquare.o mapobject.o mapview.o nls.o path.o pnm.o prefs.o py_callback.o
python_class.o py_adonthell_wrap.o py_object.o quest.o screen.o surface.o
storage.o text_bubble.o time_event.o time_event_handler.o win_background.o
win_base.o win_border.o win_container.o win_font.o win_ttf.o win_keys.o
win_manager.o win_scrollbar.o win_scroll.o win_select.o win_theme.o win_event.o
yarg.o mixer.o music.o music_cmd.o music_ogg.o wavestream.o SDL_ttf.o
i686-pc-linux-gnu-ranlib libadonthell.a
In file included from /usr/include/python2.4/Python.h:8,
                 from python_class.h:31,
                 from py_object.h:29,
                 from audio.h:20,
                 from main.cc:25:
/usr/include/python2.4/pyconfig.h:838:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/stdio.h:28,
                 from /usr/include/SDL/SDL_rwops.h:35,
                 from SDL_mixer.h:29,
                 from audio.h:18,
                 from main.cc:25:
/usr/include/features.h:150:1: warning: this is the location of the previous
definition
/bin/sh ../libtool --tag=CXX --mode=link i686-pc-linux-gnu-g++  -g -Wall
-fno-exceptions  -DDATA_DIR="\"/usr/share/games/adonthell\""    -o adonthell 
main.o libadonthell.a -lSDL -lpthread -lvorbisfile
-L/var/tmp/portage/adonthell-0.3.4a/temp/lib -lvorbis -lm -Wl,-E
-L/usr/lib/python2.4/config -lpython2.4   -lpython2.4 -lm
-L/usr/lib/python2.4/config   -lfreetype -lz -lz
mkdir .libs
i686-pc-linux-gnu-g++ -g -Wall -fno-exceptions
-DDATA_DIR=\"/usr/share/games/adonthell\" -o adonthell main.o -Wl,-E 
libadonthell.a /usr/lib/libSDL.so /usr/lib/libdirectfb.so /usr/lib/libfusion.so
/usr/lib/libdirect.so -ldl -lX11 -lXext -lpthread /usr/lib/libvorbisfile.so
-L/var/tmp/portage/adonthell-0.3.4a/temp/lib /usr/lib/libvorbis.so
/usr/lib/libogg.so -L/usr/lib/python2.4/config -lpython2.4 -lm
/usr/lib/libfreetype.so -lz
/usr/lib/python2.4/config/libpython2.4.a(posixmodule.o)(.text+0x4002): In
function `posix_tmpnam':
: warning: the use of `tmpnam_r' is dangerous, better use `mkstemp'
/usr/lib/python2.4/config/libpython2.4.a(posixmodule.o)(.text+0x3f3e): In
function `posix_tempnam':
: warning: the use of `tempnam' is dangerous, better use `mkstemp'
/usr/lib/python2.4/config/libpython2.4.a(posixmodule.o)(.text+0x1d9f): In
function `posix_openpty':
: undefined reference to `openpty'
/usr/lib/python2.4/config/libpython2.4.a(posixmodule.o)(.text+0x1e09): In
function `posix_forkpty':
: undefined reference to `forkpty'
collect2: ld returned 1 exit status
make[3]: *** [adonthell] Error 1
make[3]: Leaving directory
`/var/tmp/portage/adonthell-0.3.4a/work/adonthell-0.3.4/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/adonthell-0.3.4a/work/adonthell-0.3.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/adonthell-0.3.4a/work/adonthell-0.3.4'
make: *** [all] Error 2

!!! ERROR: games-rpg/adonthell-0.3.4a failed.
!!! Function src_compile, Line 51, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.

Reproducible: Always
Steps to Reproduce:
1.emerge adonthell
Actual Results:  
Compilation Error

Expected Results:  
Compile without error

imsg3box ~ # emerge --info
Portage 2.0.51.22-r3 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r2,
2.6.13-gentoo-r3 i686)
=================================================================
System uname: 2.6.13-gentoo-r3 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
Gentoo Base System version 1.6.13
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
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.6-r1
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O1 -march=pentium4 -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/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-O1 -march=pentium4 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.ecc.u-tokyo.ac.jp/GENTOO http://gentoo.gg3.net
http://gentoo.channelx.biz http://ftp.gentoo.or.kr http://mirror.gentoo.gr.jp"
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aac alsa apache2 apm audiofile avi bash-completion berkdb
bitmap-fonts bmp browserplugin bzip2 cdr cjk crypt cups curl directfb divx4linux
eds emboss encode exif fam ffmpeg flac foomaticdb fortran ftp gd gdbm gif gpm
gstreamer gtk gtk2 howl iconv ieee1394 imagemagick imlib ipv6 java javascript
jpeg junit ldap libg++ libwww mad matroska migemo mikmod mime mmx mmxext mono
motif mozilla mp3 mpeg mysql ncurses nls nptl nsplugin nvidia ogg oggvorbis
opengl pam pdflib perl php png python quicktime readline real samba sdl spell
sse ssl svg szip tcpd tiff truetype truetype-fonts type1-fonts udev unicode
verbose vorbis win32codecs xine xml xml2 xosd xv xvid yahoo zlib userland_GNU
kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS, LINGUAS

------- Comment #1 From Marien Zwart (RETIRED) 2005-11-02 10:12:50 0000 -------
Created an attachment (id=71944) [edit]
config.log from a working compile

config.log from a full ~x86 system with binutils downgraded to 2.15.92.0.2-r10
just before the adonthell merge. This merges successfully, linking to libpython
dynamically instead of statically.

------- Comment #2 From Luu Danh Hieu 2005-11-03 02:48:05 0000 -------
Created an attachment (id=72000) [edit]
Config.log which outputted errors

------- Comment #3 From Luu Danh Hieu 2005-11-03 02:49:04 0000 -------
imsg3box ~ # equery l binutils
[ Searching for package 'binutils' in all categories among: ]
 * installed packages
[I--] [  ] sys-devel/binutils-2.15.92.0.2-r10 (0)
[I--] [  ] sys-devel/binutils-config-1.8-r5 (0)

Flags for binutils : +nls -multitarget -multislot -test

>> This merges successfully, linking to libpython
dynamically instead of statically.

Please show me the way to do it, if possible. Or is there something wrong with
my machine ?

I'm attaching my config.log ...

------- Comment #4 From Tupone Alfredo 2006-01-06 03:59:39 0000 -------
Created an attachment (id=76321) [edit]
patch to the 0.3.4a-configure.in.patch

Just added -lutils. Probably need to change python-config instead

------- Comment #5 From Tupone Alfredo 2006-03-23 14:55:59 0000 -------
Fixed in portage. Thanks for report

First Last Prev Next    No search results available      Search page      Enter new bug