Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 660729 Details for
Bug 743001
games-arcade/kobodeluxe-0.5.1-r1 : kobo.cpp:(.text+<snip>): undefined reference to SDL_NumJoysticks
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
games-arcade:kobodeluxe-0.5.1-r1:20200915-223747.log
games-arcade:kobodeluxe-0.5.1-r1:20200915-223747.log (text/plain), 42.30 KB, created by
Toralf Förster
on 2020-09-16 17:11:53 UTC
(
hide
)
Description:
games-arcade:kobodeluxe-0.5.1-r1:20200915-223747.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2020-09-16 17:11:53 UTC
Size:
42.30 KB
patch
obsolete
> * Package: games-arcade/kobodeluxe-0.5.1-r1 > * Repository: gentoo > * Maintainer: games@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux opengl userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox splitdebug userpriv usersandbox >>>> Unpacking source... >>>> Unpacking KoboDeluxe-0.5.1.tar.bz2 to /var/tmp/portage/games-arcade/kobodeluxe-0.5.1-r1/work >>>> Unpacking ./icons.tar.gz to /var/tmp/portage/games-arcade/kobodeluxe-0.5.1-r1/work/KoboDeluxe-0.5.1 >>>> Source unpacked in /var/tmp/portage/games-arcade/kobodeluxe-0.5.1-r1/work >>>> Preparing source in /var/tmp/portage/games-arcade/kobodeluxe-0.5.1-r1/work/KoboDeluxe-0.5.1 ... > * Applying kobodeluxe-0.5.1-glibc29.patch ... > [ ok ] > * Applying kobodeluxe-0.5.1-glibc2.10.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/games-arcade/kobodeluxe-0.5.1-r1/work/KoboDeluxe-0.5.1 ... > * econf: updating KoboDeluxe-0.5.1/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating KoboDeluxe-0.5.1/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 --docdir=/usr/share/doc/kobodeluxe-0.5.1-r1 --htmldir=/usr/share/doc/kobodeluxe-0.5.1-r1/html --libdir=/usr/lib64 --enable-opengl >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 a BSD-compatible install... /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c >checking whether build environment is sane... yes >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking for style of include used by make... GNU >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >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 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 dependency style of x86_64-pc-linux-gnu-gcc... none >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking for X... libraries /usr/lib64, headers >checking whether -R must be followed by a space... neither works >checking for gethostbyname... yes >checking for connect... yes >checking for remove... yes >checking for shmat... yes >checking for IceConnectionNumber in -lICE... yes >checking target platform and install style... GNU/Linux; Un*x style >checking for debug build... no >checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc >checking whether we are using the GNU C compiler... (cached) yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed >checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none >checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ >checking whether we are using the GNU C++ compiler... yes >checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes >checking dependency style of x86_64-pc-linux-gnu-g++... none >checking for a BSD-compatible install... /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c >checking for gawk... (cached) gawk >checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib >checking for sdl-config... /usr/bin/sdl-config >checking for SDL - version >= 1.2.0... yes >checking for IMG_Load in -lSDL_image... yes >checking for OpenGL support... yes >checking for dirent.h that defines DIR... yes >checking for library containing opendir... none required >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 whether time.h and sys/time.h may both be included... 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 errno.h usability... yes >checking errno.h presence... yes >checking for errno.h... yes >checking fcntl.h usability... yes >checking fcntl.h presence... yes >checking for fcntl.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 SDL/SDL_opengl.h usability... yes >checking SDL/SDL_opengl.h presence... yes >checking for SDL/SDL_opengl.h... yes >checking for an ANSI C-conforming const... yes >checking for inline... inline >checking return type of signal handlers... void >checking for strdup... yes >checking for strstr... yes >checking for strchr... yes >checking for strrchr... yes >checking for snprintf... yes >checking for _snprintf... no >checking for vsnprintf... yes >checking for _vsnprintf... no >checking for pow... no >checking for sqrt... no >checking for munmap... yes >checking for mkdir... yes >checking for select... yes >checking for stat... yes >checking for atexit... yes >checking for floor... no >checking for memmove... yes >checking for memset... yes >checking for memcmp... yes >checking for gettimeofday... yes >checking for getegid... yes >checking for setgid... yes >checking for working memcmp... yes >checking for working strtod... yes >checking for vprintf... yes >checking for _doprnt... no >checking for stdlib.h... (cached) yes >checking for unistd.h... (cached) yes >checking for getpagesize... yes >checking for working mmap... yes >checking whether lstat dereferences a symlink specified with a trailing slash... yes >checking whether stat accepts an empty string... no >checking whether x86_64-pc-linux-gnu-gcc needs -traditional... no >checking for OSS audio support... Disabled >checking sys/asoundlib.h usability... yes >checking sys/asoundlib.h presence... yes >checking for sys/asoundlib.h... yes >checking for snd_pcm_open in -lasound... yes >checking for ALSA audio support... Disabled >checking for Extreme Pickyness Mode... no >checking if we should use ElectricFence... no >configure: creating ./config.status >config.status: creating Makefile >config.status: creating Info.plist >config.status: creating graphics/Makefile >config.status: creating sound/Makefile >config.status: creating data/Makefile >config.status: creating data/sfx/Makefile >config.status: creating data/gfx/Makefile >config.status: creating eel/Makefile >config.status: creating aconfig.h >config.status: executing depfiles commands >>>> Source configured. >>>> Compiling source in /var/tmp/portage/games-arcade/kobodeluxe-0.5.1-r1/work/KoboDeluxe-0.5.1 ... >make -j1 >make all-recursive >make[1]: Entering directory '/var/tmp/portage/games-arcade/kobodeluxe-0.5.1-r1/work/KoboDeluxe-0.5.1' >Making all in graphics >make[2]: Entering directory '/var/tmp/portage/games-arcade/kobodeluxe-0.5.1-r1/work/KoboDeluxe-0.5.1/graphics' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c cs.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c sprite.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c filters.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c glSDL.c >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o gfxengine.o gfxengine.cpp >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o window.o window.cpp >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o sofont.o sofont.cpp >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o display.o display.cpp >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o toolkit.o toolkit.cpp >toolkit.cpp: In member function âvirtual void ct_list_t::render()â: >toolkit.cpp:466:36: warning: â__builtin___snprintf_chkâ output may be truncated before the last format character [-Wformat-truncation=] > 466 | snprintf(buf, sizeof(buf), "%s: %s", caption(), ic); > | ^ >In file included from /usr/include/stdio.h:866, > from /usr/include/SDL/SDL_stdinc.h:37, > from /usr/include/SDL/SDL_main.h:26, > from /usr/include/SDL/SDL.h:30, > from glSDL.h:23, > from window.h:216, > from toolkit.cpp:27: >/usr/include/bits/stdio2.h:70:35: note: â__builtin___snprintf_chkâ output between 3 and 129 bytes into a destination of size 128 > 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, > | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 71 | __bos (__s), __fmt, __va_arg_pack ()); > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >toolkit.cpp: In member function âvirtual void ct_list_t::value(int)â: >toolkit.cpp:466:36: warning: â__builtin___snprintf_chkâ output may be truncated before the last format character [-Wformat-truncation=] > 466 | snprintf(buf, sizeof(buf), "%s: %s", caption(), ic); > | ^ >In file included from /usr/include/stdio.h:866, > from /usr/include/SDL/SDL_stdinc.h:37, > from /usr/include/SDL/SDL_main.h:26, > from /usr/include/SDL/SDL.h:30, > from glSDL.h:23, > from window.h:216, > from toolkit.cpp:27: >/usr/include/bits/stdio2.h:70:35: note: â__builtin___snprintf_chkâ output between 3 and 129 bytes into a destination of size 128 > 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, > | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 71 | __bos (__s), __fmt, __va_arg_pack ()); > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >toolkit.cpp: In member function âvirtual void ct_list_t::change(int)â: >toolkit.cpp:466:36: warning: â__builtin___snprintf_chkâ output may be truncated before the last format character [-Wformat-truncation=] > 466 | snprintf(buf, sizeof(buf), "%s: %s", caption(), ic); > | ^ >In file included from /usr/include/stdio.h:866, > from /usr/include/SDL/SDL_stdinc.h:37, > from /usr/include/SDL/SDL_main.h:26, > from /usr/include/SDL/SDL.h:30, > from glSDL.h:23, > from window.h:216, > from toolkit.cpp:27: >/usr/include/bits/stdio2.h:70:35: note: â__builtin___snprintf_chkâ output between 3 and 129 bytes into a destination of size 128 > 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, > | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 71 | __bos (__s), __fmt, __va_arg_pack ()); > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >toolkit.cpp: In member function âvoid ct_list_t::add(ct_item_t*)â: >toolkit.cpp:466:36: warning: â__builtin___snprintf_chkâ output may be truncated before the last format character [-Wformat-truncation=] > 466 | snprintf(buf, sizeof(buf), "%s: %s", caption(), ic); > | ^ >In file included from /usr/include/stdio.h:866, > from /usr/include/SDL/SDL_stdinc.h:37, > from /usr/include/SDL/SDL_main.h:26, > from /usr/include/SDL/SDL.h:30, > from glSDL.h:23, > from window.h:216, > from toolkit.cpp:27: >/usr/include/bits/stdio2.h:70:35: note: â__builtin___snprintf_chkâ output between 3 and 129 bytes into a destination of size 128 > 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, > | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 71 | __bos (__s), __fmt, __va_arg_pack ()); > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >toolkit.cpp: In member function âvoid ct_list_t::select(ct_item_t*)â: >toolkit.cpp:466:36: warning: â__builtin___snprintf_chkâ output may be truncated before the last format character [-Wformat-truncation=] > 466 | snprintf(buf, sizeof(buf), "%s: %s", caption(), ic); > | ^ >In file included from /usr/include/stdio.h:866, > from /usr/include/SDL/SDL_stdinc.h:37, > from /usr/include/SDL/SDL_main.h:26, > from /usr/include/SDL/SDL.h:30, > from glSDL.h:23, > from window.h:216, > from toolkit.cpp:27: >/usr/include/bits/stdio2.h:70:35: note: â__builtin___snprintf_chkâ output between 3 and 129 bytes into a destination of size 128 > 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, > | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 71 | __bos (__s), __fmt, __va_arg_pack ()); > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >toolkit.cpp: In member function âvoid ct_list_t::select(int)â: >toolkit.cpp:466:36: warning: â__builtin___snprintf_chkâ output may be truncated before the last format character [-Wformat-truncation=] > 466 | snprintf(buf, sizeof(buf), "%s: %s", caption(), ic); > | ^ >In file included from /usr/include/stdio.h:866, > from /usr/include/SDL/SDL_stdinc.h:37, > from /usr/include/SDL/SDL_main.h:26, > from /usr/include/SDL/SDL.h:30, > from glSDL.h:23, > from window.h:216, > from toolkit.cpp:27: >/usr/include/bits/stdio2.h:70:35: note: â__builtin___snprintf_chkâ output between 3 and 129 bytes into a destination of size 128 > 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, > | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 71 | __bos (__s), __fmt, __va_arg_pack ()); > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c vidmodes.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c region.c >rm -f libgraphics.a >ar cru libgraphics.a cs.o sprite.o filters.o glSDL.o gfxengine.o window.o sofont.o display.o toolkit.o vidmodes.o region.o >x86_64-pc-linux-gnu-ranlib libgraphics.a >make[2]: Leaving directory '/var/tmp/portage/games-arcade/kobodeluxe-0.5.1-r1/work/KoboDeluxe-0.5.1/graphics' >Making all in sound >make[2]: Entering directory '/var/tmp/portage/games-arcade/kobodeluxe-0.5.1-r1/work/KoboDeluxe-0.5.1/sound' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../eel -I../graphics -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c audio.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../eel -I../graphics -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c a_globals.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../eel -I../graphics -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c a_struct.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../eel -I../graphics -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c audiodev.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../eel -I../graphics -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c a_midi.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../eel -I../graphics -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c sfifo.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../eel -I../graphics -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c a_pitch.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../eel -I../graphics -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c a_midisock.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../eel -I../graphics -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c a_wave.c >In file included from /usr/include/string.h:519, > from a_wave.c:22: >In function âstrncatâ, > inlined from âaudio_wave_saveâ at a_wave.c:889:2: >/usr/include/bits/string_fortified.h:137:10: warning: â__builtin___strncat_chkâ specified bound 1024 equals destination size [-Wstringop-overflow=] > 137 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In function âstrncatâ, > inlined from âaudio_wave_loadâ at a_wave.c:802:2: >/usr/include/bits/string_fortified.h:137:10: warning: â__builtin___strncat_chkâ specified bound 1024 equals destination size [-Wstringop-overflow=] > 137 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../eel -I../graphics -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c a_patch.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../eel -I../graphics -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c a_channel.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../eel -I../graphics -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c a_voice.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../eel -I../graphics -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c a_bus.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../eel -I../graphics -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c a_commands.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../eel -I../graphics -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c a_control.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../eel -I../graphics -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c a_midicon.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../eel -I../graphics -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c a_midifile.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../eel -I../graphics -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c a_plugin.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../eel -I../graphics -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c a_delay.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../eel -I../graphics -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c a_limiter.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../eel -I../graphics -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c a_filters.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../eel -I../graphics -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c a_wca.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../eel -I../graphics -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c a_agw.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../eel -I../graphics -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c a_sequencer.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../eel -I../graphics -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c a_events.c >rm -f libsound.a >ar cru libsound.a audio.o a_globals.o a_struct.o audiodev.o a_midi.o sfifo.o a_pitch.o a_midisock.o a_wave.o a_patch.o a_channel.o a_voice.o a_bus.o a_commands.o a_control.o a_midicon.o a_midifile.o a_plugin.o a_delay.o a_limiter.o a_filters.o a_wca.o a_agw.o a_sequencer.o a_events.o >x86_64-pc-linux-gnu-ranlib libsound.a >make[2]: Leaving directory '/var/tmp/portage/games-arcade/kobodeluxe-0.5.1-r1/work/KoboDeluxe-0.5.1/sound' >Making all in data >make[2]: Entering directory '/var/tmp/portage/games-arcade/kobodeluxe-0.5.1-r1/work/KoboDeluxe-0.5.1/data' >Making all in sfx >make[3]: Entering directory '/var/tmp/portage/games-arcade/kobodeluxe-0.5.1-r1/work/KoboDeluxe-0.5.1/data/sfx' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/games-arcade/kobodeluxe-0.5.1-r1/work/KoboDeluxe-0.5.1/data/sfx' >Making all in gfx >make[3]: Entering directory '/var/tmp/portage/games-arcade/kobodeluxe-0.5.1-r1/work/KoboDeluxe-0.5.1/data/gfx' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/games-arcade/kobodeluxe-0.5.1-r1/work/KoboDeluxe-0.5.1/data/gfx' >make[3]: Entering directory '/var/tmp/portage/games-arcade/kobodeluxe-0.5.1-r1/work/KoboDeluxe-0.5.1/data' >make[3]: Nothing to be done for 'all-am'. >make[3]: Leaving directory '/var/tmp/portage/games-arcade/kobodeluxe-0.5.1-r1/work/KoboDeluxe-0.5.1/data' >make[2]: Leaving directory '/var/tmp/portage/games-arcade/kobodeluxe-0.5.1-r1/work/KoboDeluxe-0.5.1/data' >Making all in eel >make[2]: Entering directory '/var/tmp/portage/games-arcade/kobodeluxe-0.5.1-r1/work/KoboDeluxe-0.5.1/eel' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c eel.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c e_script.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c e_symtab.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c e_path.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c e_util.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c e_lexer.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c e_register.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c e_builtin.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c e_getargs.c >rm -f libeel.a >ar cru libeel.a eel.o e_script.o e_symtab.o e_path.o e_util.o e_lexer.o e_register.o e_builtin.o e_getargs.o >x86_64-pc-linux-gnu-ranlib libeel.a >make[2]: Leaving directory '/var/tmp/portage/games-arcade/kobodeluxe-0.5.1-r1/work/KoboDeluxe-0.5.1/eel' >make[2]: Entering directory '/var/tmp/portage/games-arcade/kobodeluxe-0.5.1-r1/work/KoboDeluxe-0.5.1' >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -DKOBO_DATA_DIR=\""/usr/share/kobodeluxe"\" -DKOBO_SCORE_DIR=\""/var/lib/kobodeluxe"\" -DKOBO_CONFIG_DIR=\""HOME>>"\" -DKOBO_CONFIG_FILE=\"".kobodlrc"\" -DSYSCONF_DIR=\""/etc"\" -Isound -Igraphics -Ieel -Idata/sfx -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o enemies.o enemies.cpp >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -DKOBO_DATA_DIR=\""/usr/share/kobodeluxe"\" -DKOBO_SCORE_DIR=\""/var/lib/kobodeluxe"\" -DKOBO_CONFIG_DIR=\""HOME>>"\" -DKOBO_CONFIG_FILE=\"".kobodlrc"\" -DSYSCONF_DIR=\""/etc"\" -Isound -Igraphics -Ieel -Idata/sfx -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o enemy.o enemy.cpp >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -DKOBO_DATA_DIR=\""/usr/share/kobodeluxe"\" -DKOBO_SCORE_DIR=\""/var/lib/kobodeluxe"\" -DKOBO_CONFIG_DIR=\""HOME>>"\" -DKOBO_CONFIG_FILE=\"".kobodlrc"\" -DSYSCONF_DIR=\""/etc"\" -Isound -Igraphics -Ieel -Idata/sfx -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o pfile.o pfile.cpp >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -DKOBO_DATA_DIR=\""/usr/share/kobodeluxe"\" -DKOBO_SCORE_DIR=\""/var/lib/kobodeluxe"\" -DKOBO_CONFIG_DIR=\""HOME>>"\" -DKOBO_CONFIG_FILE=\"".kobodlrc"\" -DSYSCONF_DIR=\""/etc"\" -Isound -Igraphics -Ieel -Idata/sfx -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o gamectl.o gamectl.cpp >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -DKOBO_DATA_DIR=\""/usr/share/kobodeluxe"\" -DKOBO_SCORE_DIR=\""/var/lib/kobodeluxe"\" -DKOBO_CONFIG_DIR=\""HOME>>"\" -DKOBO_CONFIG_FILE=\"".kobodlrc"\" -DSYSCONF_DIR=\""/etc"\" -Isound -Igraphics -Ieel -Idata/sfx -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o manage.o manage.cpp >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -DKOBO_DATA_DIR=\""/usr/share/kobodeluxe"\" -DKOBO_SCORE_DIR=\""/var/lib/kobodeluxe"\" -DKOBO_CONFIG_DIR=\""HOME>>"\" -DKOBO_CONFIG_FILE=\"".kobodlrc"\" -DSYSCONF_DIR=\""/etc"\" -Isound -Igraphics -Ieel -Idata/sfx -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o map.o map.cpp >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -DKOBO_DATA_DIR=\""/usr/share/kobodeluxe"\" -DKOBO_SCORE_DIR=\""/var/lib/kobodeluxe"\" -DKOBO_CONFIG_DIR=\""HOME>>"\" -DKOBO_CONFIG_FILE=\"".kobodlrc"\" -DSYSCONF_DIR=\""/etc"\" -Isound -Igraphics -Ieel -Idata/sfx -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o myship.o myship.cpp >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -DKOBO_DATA_DIR=\""/usr/share/kobodeluxe"\" -DKOBO_SCORE_DIR=\""/var/lib/kobodeluxe"\" -DKOBO_CONFIG_DIR=\""HOME>>"\" -DKOBO_CONFIG_FILE=\"".kobodlrc"\" -DSYSCONF_DIR=\""/etc"\" -Isound -Igraphics -Ieel -Idata/sfx -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o radar.o radar.cpp >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -DKOBO_DATA_DIR=\""/usr/share/kobodeluxe"\" -DKOBO_SCORE_DIR=\""/var/lib/kobodeluxe"\" -DKOBO_CONFIG_DIR=\""HOME>>"\" -DKOBO_CONFIG_FILE=\"".kobodlrc"\" -DSYSCONF_DIR=\""/etc"\" -Isound -Igraphics -Ieel -Idata/sfx -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o random.o random.cpp >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -DKOBO_DATA_DIR=\""/usr/share/kobodeluxe"\" -DKOBO_SCORE_DIR=\""/var/lib/kobodeluxe"\" -DKOBO_CONFIG_DIR=\""HOME>>"\" -DKOBO_CONFIG_FILE=\"".kobodlrc"\" -DSYSCONF_DIR=\""/etc"\" -Isound -Igraphics -Ieel -Idata/sfx -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o scenes.o scenes.cpp >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -DKOBO_DATA_DIR=\""/usr/share/kobodeluxe"\" -DKOBO_SCORE_DIR=\""/var/lib/kobodeluxe"\" -DKOBO_CONFIG_DIR=\""HOME>>"\" -DKOBO_CONFIG_FILE=\"".kobodlrc"\" -DSYSCONF_DIR=\""/etc"\" -Isound -Igraphics -Ieel -Idata/sfx -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o score.o score.cpp >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -DKOBO_DATA_DIR=\""/usr/share/kobodeluxe"\" -DKOBO_SCORE_DIR=\""/var/lib/kobodeluxe"\" -DKOBO_CONFIG_DIR=\""HOME>>"\" -DKOBO_CONFIG_FILE=\"".kobodlrc"\" -DSYSCONF_DIR=\""/etc"\" -Isound -Igraphics -Ieel -Idata/sfx -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o screen.o screen.cpp >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -DKOBO_DATA_DIR=\""/usr/share/kobodeluxe"\" -DKOBO_SCORE_DIR=\""/var/lib/kobodeluxe"\" -DKOBO_CONFIG_DIR=\""HOME>>"\" -DKOBO_CONFIG_FILE=\"".kobodlrc"\" -DSYSCONF_DIR=\""/etc"\" -Isound -Igraphics -Ieel -Idata/sfx -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o filemap.o filemap.cpp >filemap.cpp:854:15: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] > 854 | fprintf(f, "%s"FM_DEREF_TOKEN" --> \"%s\"\n", k->key, k->path); > | ^ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -DKOBO_DATA_DIR=\""/usr/share/kobodeluxe"\" -DKOBO_SCORE_DIR=\""/var/lib/kobodeluxe"\" -DKOBO_CONFIG_DIR=\""HOME>>"\" -DKOBO_CONFIG_FILE=\"".kobodlrc"\" -DSYSCONF_DIR=\""/etc"\" -Isound -Igraphics -Ieel -Idata/sfx -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o prefs.o prefs.cpp >prefs.cpp:33:10: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] > 33 | comment(" Kobo Deluxe "VERSION" Configuration File"); > | ^ >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -DKOBO_DATA_DIR=\""/usr/share/kobodeluxe"\" -DKOBO_SCORE_DIR=\""/var/lib/kobodeluxe"\" -DKOBO_CONFIG_DIR=\""HOME>>"\" -DKOBO_CONFIG_FILE=\"".kobodlrc"\" -DSYSCONF_DIR=\""/etc"\" -Isound -Igraphics -Ieel -Idata/sfx -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o cfgform.o cfgform.cpp >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -DKOBO_DATA_DIR=\""/usr/share/kobodeluxe"\" -DKOBO_SCORE_DIR=\""/var/lib/kobodeluxe"\" -DKOBO_CONFIG_DIR=\""HOME>>"\" -DKOBO_CONFIG_FILE=\"".kobodlrc"\" -DSYSCONF_DIR=\""/etc"\" -Isound -Igraphics -Ieel -Idata/sfx -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o options.o options.cpp >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -DKOBO_DATA_DIR=\""/usr/share/kobodeluxe"\" -DKOBO_SCORE_DIR=\""/var/lib/kobodeluxe"\" -DKOBO_CONFIG_DIR=\""HOME>>"\" -DKOBO_CONFIG_FILE=\"".kobodlrc"\" -DSYSCONF_DIR=\""/etc"\" -Isound -Igraphics -Ieel -Idata/sfx -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o gamestate.o gamestate.cpp >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -DKOBO_DATA_DIR=\""/usr/share/kobodeluxe"\" -DKOBO_SCORE_DIR=\""/var/lib/kobodeluxe"\" -DKOBO_CONFIG_DIR=\""HOME>>"\" -DKOBO_CONFIG_FILE=\"".kobodlrc"\" -DSYSCONF_DIR=\""/etc"\" -Isound -Igraphics -Ieel -Idata/sfx -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o states.o states.cpp >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -DKOBO_DATA_DIR=\""/usr/share/kobodeluxe"\" -DKOBO_SCORE_DIR=\""/var/lib/kobodeluxe"\" -DKOBO_CONFIG_DIR=\""HOME>>"\" -DKOBO_CONFIG_FILE=\"".kobodlrc"\" -DSYSCONF_DIR=\""/etc"\" -Isound -Igraphics -Ieel -Idata/sfx -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o form.o form.cpp >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -DKOBO_DATA_DIR=\""/usr/share/kobodeluxe"\" -DKOBO_SCORE_DIR=\""/var/lib/kobodeluxe"\" -DKOBO_CONFIG_DIR=\""HOME>>"\" -DKOBO_CONFIG_FILE=\"".kobodlrc"\" -DSYSCONF_DIR=\""/etc"\" -Isound -Igraphics -Ieel -Idata/sfx -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o cfgparse.o cfgparse.cpp >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -DKOBO_DATA_DIR=\""/usr/share/kobodeluxe"\" -DKOBO_SCORE_DIR=\""/var/lib/kobodeluxe"\" -DKOBO_CONFIG_DIR=\""HOME>>"\" -DKOBO_CONFIG_FILE=\"".kobodlrc"\" -DSYSCONF_DIR=\""/etc"\" -Isound -Igraphics -Ieel -Idata/sfx -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o game.o game.cpp >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -DKOBO_DATA_DIR=\""/usr/share/kobodeluxe"\" -DKOBO_SCORE_DIR=\""/var/lib/kobodeluxe"\" -DKOBO_CONFIG_DIR=\""HOME>>"\" -DKOBO_CONFIG_FILE=\"".kobodlrc"\" -DSYSCONF_DIR=\""/etc"\" -Isound -Igraphics -Ieel -Idata/sfx -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o kobo.o kobo.cpp >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -DKOBO_DATA_DIR=\""/usr/share/kobodeluxe"\" -DKOBO_SCORE_DIR=\""/var/lib/kobodeluxe"\" -DKOBO_CONFIG_DIR=\""HOME>>"\" -DKOBO_CONFIG_FILE=\"".kobodlrc"\" -DSYSCONF_DIR=\""/etc"\" -Isound -Igraphics -Ieel -Idata/sfx -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c logger.c >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -DKOBO_DATA_DIR=\""/usr/share/kobodeluxe"\" -DKOBO_SCORE_DIR=\""/var/lib/kobodeluxe"\" -DKOBO_CONFIG_DIR=\""HOME>>"\" -DKOBO_CONFIG_FILE=\"".kobodlrc"\" -DSYSCONF_DIR=\""/etc"\" -Isound -Igraphics -Ieel -Idata/sfx -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o dashboard.o dashboard.cpp >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -DKOBO_DATA_DIR=\""/usr/share/kobodeluxe"\" -DKOBO_SCORE_DIR=\""/var/lib/kobodeluxe"\" -DKOBO_CONFIG_DIR=\""HOME>>"\" -DKOBO_CONFIG_FILE=\"".kobodlrc"\" -DSYSCONF_DIR=\""/etc"\" -Isound -Igraphics -Ieel -Idata/sfx -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o sound.o sound.cpp >x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -o kobodl -o kobodl enemies.o enemy.o pfile.o gamectl.o manage.o map.o myship.o radar.o random.o scenes.o score.o screen.o filemap.o prefs.o cfgform.o options.o gamestate.o states.o form.o cfgparse.o game.o kobo.o logger.o dashboard.o sound.o graphics/libgraphics.a -lm sound/libsound.a eel/libeel.a -lSDL_image -lSDL -lpthread -lSDL_image >/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: kobo.o: in function `KOBO_main::init_js(prefs_t*)': >kobo.cpp:(.text+0x3103): undefined reference to `SDL_NumJoysticks' >/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: kobo.cpp:(.text+0x3117): undefined reference to `SDL_JoystickEventState' >/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: kobo.cpp:(.text+0x312a): undefined reference to `SDL_JoystickOpen' >/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: kobo.o: in function `KOBO_main::close_js()': >kobo.cpp:(.text+0x31bf): undefined reference to `SDL_JoystickOpened' >/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: kobo.cpp:(.text+0x31f0): undefined reference to `SDL_JoystickClose' >/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: options.o: in function `control_options_t::build()': >options.cpp:(.text+0x1991): undefined reference to `SDL_NumJoysticks' >collect2: error: ld returned 1 exit status >make[2]: *** [Makefile:344: kobodl] Error 1 >make[2]: Leaving directory '/var/tmp/portage/games-arcade/kobodeluxe-0.5.1-r1/work/KoboDeluxe-0.5.1' >make[1]: *** [Makefile:459: all-recursive] Error 1 >make[1]: Leaving directory '/var/tmp/portage/games-arcade/kobodeluxe-0.5.1-r1/work/KoboDeluxe-0.5.1' >make: *** [Makefile:263: all] Error 2 > * ERROR: games-arcade/kobodeluxe-0.5.1-r1::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=games-arcade/kobodeluxe-0.5.1-r1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=games-arcade/kobodeluxe-0.5.1-r1::gentoo'`. > * The complete build log is located at '/var/log/portage/games-arcade:kobodeluxe-0.5.1-r1:20200915-223747.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/games-arcade/kobodeluxe-0.5.1-r1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/games-arcade/kobodeluxe-0.5.1-r1/temp/environment'. > * Working directory: '/var/tmp/portage/games-arcade/kobodeluxe-0.5.1-r1/work/KoboDeluxe-0.5.1' > * S: '/var/tmp/portage/games-arcade/kobodeluxe-0.5.1-r1/work/KoboDeluxe-0.5.1'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 743001
:
660717
|
660720
|
660723
|
660726
| 660729 |
660732
|
660735