* Package: games-arcade/pacmanarena-0.15-r1 * Repository: gentoo * Maintainer: games@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking pacman-arena-0.15.tar.bz2 to /var/tmp/portage/games-arcade/pacmanarena-0.15-r1/work >>> Unpacking pacman-data-0.0.zip to /var/tmp/portage/games-arcade/pacmanarena-0.15-r1/work/pacman >>> Source unpacked in /var/tmp/portage/games-arcade/pacmanarena-0.15-r1/work >>> Preparing source in /var/tmp/portage/games-arcade/pacmanarena-0.15-r1/work/pacman ... * Applying pacmanarena-0.15-underlink.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/games-arcade/pacmanarena-0.15-r1/work/pacman' ... * Running aclocal ... [ ok ] * Running autoconf --force ... [ ok ] * Running autoheader ... [ ok ] * Running elibtoolize in: pacman/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/games-arcade/pacmanarena-0.15-r1/work/pacman ... * econf: updating pacman/config.guess with /usr/share/gnuconfig/config.guess * econf: updating pacman/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --docdir=/usr/share/doc/pacmanarena-0.15-r1 --htmldir=/usr/share/doc/pacmanarena-0.15-r1/html --libdir=/usr/lib64 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking whether make sets $(MAKE)... yes checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether x86_64-pc-linux-gnu-gcc needs -traditional... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for working memcmp... yes checking whether lstat correctly handles trailing slash... yes checking whether stat accepts an empty string... no checking for memmove... yes checking for memset... yes checking for pow... no checking for select... yes checking for sqrt... no checking for strdup... yes checking for strerror... yes checking for strstr... yes checking for strtol... yes checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking if compiler recognizes -pthread... yes checking for sdl-config... /usr/bin/sdl-config checking for SDL - version >= 1.2.0... yes checking for Mix_OpenAudio in -lSDL_mixer... yes checking for SDLNet_Init in -lSDL_net... yes checking for glEnable in -lGL... yes checking for gluNewQuadric in -lGLU... yes configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating config.h >>> Source configured. >>> Compiling source in /var/tmp/portage/games-arcade/pacmanarena-0.15-r1/work/pacman ... make -j1 x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wall -g -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I./include -DDATADIR="\"/usr/share/pacmanarena\"" -c file.c file.c: In function ‘file_read_values32’: file.c:50:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] 50 | fread(ret, 4, n, fp); | ^~~~~~~~~~~~~~~~~~~~ At top level: file.c:20:19: warning: ‘cvsid’ defined but not used [-Wunused-const-variable=] 20 | static const char cvsid[] = | ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wall -g -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I./include -DDATADIR="\"/usr/share/pacmanarena\"" -c bomb.c bomb.c:20:19: warning: ‘cvsid’ defined but not used [-Wunused-const-variable=] 20 | static const char cvsid[] = | ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wall -g -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I./include -DDATADIR="\"/usr/share/pacmanarena\"" -c particle.c particle.c: In function ‘particle_src_explode’: particle.c:273:47: warning: variable ‘saved_color’ set but not used [-Wunused-but-set-variable] 273 | float saved_position[3], saved_direction[3], saved_color[3], saved_speed, saved_gravity; | ^~~~~~~~~~~ particle.c:273:8: warning: variable ‘saved_position’ set but not used [-Wunused-but-set-variable] 273 | float saved_position[3], saved_direction[3], saved_color[3], saved_speed, saved_gravity; | ^~~~~~~~~~~~~~ At top level: particle.c:20:19: warning: ‘cvsid’ defined but not used [-Wunused-const-variable=] 20 | static const char cvsid[] = | ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wall -g -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I./include -DDATADIR="\"/usr/share/pacmanarena\"" -c shot.c shot.c:20:19: warning: ‘cvsid’ defined but not used [-Wunused-const-variable=] 20 | static const char cvsid[] = | ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wall -g -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I./include -DDATADIR="\"/usr/share/pacmanarena\"" -c audio.c audio.c:20:19: warning: ‘cvsid’ defined but not used [-Wunused-const-variable=] 20 | static const char cvsid[] = | ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wall -g -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I./include -DDATADIR="\"/usr/share/pacmanarena\"" -c map.c map.c:20:19: warning: ‘cvsid’ defined but not used [-Wunused-const-variable=] 20 | static const char cvsid[] = | ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wall -g -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I./include -DDATADIR="\"/usr/share/pacmanarena\"" -c object.c object.c: In function ‘object_read_file’: object.c:426:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] 426 | fread(&tag, 1, 1, fp); | ^~~~~~~~~~~~~~~~~~~~~ At top level: object.c:20:19: warning: ‘cvsid’ defined but not used [-Wunused-const-variable=] 20 | static const char cvsid[] = | ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wall -g -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I./include -DDATADIR="\"/usr/share/pacmanarena\"" -c math.c math.c:20:19: warning: ‘cvsid’ defined but not used [-Wunused-const-variable=] 20 | static const char cvsid[] = | ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wall -g -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I./include -DDATADIR="\"/usr/share/pacmanarena\"" -c gfx.c gfx.c: In function ‘gfx_read_targa’: gfx.c:60:5: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 60 | if((int)(fp=file_open(fname)) == 0) return NULL; | ^ gfx.c:99:7: warning: variable ‘r’ set but not used [-Wunused-but-set-variable] 99 | int r; | ^ gfx.c:61:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] 61 | fread(&tga.id_len, sizeof(tga.id_len), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gfx.c:62:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] 62 | fread(&tga.cl_map, sizeof(tga.cl_map), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gfx.c:72:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] 72 | fread(&tga.width, sizeof(tga.width), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gfx.c:73:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] 73 | fread(&tga.height, sizeof(tga.height), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gfx.c:74:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] 74 | fread(&tga.bpp, sizeof(tga.bpp), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gfx.c:108:4: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] 108 | fread(&buf[c*4], 3, 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: gfx.c:20:19: warning: ‘cvsid’ defined but not used [-Wunused-const-variable=] 20 | static const char cvsid[] = | ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wall -g -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I./include -DDATADIR="\"/usr/share/pacmanarena\"" -c game.c game.c: In function ‘game_do_victory_loop’: game.c:255:6: warning: variable ‘tx_level_complete’ set but not used [-Wunused-but-set-variable] 255 | int tx_level_complete; | ^~~~~~~~~~~~~~~~~ game.c: In function ‘game_do_defeat_loop’: game.c:346:6: warning: variable ‘tx_game_over’ set but not used [-Wunused-but-set-variable] 346 | int tx_game_over; | ^~~~~~~~~~~~ At top level: game.c:20:19: warning: ‘cvsid’ defined but not used [-Wunused-const-variable=] 20 | static const char cvsid[] = | ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wall -g -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I./include -DDATADIR="\"/usr/share/pacmanarena\"" -c player.c player.c:20:19: warning: ‘cvsid’ defined but not used [-Wunused-const-variable=] 20 | static const char cvsid[] = | ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wall -g -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I./include -DDATADIR="\"/usr/share/pacmanarena\"" -c ghost.c ghost.c:20:19: warning: ‘cvsid’ defined but not used [-Wunused-const-variable=] 20 | static const char cvsid[] = | ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wall -g -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I./include -DDATADIR="\"/usr/share/pacmanarena\"" -c menu.c menu.c: In function ‘menu’: menu.c:249:14: warning: variable ‘map’ set but not used [-Wunused-but-set-variable] 249 | struct map *map; | ^~~ At top level: menu.c:20:19: warning: ‘cvsid’ defined but not used [-Wunused-const-variable=] 20 | static const char cvsid[] = | ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wall -g -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I./include -DDATADIR="\"/usr/share/pacmanarena\"" -c input.c input.c:20:19: warning: ‘cvsid’ defined but not used [-Wunused-const-variable=] 20 | static const char cvsid[] = | ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wall -g -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I./include -DDATADIR="\"/usr/share/pacmanarena\"" -c screen.c screen.c:20:19: warning: ‘cvsid’ defined but not used [-Wunused-const-variable=] 20 | static const char cvsid[] = | ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wall -g -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I./include -DDATADIR="\"/usr/share/pacmanarena\"" -c render.c render.c:20:19: warning: ‘cvsid’ defined but not used [-Wunused-const-variable=] 20 | static const char cvsid[] = | ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wall -g -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I./include -DDATADIR="\"/usr/share/pacmanarena\"" -c render_bomb.c render_bomb.c:20:19: warning: ‘cvsid’ defined but not used [-Wunused-const-variable=] 20 | static const char cvsid[] = | ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wall -g -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I./include -DDATADIR="\"/usr/share/pacmanarena\"" -c render_player.c render_player.c:20:19: warning: ‘cvsid’ defined but not used [-Wunused-const-variable=] 20 | static const char cvsid[] = | ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wall -g -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I./include -DDATADIR="\"/usr/share/pacmanarena\"" -c render_ghost.c render_ghost.c:20:19: warning: ‘cvsid’ defined but not used [-Wunused-const-variable=] 20 | static const char cvsid[] = | ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wall -g -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I./include -DDATADIR="\"/usr/share/pacmanarena\"" -c render_map.c render_map.c: In function ‘map_setup_wall’: render_map.c:50:14: warning: variable ‘map’ set but not used [-Wunused-but-set-variable] 50 | struct map *map; | ^~~ render_map.c: In function ‘map_lightmap_param_rocket’: render_map.c:143:15: warning: variable ‘rocket’ set but not used [-Wunused-but-set-variable] 143 | struct shot *rocket; | ^~~~~~ render_map.c:142:14: warning: variable ‘map’ set but not used [-Wunused-but-set-variable] 142 | struct map *map; | ^~~ At top level: render_map.c:20:19: warning: ‘cvsid’ defined but not used [-Wunused-const-variable=] 20 | static const char cvsid[] = | ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wall -g -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I./include -DDATADIR="\"/usr/share/pacmanarena\"" -c render_particle.c render_particle.c:20:19: warning: ‘cvsid’ defined but not used [-Wunused-const-variable=] 20 | static const char cvsid[] = | ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wall -g -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I./include -DDATADIR="\"/usr/share/pacmanarena\"" -c render_shot.c render_shot.c:20:19: warning: ‘cvsid’ defined but not used [-Wunused-const-variable=] 20 | static const char cvsid[] = | ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wall -g -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I./include -DDATADIR="\"/usr/share/pacmanarena\"" -c net.c net.c:20:19: warning: ‘cvsid’ defined but not used [-Wunused-const-variable=] 20 | static const char cvsid[] = | ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wall -g -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I./include -DDATADIR="\"/usr/share/pacmanarena\"" -o pacman main.c file.o bomb.o particle.o shot.o audio.o map.o object.o math.o gfx.o game.o player.o ghost.o menu.o input.o screen.o render.o render_bomb.o render_player.o render_ghost.o render_map.o render_particle.o render_shot.o net.o -Wl,-O1 -Wl,--as-needed -lSDL -lpthread -lSDL_mixer -lSDL_net -lGL -lGLU -lm main.c:20:19: warning: ‘cvsid’ defined but not used [-Wunused-const-variable=] 20 | static const char cvsid[] = | ^~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: player.o:/var/tmp/portage/games-arcade/pacmanarena-0.15-r1/work/pacman/./include/input.h:25: multiple definition of `keyboard_map'; game.o:/var/tmp/portage/games-arcade/pacmanarena-0.15-r1/work/pacman/./include/input.h:25: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: menu.o:/var/tmp/portage/games-arcade/pacmanarena-0.15-r1/work/pacman/./include/input.h:25: multiple definition of `keyboard_map'; game.o:/var/tmp/portage/games-arcade/pacmanarena-0.15-r1/work/pacman/./include/input.h:25: first defined here collect2: error: ld returned 1 exit status make: *** [Makefile:19: pacman] Error 1 * ERROR: games-arcade/pacmanarena-0.15-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=games-arcade/pacmanarena-0.15-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=games-arcade/pacmanarena-0.15-r1::gentoo'`. * The complete build log is located at '/var/log/portage/games-arcade:pacmanarena-0.15-r1:20200203-173010.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/games-arcade/pacmanarena-0.15-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/games-arcade/pacmanarena-0.15-r1/temp/environment'. * Working directory: '/var/tmp/portage/games-arcade/pacmanarena-0.15-r1/work/pacman' * S: '/var/tmp/portage/games-arcade/pacmanarena-0.15-r1/work/pacman'