Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 905701 Details for
Bug 941489
games-emulation/dosbox-0.75_pre4302 - [libtool] [llvm] ./render_templates_sai.h: error: ISO C++17 does not allow register storage class specifier [-Wregister]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
games-emulation:dosbox-0.75_pre4302:20241013-185203.log
games-emulation:dosbox-0.75_pre4302:20241013-185203.log (text/plain), 45.89 KB, created by
Toralf Förster
on 2024-10-13 19:35:10 UTC
(
hide
)
Description:
games-emulation:dosbox-0.75_pre4302:20241013-185203.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2024-10-13 19:35:10 UTC
Size:
45.89 KB
patch
obsolete
> * Package: games-emulation/dosbox-0.75_pre4302:0 > * Repository: gentoo > * Maintainer: games@gentoo.org wine@gentoo.org > * USE: abi_x86_64 amd64 core-inline elibc_glibc kernel_linux > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking dosbox-code-0-r4302-dosbox-trunk.zip to /var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work >>>> Source unpacked in /var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work >>>> Preparing source in /var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk ... > * Applying dosbox-0.74-ncurses.patch ... > [ ok ] > * Applying dosbox-0.75-detect-AR.patch ... > [ ok ] > * Running eautoreconf in '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk' ... > * Running 'aclocal --system-acdir=/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/temp/aclocal' ... > [ ok ] > * Running 'autoconf --force' ... > [ ok ] > * Running 'autoheader --force' ... > [ ok ] > * Running 'automake --add-missing --copy --force-missing' ... > [ ok ] > * Running elibtoolize in: dosbox-code-0-r4302-dosbox-trunk/ >>>> Source prepared. > * Modern C testing: this build is using a /etc/portage/bashrc hook (2023-11-30T22:24)! > * Modern C testing: see https://wiki.gentoo.org/wiki/Modern_C_porting for more info. >>>> Configuring source in /var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk ... > * econf: updating dosbox-code-0-r4302-dosbox-trunk/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating dosbox-code-0-r4302-dosbox-trunk/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 --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/dosbox-0.75_pre4302 --htmldir=/usr/share/doc/dosbox-0.75_pre4302/html --libdir=/usr/lib64 --disable-alsa-midi --enable-core-inline --enable-dynamic-core --enable-dynamic-x86 --disable-debug --disable-opengl >configure: loading site script /usr/share/config.site >configure: loading site script /usr/share/config.site.d/80crossdev.conf >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking for a BSD-compatible install... /usr/lib/portage/python3.12/ebuild-helpers/xattr/install -c >checking whether sleep supports fractional seconds... yes >checking filesystem timestamp resolution... 0.01 >checking whether build environment is sane... yes >checking for a race-free mkdir -p... /usr/bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether make supports nested variables... yes >checking xargs -n works... yes >checking whether make sets $(MAKE)... (cached) yes >checking for x86_64-pc-linux-gnu-gcc... clang >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 the compiler supports GNU C... yes >checking whether clang accepts -g... yes >checking for clang option to enable C11 features... none needed >checking whether clang understands -c and -o together... yes >checking whether make supports the include directive... yes (GNU style) >checking dependency style of clang... none >checking how to run the C preprocessor... clang-cpp >checking whether the compiler supports GNU C++... yes >checking whether clang++ accepts -g... yes >checking for clang++ option to enable C++11 features... none needed >checking dependency style of clang++... none >checking for x86_64-pc-linux-gnu-ranlib... llvm-ranlib >checking for x86_64-pc-linux-gnu-ar... llvm-ar >checking the archiver (llvm-ar) interface... ar >checking for sdl-config... /usr/bin/sdl-config >checking for SDL - version >= 1.2.0... yes >checking SDL version only being 1.2.X... yes >checking for an ANSI C-conforming const... yes >checking for inline... inline >checking for stdio.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for strings.h... yes >checking for sys/stat.h... yes >checking for sys/types.h... yes >checking for unistd.h... yes >checking for size_t... yes >checking whether struct tm is in sys/time.h or time.h... time.h >checking size of unsigned char... 1 >checking size of unsigned short... 2 >checking size of unsigned int... 4 >checking size of unsigned long... 8 >checking size of unsigned long long... 8 >checking size of int *... 8 >checking for stdlib.h... (cached) yes >checking for sys/types.h... (cached) yes >checking for sys/socket.h... yes >checking for netinet/in.h... yes >checking for pwd.h... yes >checking if environ can be included... yes >checking if environ can be linked... yes >checking if dirent includes d_type... yes >checking for powf in libm... yes >checking for library containing clock_gettime... none required >checking if compiler allows __attribute__... yes >checking if compiler allows __attribute__((always_inline)) ... yes >checking if compiler allows __attribute__((fastcall)) ... no >checking if compiler allows __builtin_expect... yes >checking if compiler supports -mno-ms-bitfields... yes >checking if compiler supports Apple's MIDI headers... no, not on Apple >checking whether byte ordering is bigendian... no >checking whether debug will be enabled... no >checking whether memory handling in the CPU Core will be inlined... yes >checking for target cpu type... x86-64 bit compatible >checking whether Apple user wants to override the build process to produce a 32 bit binary... no, not on Apple >checking whether x86 dynamic cpu core will be enabled... yes >checking whether recompiling cpu core will be enabled... no, using dynamic-x86 >checking whether fpu emulation will be enabled... yes >checking whether the x86/x64 assembly fpu core will be enabled... yes >checking whether to enable unaligned memory access... yes >checking for png.h... yes >checking for png_get_io_ptr in -lpng... yes >checking whether screenshots will be enabled... yes >checking for SDL_net.h... yes >checking for SDLNet_Init in -lSDL_net... yes >checking for main in -lX11... (cached) no >checking for X11/XKBlib.h... yes >checking for XKBlib support... no >checking for main in -lGL... yes >checking for main in -lopengl32... no >checking for GL/gl.h... yes >checking whether opengl display output will be enabled... no >checking for ddraw.h... no >checking whether ddraw display output will be enabled... no >checking for SDL_sound.h... yes >checking for Sound_Init in -lSDL_sound... yes >checking for Sound_Seek in -lSDL_sound... yes >checking for sys/mman.h... yes >checking for mprotect... yes >checking for realpath... yes >checking for setpriority support... no >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating Makefile >config.status: creating src/Makefile >config.status: creating src/cpu/Makefile >config.status: creating src/cpu/core_full/Makefile >config.status: creating src/cpu/core_normal/Makefile >config.status: creating src/cpu/core_dyn_x86/Makefile >config.status: creating src/cpu/core_dynrec/Makefile >config.status: creating src/debug/Makefile >config.status: creating src/dos/Makefile >config.status: creating src/fpu/Makefile >config.status: creating src/gui/Makefile >config.status: creating src/hardware/Makefile >config.status: creating src/hardware/mame/Makefile >config.status: creating src/hardware/serialport/Makefile >config.status: creating src/ints/Makefile >config.status: creating src/libs/Makefile >config.status: creating src/libs/zmbv/Makefile >config.status: creating src/libs/gui_tk/Makefile >config.status: creating src/misc/Makefile >config.status: creating src/shell/Makefile >config.status: creating src/platform/Makefile >config.status: creating src/platform/visualc/Makefile >config.status: creating visualc_net/Makefile >config.status: creating include/Makefile >config.status: creating docs/Makefile >config.status: creating config.h >config.status: executing depfiles commands >>>> Source configured. >'/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/temp/clang16-errors.log' -> '/var/tmp/clang/games-emulation/dosbox-0.75_pre4302/clang16-errors.log' >'/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/temp/clang16-safe.log' -> '/var/tmp/clang/games-emulation/dosbox-0.75_pre4302/clang16-safe.log' >>>> Compiling source in /var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk ... >make -O -j4 >make all-recursive >Making all in src >Making all in cpu >Making all in core_full >make[4]: Nothing to be done for 'all'. >Making all in core_normal >make[4]: Nothing to be done for 'all'. >Making all in core_dyn_x86 >make[4]: Nothing to be done for 'all'. >Making all in core_dynrec >make[4]: Nothing to be done for 'all'. >make[4]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/cpu' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o modrm.o modrm.cpp >make[4]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/cpu' >make[4]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/cpu' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o callback.o callback.cpp >make[4]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/cpu' >make[4]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/cpu' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o flags.o flags.cpp >make[4]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/cpu' >make[4]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/cpu' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o core_full.o core_full.cpp >make[4]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/cpu' >make[4]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/cpu' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o paging.o paging.cpp >make[4]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/cpu' >make[4]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/cpu' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o cpu.o cpu.cpp >make[4]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/cpu' >make[4]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/cpu' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o core_simple.o core_simple.cpp >make[4]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/cpu' >make[4]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/cpu' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o core_dynrec.o core_dynrec.cpp >make[4]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/cpu' >make[4]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/cpu' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o core_normal.o core_normal.cpp >make[4]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/cpu' >make[4]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/cpu' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o core_prefetch.o core_prefetch.cpp >make[4]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/cpu' >make[4]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/cpu' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o core_dyn_x86.o core_dyn_x86.cpp >In file included from core_dyn_x86.cpp:163: >./core_dyn_x86/cache.h:430:82: warning: format specifies type 'int' but the argument has type 'Bitu' (aka 'unsigned long') [-Wformat] > 430 | if (written>block->cache.size+CACHE_MAXSIZE) E_Exit("CacheBlock overrun 1 %d",written-block->cache.size); > | ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ > | %lu >./core_dyn_x86/cache.h:431:59: warning: format specifies type 'int' but the argument has type 'Bitu' (aka 'unsigned long') [-Wformat] > 431 | } else E_Exit("CacheBlock overrun 2 written %d size %d",written,block->cache.size); > | ~~ ^~~~~~~ > | %lu >./core_dyn_x86/cache.h:431:67: warning: format specifies type 'int' but the argument has type 'Bitu' (aka 'unsigned long') [-Wformat] > 431 | } else E_Exit("CacheBlock overrun 2 written %d size %d",written,block->cache.size); > | ~~ ^~~~~~~~~~~~~~~~~ > | %lu >In file included from core_dyn_x86.cpp:253: >In file included from ./core_dyn_x86/decoder.h:1245: >./core_dyn_x86/string.h:100:11: warning: 18 enumeration values not handled in switch: 'STR_INSB', 'STR_INSW', 'STR_INSD'... [-Wswitch] > 100 | switch (op) { > | ^~ >In file included from core_dyn_x86.cpp:253: >./core_dyn_x86/decoder.h:1907:10: warning: enumeration values 'LOOP_NONE' and 'LOOP_JCXZ' not handled in switch [-Wswitch] > 1907 | switch (type) { > | ^~~~ >In file included from core_dyn_x86.cpp:253: >In file included from ./core_dyn_x86/decoder.h:2044: >./core_dyn_x86/dyn_fpu_dh.h:258:59: warning: format specifies type 'int' but the argument has type 'Bitu' (aka 'unsigned long') [-Wformat] > 258 | E_Exit("ESC 3:ILLEGAL OPCODE group %d subfunction %d",group,sub); > | ~~ ^~~~~ > | %lu >./core_dyn_x86/dyn_fpu_dh.h:258:65: warning: format specifies type 'int' but the argument has type 'Bitu' (aka 'unsigned long') [-Wformat] > 258 | E_Exit("ESC 3:ILLEGAL OPCODE group %d subfunction %d",group,sub); > | ~~ ^~~ > | %lu >In file included from core_dyn_x86.cpp:253: >In file included from ./core_dyn_x86/decoder.h:2058: >./core_dyn_x86/dyn_fpu.h:382:59: warning: format specifies type 'int' but the argument has type 'Bitu' (aka 'unsigned long') [-Wformat] > 382 | E_Exit("ESC 3:ILLEGAL OPCODE group %d subfunction %d",group,sub); > | ~~ ^~~~~ > | %lu >./core_dyn_x86/dyn_fpu.h:382:65: warning: format specifies type 'int' but the argument has type 'Bitu' (aka 'unsigned long') [-Wformat] > 382 | E_Exit("ESC 3:ILLEGAL OPCODE group %d subfunction %d",group,sub); > | ~~ ^~~ > | %lu >9 warnings generated. >make[4]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/cpu' >make[4]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/cpu' >rm -f libcpu.a >llvm-ar cr libcpu.a callback.o cpu.o flags.o modrm.o core_full.o paging.o core_normal.o core_simple.o core_prefetch.o core_dyn_x86.o core_dynrec.o >llvm-ranlib libcpu.a >make[4]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/cpu' >Making all in debug >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/debug' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o debug.o debug.cpp >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/debug' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/debug' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o debug_win32.o debug_win32.cpp >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/debug' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/debug' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o debug_disasm.o debug_disasm.cpp >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/debug' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/debug' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o debug_gui.o debug_gui.cpp >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/debug' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/debug' >rm -f libdebug.a >llvm-ar cr libdebug.a debug.o debug_gui.o debug_disasm.o debug_win32.o >llvm-ranlib libdebug.a >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/debug' >Making all in dos >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o dos_execute.o dos_execute.cpp >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o dos_devices.o dos_devices.cpp >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o dos_files.o dos_files.cpp >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o dos.o dos.cpp >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o dos_memory.o dos_memory.cpp >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o dos_ioctl.o dos_ioctl.cpp >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o dos_classes.o dos_classes.cpp >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o dos_misc.o dos_misc.cpp >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o dos_tables.o dos_tables.cpp >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o drives.o drives.cpp >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o drive_virtual.o drive_virtual.cpp >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o dos_programs.o dos_programs.cpp >dos_programs.cpp:757:6: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] > 757 | fread(rombuf, 1, rombytesize_1-0x200, usefile_1); > | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >dos_programs.cpp:843:6: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] > 843 | fread(rombuf, 1, 0x200, usefile_2); > | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ >dos_programs.cpp:848:6: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] > 848 | fread(rombuf, 1, rombytesize_2-0x200, usefile_2); > | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >dos_programs.cpp:856:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] > 856 | fread(rombuf, 1, 0x200, usefile_1); > | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ >dos_programs.cpp:861:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] > 861 | fread(rombuf, 1, rombytesize_1-0x200, usefile_1); > | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >5 warnings generated. >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o drive_local.o drive_local.cpp >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o drive_fat.o drive_fat.cpp >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o drive_cache.o drive_cache.cpp >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o drive_iso.o drive_iso.cpp >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o cdrom_ioctl_win32.o cdrom_ioctl_win32.cpp >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o cdrom_aspi_win32.o cdrom_aspi_win32.cpp >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o dos_mscdex.o dos_mscdex.cpp >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o cdrom.o cdrom.cpp >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o dos_keyboard_layout.o dos_keyboard_layout.cpp >dos_keyboard_layout.cpp:178:4: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] > 178 | fread(rbuf, sizeof(Bit8u), 2, tempfile); > | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >dos_keyboard_layout.cpp:183:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] > 183 | fread(rbuf, sizeof(Bit8u), 1, tempfile); > | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >dos_keyboard_layout.cpp:803:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] > 803 | fread(&next_byte, sizeof(Bit8u), 1, tempfile); found_at_pos++; > | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >dos_keyboard_layout.cpp:805:6: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] > 805 | fread(&next_byte, sizeof(Bit8u), 1, tempfile); found_at_pos++; > | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >dos_keyboard_layout.cpp:807:7: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] > 807 | fread(&next_byte, sizeof(Bit8u), 1, tempfile); found_at_pos++; > | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >dos_keyboard_layout.cpp:809:8: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] > 809 | fread(&next_byte, sizeof(Bit8u), 1, tempfile); found_at_pos++; > | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >dos_keyboard_layout.cpp:812:9: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] > 812 | fread(&next_byte, sizeof(Bit8u), 1, tempfile); > | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >7 warnings generated. >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o cdrom_ioctl_linux.o cdrom_ioctl_linux.cpp >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o cdrom_ioctl_os2.o cdrom_ioctl_os2.cpp >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o cdrom_image.o cdrom_image.cpp >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o drive_overlay.o drive_overlay.cpp >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >rm -f libdos.a >llvm-ar cr libdos.a dos.o dos_devices.o dos_execute.o dos_files.o dos_ioctl.o dos_memory.o dos_misc.o dos_classes.o dos_programs.o dos_tables.o drives.o drive_virtual.o drive_local.o drive_cache.o drive_fat.o drive_iso.o dos_mscdex.o dos_keyboard_layout.o cdrom.o cdrom_ioctl_win32.o cdrom_aspi_win32.o cdrom_ioctl_linux.o cdrom_image.o cdrom_ioctl_os2.o drive_overlay.o >llvm-ranlib libdos.a >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/dos' >Making all in fpu >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/fpu' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o fpu.o fpu.cpp >fpu.cpp:388:58: warning: format specifies type 'int' but the argument has type 'Bitu' (aka 'unsigned long') [-Wformat] > 388 | E_Exit("ESC 3:ILLEGAL OPCODE group %d subfunction %d",group,sub); > | ~~ ^~~~~ > | %lu >fpu.cpp:388:64: warning: format specifies type 'int' but the argument has type 'Bitu' (aka 'unsigned long') [-Wformat] > 388 | E_Exit("ESC 3:ILLEGAL OPCODE group %d subfunction %d",group,sub); > | ~~ ^~~ > | %lu >2 warnings generated. >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/fpu' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/fpu' >rm -f libfpu.a >llvm-ar cr libfpu.a fpu.o >llvm-ranlib libfpu.a >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/fpu' >Making all in gui >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/gui' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o render.o render.cpp >render.cpp:483:40: warning: format specifies type 'int' but the argument has type 'Bitu' (aka 'unsigned long') [-Wformat] > 483 | E_Exit("RENDER:Wrong source bpp %d", render.src.bpp ); > | ~~ ^~~~~~~~~~~~~~ > | %lu >1 warning generated. >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/gui' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/gui' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o render_scalers.o render_scalers.cpp >In file included from render_scalers.cpp:129: >In file included from ./render_templates.h:434: >./render_templates_sai.h:46:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] > 46 | register int r = 0; > | ^~~~~~~~ >./render_templates_sai.h:130:4: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] > 130 | register int r = 0; > | ^~~~~~~~ >./render_templates_sai.h:188:4: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] > 188 | register int r = 0; > | ^~~~~~~~ >In file included from render_scalers.cpp:144: >In file included from ./render_templates.h:434: >./render_templates_sai.h:46:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] > 46 | register int r = 0; > | ^~~~~~~~ >./render_templates_sai.h:130:4: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] > 130 | register int r = 0; > | ^~~~~~~~ >./render_templates_sai.h:188:4: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] > 188 | register int r = 0; > | ^~~~~~~~ >In file included from render_scalers.cpp:159: >In file included from ./render_templates.h:434: >./render_templates_sai.h:46:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] > 46 | register int r = 0; > | ^~~~~~~~ >./render_templates_sai.h:130:4: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] > 130 | register int r = 0; > | ^~~~~~~~ >./render_templates_sai.h:188:4: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] > 188 | register int r = 0; > | ^~~~~~~~ >9 errors generated. >make[3]: *** [Makefile:380: render_scalers.o] Error 1 >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/gui' >make[3]: *** Waiting for unfinished jobs.... >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/gui' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o sdlmain.o sdlmain.cpp >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/gui' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/gui' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o sdl_mapper.o sdl_mapper.cpp >sdl_mapper.cpp:678:94: warning: format specifies type 'int' but the argument has type 'Bitu' (aka 'unsigned long') [-Wformat] > 678 | LOG_MSG("Using joystick %s with %d axes, %d buttons and %d hat(s)",SDL_JoystickName(stick),axes,buttons,hats); > | ~~ ^~~~ > | %lu >sdl_mapper.cpp:678:99: warning: format specifies type 'int' but the argument has type 'Bitu' (aka 'unsigned long') [-Wformat] > 678 | LOG_MSG("Using joystick %s with %d axes, %d buttons and %d hat(s)",SDL_JoystickName(stick),axes,buttons,hats); > | ~~ ^~~~~~~ > | %lu >sdl_mapper.cpp:678:107: warning: format specifies type 'int' but the argument has type 'Bitu' (aka 'unsigned long') [-Wformat] > 678 | LOG_MSG("Using joystick %s with %d axes, %d buttons and %d hat(s)",SDL_JoystickName(stick),axes,buttons,hats); > | ~~ ^~~~ > | %lu >3 warnings generated. >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/gui' >make[3]: Entering directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/gui' >clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -mno-ms-bitfields -c -o midi.o midi.cpp >In file included from midi.cpp:90: >./midi_oss.h:58:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] > 58 | write(device,buf,pos); > | ^~~~~ ~~~~~~~~~~~~~~ >./midi_oss.h:68:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] > 68 | write(device,buf,pos); > | ^~~~~ ~~~~~~~~~~~~~~ >2 warnings generated. >make[3]: Leaving directory '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk/src/gui' >make[2]: *** [Makefile:455: all-recursive] Error 1 >make[1]: *** [Makefile:390: all-recursive] Error 1 >make: *** [Makefile:331: all] Error 2 > * ERROR: games-emulation/dosbox-0.75_pre4302::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=games-emulation/dosbox-0.75_pre4302::gentoo'`, > * the complete build log and the output of `emerge -pqv '=games-emulation/dosbox-0.75_pre4302::gentoo'`. > * The complete build log is located at '/var/log/portage/games-emulation:dosbox-0.75_pre4302:20241013-185203.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/temp/environment'. > * Working directory: '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk' > * S: '/var/tmp/portage/games-emulation/dosbox-0.75_pre4302/work/dosbox-code-0-r4302-dosbox-trunk' >
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 941489
:
905696
|
905697
|
905698
|
905699
|
905700
| 905701 |
905702
|
905703
|
905704
|
905705