* Package: games-arcade/spout-1.3-r1:0 * 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 spout-unix-1.3.tar.bz2 to /var/tmp/portage/games-arcade/spout-1.3-r1/work >>> Source unpacked in /var/tmp/portage/games-arcade/spout-1.3-r1/work >>> Preparing source in /var/tmp/portage/games-arcade/spout-1.3-r1/work/spout-unix-1.3 ... * Applying spout-1.3-fno-common.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/games-arcade/spout-1.3-r1/work/spout-unix-1.3 ... * econf: updating spout-unix-1.3/config.sub with /usr/share/gnuconfig/config.sub * econf: updating spout-unix-1.3/config.guess with /usr/share/gnuconfig/config.guess ./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 --disable-dependency-tracking --libdir=/usr/lib64 checking for a BSD-compatible install... /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for x86_64-pc-linux-gnu-gcc... clang checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of clang... none checking whether make sets $(MAKE)... (cached) yes 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 sdl-config... /usr/bin/sdl-config checking for SDL - version >= 1.2.6... yes checking how to run the C preprocessor... clang -E checking for egrep... grep -E checking for ANSI C header files... no 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 for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for string.h... (cached) yes checking for stdlib.h... (cached) yes checking wordexp.h usability... yes checking wordexp.h presence... yes checking for wordexp.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands >>> Source configured. '/var/tmp/portage/games-arcade/spout-1.3-r1/temp/clang14.log' -> '/var/tmp/clang/games-arcade/spout-1.3-r1/clang14.log' '/var/tmp/portage/games-arcade/spout-1.3-r1/temp/clang15.log' -> '/var/tmp/clang/games-arcade/spout-1.3-r1/clang15.log' >>> Compiling source in /var/tmp/portage/games-arcade/spout-1.3-r1/work/spout-unix-1.3 ... make -j4 make all-am make[1]: Entering directory '/var/tmp/portage/games-arcade/spout-1.3-r1/work/spout-unix-1.3' clang -DHAVE_CONFIG_H -I. -I. -I. -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -std=gnu99 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c spout.c clang -DHAVE_CONFIG_H -I. -I. -I. -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -std=gnu99 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c piece.c piece.c:175:13: warning: initializing 'const char *' with an expression of type 'const unsigned char[1536]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] const char *font_adr = FONT6; ^ ~~~~~ piece.c:182:25: warning: initializing 'const char *' with an expression of type 'const unsigned char[1536]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] const char *adr[] = { FONT6, FONT16, FONT6 }; ^~~~~ piece.c:182:32: warning: initializing 'const char *' with an expression of type 'const unsigned char[1536]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] const char *adr[] = { FONT6, FONT16, FONT6 }; ^~~~~~ piece.c:182:40: warning: initializing 'const char *' with an expression of type 'const unsigned char[1536]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] const char *adr[] = { FONT6, FONT16, FONT6 }; ^~~~~ piece.c:229:6: warning: assigning to 'unsigned char *' from 'char[1024]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] pC = c; ^ ~ piece.c:242:12: warning: assigning to 'const unsigned char *' from 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] sAdr = font_adr + (i & 15) + (i >> 4) * 16 * 16; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ piece.c:265:1: warning: non-void function does not return a value [-Wreturn-type] } ^ piece.c:331:3: error: call to undeclared function 'pceAppInit'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] pceAppInit (); ^ piece.c:347:7: error: call to undeclared function 'pceAppProc'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] pceAppProc (cnt); ^ piece.c:362:3: error: call to undeclared function 'pceAppExit'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] pceAppExit (); ^ 7 warnings and 3 errors generated. make[1]: *** [Makefile:272: piece.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/var/tmp/portage/games-arcade/spout-1.3-r1/work/spout-unix-1.3' make: *** [Makefile:176: all] Error 2 * ERROR: games-arcade/spout-1.3-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=games-arcade/spout-1.3-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=games-arcade/spout-1.3-r1::gentoo'`. * The complete build log is located at '/var/log/portage/games-arcade:spout-1.3-r1:20221006-063333.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/games-arcade/spout-1.3-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/games-arcade/spout-1.3-r1/temp/environment'. * Working directory: '/var/tmp/portage/games-arcade/spout-1.3-r1/work/spout-unix-1.3' * S: '/var/tmp/portage/games-arcade/spout-1.3-r1/work/spout-unix-1.3'