Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 734140 Details for
Bug 809020
games-emulation/gnuboy-1.0.3-r3 - sdl.c:(.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-emulation:gnuboy-1.0.3-r3:20210819-071605.log
games-emulation:gnuboy-1.0.3-r3:20210819-071605.log (text/plain), 28.20 KB, created by
Toralf Förster
on 2021-08-19 07:17:43 UTC
(
hide
)
Description:
games-emulation:gnuboy-1.0.3-r3:20210819-071605.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2021-08-19 07:17:43 UTC
Size:
28.20 KB
patch
obsolete
> * Package: games-emulation/gnuboy-1.0.3-r3 > * Repository: gentoo > * Maintainer: games@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux sdl userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking gnuboy-1.0.3.tar.gz to /var/tmp/portage/games-emulation/gnuboy-1.0.3-r3/work >>>> Source unpacked in /var/tmp/portage/games-emulation/gnuboy-1.0.3-r3/work >>>> Preparing source in /var/tmp/portage/games-emulation/gnuboy-1.0.3-r3/work/gnuboy-1.0.3 ... > * Applying gnuboy-1.0.3-exec-stack.patch ... > [ ok ] > * Applying gnuboy-1.0.3-linux-headers.patch ... > [ ok ] > * Applying gnuboy-1.0.3-include.patch ... > [ ok ] > * Applying gnuboy-1.0.3-fix-implicit-decl-sprintf.patch ... > [ ok ] > * Running eautoreconf in '/var/tmp/portage/games-emulation/gnuboy-1.0.3-r3/work/gnuboy-1.0.3' ... > * Running 'aclocal' ... > [ ok ] > * Running 'autoconf --force' ... > [ ok ] > * Running 'autoheader' ... > [ ok ] > * Running elibtoolize in: gnuboy-1.0.3/ >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/games-emulation/gnuboy-1.0.3-r3/work/gnuboy-1.0.3 ... > * econf: updating gnuboy-1.0.3/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating gnuboy-1.0.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 --docdir=/usr/share/doc/gnuboy-1.0.3-r3 --htmldir=/usr/share/doc/gnuboy-1.0.3-r3/html --libdir=/usr/lib64 --without-x --with-sdl --disable-asm --disable-arch --disable-optimize >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether the compiler supports GNU C... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to enable C11 features... none needed >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking for a BSD-compatible install... /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c >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 whether byte ordering is bigendian... no >checking for usleep... yes >checking for sys/soundcard.h... yes >checking for linux/joystick.h... yes >checking for linux/fb.h... yes >checking for vga_init in -lvga... no >checking for sdl-config... yes >checking for SDL_Init in -lSDL... yes >checking for SDL/SDL.h... yes >checking for X... disabled >enabling selected compiler warnings >configure: creating ./config.status >config.status: creating Makefile >config.status: creating sys/nix/config.h >>>> Source configured. >>>> Compiling source in /var/tmp/portage/games-emulation/gnuboy-1.0.3-r3/work/gnuboy-1.0.3 ... >make -j4 >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c lcd.c -o lcd.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c refresh.c -o refresh.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c lcdc.c -o lcdc.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c palette.c -o palette.o >palette.c:25:13: warning: âbestmatchâ defined but not used [-Wunused-function] > 25 | static byte bestmatch(int c) > | ^~~~~~~~~ >lcd.c: In function âupdatepaletteâ: >lcd.c:748:17: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > 748 | if (y < 0) y = 0; if (y > 255) y = 255; > | ^~ >lcd.c:748:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > 748 | if (y < 0) y = 0; if (y > 255) y = 255; > | ^~ >lcd.c:749:17: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > 749 | if (u < 0) u = 0; if (u > 255) u = 255; > | ^~ >lcd.c:749:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > 749 | if (u < 0) u = 0; if (u > 255) u = 255; > | ^~ >lcd.c:750:17: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > 750 | if (v < 0) v = 0; if (v > 255) v = 255; > | ^~ >lcd.c:750:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > 750 | if (v < 0) v = 0; if (v > 255) v = 255; > | ^~ >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c cpu.c -o cpu.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c mem.c -o mem.o >cpu.c: In function âcpu_emulateâ: >cpu.c:699:17: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > 699 | if (!(F&FZ)) goto __JR; NOJR; break; > | ^~ >cpu.c:222:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > 222 | #define NOJR ( clen--, PC++ ) > | ^ >cpu.c:699:41: note: in expansion of macro âNOJRâ > 699 | if (!(F&FZ)) goto __JR; NOJR; break; > | ^~~~ >cpu.c:701:17: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > 701 | if (F&FZ) goto __JR; NOJR; break; > | ^~ >cpu.c:222:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > 222 | #define NOJR ( clen--, PC++ ) > | ^ >cpu.c:701:38: note: in expansion of macro âNOJRâ > 701 | if (F&FZ) goto __JR; NOJR; break; > | ^~~~ >cpu.c:703:17: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > 703 | if (!(F&FC)) goto __JR; NOJR; break; > | ^~ >cpu.c:222:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > 222 | #define NOJR ( clen--, PC++ ) > | ^ >cpu.c:703:41: note: in expansion of macro âNOJRâ > 703 | if (!(F&FC)) goto __JR; NOJR; break; > | ^~~~ >cpu.c:705:17: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > 705 | if (F&FC) goto __JR; NOJR; break; > | ^~ >cpu.c:222:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > 222 | #define NOJR ( clen--, PC++ ) > | ^ >cpu.c:705:38: note: in expansion of macro âNOJRâ > 705 | if (F&FC) goto __JR; NOJR; break; > | ^~~~ >cpu.c:711:17: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > 711 | if (!(F&FZ)) goto __JP; NOJP; break; > | ^~ >cpu.c:223:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > 223 | #define NOJP ( clen--, PC+=2 ) > | ^ >cpu.c:711:41: note: in expansion of macro âNOJPâ > 711 | if (!(F&FZ)) goto __JP; NOJP; break; > | ^~~~ >cpu.c:713:17: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > 713 | if (F&FZ) goto __JP; NOJP; break; > | ^~ >cpu.c:223:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > 223 | #define NOJP ( clen--, PC+=2 ) > | ^ >cpu.c:713:38: note: in expansion of macro âNOJPâ > 713 | if (F&FZ) goto __JP; NOJP; break; > | ^~~~ >cpu.c:715:17: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > 715 | if (!(F&FC)) goto __JP; NOJP; break; > | ^~ >cpu.c:223:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > 223 | #define NOJP ( clen--, PC+=2 ) > | ^ >cpu.c:715:41: note: in expansion of macro âNOJPâ > 715 | if (!(F&FC)) goto __JP; NOJP; break; > | ^~~~ >cpu.c:717:17: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > 717 | if (F&FC) goto __JP; NOJP; break; > | ^~ >cpu.c:223:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > 223 | #define NOJP ( clen--, PC+=2 ) > | ^ >cpu.c:717:38: note: in expansion of macro âNOJPâ > 717 | if (F&FC) goto __JP; NOJP; break; > | ^~~~ >cpu.c:725:17: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > 725 | if (!(F&FZ)) goto __RET; NORET; break; > | ^~ >cpu.c:225:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > 225 | #define NORET ( clen-=3 ) > | ^ >cpu.c:725:42: note: in expansion of macro âNORETâ > 725 | if (!(F&FZ)) goto __RET; NORET; break; > | ^~~~~ >cpu.c:727:17: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > 727 | if (F&FZ) goto __RET; NORET; break; > | ^~ >cpu.c:225:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > 225 | #define NORET ( clen-=3 ) > | ^ >cpu.c:727:39: note: in expansion of macro âNORETâ > 727 | if (F&FZ) goto __RET; NORET; break; > | ^~~~~ >cpu.c:729:17: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > 729 | if (!(F&FC)) goto __RET; NORET; break; > | ^~ >cpu.c:225:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > 225 | #define NORET ( clen-=3 ) > | ^ >cpu.c:729:42: note: in expansion of macro âNORETâ > 729 | if (!(F&FC)) goto __RET; NORET; break; > | ^~~~~ >cpu.c:731:17: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > 731 | if (F&FC) goto __RET; NORET; break; > | ^~ >cpu.c:225:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > 225 | #define NORET ( clen-=3 ) > | ^ >cpu.c:731:39: note: in expansion of macro âNORETâ > 731 | if (F&FC) goto __RET; NORET; break; > | ^~~~~ >cpu.c:739:17: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > 739 | if (!(F&FZ)) goto __CALL; NOCALL; break; > | ^~ >cpu.c:224:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > 224 | #define NOCALL ( clen-=3, PC+=2 ) > | ^ >cpu.c:739:43: note: in expansion of macro âNOCALLâ > 739 | if (!(F&FZ)) goto __CALL; NOCALL; break; > | ^~~~~~ >cpu.c:741:17: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > 741 | if (F&FZ) goto __CALL; NOCALL; break; > | ^~ >cpu.c:224:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > 224 | #define NOCALL ( clen-=3, PC+=2 ) > | ^ >cpu.c:741:40: note: in expansion of macro âNOCALLâ > 741 | if (F&FZ) goto __CALL; NOCALL; break; > | ^~~~~~ >cpu.c:743:17: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > 743 | if (!(F&FC)) goto __CALL; NOCALL; break; > | ^~ >cpu.c:224:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > 224 | #define NOCALL ( clen-=3, PC+=2 ) > | ^ >cpu.c:743:43: note: in expansion of macro âNOCALLâ > 743 | if (!(F&FC)) goto __CALL; NOCALL; break; > | ^~~~~~ >cpu.c:745:17: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > 745 | if (F&FC) goto __CALL; NOCALL; break; > | ^~ >cpu.c:224:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > 224 | #define NOCALL ( clen-=3, PC+=2 ) > | ^ >cpu.c:745:40: note: in expansion of macro âNOCALLâ > 745 | if (F&FC) goto __CALL; NOCALL; break; > | ^~~~~~ >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c rtc.c -o rtc.o >mem.c: In function âmem_updatemapâ: >mem.c:63:33: warning: array subscript -48896 is outside array bounds of âstruct ram[1]â [-Warray-bounds] > 63 | map[0xC] = ram.ibank[0] - 0xC000; > | ~~~~~~~~~~~~~^~~~~~~~ >mem.c:14:12: note: while referencing âramâ > 14 | struct ram ram; > | ^~~ >mem.c:66:33: warning: array subscript -57088 is outside array bounds of âstruct ram[1]â [-Warray-bounds] > 66 | map[0xE] = ram.ibank[0] - 0xE000; > | ~~~~~~~~~~~~~^~~~~~~~ >mem.c:14:12: note: while referencing âramâ > 14 | struct ram ram; > | ^~~ >mem.c:79:33: warning: array subscript -48896 is outside array bounds of âstruct ram[1]â [-Warray-bounds] > 79 | map[0xC] = ram.ibank[0] - 0xC000; > | ~~~~~~~~~~~~~^~~~~~~~ >mem.c:14:12: note: while referencing âramâ > 14 | struct ram ram; > | ^~~ >mem.c:82:33: warning: array subscript -57088 is outside array bounds of âstruct ram[1]â [-Warray-bounds] > 82 | map[0xE] = ram.ibank[0] - 0xE000; > | ~~~~~~~~~~~~~^~~~~~~~ >mem.c:14:12: note: while referencing âramâ > 14 | struct ram ram; > | ^~~ >rtc.c: In function ârtc_load_internalâ: >rtc.c:105:9: warning: ignoring return value of âfscanfâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 105 | fscanf( > | ^~~~~~~ > 106 | f, "%d %d %d %02d %02d %02d %02d\n%d\n", > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 107 | &rtc.carry, &rtc.stop, &rtc.d, > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 108 | &rtc.h, &rtc.m, &rtc.s, &rtc.t, &rt); > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c hw.c -o hw.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c sound.c -o sound.o >In file included from hw.c:10: >fastmem.h:78:13: warning: âwritehiâ defined but not used [-Wunused-function] > 78 | static void writehi(int a, byte b) > | ^~~~~~~ >fastmem.h:73:13: warning: âreadhiâ defined but not used [-Wunused-function] > 73 | static byte readhi(int a) > | ^~~~~~ >fastmem.h:44:13: warning: âwritewâ defined but not used [-Wunused-function] > 44 | static void writew(int a, int w) > | ^~~~~~ >fastmem.h:24:12: warning: âreadwâ defined but not used [-Wunused-function] > 24 | static int readw(int a) > | ^~~~~ >In file included from /usr/include/string.h:519, > from defs.h:8, > from lcd.c:4: >In function âmemcpyâ, > inlined from âspr_enumâ at lcd.c:495:2: >/usr/include/bits/string_fortified.h:29:10: warning: â__builtin_memcpyâ forming offset [240, 383] is out of the bounds [0, 240] of object âtsâ with type âstruct vissprite[10]â [-Warray-bounds] > 29 | return __builtin___memcpy_chk (__dest, __src, __len, > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 30 | __glibc_objsize0 (__dest)); > | ~~~~~~~~~~~~~~~~~~~~~~~~~~ >lcd.c: In function âspr_enumâ: >lcd.c:436:26: note: âtsâ declared here > 436 | struct vissprite ts[10]; > | ^~ >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c events.c -o events.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c keytable.c -o keytable.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c loader.c -o loader.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c save.c -o save.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c debug.c -o debug.o >loader.c: In function âsram_loadâ: >loader.c:210:9: warning: ignoring return value of âfreadâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 210 | fread(ram.sbank, 8192, mbc.ramsize, f); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from debug.c:9: >fastmem.h:78:13: warning: âwritehiâ defined but not used [-Wunused-function] > 78 | static void writehi(int a, byte b) > | ^~~~~~~ >fastmem.h:73:13: warning: âreadhiâ defined but not used [-Wunused-function] > 73 | static byte readhi(int a) > | ^~~~~~ >fastmem.h:44:13: warning: âwritewâ defined but not used [-Wunused-function] > 44 | static void writew(int a, int w) > | ^~~~~~ >save.c: In function âloadstateâ: >save.c:167:9: warning: ignoring return value of âfreadâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 167 | fread(buf, 4096, 1, f); > | ^~~~~~~~~~~~~~~~~~~~~~ >save.c:203:9: warning: ignoring return value of âfreadâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 203 | fread(ram.ibank, 4096, irl, f); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >save.c:206:9: warning: ignoring return value of âfreadâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 206 | fread(lcd.vbank, 4096, vrl, f); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >save.c:209:9: warning: ignoring return value of âfreadâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 209 | fread(ram.sbank, 4096, srl, f); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c emu.c -o emu.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c main.c -o main.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c rccmds.c -o rccmds.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c rckeys.c -o rckeys.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c rcvars.c -o rcvars.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c rcfile.c -o rcfile.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c exports.c -o exports.o >rcfile.c: In function ârc_sourcefileâ: >rcfile.c:30:17: warning: ignoring return value of âfgetsâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 30 | fgets(line, sizeof line, f); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c split.c -o split.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c path.c -o path.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c inflate.c -o inflate.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c sys/nix/nix.c -o sys/nix/nix.o >path.c: In function âpath_searchâ: >path.c:22:9: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > 22 | if (buf) free(buf); buf = 0; > | ^~ >path.c:22:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > 22 | if (buf) free(buf); buf = 0; > | ^~~ >inflate.c: In function âinflateâ: >inflate.c:436:25: warning: variable ânlenâ set but not used [-Wunused-but-set-variable] > 436 | unsigned int len, nlen; > | ^~~~ >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c sys/linux/fbdev.c -o sys/linux/fbdev.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c sys/linux/kb.c -o sys/linux/kb.o >sys/linux/fbdev.c: In function âvid_initâ: >sys/linux/fbdev.c:218:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > 218 | if ((int)mmio == -1) mmio = 0; > | ^ >sys/linux/fbdev.c:195:17: warning: ignoring return value of âsystemâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 195 | system(cmd); > | ^~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c sys/pc/keymap.c -o sys/pc/keymap.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c sys/linux/joy.c -o sys/linux/joy.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -c sys/oss/oss.c -o sys/oss/oss.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c sys/sdl/sdl.c -o sys/sdl/sdl.o >sys/oss/oss.c: In function âpcm_submitâ: >sys/oss/oss.c:94:22: warning: ignoring return value of âwriteâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 94 | if (pcm.buf) write(dsp, pcm.buf, pcm.pos); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -I. -I/usr/local/include -I./sys/nix -DHAVE_CONFIG_H -DIS_LITTLE_ENDIAN -DIS_LINUX -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c sys/sdl/keymap.c -o sys/sdl/keymap.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 lcd.o refresh.o lcdc.o palette.o cpu.o mem.o rtc.o hw.o sound.o events.o keytable.o loader.o save.o debug.o emu.o main.o rccmds.o rckeys.o rcvars.o rcfile.o exports.o split.o path.o inflate.o sys/nix/nix.o sys/linux/fbdev.o sys/linux/kb.o sys/pc/keymap.o sys/linux/joy.o sys/oss/oss.o -o fbgnuboy >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wno-implicit -Wno-long-long -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 lcd.o refresh.o lcdc.o palette.o cpu.o mem.o rtc.o hw.o sound.o events.o keytable.o loader.o save.o debug.o emu.o main.o rccmds.o rckeys.o rcvars.o rcfile.o exports.o split.o path.o inflate.o sys/nix/nix.o sys/sdl/sdl.o sys/sdl/keymap.o -o sdlgnuboy -lSDL -lpthread >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: sys/sdl/sdl.o: in function `vid_init': >sdl.c:(.text+0x235): undefined reference to `SDL_NumJoysticks' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: sdl.c:(.text+0x25a): undefined reference to `SDL_JoystickOpen' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: sdl.c:(.text+0x269): undefined reference to `SDL_JoystickEventState' >collect2: error: ld returned 1 exit status >make: *** [Makefile:47: sdlgnuboy] Error 1 > * ERROR: games-emulation/gnuboy-1.0.3-r3::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=games-emulation/gnuboy-1.0.3-r3::gentoo'`, > * the complete build log and the output of `emerge -pqv '=games-emulation/gnuboy-1.0.3-r3::gentoo'`. > * The complete build log is located at '/var/log/portage/games-emulation:gnuboy-1.0.3-r3:20210819-071605.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/games-emulation/gnuboy-1.0.3-r3/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/games-emulation/gnuboy-1.0.3-r3/temp/environment'. > * Working directory: '/var/tmp/portage/games-emulation/gnuboy-1.0.3-r3/work/gnuboy-1.0.3' > * S: '/var/tmp/portage/games-emulation/gnuboy-1.0.3-r3/work/gnuboy-1.0.3' >
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 809020
:
734128
|
734131
|
734134
|
734137
| 734140 |
734143
|
734146