>>> Unpacking source... >>> Unpacking prboom-2.2.4.tar.gz to /var/tmp/portage/prboom-2.2.4-r1/work * Applying 2.2.4-gcc34.patch ...  [ ok ] * Detecting NVidia GL/prboom bug ...  [ ok ] >>> Source unpacked. >>> Compiling source in /var/tmp/portage/prboom-2.2.4-r1/work/prboom-2.2.4 ... * Using GNU config files from /usr/share/libtool * Updating autotools/config.sub  [ ok ] * Updating autotools/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 --enable-gl --enable-i386-asm --disable-cpu-opt creating cache ./config.cache checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking build system type... i686-pc-linux-gnu checking whether to use x86 asm versions of some functions... no checking for a BSD compatible install... /bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking for gcc... gcc checking whether the C compiler (gcc -march=athlon -O3 -pipe ) works... yes checking whether the C compiler (gcc -march=athlon -O3 -pipe ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking whether ln -s works... yes checking for ranlib... ranlib checking whether compiler supports -Wall... yes checking whether compiler supports -Winline... yes checking whether compiler supports -Wwrite-strings... yes checking whether compiler supports -ffast-math... yes checking whether compiler supports -O2... yes checking whether compiler supports -fomit-frame-pointer... yes checking for working const... yes checking for inline... inline checking whether byte ordering is bigendian... no checking how to run the C preprocessor... gcc -E checking for uid_t in sys/types.h... yes checking for ANSI C header files... yes checking for size_t... yes checking for sys_siglist declaration in signal.h or unistd.h... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for unistd.h... yes checking for asm/byteorder.h... yes checking for linux/joystick.h... yes checking for stricmp... no checking for strnicmp... no checking for getopt... yes checking for inet_aton... yes checking for inet_pton... yes checking for inet_ntop... yes checking for snprintf... yes checking for vsnprintf... yes checking for pow in -lm... yes checking for X... libraries , headers checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for OpenGL support... yes checking for sdl-config... /usr/bin/sdl-config checking for SDL - version >= 1.1.3... yes checking for SDL_JoystickGetAxis... yes checking for Mix_LoadMUS in -lSDL_mixer... yes checking for SDLNet_UDP_Bind in -lSDL_net... yes checking for socket... yes updating cache ./config.cache creating ./config.status creating Makefile creating src/Makefile creating src/POSIX/Makefile creating src/SDL/Makefile creating doc/Makefile creating data/Makefile creating ICONS/Makefile creating VISUALC5/Makefile creating VISUALC6/Makefile creating prboom.spec creating config.h make all-recursive make[1]: Entering directory `/var/tmp/portage/prboom-2.2.4-r1/work/prboom-2.2.4' Making all in doc make[2]: Entering directory `/var/tmp/portage/prboom-2.2.4-r1/work/prboom-2.2.4/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/tmp/portage/prboom-2.2.4-r1/work/prboom-2.2.4/doc' Making all in data make[2]: Entering directory `/var/tmp/portage/prboom-2.2.4-r1/work/prboom-2.2.4/data' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/tmp/portage/prboom-2.2.4-r1/work/prboom-2.2.4/data' Making all in src make[2]: Entering directory `/var/tmp/portage/prboom-2.2.4-r1/work/prboom-2.2.4/src' Making all in SDL make[3]: Entering directory `/var/tmp/portage/prboom-2.2.4-r1/work/prboom-2.2.4/src/SDL' gcc -DHAVE_CONFIG_H -I. -I. -I../.. -march=athlon -O3 -pipe -Wall -Winline -Wwrite-strings -ffast-math -O2 -fomit-frame-pointer -I../../src -I/usr/include/SDL -D_REENTRANT -c i_video.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -march=athlon -O3 -pipe -Wall -Winline -Wwrite-strings -ffast-math -O2 -fomit-frame-pointer -I../../src -I/usr/include/SDL -D_REENTRANT -c i_sound.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -march=athlon -O3 -pipe -Wall -Winline -Wwrite-strings -ffast-math -O2 -fomit-frame-pointer -I../../src -I/usr/include/SDL -D_REENTRANT -c i_system.c In file included from ../../src/p_pspr.h:39, from ../../src/d_player.h:43, from ../../src/d_net.h:37, from ../../src/doomstat.h:43, from i_video.c:48: ../../src/m_fixed.h:128: warning: type qualifiers ignored on function return type ../../src/m_fixed.h:191: warning: type qualifiers ignored on function return type ../../src/m_fixed.h:204: warning: type qualifiers ignored on function return type i_video.c:299: warning: ‘I_UploadNewPalette’ defined but not used gcc -DHAVE_CONFIG_H -I. -I. -I../.. -march=athlon -O3 -pipe -Wall -Winline -Wwrite-strings -ffast-math -O2 -fomit-frame-pointer -I../../src -I/usr/include/SDL -D_REENTRANT -c i_joy.c In file included from ../../src/p_pspr.h:39, from ../../src/d_player.h:43, from ../../src/d_net.h:37, from ../../src/doomstat.h:43, from i_sound.c:66: ../../src/m_fixed.h:128: warning: type qualifiers ignored on function return type ../../src/m_fixed.h:191: warning: type qualifiers ignored on function return type ../../src/m_fixed.h:204: warning: type qualifiers ignored on function return type i_sound.c: In function ‘addsfx’: i_sound.c:148: warning: unused variable ‘oldestnum’ i_sound.c:147: warning: unused variable ‘oldest’ rm -f libsdldoom.a ar cru libsdldoom.a i_video.o i_sound.o i_system.o i_joy.o ranlib libsdldoom.a make[3]: Leaving directory `/var/tmp/portage/prboom-2.2.4-r1/work/prboom-2.2.4/src/SDL' Making all in POSIX make[3]: Entering directory `/var/tmp/portage/prboom-2.2.4-r1/work/prboom-2.2.4/src/POSIX' gcc -DHAVE_CONFIG_H -I. -I. -I../.. -march=athlon -O3 -pipe -Wall -Winline -Wwrite-strings -ffast-math -O2 -fomit-frame-pointer -I../../src -c i_system.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -march=athlon -O3 -pipe -Wall -Winline -Wwrite-strings -ffast-math -O2 -fomit-frame-pointer -I../../src -c i_joy.c rm -f libposixdoom.a ar cru libposixdoom.a i_system.o i_joy.o ranlib libposixdoom.a make[3]: Leaving directory `/var/tmp/portage/prboom-2.2.4-r1/work/prboom-2.2.4/src/POSIX' make[3]: Entering directory `/var/tmp/portage/prboom-2.2.4-r1/work/prboom-2.2.4/src' gcc -DHAVE_CONFIG_H -I. -I. -I.. -march=athlon -O3 -pipe -Wall -Winline -Wwrite-strings -ffast-math -O2 -fomit-frame-pointer -I../src -I/usr/include/SDL -D_REENTRANT -c mmus2mid.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -march=athlon -O3 -pipe -Wall -Winline -Wwrite-strings -ffast-math -O2 -fomit-frame-pointer -I../src -I/usr/include/SDL -D_REENTRANT -c am_map.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -march=athlon -O3 -pipe -Wall -Winline -Wwrite-strings -ffast-math -O2 -fomit-frame-pointer -I../src -I/usr/include/SDL -D_REENTRANT -c g_game.c mmus2mid.c:645: warning: ‘FreeTracks’ defined but not used gcc -DHAVE_CONFIG_H -I. -I. -I.. -march=athlon -O3 -pipe -Wall -Winline -Wwrite-strings -ffast-math -O2 -fomit-frame-pointer -I../src -I/usr/include/SDL -D_REENTRANT -c p_mobj.c In file included from p_pspr.h:39, from d_player.h:43, from d_net.h:37, from doomstat.h:43, from am_map.c:38: m_fixed.h:128: warning: type qualifiers ignored on function return type m_fixed.h:191: warning: type qualifiers ignored on function return type m_fixed.h:204: warning: type qualifiers ignored on function return type In file included from am_map.c:40: r_main.h:111: warning: type qualifiers ignored on function return type r_main.h:112: warning: type qualifiers ignored on function return type In file included from am_map.c:42: p_maputl.h:72: warning: type qualifiers ignored on function return type p_maputl.h:73: warning: type qualifiers ignored on function return type p_maputl.h:75: warning: type qualifiers ignored on function return type p_maputl.h:76: warning: type qualifiers ignored on function return type p_maputl.h:77: warning: type qualifiers ignored on function return type p_maputl.h:85: warning: type qualifiers ignored on function return type am_map.c: In function ‘AM_drawThings’: am_map.c:1613: warning: integer constant is too large for ‘long’ type am_map.c: In function ‘AM_clipMline’: am_map.c:898: warning: ‘tmp.x’ may be used uninitialized in this function am_map.c:898: warning: ‘tmp.y’ may be used uninitialized in this function gcc -DHAVE_CONFIG_H -I. -I. -I.. -march=athlon -O3 -pipe -Wall -Winline -Wwrite-strings -ffast-math -O2 -fomit-frame-pointer -I../src -I/usr/include/SDL -D_REENTRANT -c r_segs.c In file included from p_pspr.h:39, from d_player.h:43, from d_net.h:37, from doomstat.h:43, from g_game.c:54: m_fixed.h:128: warning: type qualifiers ignored on function return type m_fixed.h:191: warning: type qualifiers ignored on function return type m_fixed.h:204: warning: type qualifiers ignored on function return type In file included from g_game.c:69: r_main.h:111: warning: type qualifiers ignored on function return type r_main.h:112: warning: type qualifiers ignored on function return type g_game.c: In function ‘G_DoLoadGame’: g_game.c:1522: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness g_game.c:1522: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness g_game.c:1522: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness g_game.c:1522: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness g_game.c:1522: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness g_game.c:1522: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness g_game.c:1522: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness g_game.c:1522: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness g_game.c:1547: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness g_game.c:1550: warning: pointer targets in passing argument 2 of ‘strcat’ differ in signedness g_game.c:1561: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness g_game.c:1581: warning: pointer targets in assignment differ in signedness g_game.c: In function ‘G_DoSaveGame’: g_game.c:1735: warning: pointer targets in passing argument 1 of ‘strcat’ differ in signedness g_game.c:1737: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness g_game.c: In function ‘G_WriteDemoTiccmd’: g_game.c:2135: warning: pointer targets in assignment differ in signedness g_game.c: In function ‘G_BeginRecording’: g_game.c:2391: warning: enumeration value ‘doom_12_compatibility’ not handled in switch g_game.c:2391: warning: enumeration value ‘doom_demo_compatibility’ not handled in switch g_game.c:2391: warning: enumeration value ‘doom_compatibility’ not handled in switch g_game.c:2391: warning: enumeration value ‘boom_compatibility_compatibility’ not handled in switch g_game.c:2391: warning: enumeration value ‘boom_201_compatibility’ not handled in switch g_game.c:2391: warning: enumeration value ‘boom_202_compatibility’ not handled in switch g_game.c:2391: warning: enumeration value ‘lxdoom_1_compatibility’ not handled in switch g_game.c:2391: warning: enumeration value ‘prboom_1_compatibility’ not handled in switch g_game.c:2391: warning: enumeration value ‘MAX_COMPATIBILITY_LEVEL’ not handled in switch g_game.c:2391: warning: enumeration value ‘boom_compatibility’ not handled in switch g_game.c:2390: warning: ‘v’ may be used uninitialized in this function g_game.c:2430: warning: ‘c’ may be used uninitialized in this function g_game.c:2430: warning: ‘v’ may be used uninitialized in this function gcc -DHAVE_CONFIG_H -I. -I. -I.. -march=athlon -O3 -pipe -Wall -Winline -Wwrite-strings -ffast-math -O2 -fomit-frame-pointer -I../src -I/usr/include/SDL -D_REENTRANT -c hu_lib.c distcc[9856] ERROR: compile /var/tmp/ccache/p_mobj.tmp.alfredo2.9846.i on 192.168.0.3 failed In file included from p_pspr.h:39, from d_player.h:43, from d_net.h:37, from doomstat.h:43, from p_mobj.c:34: m_fixed.h:128: warning: type qualifiers ignored on function return type m_fixed.h:191: warning: type qualifiers ignored on function return type m_fixed.h:204: warning: type qualifiers ignored on function return type In file included from p_mobj.c:36: r_main.h:111: warning: type qualifiers ignored on function return type r_main.h:112: warning: type qualifiers ignored on function return type In file included from p_mobj.c:37: p_maputl.h:72: warning: type qualifiers ignored on function return type p_maputl.h:73: warning: type qualifiers ignored on function return type p_maputl.h:75: warning: type qualifiers ignored on function return type p_maputl.h:76: warning: type qualifiers ignored on function return type p_maputl.h:77: warning: type qualifiers ignored on function return type p_maputl.h:85: warning: type qualifiers ignored on function return type p_mobj.c: In function ‘P_XYMovement’: p_mobj.c:220: warning: integer constant is too large for ‘long’ type p_mobj.c:299: warning: integer constant is too large for ‘long’ type p_mobj.c: In function ‘P_ZMovement’: p_mobj.c:384: warning: integer constant is too large for ‘long’ type p_mobj.c:403: warning: integer constant is too large for ‘long’ type p_mobj.c:507: warning: integer constant is too large for ‘long’ type p_mobj.c: In function ‘P_NightmareRespawn’: p_mobj.c:647: warning: integer constant is too large for ‘long’ type p_mobj.c:647: warning: integer constant is too large for ‘long’ type p_mobj.c: In function ‘P_SpawnMobj’: p_mobj.c:760: warning: integer constant is too large for ‘long’ type p_mobj.c:760: warning: integer constant is too large for ‘long’ type p_mobj.c:760: warning: integer constant is too large for ‘long’ type p_mobj.c:763: warning: integer constant is too large for ‘long’ type p_mobj.c: At top level: p_mobj.c:804: error: static declaration of ‘itemrespawnque’ follows non-static declaration p_mobj.h:391: error: previous declaration of ‘itemrespawnque’ was here p_mobj.c:805: error: static declaration of ‘itemrespawntime’ follows non-static declaration p_mobj.h:392: error: previous declaration of ‘itemrespawntime’ was here p_mobj.c: In function ‘P_FindDoomedNum’: p_mobj.c:885: warning: dereferencing type-punned pointer will break strict-aliasing rules p_mobj.c: In function ‘P_SpawnMapThing’: p_mobj.c:1196: warning: integer constant is too large for ‘long’ type p_mobj.c:1200: warning: integer constant is too large for ‘long’ type p_mobj.c:1205: warning: integer constant is too large for ‘long’ type p_mobj.c: In function ‘P_SpawnPlayerMissile’: p_mobj.c:1362: warning: integer constant is too large for ‘long’ type make[3]: *** [p_mobj.o] Error 1 make[3]: *** Waiting for unfinished jobs.... distcc[9860] ERROR: compile /var/tmp/ccache/r_segs.tmp.alfredo2.9851.i on 192.168.0.2 failed In file included from p_pspr.h:39, from d_player.h:43, from d_net.h:37, from doomstat.h:43, from r_segs.c:35: m_fixed.h:128: warning: type qualifiers ignored on function return type m_fixed.h:191: warning: type qualifiers ignored on function return type m_fixed.h:204: warning: type qualifiers ignored on function return type In file included from r_segs.c:36: r_main.h:111: warning: type qualifiers ignored on function return type r_main.h:112: warning: type qualifiers ignored on function return type In file included from r_segs.c:44: gl_struct.h:40: warning: 'enum patch_translation_e' declared inside parameter list gl_struct.h:40: warning: its scope is only this definition or declaration, which is probably not what you want gl_struct.h:41: warning: 'enum patch_translation_e' declared inside parameter list r_segs.c:51: error: static declaration of 'segtextured' follows non-static declaration r_bsp.h:46: error: previous declaration of 'segtextured' was here r_segs.c:52: error: static declaration of 'markfloor' follows non-static declaration r_bsp.h:47: error: previous declaration of 'markfloor' was here r_segs.c:53: error: static declaration of 'markceiling' follows non-static declaration r_bsp.h:48: error: previous declaration of 'markceiling' was here r_segs.c:69: error: static declaration of 'rw_x' follows non-static declaration r_bsp.h:44: error: previous declaration of 'rw_x' was here r_segs.c:70: error: static declaration of 'rw_stopx' follows non-static declaration r_bsp.h:45: error: previous declaration of 'rw_stopx' was here make[3]: *** [r_segs.o] Error 1 In file included from p_pspr.h:39, from d_player.h:43, from d_net.h:37, from doomstat.h:43, from hu_lib.c:34: m_fixed.h:128: warning: type qualifiers ignored on function return type m_fixed.h:191: warning: type qualifiers ignored on function return type m_fixed.h:204: warning: type qualifiers ignored on function return type In file included from hu_lib.c:39: r_main.h:111: warning: type qualifiers ignored on function return type r_main.h:112: warning: type qualifiers ignored on function return type make[3]: Leaving directory `/var/tmp/portage/prboom-2.2.4-r1/work/prboom-2.2.4/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/prboom-2.2.4-r1/work/prboom-2.2.4/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/prboom-2.2.4-r1/work/prboom-2.2.4' make: *** [all-recursive-am] Error 2 !!! ERROR: games-fps/prboom-2.2.4-r1 failed. Call stack: ebuild.sh, line 1526: Called dyn_compile ebuild.sh, line 923: Called src_compile prboom-2.2.4-r1.ebuild, line 56: Called die !!! emake failed !!! If you need support, post the topmost build error, and the call stack if relevant.