=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for fceu-0.98.13nb4
--- all-recursive ---
Making all in src
--- boards/.dirstamp ---
--- boards/.deps/.dirstamp ---
--- input/.dirstamp ---
--- input/.deps/.dirstamp ---
--- mappers/.dirstamp ---
--- mappers/.deps/.dirstamp ---
--- mbshare/.dirstamp ---
--- mbshare/.deps/.dirstamp ---
--- drivers/common/.dirstamp ---
--- drivers/common/.deps/.dirstamp ---
--- drivers/sexyal/.dirstamp ---
--- drivers/sexyal/.deps/.dirstamp ---
--- drivers/sexyal/drivers/.dirstamp ---
--- drivers/sexyal/drivers/.deps/.dirstamp ---
--- drivers/pc/.dirstamp ---
--- drivers/pc/.deps/.dirstamp ---
--- x6502.o ---
source='x6502.c' object='x6502.o' libtool=no  depfile='.deps/x6502.Po' tmpdepfile='.deps/x6502.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1     -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o x6502.o `test -f 'x6502.c' || echo './'`x6502.c
--- fceustr.o ---
source='fceustr.c' object='fceustr.o' libtool=no  depfile='.deps/fceustr.Po' tmpdepfile='.deps/fceustr.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1     -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o fceustr.o `test -f 'fceustr.c' || echo './'`fceustr.c
distcc[8955] ERROR: nonblocking connect to 192.168.1.1:3748 failed: Connection refused
--- x6502.o ---
distcc[21245] ERROR: nonblocking connect to 192.168.1.1:3748 failed: Connection refused
distcc[21245] Warning: failed to distribute x6502.c to 192.168.1.1:3748, running locally instead
--- fceustr.o ---
distcc[8955] Warning: failed to distribute fceustr.c to 192.168.1.1:3748, running locally instead
In file included from /usr/include/string.h:127,
                 from fceustr.c:1:
fceustr.c: In function 'fceustr_create':
fceustr.c:16:12: warning: pointer targets in passing argument 1 of '__builtin___strcpy_chk' differ in signedness [-Wpointer-sign]
   16 |  strcpy(ret->data,str);
      |         ~~~^~~~~~
      |            |
      |            uint8 * {aka unsigned char *}
fceustr.c:16:12: note: expected 'char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
fceustr.c:16:12: warning: pointer targets in passing argument 1 of '__strcpy_ichk' differ in signedness [-Wpointer-sign]
   16 |  strcpy(ret->data,str);
      |         ~~~^~~~~~
      |            |
      |            uint8 * {aka unsigned char *}
/usr/include/ssp/string.h:89:1: note: expected 'char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
   89 | __ssp_bos_icheck2_restrict(strcpy, char *, const char *)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
--- cart.o ---
source='cart.c' object='cart.o' libtool=no  depfile='.deps/cart.Po' tmpdepfile='.deps/cart.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1     -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o cart.o `test -f 'cart.c' || echo './'`cart.c
distcc[3563] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
cart.c: In function 'setchr8r':
--- x6502.o ---
ops.h: In function 'X6502_Run':
--- cart.o ---
cart.c:298:15: warning: overflow in conversion from 'int' to 'uint8' {aka 'unsigned char'} changes value from '(int)PPUCHRRAM & -256' to '0' [-Woverflow]
  298 |    PPUCHRRAM&=~(255);
      |               ^
--- x6502.o ---
x6502.c:344:42: warning: variable 'x' set but not used [-Wunused-but-set-variable]
  344 | #define LD_AB(op) {unsigned int A; uint8 x; GetAB(A); x=RdMem(A); op; break; }
      |                                          ^
ops.h:475:12: note: in expansion of macro 'LD_AB'
  475 | case 0x0C: LD_AB(;);
      |            ^~~~~
x6502.c:345:48: warning: variable 'x' set but not used [-Wunused-but-set-variable]
  345 | #define LD_ABI(reg,op)  {unsigned int A; uint8 x; GetABIRD(A,reg); x=RdMem(A); op; break;}
      |                                                ^
x6502.c:346:20: note: in expansion of macro 'LD_ABI'
  346 | #define LD_ABX(op) LD_ABI(_X,op)
      |                    ^~~~~~
ops.h:481:12: note: in expansion of macro 'LD_ABX'
  481 | case 0xFC: LD_ABX(;);
      |            ^~~~~~
--- cheat.o ---
source='cheat.c' object='cheat.o' libtool=no  depfile='.deps/cheat.Po' tmpdepfile='.deps/cheat.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1     -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o cheat.o `test -f 'cheat.c' || echo './'`cheat.c
distcc[25501] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- crc32.o ---
source='crc32.c' object='crc32.o' libtool=no  depfile='.deps/crc32.Po' tmpdepfile='.deps/crc32.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1     -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o crc32.o `test -f 'crc32.c' || echo './'`crc32.c
distcc[6402] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- debug.o ---
source='debug.c' object='debug.o' libtool=no  depfile='.deps/debug.Po' tmpdepfile='.deps/debug.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1     -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o debug.o `test -f 'debug.c' || echo './'`debug.c
distcc[11422] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- endian.o ---
source='endian.c' object='endian.o' libtool=no  depfile='.deps/endian.Po' tmpdepfile='.deps/endian.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1     -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o endian.o `test -f 'endian.c' || echo './'`endian.c
distcc[595] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- fceu.o ---
source='fceu.c' object='fceu.o' libtool=no  depfile='.deps/fceu.Po' tmpdepfile='.deps/fceu.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1     -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o fceu.o `test -f 'fceu.c' || echo './'`fceu.c
distcc[11959] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
fceu.c: In function 'FCEUI_Emulate':
fceu.c:320:6: warning: variable 'r' set but not used [-Wunused-but-set-variable]
  320 |  int r,ssize;
      |      ^
--- fds.o ---
source='fds.c' object='fds.o' libtool=no  depfile='.deps/fds.Po' tmpdepfile='.deps/fds.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1     -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o fds.o `test -f 'fds.c' || echo './'`fds.c
distcc[552] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- file.o ---
source='file.c' object='file.o' libtool=no  depfile='.deps/file.Po' tmpdepfile='.deps/file.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1     -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o file.o `test -f 'file.c' || echo './'`file.c
distcc[23807] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- filter.o ---
source='filter.c' object='filter.o' libtool=no  depfile='.deps/filter.Po' tmpdepfile='.deps/filter.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1     -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o filter.o `test -f 'filter.c' || echo './'`filter.c
distcc[22447] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- general.o ---
source='general.c' object='general.o' libtool=no  depfile='.deps/general.Po' tmpdepfile='.deps/general.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1     -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o general.o `test -f 'general.c' || echo './'`general.c
distcc[22988] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- ines.o ---
source='ines.c' object='ines.o' libtool=no  depfile='.deps/ines.Po' tmpdepfile='.deps/ines.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1     -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o ines.o `test -f 'ines.c' || echo './'`ines.c
distcc[6260] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- input.o ---
source='input.c' object='input.o' libtool=no  depfile='.deps/input.Po' tmpdepfile='.deps/input.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1     -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o input.o `test -f 'input.c' || echo './'`input.c
distcc[7440] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- md5.o ---
source='md5.c' object='md5.o' libtool=no  depfile='.deps/md5.Po' tmpdepfile='.deps/md5.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1     -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o md5.o `test -f 'md5.c' || echo './'`md5.c
--- memory.o ---
source='memory.c' object='memory.o' libtool=no  depfile='.deps/memory.Po' tmpdepfile='.deps/memory.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1     -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o memory.o `test -f 'memory.c' || echo './'`memory.c
--- md5.o ---
distcc[20355] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- memory.o ---
distcc[23196] ERROR: nonblocking connect to 192.168.1.1:3748 failed: Connection refused
distcc[23196] Warning: failed to distribute memory.c to 192.168.1.1:3748, running locally instead
--- netplay.o ---
source='netplay.c' object='netplay.o' libtool=no  depfile='.deps/netplay.Po' tmpdepfile='.deps/netplay.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1     -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o netplay.o `test -f 'netplay.c' || echo './'`netplay.c
distcc[13437] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
netplay.c: In function 'FCEUI_NetplayText':
netplay.c:102:15: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
  102 |  len = strlen(text);
      |               ^~~~
      |               |
      |               uint8 * {aka unsigned char *}
In file included from netplay.c:24:
/usr/include/string.h:61:16: note: expected 'const char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
   61 | size_t  strlen(const char *);
      |                ^~~~~~~~~~~~
netplay.c: In function 'FCEUNET_SendFile':
netplay.c:127:15: warning: pointer targets in passing argument 1 of 'FCEU_en32lsb' differ in signedness [-Wpointer-sign]
  127 |  FCEU_en32lsb(cbuf, len);
      |               ^~~~
      |               |
      |               char *
In file included from netplay.c:37:
endian.h:6:19: note: expected 'uint8 *' {aka 'unsigned char *'} but argument is of type 'char *'
    6 | void FCEU_en32lsb(uint8 *, uint32);
      |                   ^~~~~~~
netplay.c:128:17: warning: pointer targets in passing argument 1 of 'compress2' differ in signedness [-Wpointer-sign]
  128 |  compress2(cbuf + 4, &clen, buf, len, 7);
      |            ~~~~~^~~
      |                 |
      |                 char *
In file included from /usr/include/zlib.h:36,
                 from netplay.c:28:
/usr/include/zlib.h:1246:31: note: expected 'Bytef *' {aka 'unsigned char *'} but argument is of type 'char *'
 1246 | ZEXTERN int ZEXPORT compress2 OF((Bytef *dest,   uLongf *destLen,
      |                               ^~
netplay.c:128:29: warning: pointer targets in passing argument 3 of 'compress2' differ in signedness [-Wpointer-sign]
  128 |  compress2(cbuf + 4, &clen, buf, len, 7);
      |                             ^~~
      |                             |
      |                             char *
In file included from /usr/include/zlib.h:36,
                 from netplay.c:28:
/usr/include/zlib.h:1246:31: note: expected 'const Bytef *' {aka 'const unsigned char *'} but argument is of type 'char *'
 1246 | ZEXTERN int ZEXPORT compress2 OF((Bytef *dest,   uLongf *destLen,
      |                               ^~
netplay.c: In function 'FetchFile':
netplay.c:183:53: warning: pointer targets in passing argument 1 of 'FCEU_de32lsb' differ in signedness [-Wpointer-sign]
  183 |                                  len = FCEU_de32lsb(cbuf);
      |                                                     ^~~~
      |                                                     |
      |                                                     char *
In file included from netplay.c:37:
endian.h:7:21: note: expected 'uint8 *' {aka 'unsigned char *'} but argument is of type 'char *'
    7 | uint32 FCEU_de32lsb(uint8 *);
      |                     ^~~~~~~
netplay.c:194:45: warning: pointer targets in passing argument 1 of 'uncompress' differ in signedness [-Wpointer-sign]
  194 |                                  uncompress(buf, &len, cbuf + 4, clen - 4);
      |                                             ^~~
      |                                             |
      |                                             char *
In file included from /usr/include/zlib.h:36,
                 from netplay.c:28:
/usr/include/zlib.h:1269:32: note: expected 'Bytef *' {aka 'unsigned char *'} but argument is of type 'char *'
 1269 | ZEXTERN int ZEXPORT uncompress OF((Bytef *dest,   uLongf *destLen,
      |                                ^~
netplay.c:194:61: warning: pointer targets in passing argument 3 of 'uncompress' differ in signedness [-Wpointer-sign]
  194 |                                  uncompress(buf, &len, cbuf + 4, clen - 4);
      |                                                        ~~~~~^~~
      |                                                             |
      |                                                             char *
In file included from /usr/include/zlib.h:36,
                 from netplay.c:28:
/usr/include/zlib.h:1269:32: note: expected 'const Bytef *' {aka 'const unsigned char *'} but argument is of type 'char *'
 1269 | ZEXTERN int ZEXPORT uncompress OF((Bytef *dest,   uLongf *destLen,
      |                                ^~
--- nsf.o ---
source='nsf.c' object='nsf.o' libtool=no  depfile='.deps/nsf.Po' tmpdepfile='.deps/nsf.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1     -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o nsf.o `test -f 'nsf.c' || echo './'`nsf.c
distcc[5741] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
In file included from /usr/include/string.h:127,
                 from nsf.c:23:
nsf.c: In function 'FCEUI_NSFGetInfo':
--- palette.o ---
source='palette.c' object='palette.o' libtool=no  depfile='.deps/palette.Po' tmpdepfile='.deps/palette.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1     -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o palette.o `test -f 'palette.c' || echo './'`palette.c
distcc[4361] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- nsf.o ---
nsf.c:561:10: warning: pointer targets in passing argument 1 of '__builtin___strncpy_chk' differ in signedness [-Wpointer-sign]
  561 |  strncpy(name,NSFHeader.SongName,maxlen);
      |          ^~~~
      |          |
      |          uint8 * {aka unsigned char *}
nsf.c:561:10: note: expected 'char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
nsf.c:561:24: warning: pointer targets in passing argument 2 of '__builtin___strncpy_chk' differ in signedness [-Wpointer-sign]
  561 |  strncpy(name,NSFHeader.SongName,maxlen);
      |               ~~~~~~~~~^~~~~~~~~
      |                        |
      |                        uint8 * {aka unsigned char *}
nsf.c:561:24: note: expected 'const char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
nsf.c:561:10: warning: pointer targets in passing argument 1 of '__strncpy_ichk' differ in signedness [-Wpointer-sign]
  561 |  strncpy(name,NSFHeader.SongName,maxlen);
      |          ^~~~
      |          |
      |          uint8 * {aka unsigned char *}
/usr/include/ssp/string.h:91:1: note: expected 'char * restrict' but argument is of type 'uint8 *' {aka 'unsigned char *'}
   91 | __ssp_bos_icheck3_restrict(strncpy, char *, const char *)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
nsf.c:561:24: warning: pointer targets in passing argument 2 of '__strncpy_ichk' differ in signedness [-Wpointer-sign]
  561 |  strncpy(name,NSFHeader.SongName,maxlen);
      |               ~~~~~~~~~^~~~~~~~~
      |                        |
      |                        uint8 * {aka unsigned char *}
/usr/include/ssp/string.h:91:1: note: expected 'const char * restrict' but argument is of type 'uint8 *' {aka 'unsigned char *'}
   91 | __ssp_bos_icheck3_restrict(strncpy, char *, const char *)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
nsf.c:562:10: warning: pointer targets in passing argument 1 of '__builtin___strncpy_chk' differ in signedness [-Wpointer-sign]
  562 |  strncpy(artist,NSFHeader.Artist,maxlen);
      |          ^~~~~~
      |          |
      |          uint8 * {aka unsigned char *}
nsf.c:562:10: note: expected 'char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
nsf.c:562:26: warning: pointer targets in passing argument 2 of '__builtin___strncpy_chk' differ in signedness [-Wpointer-sign]
  562 |  strncpy(artist,NSFHeader.Artist,maxlen);
      |                 ~~~~~~~~~^~~~~~~
      |                          |
      |                          uint8 * {aka unsigned char *}
nsf.c:562:26: note: expected 'const char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
nsf.c:562:10: warning: pointer targets in passing argument 1 of '__strncpy_ichk' differ in signedness [-Wpointer-sign]
  562 |  strncpy(artist,NSFHeader.Artist,maxlen);
      |          ^~~~~~
      |          |
      |          uint8 * {aka unsigned char *}
/usr/include/ssp/string.h:91:1: note: expected 'char * restrict' but argument is of type 'uint8 *' {aka 'unsigned char *'}
   91 | __ssp_bos_icheck3_restrict(strncpy, char *, const char *)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
nsf.c:562:26: warning: pointer targets in passing argument 2 of '__strncpy_ichk' differ in signedness [-Wpointer-sign]
  562 |  strncpy(artist,NSFHeader.Artist,maxlen);
      |                 ~~~~~~~~~^~~~~~~
      |                          |
      |                          uint8 * {aka unsigned char *}
/usr/include/ssp/string.h:91:1: note: expected 'const char * restrict' but argument is of type 'uint8 *' {aka 'unsigned char *'}
   91 | __ssp_bos_icheck3_restrict(strncpy, char *, const char *)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
nsf.c:563:10: warning: pointer targets in passing argument 1 of '__builtin___strncpy_chk' differ in signedness [-Wpointer-sign]
  563 |  strncpy(copyright,NSFHeader.Copyright,maxlen);
      |          ^~~~~~~~~
      |          |
      |          uint8 * {aka unsigned char *}
nsf.c:563:10: note: expected 'char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
nsf.c:563:29: warning: pointer targets in passing argument 2 of '__builtin___strncpy_chk' differ in signedness [-Wpointer-sign]
  563 |  strncpy(copyright,NSFHeader.Copyright,maxlen);
      |                    ~~~~~~~~~^~~~~~~~~~
      |                             |
      |                             uint8 * {aka unsigned char *}
nsf.c:563:29: note: expected 'const char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
nsf.c:563:10: warning: pointer targets in passing argument 1 of '__strncpy_ichk' differ in signedness [-Wpointer-sign]
  563 |  strncpy(copyright,NSFHeader.Copyright,maxlen);
      |          ^~~~~~~~~
      |          |
      |          uint8 * {aka unsigned char *}
/usr/include/ssp/string.h:91:1: note: expected 'char * restrict' but argument is of type 'uint8 *' {aka 'unsigned char *'}
   91 | __ssp_bos_icheck3_restrict(strncpy, char *, const char *)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
nsf.c:563:29: warning: pointer targets in passing argument 2 of '__strncpy_ichk' differ in signedness [-Wpointer-sign]
  563 |  strncpy(copyright,NSFHeader.Copyright,maxlen);
      |                    ~~~~~~~~~^~~~~~~~~~
      |                             |
      |                             uint8 * {aka unsigned char *}
/usr/include/ssp/string.h:91:1: note: expected 'const char * restrict' but argument is of type 'uint8 *' {aka 'unsigned char *'}
   91 | __ssp_bos_icheck3_restrict(strncpy, char *, const char *)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
--- ppu.o ---
source='ppu.c' object='ppu.o' libtool=no  depfile='.deps/ppu.Po' tmpdepfile='.deps/ppu.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1     -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o ppu.o `test -f 'ppu.c' || echo './'`ppu.c
distcc[3122] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
In file included from ppu.c:615:
ppu.c: In function 'RefreshLine':
--- sound.o ---
source='sound.c' object='sound.o' libtool=no  depfile='.deps/sound.Po' tmpdepfile='.deps/sound.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1     -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o sound.o `test -f 'sound.c' || echo './'`sound.c
--- ppu.o ---
pputile.h:6:17: warning: variable 'zz' set but not used [-Wunused-but-set-variable]
    6 |  register uint8 zz;
      |                 ^~
--- sound.o ---
distcc[29440] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- state.o ---
source='state.c' object='state.o' libtool=no  depfile='.deps/state.Po' tmpdepfile='.deps/state.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1     -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o state.o `test -f 'state.c' || echo './'`state.c
distcc[18296] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
In file included from /usr/include/string.h:127,
                 from state.c:26:
state.c: In function 'FCEUSS_SaveFP':
state.c:234:9: warning: '__builtin___memset_chk' forming offset 16 is out of the bounds [0, 16] of object 'header' with type 'uint8[16]' {aka 'unsigned char[16]'} [-Warray-bounds]
  234 |         memset(header+4,0,13);
      |         ^~~~~~
state.c:232:22: note: 'header' declared here
  232 |         static uint8 header[16]="FCS";
      |                      ^~~~~~
--- unif.o ---
source='unif.c' object='unif.o' libtool=no  depfile='.deps/unif.Po' tmpdepfile='.deps/unif.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1     -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o unif.o `test -f 'unif.c' || echo './'`unif.c
distcc[22599] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
In file included from /usr/include/string.h:127,
                 from unif.c:29:
unif.c: In function 'NAME':
unif.c:162:22: warning: pointer targets in passing argument 1 of '__builtin___strcpy_chk' differ in signedness [-Wpointer-sign]
  162 |   strcpy(FCEUGameInfo->name,namebuf);
      |          ~~~~~~~~~~~~^~~~~~
      |                      |
      |                      uint8 * {aka unsigned char *}
unif.c:162:22: note: expected 'char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
unif.c:162:22: warning: pointer targets in passing argument 1 of '__strcpy_ichk' differ in signedness [-Wpointer-sign]
  162 |   strcpy(FCEUGameInfo->name,namebuf);
      |          ~~~~~~~~~~~~^~~~~~
      |                      |
      |                      uint8 * {aka unsigned char *}
/usr/include/ssp/string.h:89:1: note: expected 'char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
   89 | __ssp_bos_icheck2_restrict(strcpy, char *, const char *)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
unif.c: In function 'UNIFLoad':
unif.c:516:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  516 |   for(x=0;x<32;x++)
      |   ^~~
unif.c:521:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  521 |    md5_finish(&md5,UNIFCart.MD5);
      |    ^~~~~~~~~~
--- video.o ---
source='video.c' object='video.o' libtool=no  depfile='.deps/video.Po' tmpdepfile='.deps/video.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1     -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o video.o `test -f 'video.c' || echo './'`video.c
distcc[8597] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- vsuni.o ---
source='vsuni.c' object='vsuni.o' libtool=no  depfile='.deps/vsuni.Po' tmpdepfile='.deps/vsuni.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1     -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o vsuni.o `test -f 'vsuni.c' || echo './'`vsuni.c
distcc[12485] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- wave.o ---
source='wave.c' object='wave.o' libtool=no  depfile='.deps/wave.Po' tmpdepfile='.deps/wave.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1     -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o wave.o `test -f 'wave.c' || echo './'`wave.c
distcc[7391] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- movie.o ---
source='movie.c' object='movie.o' libtool=no  depfile='.deps/movie.Po' tmpdepfile='.deps/movie.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1     -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o movie.o `test -f 'movie.c' || echo './'`movie.c
--- unzip.o ---
source='unzip.c' object='unzip.o' libtool=no  depfile='.deps/unzip.Po' tmpdepfile='.deps/unzip.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1     -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o unzip.o `test -f 'unzip.c' || echo './'`unzip.c
distcc[13652] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- movie.o ---
distcc[14273] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- unzip.o ---
unzip.c: In function 'unzClose':
unzip.c:451:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  451 |     if (s->pfile_in_zip_read!=NULL)
      |     ^~
unzip.c:454:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  454 |  fclose(s->file);
      |  ^~~~~~
unzip.c: In function 'unzLocateFile':
unzip.c:776:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  776 |     if (strlen(szFileName)>=UNZ_MAXFILENAMEINZIP)
      |     ^~
unzip.c:779:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  779 |  s=(unz_s*)file;
      |  ^
unzip.c: In function 'unzlocal_CheckCurrentFileCoherencyHeader':
unzip.c:857:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  857 |     if ((err==UNZ_OK) && (s->cur_file_info.compression_method!=0) &&
      |     ^~
unzip.c:861:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  861 |  if (unzlocal_getLong(s->file,&uData) != UNZ_OK) /* date/time */
      |  ^~
unzip.c: In function 'unzOpenCurrentFile':
unzip.c:922:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  922 |     if (s->pfile_in_zip_read != NULL)
      |     ^~
unzip.c:925:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  925 |  if (unzlocal_CheckCurrentFileCoherencyHeader(s,&iSizeVar,
      |  ^~
unzip.c: In function 'unzlocal_getShort':
unzip.c:170:7: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized]
  170 |     x = (uLong)i;
      |     ~~^~~~~~~~~~
unzip.c: In function 'unzlocal_getLong':
unzip.c:192:7: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized]
  192 |     x = (uLong)i;
      |     ~~^~~~~~~~~~
--- boards/8237.o ---
source='boards/8237.c' object='boards/8237.o' libtool=no  depfile='boards/.deps/8237.Po' tmpdepfile='boards/.deps/8237.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o boards/8237.o `test -f 'boards/8237.c' || echo './'`boards/8237.c
distcc[22648] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- boards/h2288.o ---
source='boards/h2288.c' object='boards/h2288.o' libtool=no  depfile='boards/.deps/h2288.Po' tmpdepfile='boards/.deps/h2288.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o boards/h2288.o `test -f 'boards/h2288.c' || echo './'`boards/h2288.c
distcc[7930] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- boards/malee.o ---
source='boards/malee.c' object='boards/malee.o' libtool=no  depfile='boards/.deps/malee.Po' tmpdepfile='boards/.deps/malee.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o boards/malee.o `test -f 'boards/malee.c' || echo './'`boards/malee.c
distcc[25362] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- boards/novel.o ---
source='boards/novel.c' object='boards/novel.o' libtool=no  depfile='boards/.deps/novel.Po' tmpdepfile='boards/.deps/novel.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o boards/novel.o `test -f 'boards/novel.c' || echo './'`boards/novel.c
--- boards/sachen.o ---
source='boards/sachen.c' object='boards/sachen.o' libtool=no  depfile='boards/.deps/sachen.Po' tmpdepfile='boards/.deps/sachen.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o boards/sachen.o `test -f 'boards/sachen.c' || echo './'`boards/sachen.c
--- boards/novel.o ---
distcc[609] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- boards/sachen.o ---
distcc[29844] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- boards/simple.o ---
source='boards/simple.c' object='boards/simple.o' libtool=no  depfile='boards/.deps/simple.Po' tmpdepfile='boards/.deps/simple.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o boards/simple.o `test -f 'boards/simple.c' || echo './'`boards/simple.c
distcc[13902] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- boards/super24.o ---
source='boards/super24.c' object='boards/super24.o' libtool=no  depfile='boards/.deps/super24.Po' tmpdepfile='boards/.deps/super24.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o boards/super24.o `test -f 'boards/super24.c' || echo './'`boards/super24.c
distcc[28542] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- boards/supervision.o ---
source='boards/supervision.c' object='boards/supervision.o' libtool=no  depfile='boards/.deps/supervision.Po' tmpdepfile='boards/.deps/supervision.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o boards/supervision.o `test -f 'boards/supervision.c' || echo './'`boards/supervision.c
distcc[4006] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- input/cursor.o ---
source='input/cursor.c' object='input/cursor.o' libtool=no  depfile='input/.deps/cursor.Po' tmpdepfile='input/.deps/cursor.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o input/cursor.o `test -f 'input/cursor.c' || echo './'`input/cursor.c
distcc[2439] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- input/zapper.o ---
source='input/zapper.c' object='input/zapper.o' libtool=no  depfile='input/.deps/zapper.Po' tmpdepfile='input/.deps/zapper.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o input/zapper.o `test -f 'input/zapper.c' || echo './'`input/zapper.c
distcc[26441] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- input/powerpad.o ---
source='input/powerpad.c' object='input/powerpad.o' libtool=no  depfile='input/.deps/powerpad.Po' tmpdepfile='input/.deps/powerpad.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o input/powerpad.o `test -f 'input/powerpad.c' || echo './'`input/powerpad.c
distcc[20662] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- input/arkanoid.o ---
source='input/arkanoid.c' object='input/arkanoid.o' libtool=no  depfile='input/.deps/arkanoid.Po' tmpdepfile='input/.deps/arkanoid.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o input/arkanoid.o `test -f 'input/arkanoid.c' || echo './'`input/arkanoid.c
distcc[684] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- input/shadow.o ---
source='input/shadow.c' object='input/shadow.o' libtool=no  depfile='input/.deps/shadow.Po' tmpdepfile='input/.deps/shadow.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o input/shadow.o `test -f 'input/shadow.c' || echo './'`input/shadow.c
distcc[24905] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- input/fkb.o ---
source='input/fkb.c' object='input/fkb.o' libtool=no  depfile='input/.deps/fkb.Po' tmpdepfile='input/.deps/fkb.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o input/fkb.o `test -f 'input/fkb.c' || echo './'`input/fkb.c
distcc[19017] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- input/hypershot.o ---
source='input/hypershot.c' object='input/hypershot.o' libtool=no  depfile='input/.deps/hypershot.Po' tmpdepfile='input/.deps/hypershot.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o input/hypershot.o `test -f 'input/hypershot.c' || echo './'`input/hypershot.c
distcc[17530] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- input/mahjong.o ---
source='input/mahjong.c' object='input/mahjong.o' libtool=no  depfile='input/.deps/mahjong.Po' tmpdepfile='input/.deps/mahjong.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o input/mahjong.o `test -f 'input/mahjong.c' || echo './'`input/mahjong.c
distcc[3637] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- input/oekakids.o ---
source='input/oekakids.c' object='input/oekakids.o' libtool=no  depfile='input/.deps/oekakids.Po' tmpdepfile='input/.deps/oekakids.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o input/oekakids.o `test -f 'input/oekakids.c' || echo './'`input/oekakids.c
distcc[3450] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- input/ftrainer.o ---
source='input/ftrainer.c' object='input/ftrainer.o' libtool=no  depfile='input/.deps/ftrainer.Po' tmpdepfile='input/.deps/ftrainer.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o input/ftrainer.o `test -f 'input/ftrainer.c' || echo './'`input/ftrainer.c
distcc[27694] ERROR: nonblocking connect to 192.168.1.1:3748 failed: Connection refused
distcc[27694] Warning: failed to distribute input/ftrainer.c to 192.168.1.1:3748, running locally instead
--- input/quiz.o ---
source='input/quiz.c' object='input/quiz.o' libtool=no  depfile='input/.deps/quiz.Po' tmpdepfile='input/.deps/quiz.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o input/quiz.o `test -f 'input/quiz.c' || echo './'`input/quiz.c
distcc[23725] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- input/toprider.o ---
source='input/toprider.c' object='input/toprider.o' libtool=no  depfile='input/.deps/toprider.Po' tmpdepfile='input/.deps/toprider.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o input/toprider.o `test -f 'input/toprider.c' || echo './'`input/toprider.c
--- input/bworld.o ---
source='input/bworld.c' object='input/bworld.o' libtool=no  depfile='input/.deps/bworld.Po' tmpdepfile='input/.deps/bworld.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o input/bworld.o `test -f 'input/bworld.c' || echo './'`input/bworld.c
--- input/toprider.o ---
distcc[7303] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- input/bworld.o ---
distcc[29563] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
In file included from /usr/include/string.h:127,
                 from input/bworld.c:21:
input/bworld.c: In function 'Update':
input/bworld.c:63:10: warning: pointer targets in passing argument 1 of '__builtin___strcpy_chk' differ in signedness [-Wpointer-sign]
   63 |   strcpy(bdata,(uint8 *)data+1);
      |          ^~~~~
      |          |
      |          uint8 * {aka unsigned char *}
input/bworld.c:63:10: note: expected 'char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
input/bworld.c:63:29: warning: pointer targets in passing argument 2 of '__builtin___strcpy_chk' differ in signedness [-Wpointer-sign]
   63 |   strcpy(bdata,(uint8 *)data+1);
      |                ~~~~~~~~~~~~~^~
      |                             |
      |                             uint8 * {aka unsigned char *}
input/bworld.c:63:29: note: expected 'const char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
input/bworld.c:63:10: warning: pointer targets in passing argument 1 of '__strcpy_ichk' differ in signedness [-Wpointer-sign]
   63 |   strcpy(bdata,(uint8 *)data+1);
      |          ^~~~~
      |          |
      |          uint8 * {aka unsigned char *}
/usr/include/ssp/string.h:89:1: note: expected 'char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
   89 | __ssp_bos_icheck2_restrict(strcpy, char *, const char *)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
input/bworld.c:63:29: warning: pointer targets in passing argument 2 of '__strcpy_ichk' differ in signedness [-Wpointer-sign]
   63 |   strcpy(bdata,(uint8 *)data+1);
      |                ~~~~~~~~~~~~~^~
      |                             |
      |                             uint8 * {aka unsigned char *}
/usr/include/ssp/string.h:89:1: note: expected 'const char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
   89 | __ssp_bos_icheck2_restrict(strcpy, char *, const char *)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
input/bworld.c:64:10: warning: pointer targets in passing argument 1 of '__builtin___strcpy_chk' differ in signedness [-Wpointer-sign]
   64 |   strcpy(&bdata[13],"SUNSOFT");
      |          ^~~~~~~~~~
      |          |
      |          uint8 * {aka unsigned char *}
input/bworld.c:64:10: note: expected 'char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
input/bworld.c:64:10: warning: pointer targets in passing argument 1 of '__strcpy_ichk' differ in signedness [-Wpointer-sign]
   64 |   strcpy(&bdata[13],"SUNSOFT");
      |          ^~~~~~~~~~
      |          |
      |          uint8 * {aka unsigned char *}
/usr/include/ssp/string.h:89:1: note: expected 'char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
   89 | __ssp_bos_icheck2_restrict(strcpy, char *, const char *)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
--- mappers/mmc2and4.o ---
source='mappers/mmc2and4.c' object='mappers/mmc2and4.o' libtool=no  depfile='mappers/.deps/mmc2and4.Po' tmpdepfile='mappers/.deps/mmc2and4.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/mmc2and4.o `test -f 'mappers/mmc2and4.c' || echo './'`mappers/mmc2and4.c
distcc[23826] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- input/bworld.o ---
In function 'Update',
    inlined from 'Update' at input/bworld.c:56:29:
input/bworld.c:64:3: warning: '__builtin___strcpy_chk' writing 8 bytes into a region of size 7 [-Wstringop-overflow=]
   64 |   strcpy(&bdata[13],"SUNSOFT");
      |   ^~~~~~
input/bworld.c: In function 'Update':
input/bworld.c:25:14: note: at offset 7 to object 'bdata' with size 20 declared here
   25 | static uint8 bdata[20];
      |              ^~~~~
In file included from /usr/include/string.h:127,
                 from input/bworld.c:21:
In function 'Update',
    inlined from 'Update' at input/bworld.c:56:29:
input/bworld.c:64:3: warning: '__builtin___memcpy_chk' forming offset 20 is out of the bounds [0, 20] of object 'bdata' with type 'uint8[20]' {aka 'unsigned char[20]'} [-Warray-bounds]
   64 |   strcpy(&bdata[13],"SUNSOFT");
      |   ^~~~~~
input/bworld.c: In function 'Update':
input/bworld.c:25:14: note: 'bdata' declared here
   25 | static uint8 bdata[20];
      |              ^~~~~
--- mappers/simple.o ---
source='mappers/simple.c' object='mappers/simple.o' libtool=no  depfile='mappers/.deps/simple.Po' tmpdepfile='mappers/.deps/simple.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/simple.o `test -f 'mappers/simple.c' || echo './'`mappers/simple.c
distcc[710] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
mappers/simple.c: In function 'M185Sync':
--- mappers/112.o ---
source='mappers/112.c' object='mappers/112.o' libtool=no  depfile='mappers/.deps/112.Po' tmpdepfile='mappers/.deps/112.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/112.o `test -f 'mappers/112.c' || echo './'`mappers/112.c
distcc[8354] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/simple.o ---
mappers/simple.c:286:6: warning: unused variable 'x' [-Wunused-variable]
  286 |  int x;
      |      ^
--- mappers/117.o ---
source='mappers/117.c' object='mappers/117.o' libtool=no  depfile='mappers/.deps/117.Po' tmpdepfile='mappers/.deps/117.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/117.o `test -f 'mappers/117.c' || echo './'`mappers/117.c
distcc[29209] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/15.o ---
source='mappers/15.c' object='mappers/15.o' libtool=no  depfile='mappers/.deps/15.Po' tmpdepfile='mappers/.deps/15.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/15.o `test -f 'mappers/15.c' || echo './'`mappers/15.c
distcc[8989] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/151.o ---
source='mappers/151.c' object='mappers/151.o' libtool=no  depfile='mappers/.deps/151.Po' tmpdepfile='mappers/.deps/151.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/151.o `test -f 'mappers/151.c' || echo './'`mappers/151.c
distcc[16372] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/16.o ---
source='mappers/16.c' object='mappers/16.o' libtool=no  depfile='mappers/.deps/16.Po' tmpdepfile='mappers/.deps/16.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/16.o `test -f 'mappers/16.c' || echo './'`mappers/16.c
distcc[25577] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/17.o ---
source='mappers/17.c' object='mappers/17.o' libtool=no  depfile='mappers/.deps/17.Po' tmpdepfile='mappers/.deps/17.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/17.o `test -f 'mappers/17.c' || echo './'`mappers/17.c
distcc[93] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/18.o ---
source='mappers/18.c' object='mappers/18.o' libtool=no  depfile='mappers/.deps/18.Po' tmpdepfile='mappers/.deps/18.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/18.o `test -f 'mappers/18.c' || echo './'`mappers/18.c
--- mappers/180.o ---
--- mappers/18.o ---
distcc[29207] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/180.o ---
source='mappers/180.c' object='mappers/180.o' libtool=no  depfile='mappers/.deps/180.Po' tmpdepfile='mappers/.deps/180.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/180.o `test -f 'mappers/180.c' || echo './'`mappers/180.c
distcc[2629] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/184.o ---
source='mappers/184.c' object='mappers/184.o' libtool=no  depfile='mappers/.deps/184.Po' tmpdepfile='mappers/.deps/184.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/184.o `test -f 'mappers/184.c' || echo './'`mappers/184.c
distcc[9531] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/21.o ---
source='mappers/21.c' object='mappers/21.o' libtool=no  depfile='mappers/.deps/21.Po' tmpdepfile='mappers/.deps/21.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/21.o `test -f 'mappers/21.c' || echo './'`mappers/21.c
distcc[27471] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/22.o ---
source='mappers/22.c' object='mappers/22.o' libtool=no  depfile='mappers/.deps/22.Po' tmpdepfile='mappers/.deps/22.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/22.o `test -f 'mappers/22.c' || echo './'`mappers/22.c
distcc[6136] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/225.o ---
source='mappers/225.c' object='mappers/225.o' libtool=no  depfile='mappers/.deps/225.Po' tmpdepfile='mappers/.deps/225.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/225.o `test -f 'mappers/225.c' || echo './'`mappers/225.c
--- mappers/226.o ---
source='mappers/226.c' object='mappers/226.o' libtool=no  depfile='mappers/.deps/226.Po' tmpdepfile='mappers/.deps/226.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/226.o `test -f 'mappers/226.c' || echo './'`mappers/226.c
--- mappers/225.o ---
distcc[17615] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/226.o ---
distcc[15514] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/225.o ---
mappers/225.c: In function 'Mapper225_write':
mappers/225.c:58:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
   58 |  else
      |  ^~~~
mappers/225.c:61:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
   61 |   VROM_BANK8(((A&0x003f)+(banks<<6)));
      |   ^~~~~~~~~~
--- mappers/228.o ---
source='mappers/228.c' object='mappers/228.o' libtool=no  depfile='mappers/.deps/228.Po' tmpdepfile='mappers/.deps/228.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/228.o `test -f 'mappers/228.c' || echo './'`mappers/228.c
distcc[17430] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/229.o ---
source='mappers/229.c' object='mappers/229.o' libtool=no  depfile='mappers/.deps/229.Po' tmpdepfile='mappers/.deps/229.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/229.o `test -f 'mappers/229.c' || echo './'`mappers/229.c
distcc[1575] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/23.o ---
source='mappers/23.c' object='mappers/23.o' libtool=no  depfile='mappers/.deps/23.Po' tmpdepfile='mappers/.deps/23.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/23.o `test -f 'mappers/23.c' || echo './'`mappers/23.c
distcc[12669] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/24and26.o ---
source='mappers/24and26.c' object='mappers/24and26.o' libtool=no  depfile='mappers/.deps/24and26.Po' tmpdepfile='mappers/.deps/24and26.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/24and26.o `test -f 'mappers/24and26.c' || echo './'`mappers/24and26.c
distcc[7396] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/240.o ---
source='mappers/240.c' object='mappers/240.o' libtool=no  depfile='mappers/.deps/240.Po' tmpdepfile='mappers/.deps/240.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/240.o `test -f 'mappers/240.c' || echo './'`mappers/240.c
distcc[28385] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/246.o ---
source='mappers/246.c' object='mappers/246.o' libtool=no  depfile='mappers/.deps/246.Po' tmpdepfile='mappers/.deps/246.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/246.o `test -f 'mappers/246.c' || echo './'`mappers/246.c
distcc[5459] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/25.o ---
source='mappers/25.c' object='mappers/25.o' libtool=no  depfile='mappers/.deps/25.Po' tmpdepfile='mappers/.deps/25.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/25.o `test -f 'mappers/25.c' || echo './'`mappers/25.c
distcc[3270] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/32.o ---
source='mappers/32.c' object='mappers/32.o' libtool=no  depfile='mappers/.deps/32.Po' tmpdepfile='mappers/.deps/32.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/32.o `test -f 'mappers/32.c' || echo './'`mappers/32.c
distcc[29839] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/33.o ---
source='mappers/33.c' object='mappers/33.o' libtool=no  depfile='mappers/.deps/33.Po' tmpdepfile='mappers/.deps/33.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/33.o `test -f 'mappers/33.c' || echo './'`mappers/33.c
distcc[10728] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/40.o ---
source='mappers/40.c' object='mappers/40.o' libtool=no  depfile='mappers/.deps/40.Po' tmpdepfile='mappers/.deps/40.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/40.o `test -f 'mappers/40.c' || echo './'`mappers/40.c
distcc[14816] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/41.o ---
source='mappers/41.c' object='mappers/41.o' libtool=no  depfile='mappers/.deps/41.Po' tmpdepfile='mappers/.deps/41.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/41.o `test -f 'mappers/41.c' || echo './'`mappers/41.c
distcc[2187] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/6.o ---
source='mappers/6.c' object='mappers/6.o' libtool=no  depfile='mappers/.deps/6.Po' tmpdepfile='mappers/.deps/6.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/6.o `test -f 'mappers/6.c' || echo './'`mappers/6.c
distcc[7793] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/65.o ---
source='mappers/65.c' object='mappers/65.o' libtool=no  depfile='mappers/.deps/65.Po' tmpdepfile='mappers/.deps/65.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include--- mappers/67.o ---
--- mappers/65.o ---
/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/65.o `test -f 'mappers/65.c' || echo './'`mappers/65.c
--- mappers/67.o ---
source='mappers/67.c' object='mappers/67.o' libtool=no  depfile='mappers/.deps/67.Po' tmpdepfile='mappers/.deps/67.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include--- mappers/65.o ---
distcc[13170] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/67.o ---
/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/67.o `test -f 'mappers/67.c' || echo './'`mappers/67.c
distcc[4044] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/68.o ---
source='mappers/68.c' object='mappers/68.o' libtool=no  depfile='mappers/.deps/68.Po' tmpdepfile='mappers/.deps/68.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/68.o `test -f 'mappers/68.c' || echo './'`mappers/68.c
distcc[29404] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/69.o ---
source='mappers/69.c' object='mappers/69.o' libtool=no  depfile='mappers/.deps/69.Po' tmpdepfile='mappers/.deps/69.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/69.o `test -f 'mappers/69.c' || echo './'`mappers/69.c
distcc[11205] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/71.o ---
source='mappers/71.c' object='mappers/71.o' libtool=no  depfile='mappers/.deps/71.Po' tmpdepfile='mappers/.deps/71.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/71.o `test -f 'mappers/71.c' || echo './'`mappers/71.c
distcc[22158] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/73.o ---
source='mappers/73.c' object='mappers/73.o' libtool=no  depfile='mappers/.deps/73.Po' tmpdepfile='mappers/.deps/73.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/73.o `test -f 'mappers/73.c' || echo './'`mappers/73.c
distcc[3818] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/75.o ---
source='mappers/75.c' object='mappers/75.o' libtool=no  depfile='mappers/.deps/75.Po' tmpdepfile='mappers/.deps/75.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/75.o `test -f 'mappers/75.c' || echo './'`mappers/75.c
--- mappers/76.o ---
source='mappers/76.c' object='mappers/76.o' libtool=no  depfile='mappers/.deps/76.Po' tmpdepfile='mappers/.deps/76.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/76.o `test -f 'mappers/76.c' || echo './'`mappers/76.c
--- mappers/75.o ---
distcc[4863] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/76.o ---
distcc[6282] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/79.o ---
source='mappers/79.c' object='mappers/79.o' libtool=no  depfile='mappers/.deps/79.Po' tmpdepfile='mappers/.deps/79.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/79.o `test -f 'mappers/79.c' || echo './'`mappers/79.c
distcc[7476] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/8.o ---
source='mappers/8.c' object='mappers/8.o' libtool=no  depfile='mappers/.deps/8.Po' tmpdepfile='mappers/.deps/8.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/8.o `test -f 'mappers/8.c' || echo './'`mappers/8.c
distcc[9564] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/80.o ---
source='mappers/80.c' object='mappers/80.o' libtool=no  depfile='mappers/.deps/80.Po' tmpdepfile='mappers/.deps/80.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/80.o `test -f 'mappers/80.c' || echo './'`mappers/80.c
distcc[23418] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/85.o ---
source='mappers/85.c' object='mappers/85.o' libtool=no  depfile='mappers/.deps/85.Po' tmpdepfile='mappers/.deps/85.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/85.o `test -f 'mappers/85.c' || echo './'`mappers/85.c
distcc[14459] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/95.o ---
source='mappers/95.c' object='mappers/95.o' libtool=no  depfile='mappers/.deps/95.Po' tmpdepfile='mappers/.deps/95.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/95.o `test -f 'mappers/95.c' || echo './'`mappers/95.c
distcc[16479] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/97.o ---
source='mappers/97.c' object='mappers/97.o' libtool=no  depfile='mappers/.deps/97.Po' tmpdepfile='mappers/.deps/97.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/97.o `test -f 'mappers/97.c' || echo './'`mappers/97.c
--- mappers/99.o ---
source='mappers/99.c' object='mappers/99.o' libtool=no  depfile='mappers/.deps/99.Po' tmpdepfile='mappers/.deps/99.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include--- mappers/97.o ---
distcc[21689] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/99.o ---
/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/99.o `test -f 'mappers/99.c' || echo './'`mappers/99.c
distcc[25789] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/182.o ---
source='mappers/182.c' object='mappers/182.o' libtool=no  depfile='mappers/.deps/182.Po' tmpdepfile='mappers/.deps/182.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/182.o `test -f 'mappers/182.c' || echo './'`mappers/182.c
distcc[12647] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/46.o ---
source='mappers/46.c' object='mappers/46.o' libtool=no  depfile='mappers/.deps/46.Po' tmpdepfile='mappers/.deps/46.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/46.o `test -f 'mappers/46.c' || echo './'`mappers/46.c
distcc[787] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/43.o ---
source='mappers/43.c' object='mappers/43.o' libtool=no  depfile='mappers/.deps/43.Po' tmpdepfile='mappers/.deps/43.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/43.o `test -f 'mappers/43.c' || echo './'`mappers/43.c
distcc[6962] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/42.o ---
source='mappers/42.c' object='mappers/42.o' libtool=no  depfile='mappers/.deps/42.Po' tmpdepfile='mappers/.deps/42.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/42.o `test -f 'mappers/42.c' || echo './'`mappers/42.c
distcc[4499] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/113.o ---
source='mappers/113.c' object='mappers/113.o' libtool=no  depfile='mappers/.deps/113.Po' tmpdepfile='mappers/.deps/113.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/113.o `test -f 'mappers/113.c' || echo './'`mappers/113.c
distcc[18767] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/86.o ---
source='mappers/86.c' object='mappers/86.o' libtool=no  depfile='mappers/.deps/86.Po' tmpdepfile='mappers/.deps/86.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/86.o `test -f 'mappers/86.c' || echo './'`mappers/86.c
distcc[12624] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/89.o ---
source='mappers/89.c' object='mappers/89.o' libtool=no  depfile='mappers/.deps/89.Po' tmpdepfile='mappers/.deps/89.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/89.o `test -f 'mappers/89.c' || echo './'`mappers/89.c
--- mappers/83.o ---
source='mappers/83.c' object='mappers/83.o' libtool=no  depfile='mappers/.deps/83.Po' tmpdepfile='mappers/.deps/83.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/83.o `test -f 'mappers/83.c' || echo './'`mappers/83.c
--- mappers/89.o ---
distcc[18429] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/83.o ---
distcc[28091] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/77.o ---
source='mappers/77.c' object='mappers/77.o' libtool=no  depfile='mappers/.deps/77.Po' tmpdepfile='mappers/.deps/77.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/77.o `test -f 'mappers/77.c' || echo './'`mappers/77.c
distcc[9477] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/92.o ---
source='mappers/92.c' object='mappers/92.o' libtool=no  depfile='mappers/.deps/92.Po' tmpdepfile='mappers/.deps/92.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/92.o `test -f 'mappers/92.c' || echo './'`mappers/92.c
distcc[11208] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/88.o ---
source='mappers/88.c' object='mappers/88.o' libtool=no  depfile='mappers/.deps/88.Po' tmpdepfile='mappers/.deps/88.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/88.o `test -f 'mappers/88.c' || echo './'`mappers/88.c
distcc[18517] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/248.o ---
source='mappers/248.c' object='mappers/248.o' libtool=no  depfile='mappers/.deps/248.Po' tmpdepfile='mappers/.deps/248.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/248.o `test -f 'mappers/248.c' || echo './'`mappers/248.c
distcc[23226] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/emu2413.o ---
source='mappers/emu2413.c' object='mappers/emu2413.o' libtool=no  depfile='mappers/.deps/emu2413.Po' tmpdepfile='mappers/.deps/emu2413.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/emu2413.o `test -f 'mappers/emu2413.c' || echo './'`mappers/emu2413.c
distcc[3739] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/242.o ---
source='mappers/242.c' object='mappers/242.o' libtool=no  depfile='mappers/.deps/242.Po' tmpdepfile='mappers/.deps/242.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/242.o `test -f 'mappers/242.c' || echo './'`mappers/242.c
distcc[26700] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/232.o ---
source='mappers/232.c' object='mappers/232.o' libtool=no  depfile='mappers/.deps/232.Po' tmpdepfile='mappers/.deps/232.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/232.o `test -f 'mappers/232.c' || echo './'`mappers/232.c
distcc[28104] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/72.o ---
source='mappers/72.c' object='mappers/72.o' libtool=no  depfile='mappers/.deps/72.Po' tmpdepfile='mappers/.deps/72.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/72.o `test -f 'mappers/72.c' || echo './'`mappers/72.c
distcc[6835] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/234.o ---
source='mappers/234.c' object='mappers/234.o' libtool=no  depfile='mappers/.deps/234.Po' tmpdepfile='mappers/.deps/234.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/234.o `test -f 'mappers/234.c' || echo './'`mappers/234.c
distcc[29599] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/227.o ---
source='mappers/227.c' object='mappers/227.o' libtool=no  depfile='mappers/.deps/227.Po' tmpdepfile='mappers/.deps/227.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/227.o `test -f 'mappers/227.c' || echo './'`mappers/227.c
distcc[20035] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/82.o ---
source='mappers/82.c' object='mappers/82.o' libtool=no  depfile='mappers/.deps/82.Po' tmpdepfile='mappers/.deps/82.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/82.o `test -f 'mappers/82.c' || echo './'`mappers/82.c
distcc[15798] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/189.o ---
source='mappers/189.c' object='mappers/189.o' libtool=no  depfile='mappers/.deps/189.Po' tmpdepfile='mappers/.deps/189.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/189.o `test -f 'mappers/189.c' || echo './'`mappers/189.c
distcc[29121] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/51.o ---
source='mappers/51.c' object='mappers/51.o' libtool=no  depfile='mappers/.deps/51.Po' tmpdepfile='mappers/.deps/51.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/51.o `test -f 'mappers/51.c' || echo './'`mappers/51.c
distcc[25287] ERROR: nonblocking connect to 192.168.1.1:3748 failed: Connection refused
distcc[25287] Warning: failed to distribute mappers/51.c to 192.168.1.1:3748, running locally instead
--- mappers/91.o ---
source='mappers/91.c' object='mappers/91.o' libtool=no  depfile='mappers/.deps/91.Po' tmpdepfile='mappers/.deps/91.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/91.o `test -f 'mappers/91.c' || echo './'`mappers/91.c
distcc[21961] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/114.o ---
source='mappers/114.c' object='mappers/114.o' libtool=no  depfile='mappers/.deps/114.Po' tmpdepfile='mappers/.deps/114.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/114.o `test -f 'mappers/114.c' || echo './'`mappers/114.c
distcc[24360] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/241.o ---
source='mappers/241.c' object='mappers/241.o' libtool=no  depfile='mappers/.deps/241.Po' tmpdepfile='mappers/.deps/241.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/241.o `test -f 'mappers/241.c' || echo './'`mappers/241.c
distcc[25916] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/235.o ---
source='mappers/235.c' object='mappers/235.o' libtool=no  depfile='mappers/.deps/235.Po' tmpdepfile='mappers/.deps/235.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/235.o `test -f 'mappers/235.c' || echo './'`mappers/235.c
distcc[19381] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/57.o ---
source='mappers/57.c' object='mappers/57.o' libtool=no  depfile='mappers/.deps/57.Po' tmpdepfile='mappers/.deps/57.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/57.o `test -f 'mappers/57.c' || echo './'`mappers/57.c
distcc[25744] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/255.o ---
source='mappers/255.c' object='mappers/255.o' libtool=no  depfile='mappers/.deps/255.Po' tmpdepfile='mappers/.deps/255.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/255.o `test -f 'mappers/255.c' || echo './'`mappers/255.c
distcc[28191] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/61.o ---
source='mappers/61.c' object='mappers/61.o' libtool=no  depfile='mappers/.deps/61.Po' tmpdepfile='mappers/.deps/61.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/61.o `test -f 'mappers/61.c' || echo './'`mappers/61.c
distcc[27798] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/59.o ---
source='mappers/59.c' object='mappers/59.o' libtool=no  depfile='mappers/.deps/59.Po' tmpdepfile='mappers/.deps/59.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/59.o `test -f 'mappers/59.c' || echo './'`mappers/59.c
distcc[2027] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/193.o ---
source='mappers/193.c' object='mappers/193.o' libtool=no  depfile='mappers/.deps/193.Po' tmpdepfile='mappers/.deps/193.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/193.o `test -f 'mappers/193.c' || echo './'`mappers/193.c
distcc[29796] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/50.o ---
source='mappers/50.c' object='mappers/50.o' libtool=no  depfile='mappers/.deps/50.Po' tmpdepfile='mappers/.deps/50.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/50.o `test -f 'mappers/50.c' || echo './'`mappers/50.c
distcc[660] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/60.o ---
source='mappers/60.c' object='mappers/60.o' libtool=no  depfile='mappers/.deps/60.Po' tmpdepfile='mappers/.deps/60.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/60.o `test -f 'mappers/60.c' || echo './'`mappers/60.c
distcc[1444] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/62.o ---
source='mappers/62.c' object='mappers/62.o' libtool=no  depfile='mappers/.deps/62.Po' tmpdepfile='mappers/.deps/62.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/62.o `test -f 'mappers/62.c' || echo './'`mappers/62.c
distcc[2194] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/244.o ---
source='mappers/244.c' object='mappers/244.o' libtool=no  depfile='mappers/.deps/244.Po' tmpdepfile='mappers/.deps/244.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/244.o `test -f 'mappers/244.c' || echo './'`mappers/244.c
distcc[29887] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/230.o ---
source='mappers/230.c' object='mappers/230.o' libtool=no  depfile='mappers/.deps/230.Po' tmpdepfile='mappers/.deps/230.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/230.o `test -f 'mappers/230.c' || echo './'`mappers/230.c
distcc[8097] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/200.o ---
source='mappers/200.c' object='mappers/200.o' libtool=no  depfile='mappers/.deps/200.Po' tmpdepfile='mappers/.deps/200.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/200.o `test -f 'mappers/200.c' || echo './'`mappers/200.c
distcc[27313] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/201.o ---
source='mappers/201.c' object='mappers/201.o' libtool=no  depfile='mappers/.deps/201.Po' tmpdepfile='mappers/.deps/201.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/201.o `test -f 'mappers/201.c' || echo './'`mappers/201.c
distcc[2435] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/202.o ---
source='mappers/202.c' object='mappers/202.o' libtool=no  depfile='mappers/.deps/202.Po' tmpdepfile='mappers/.deps/202.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/202.o `test -f 'mappers/202.c' || echo './'`mappers/202.c
distcc[14960] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/203.o ---
source='mappers/203.c' object='mappers/203.o' libtool=no  depfile='mappers/.deps/203.Po' tmpdepfile='mappers/.deps/203.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/203.o `test -f 'mappers/203.c' || echo './'`mappers/203.c
distcc[13505] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/231.o ---
source='mappers/231.c' object='mappers/231.o' libtool=no  depfile='mappers/.deps/231.Po' tmpdepfile='mappers/.deps/231.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/231.o `test -f 'mappers/231.c' || echo './'`mappers/231.c
distcc[9827] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/208.o ---
source='mappers/208.c' object='mappers/208.o' libtool=no  depfile='mappers/.deps/208.Po' tmpdepfile='mappers/.deps/208.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/208.o `test -f 'mappers/208.c' || echo './'`mappers/208.c
distcc[11676] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/58.o ---
source='mappers/58.c' object='mappers/58.o' libtool=no  depfile='mappers/.deps/58.Po' tmpdepfile='mappers/.deps/58.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/58.o `test -f 'mappers/58.c' || echo './'`mappers/58.c
distcc[21585] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mappers/187.o ---
source='mappers/187.c' object='mappers/187.o' libtool=no  depfile='mappers/.deps/187.Po' tmpdepfile='mappers/.deps/187.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mappers/187.o `test -f 'mappers/187.c' || echo './'`mappers/187.c
distcc[7309] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- drivers/common/args.o ---
source='drivers/common/args.c' object='drivers/common/args.o' libtool=no  depfile='drivers/common/.deps/args.Po' tmpdepfile='drivers/common/.deps/args.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o drivers/common/args.o `test -f 'drivers/common/args.c' || echo './'`drivers/common/args.c
--- drivers/common/cheat.o ---
source='drivers/common/cheat.c' object='drivers/common/cheat.o' libtool=no  depfile='drivers/common/.deps/cheat.Po' tmpdepfile='drivers/common/.deps/cheat.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o drivers/common/cheat.o `test -f 'drivers/common/cheat.c' || echo './'`drivers/common/cheat.c
--- drivers/common/args.o ---
distcc[5364] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- drivers/common/cheat.o ---
distcc[8643] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
In file included from /usr/include/ctype.h:100,
                 from drivers/common/cheat.c:22:
drivers/common/cheat.c: In function 'ListCheats':
drivers/common/cheat.c:353:21: warning: array subscript has type 'char' [-Wchar-subscripts]
  353 |   switch(tolower(tmp[0]))
      |                     ^
drivers/common/cheat.c: In function 'ShowShortList':
drivers/common/cheat.c:412:15: warning: array subscript has type 'char' [-Wchar-subscripts]
  412 |  c=tolower(tmp[0]);
      |               ^
drivers/common/cheat.c: In function 'DoMenu':
drivers/common/cheat.c:487:16: warning: array subscript has type 'char' [-Wchar-subscripts]
  487 |   c=tolower(buf[0]);
      |                ^
--- drivers/common/config.o ---
source='drivers/common/config.c' object='drivers/common/config.o' libtool=no  depfile='drivers/common/.deps/config.Po' tmpdepfile='drivers/common/.deps/config.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o drivers/common/config.o `test -f 'drivers/common/config.c' || echo './'`drivers/common/config.c
distcc[9264] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- drivers/common/vidblit.o ---
source='drivers/common/vidblit.c' object='drivers/common/vidblit.o' libtool=no  depfile='drivers/common/.deps/vidblit.Po' tmpdepfile='drivers/common/.deps/vidblit.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o drivers/common/vidblit.o `test -f 'drivers/common/vidblit.c' || echo './'`drivers/common/vidblit.c
distcc[23492] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- drivers/common/cheat.o ---
In file included from /usr/include/stdio.h:595,
                 from drivers/common/cheat.c:21:
drivers/common/cheat.c: In function 'srescallb':
--- drivers/common/vidblit.o ---
drivers/common/vidblit.c: In function 'CalculateShift':
--- drivers/common/cheat.o ---
drivers/common/cheat.c:377:15: warning: '__builtin___sprintf_chk' writing a terminating nul past the end of the destination [-Wformat-overflow=]
  377 |  sprintf(tmp, "$%04x:%03d:%03d",(unsigned int)a,(unsigned int)last,(unsigned int)current);
      |               ^~~~~~~~~~~~~~~~~
--- drivers/common/vidblit.o ---
drivers/common/vidblit.c:61:24: warning: variable 'y' set but not used [-Wunused-but-set-variable]
   61 |              int a,x,z,y;
      |                        ^
--- drivers/common/cheat.o ---
drivers/common/cheat.c:377:31: note: format string is defined here
  377 |  sprintf(tmp, "$%04x:%03d:%03d",(unsigned int)a,(unsigned int)last,(unsigned int)current);
      |                               ^
--- drivers/common/vidblit.o ---
drivers/common/vidblit.c: In function 'SetPaletteBlitToHigh':
--- drivers/common/cheat.o ---
In file included from /usr/include/stdio.h:595,
                 from drivers/common/cheat.c:21:
drivers/common/cheat.c:377:2: note: '__builtin___sprintf_chk' output between 14 and 18 bytes into a destination of size 13
  377 |  sprintf(tmp, "$%04x:%03d:%03d",(unsigned int)a,(unsigned int)last,(unsigned int)current);
      |  ^~~~~~~
--- drivers/common/vidblit.o ---
drivers/common/vidblit.c:232:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  232 |   if(r>255) r=255; if(g>255) g=255; if(b>255) b=255;
      |   ^~
--- drivers/common/hq2x.o ---
source='drivers/common/hq2x.c' object='drivers/common/hq2x.o' libtool=no  depfile='drivers/common/.deps/hq2x.Po' tmpdepfile='drivers/common/.deps/hq2x.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o drivers/common/hq2x.o `test -f 'drivers/common/hq2x.c' || echo './'`drivers/common/hq2x.c
distcc[21889] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- drivers/common/vidblit.o ---
drivers/common/vidblit.c:232:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  232 |   if(r>255) r=255; if(g>255) g=255; if(b>255) b=255;
      |                    ^~
drivers/common/vidblit.c:281:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  281 |                 if(r>255) r=255; if(g>255) g=255; if(b>255) b=255;
      |                 ^~
drivers/common/vidblit.c:281:34: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  281 |                 if(r>255) r=255; if(g>255) g=255; if(b>255) b=255;
      |                                  ^~
--- drivers/common/hq3x.o ---
source='drivers/common/hq3x.c' object='drivers/common/hq3x.o' libtool=no  depfile='drivers/common/.deps/hq3x.Po' tmpdepfile='drivers/common/.deps/hq3x.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o drivers/common/hq3x.o `test -f 'drivers/common/hq3x.c' || echo './'`drivers/common/hq3x.c
distcc[18168] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- drivers/common/scale2x.o ---
source='drivers/common/scale2x.c' object='drivers/common/scale2x.o' libtool=no  depfile='drivers/common/.deps/scale2x.Po' tmpdepfile='drivers/common/.deps/scale2x.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o drivers/common/scale2x.o `test -f 'drivers/common/scale2x.c' || echo './'`drivers/common/scale2x.c
distcc[4958] ERROR: nonblocking connect to 192.168.1.1:3748 failed: Connection refused
distcc[4958] Warning: failed to distribute drivers/common/scale2x.c to 192.168.1.1:3748, running locally instead
--- drivers/common/scale3x.o ---
source='drivers/common/scale3x.c' object='drivers/common/scale3x.o' libtool=no  depfile='drivers/common/.deps/scale3x.Po' tmpdepfile='drivers/common/.deps/scale3x.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o drivers/common/scale3x.o `test -f 'drivers/common/scale3x.c' || echo './'`drivers/common/scale3x.c
distcc[2988] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- drivers/common/scalebit.o ---
source='drivers/common/scalebit.c' object='drivers/common/scalebit.o' libtool=no  depfile='drivers/common/.deps/scalebit.Po' tmpdepfile='drivers/common/.deps/scalebit.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o drivers/common/scalebit.o `test -f 'drivers/common/scalebit.c' || echo './'`drivers/common/scalebit.c
distcc[11857] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mbshare/mmc5.o ---
source='mbshare/mmc5.c' object='mbshare/mmc5.o' libtool=no  depfile='mbshare/.deps/mmc5.Po' tmpdepfile='mbshare/.deps/mmc5.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mbshare/mmc5.o `test -f 'mbshare/mmc5.c' || echo './'`mbshare/mmc5.c
distcc[16954] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mbshare/mmc3.o ---
source='mbshare/mmc3.c' object='mbshare/mmc3.o' libtool=no  depfile='mbshare/.deps/mmc3.Po' tmpdepfile='mbshare/.deps/mmc3.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mbshare/mmc3.o `test -f 'mbshare/mmc3.c' || echo './'`mbshare/mmc3.c
distcc[7453] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mbshare/mmc1.o ---
source='mbshare/mmc1.c' object='mbshare/mmc1.o' libtool=no  depfile='mbshare/.deps/mmc1.Po' tmpdepfile='mbshare/.deps/mmc1.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mbshare/mmc1.o `test -f 'mbshare/mmc1.c' || echo './'`mbshare/mmc1.c
distcc[88] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mbshare/tengen.o ---
source='mbshare/tengen.c' object='mbshare/tengen.o' libtool=no  depfile='mbshare/.deps/tengen.Po' tmpdepfile='mbshare/.deps/tengen.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mbshare/tengen.o `test -f 'mbshare/tengen.c' || echo './'`mbshare/tengen.c
distcc[4132] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mbshare/90.o ---
source='mbshare/90.c' object='mbshare/90.o' libtool=no  depfile='mbshare/.deps/90.Po' tmpdepfile='mbshare/.deps/90.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include--- mbshare/deirom.o ---
--- mbshare/90.o ---
/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mbshare/90.o `test -f 'mbshare/90.c' || echo './'`mbshare/90.c
--- mbshare/deirom.o ---
source='mbshare/deirom.c' object='mbshare/deirom.o' libtool=no  depfile='mbshare/.deps/deirom.Po' tmpdepfile='mbshare/.deps/deirom.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mbshare/deirom.o `test -f 'mbshare/deirom.c' || echo './'`mbshare/deirom.c
distcc[24749] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mbshare/90.o ---
distcc[22467] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mbshare/n106.o ---
source='mbshare/n106.c' object='mbshare/n106.o' libtool=no  depfile='mbshare/.deps/n106.Po' tmpdepfile='mbshare/.deps/n106.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mbshare/n106.o `test -f 'mbshare/n106.c' || echo './'`mbshare/n106.c
distcc[13886] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mbshare/164.o ---
source='mbshare/164.c' object='mbshare/164.o' libtool=no  depfile='mbshare/.deps/164.Po' tmpdepfile='mbshare/.deps/164.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mbshare/164.o `test -f 'mbshare/164.c' || echo './'`mbshare/164.c
distcc[376] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- mbshare/karaoke.o ---
source='mbshare/karaoke.c' object='mbshare/karaoke.o' libtool=no  depfile='mbshare/.deps/karaoke.Po' tmpdepfile='mbshare/.deps/karaoke.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o mbshare/karaoke.o `test -f 'mbshare/karaoke.c' || echo './'`mbshare/karaoke.c
distcc[20106] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- drivers/sexyal/sexyal.o ---
source='drivers/sexyal/sexyal.c' object='drivers/sexyal/sexyal.o' libtool=no  depfile='drivers/sexyal/.deps/sexyal.Po' tmpdepfile='drivers/sexyal/.deps/sexyal.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o drivers/sexyal/sexyal.o `test -f 'drivers/sexyal/sexyal.c' || echo './'`drivers/sexyal/sexyal.c
distcc[441] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
drivers/sexyal/sexyal.c: In function 'SexyAL_Init':
drivers/sexyal/sexyal.c:108:14: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
  108 |  if(!version != 1) return(0);
      |              ^~
drivers/sexyal/sexyal.c:108:5: note: add parentheses around left hand side expression to silence this warning
  108 |  if(!version != 1) return(0);
      |     ^~~~~~~~
      |     (       )
--- drivers/sexyal/md5.o ---
source='drivers/sexyal/md5.c' object='drivers/sexyal/md5.o' libtool=no  depfile='drivers/sexyal/.deps/md5.Po' tmpdepfile='drivers/sexyal/.deps/md5.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o drivers/sexyal/md5.o `test -f 'drivers/sexyal/md5.c' || echo './'`drivers/sexyal/md5.c
distcc[22253] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- drivers/sexyal/smallc.o ---
source='drivers/sexyal/smallc.c' object='drivers/sexyal/smallc.o' libtool=no  depfile='drivers/sexyal/.deps/smallc.Po' tmpdepfile='drivers/sexyal/.deps/smallc.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o drivers/sexyal/smallc.o `test -f 'drivers/sexyal/smallc.c' || echo './'`drivers/sexyal/smallc.c
distcc[2849] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- drivers/sexyal/convert.o ---
source='drivers/sexyal/convert.c' object='drivers/sexyal/convert.o' libtool=no  depfile='drivers/sexyal/.deps/convert.Po' tmpdepfile='drivers/sexyal/.deps/convert.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o drivers/sexyal/convert.o `test -f 'drivers/sexyal/convert.c' || echo './'`drivers/sexyal/convert.c
distcc[20059] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- drivers/sexyal/drivers/oss.o ---
source='drivers/sexyal/drivers/oss.c' object='drivers/sexyal/drivers/oss.o' libtool=no  depfile='drivers/sexyal/drivers/.deps/oss.Po' tmpdepfile='drivers/sexyal/drivers/.deps/oss.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o drivers/sexyal/drivers/oss.o `test -f 'drivers/sexyal/drivers/oss.c' || echo './'`drivers/sexyal/drivers/oss.c
distcc[6754] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
drivers/sexyal/drivers/oss.c: In function 'SexyALI_OSS_Enumerate':
drivers/sexyal/drivers/oss.c:36:15: warning: pointer targets in passing argument 1 of 'func' differ in signedness [-Wpointer-sign]
   36 |  } while(func(fn,n+IDBASE,udata));
      |               ^~
      |               |
      |               char *
drivers/sexyal/drivers/oss.c:36:15: note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *'
--- drivers/pc/input.o ---
source='drivers/pc/input.c' object='drivers/pc/input.o' libtool=no  depfile='drivers/pc/.deps/input.Po' tmpdepfile='drivers/pc/.deps/input.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o drivers/pc/input.o `test -f 'drivers/pc/input.c' || echo './'`drivers/pc/input.c
distcc[5418] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
In file included from /usr/include/string.h:127,
                 from drivers/pc/input.c:21:
drivers/pc/input.c: In function 'KeyboardCommands':
drivers/pc/input.c:244:15: warning: pointer targets in passing argument 1 of '__builtin___strcpy_chk' differ in signedness [-Wpointer-sign]
  244 |        strcpy(&BWorldData[1],bbuf);
      |               ^~~~~~~~~~~~~~
      |               |
      |               uint8 * {aka unsigned char *}
drivers/pc/input.c:244:15: note: expected 'char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
drivers/pc/input.c:244:30: warning: pointer targets in passing argument 2 of '__builtin___strcpy_chk' differ in signedness [-Wpointer-sign]
  244 |        strcpy(&BWorldData[1],bbuf);
      |                              ^~~~
      |                              |
      |                              uint8 * {aka unsigned char *}
drivers/pc/input.c:244:30: note: expected 'const char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
drivers/pc/input.c:244:15: warning: pointer targets in passing argument 1 of '__strcpy_ichk' differ in signedness [-Wpointer-sign]
  244 |        strcpy(&BWorldData[1],bbuf);
      |               ^~~~~~~~~~~~~~
      |               |
      |               uint8 * {aka unsigned char *}
/usr/include/ssp/string.h:89:1: note: expected 'char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
   89 | __ssp_bos_icheck2_restrict(strcpy, char *, const char *)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/pc/input.c:244:30: warning: pointer targets in passing argument 2 of '__strcpy_ichk' differ in signedness [-Wpointer-sign]
  244 |        strcpy(&BWorldData[1],bbuf);
      |                              ^~~~
      |                              |
      |                              uint8 * {aka unsigned char *}
/usr/include/ssp/string.h:89:1: note: expected 'const char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
   89 | __ssp_bos_icheck2_restrict(strcpy, char *, const char *)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:595,
                 from drivers/pc/../../driver.h:1,
                 from drivers/pc/main.h:25,
                 from drivers/pc/input.c:23:
drivers/pc/input.c: In function 'subcon':
drivers/pc/input.c:590:11: warning: pointer targets in passing argument 1 of '__builtin___sprintf_chk' differ in signedness [-Wpointer-sign]
  590 |   sprintf(buf,"%s (%d)",text,wc+1);
      |           ^~~
      |           |
      |           uint8 * {aka unsigned char *}
drivers/pc/input.c:590:11: note: expected 'char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
drivers/pc/input.c: In function 'ConfigDevice':
drivers/pc/input.c:611:13: warning: pointer targets in passing argument 1 of '__builtin___sprintf_chk' differ in signedness [-Wpointer-sign]
  611 |     sprintf(buf,"Quiz King Buzzer #%d", x+1);
      |             ^~~
      |             |
      |             uint8 * {aka unsigned char *}
drivers/pc/input.c:611:13: note: expected 'char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
drivers/pc/input.c:612:12: warning: pointer targets in passing argument 1 of 'subcon' differ in signedness [-Wpointer-sign]
  612 |     subcon(buf,&QuizKingButtons[x]);
      |            ^~~
      |            |
      |            uint8 * {aka unsigned char *}
drivers/pc/input.c:583:26: note: expected 'char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
  583 | static void subcon(char *text, ButtConfig *bc)
      |                    ~~~~~~^~~~
In file included from /usr/include/stdio.h:595,
                 from drivers/pc/../../driver.h:1,
                 from drivers/pc/main.h:25,
                 from drivers/pc/input.c:23:
drivers/pc/input.c:618:13: warning: pointer targets in passing argument 1 of '__builtin___sprintf_chk' differ in signedness [-Wpointer-sign]
  618 |     sprintf(buf,"Hyper Shot %d: %s",((x&2)>>1)+1,(x&1)?"JUMP":"RUN");
      |             ^~~
      |             |
      |             uint8 * {aka unsigned char *}
drivers/pc/input.c:618:13: note: expected 'char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
drivers/pc/input.c:619:12: warning: pointer targets in passing argument 1 of 'subcon' differ in signedness [-Wpointer-sign]
  619 |     subcon(buf,&HyperShotButtons[x]);
      |            ^~~
      |            |
      |            uint8 * {aka unsigned char *}
drivers/pc/input.c:583:26: note: expected 'char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
  583 | static void subcon(char *text, ButtConfig *bc)
      |                    ~~~~~~^~~~
In file included from /usr/include/stdio.h:595,
                 from drivers/pc/../../driver.h:1,
                 from drivers/pc/main.h:25,
                 from drivers/pc/input.c:23:
drivers/pc/input.c:625:13: warning: pointer targets in passing argument 1 of '__builtin___sprintf_chk' differ in signedness [-Wpointer-sign]
  625 |     sprintf(buf,"PowerPad %d: %d", (arg&1)+1,x+11);
      |             ^~~
      |             |
      |             uint8 * {aka unsigned char *}
drivers/pc/input.c:625:13: note: expected 'char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
drivers/pc/input.c:626:12: warning: pointer targets in passing argument 1 of 'subcon' differ in signedness [-Wpointer-sign]
  626 |     subcon(buf,&powerpadsc[arg&1][x]);
      |            ^~~
      |            |
      |            uint8 * {aka unsigned char *}
drivers/pc/input.c:583:26: note: expected 'char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
  583 | static void subcon(char *text, ButtConfig *bc)
      |                    ~~~~~~^~~~
In file included from /usr/include/stdio.h:595,
                 from drivers/pc/../../driver.h:1,
                 from drivers/pc/main.h:25,
                 from drivers/pc/input.c:23:
drivers/pc/input.c:635:13: warning: pointer targets in passing argument 1 of '__builtin___sprintf_chk' differ in signedness [-Wpointer-sign]
  635 |     sprintf(buf,"GamePad #%d: %s",arg+1,str[x]);
      |             ^~~
      |             |
      |             uint8 * {aka unsigned char *}
drivers/pc/input.c:635:13: note: expected 'char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
drivers/pc/input.c:636:12: warning: pointer targets in passing argument 1 of 'subcon' differ in signedness [-Wpointer-sign]
  636 |     subcon(buf,&GamePadConfig[arg][x]);
      |            ^~~
      |            |
      |            uint8 * {aka unsigned char *}
drivers/pc/input.c:583:26: note: expected 'char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
  583 | static void subcon(char *text, ButtConfig *bc)
      |                    ~~~~~~^~~~
--- drivers/pc/main.o ---
source='drivers/pc/main.c' object='drivers/pc/main.o' libtool=no  depfile='drivers/pc/.deps/main.Po' tmpdepfile='drivers/pc/.deps/main.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o drivers/pc/main.o `test -f 'drivers/pc/main.c' || echo './'`drivers/pc/main.c
distcc[14095] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
drivers/pc/main.c: In function 'CreateDirs':
drivers/pc/main.c:165:8: warning: pointer targets in passing argument 1 of 'mkdir' differ in signedness [-Wpointer-sign]
  165 |  mkdir(DrBaseDirectory,S_IRWXU);
      |        ^~~~~~~~~~~~~~~
      |        |
      |        uint8 * {aka unsigned char *}
In file included from drivers/pc/main.c:25:
/usr/include/sys/stat.h:244:11: note: expected 'const char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
  244 | int mkdir(const char *, mode_t);
      |           ^~~~~~~~~~~~
drivers/pc/main.c: In function 'CLImain':
drivers/pc/main.c:352:25: warning: pointer targets in passing argument 1 of 'FCEUI_SetBaseDirectory' differ in signedness [-Wpointer-sign]
  352 |  FCEUI_SetBaseDirectory(DrBaseDirectory);
      |                         ^~~~~~~~~~~~~~~
      |                         |
      |                         uint8 * {aka unsigned char *}
In file included from drivers/pc/main.h:25,
                 from drivers/pc/main.c:32:
drivers/pc/../../driver.h:147:35: note: expected 'char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
  147 | void FCEUI_SetBaseDirectory(char *dir);
      |                             ~~~~~~^~~
drivers/pc/main.c: In function 'FCEUD_Update':
drivers/pc/main.c:475:5: warning: implicit declaration of function 'SDL_Delay' [-Wimplicit-function-declaration]
  475 |     SDL_Delay(1);
      |     ^~~~~~~~~
drivers/pc/main.c:462:9: warning: unused variable 'tmpcan' [-Wunused-variable]
  462 |   int32 tmpcan;
      |         ^~~~~~
drivers/pc/main.c:461:14: warning: variable 'uflow' set but not used [-Wunused-but-set-variable]
  461 |   static int uflow=0;
      |              ^~~~~
drivers/pc/main.c:454:13: warning: unused variable 'FCEUDnetplay' [-Wunused-variable]
  454 |  extern int FCEUDnetplay;
      |             ^~~~~~~~~~~~
--- drivers/pc/sdl.o ---
source='drivers/pc/sdl.c' object='drivers/pc/sdl.o' libtool=no  depfile='drivers/pc/.deps/sdl.Po' tmpdepfile='drivers/pc/.deps/sdl.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o drivers/pc/sdl.o `test -f 'drivers/pc/sdl.c' || echo './'`drivers/pc/sdl.c
distcc[7448] ERROR: nonblocking connect to 192.168.1.1:3748 failed: Connection refused
distcc[7448] Warning: failed to distribute drivers/pc/sdl.c to 192.168.1.1:3748, running locally instead
drivers/pc/sdl.c: In function 'GetBaseDirectory':
drivers/pc/sdl.c:219:4: warning: pointer targets in assignment from 'char *' to 'uint8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign]
  219 |  ol=getenv("HOME");
      |    ^
drivers/pc/sdl.c:223:21: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
  223 |   ret=malloc(strlen(ol)+1+strlen("./fceultra"));
      |                     ^~
      |                     |
      |                     uint8 * {aka unsigned char *}
In file included from drivers/pc/sdl.c:3:
/usr/include/string.h:61:16: note: expected 'const char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
   61 | size_t  strlen(const char *);
      |                ^~~~~~~~~~~~
In file included from /usr/include/string.h:127,
                 from drivers/pc/sdl.c:3:
drivers/pc/sdl.c:224:10: warning: pointer targets in passing argument 1 of '__builtin___strcpy_chk' differ in signedness [-Wpointer-sign]
  224 |   strcpy(ret,ol);
      |          ^~~
      |          |
      |          uint8 * {aka unsigned char *}
drivers/pc/sdl.c:224:10: note: expected 'char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
drivers/pc/sdl.c:224:14: warning: pointer targets in passing argument 2 of '__builtin___strcpy_chk' differ in signedness [-Wpointer-sign]
  224 |   strcpy(ret,ol);
      |              ^~
      |              |
      |              uint8 * {aka unsigned char *}
drivers/pc/sdl.c:224:14: note: expected 'const char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
drivers/pc/sdl.c:224:10: warning: pointer targets in passing argument 1 of '__strcpy_ichk' differ in signedness [-Wpointer-sign]
  224 |   strcpy(ret,ol);
      |          ^~~
      |          |
      |          uint8 * {aka unsigned char *}
/usr/include/ssp/string.h:89:1: note: expected 'char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
   89 | __ssp_bos_icheck2_restrict(strcpy, char *, const char *)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/pc/sdl.c:224:14: warning: pointer targets in passing argument 2 of '__strcpy_ichk' differ in signedness [-Wpointer-sign]
  224 |   strcpy(ret,ol);
      |              ^~
      |              |
      |              uint8 * {aka unsigned char *}
/usr/include/ssp/string.h:89:1: note: expected 'const char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
   89 | __ssp_bos_icheck2_restrict(strcpy, char *, const char *)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/pc/sdl.c:225:10: warning: pointer targets in passing argument 1 of '__builtin___strcat_chk' differ in signedness [-Wpointer-sign]
  225 |   strcat(ret,"/.fceultra");
      |          ^~~
      |          |
      |          uint8 * {aka unsigned char *}
drivers/pc/sdl.c:225:10: note: expected 'char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
drivers/pc/sdl.c:225:10: warning: pointer targets in passing argument 1 of '__strcat_ichk' differ in signedness [-Wpointer-sign]
  225 |   strcat(ret,"/.fceultra");
      |          ^~~
      |          |
      |          uint8 * {aka unsigned char *}
/usr/include/ssp/string.h:90:1: note: expected 'char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
   90 | __ssp_bos_icheck2_restrict(strcat, char *, const char *)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/pc/sdl.c: In function 'ButtonConfigBegin':
drivers/pc/sdl.c:277:15: warning: variable 'screen' set but not used [-Wunused-but-set-variable]
  277 |  SDL_Surface *screen;
      |               ^~~~~~
drivers/pc/sdl.c: In function 'DWaitButton':
drivers/pc/sdl.c:311:20: warning: pointer targets in passing argument 1 of 'SDL_WM_SetCaption' differ in signedness [-Wpointer-sign]
  311 |  SDL_WM_SetCaption(text,0);
      |                    ^~~~
      |                    |
      |                    const uint8 * {aka const unsigned char *}
In file included from /tmp/pkgbuild/emulators/fceu/work.sparc/.buildlink/include/SDL/SDL_mouse.h:32,
                 from /tmp/pkgbuild/emulators/fceu/work.sparc/.buildlink/include/SDL/SDL_events.h:35,
                 from /tmp/pkgbuild/emulators/fceu/work.sparc/.buildlink/include/SDL/SDL.h:37,
                 from drivers/pc/sdl.h:1,
                 from drivers/pc/sdl.c:5:
/tmp/pkgbuild/emulators/fceu/work.sparc/.buildlink/include/SDL/SDL_video.h:885:60: note: expected 'const char *' but argument is of type 'const uint8 *' {aka 'const unsigned char *'}
  885 | extern DECLSPEC void SDLCALL SDL_WM_SetCaption(const char *title, const char *icon);
      |                                                ~~~~~~~~~~~~^~~~~
drivers/pc/sdl.c:313:7: warning: pointer targets in passing argument 1 of 'puts' differ in signedness [-Wpointer-sign]
  313 |  puts(text);
      |       ^~~~
      |       |
      |       const uint8 * {aka const unsigned char *}
In file included from drivers/pc/sdl.c:1:
/usr/include/stdio.h:251:11: note: expected 'const char *' but argument is of type 'const uint8 *' {aka 'const unsigned char *'}
  251 | int  puts(const char *);
      |           ^~~~~~~~~~~~
--- drivers/pc/sdl-joystick.o ---
source='drivers/pc/sdl-joystick.c' object='drivers/pc/sdl-joystick.o' libtool=no  depfile='drivers/pc/.deps/sdl-joystick.Po' tmpdepfile='drivers/pc/.deps/sdl-joystick.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o drivers/pc/sdl-joystick.o `test -f 'drivers/pc/sdl-joystick.c' || echo './'`drivers/pc/sdl-joystick.c
distcc[29374] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- drivers/pc/sdl-sound.o ---
source='drivers/pc/sdl-sound.c' object='drivers/pc/sdl-sound.o' libtool=no  depfile='drivers/pc/.deps/sdl-sound.Po' tmpdepfile='drivers/pc/.deps/sdl-sound.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o drivers/pc/sdl-sound.o `test -f 'drivers/pc/sdl-sound.c' || echo './'`drivers/pc/sdl-sound.c
distcc[26131] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- drivers/pc/sdl-throttle.o ---
source='drivers/pc/sdl-throttle.c' object='drivers/pc/sdl-throttle.o' libtool=no  depfile='drivers/pc/.deps/sdl-throttle.Po' tmpdepfile='drivers/pc/.deps/sdl-throttle.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o drivers/pc/sdl-throttle.o `test -f 'drivers/pc/sdl-throttle.c' || echo './'`drivers/pc/sdl-throttle.c
distcc[19696] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
--- drivers/pc/sdl-video.o ---
source='drivers/pc/sdl-video.c' object='drivers/pc/sdl-video.o' libtool=no  depfile='drivers/pc/.deps/sdl-video.Po' tmpdepfile='drivers/pc/.deps/sdl-video.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o drivers/pc/sdl-video.o `test -f 'drivers/pc/sdl-video.c' || echo './'`drivers/pc/sdl-video.c
distcc[8104] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
drivers/pc/sdl-video.c: In function 'InitVideo':
drivers/pc/sdl-video.c:257:23: warning: pointer targets in passing argument 1 of 'SDL_WM_SetCaption' differ in signedness [-Wpointer-sign]
  257 |   SDL_WM_SetCaption(gi->name,gi->name);
      |                     ~~^~~~~~
      |                       |
      |                       uint8 * {aka unsigned char *}
In file included from /tmp/pkgbuild/emulators/fceu/work.sparc/.buildlink/include/SDL/SDL_mouse.h:32,
                 from /tmp/pkgbuild/emulators/fceu/work.sparc/.buildlink/include/SDL/SDL_events.h:35,
                 from /tmp/pkgbuild/emulators/fceu/work.sparc/.buildlink/include/SDL/SDL.h:37,
                 from drivers/pc/sdl.h:1,
                 from drivers/pc/sdl-video.c:25:
/tmp/pkgbuild/emulators/fceu/work.sparc/.buildlink/include/SDL/SDL_video.h:885:60: note: expected 'const char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
  885 | extern DECLSPEC void SDLCALL SDL_WM_SetCaption(const char *title, const char *icon);
      |                                                ~~~~~~~~~~~~^~~~~
drivers/pc/sdl-video.c:257:32: warning: pointer targets in passing argument 2 of 'SDL_WM_SetCaption' differ in signedness [-Wpointer-sign]
  257 |   SDL_WM_SetCaption(gi->name,gi->name);
      |                              ~~^~~~~~
      |                                |
      |                                uint8 * {aka unsigned char *}
In file included from /tmp/pkgbuild/emulators/fceu/work.sparc/.buildlink/include/SDL/SDL_mouse.h:32,
                 from /tmp/pkgbuild/emulators/fceu/work.sparc/.buildlink/include/SDL/SDL_events.h:35,
                 from /tmp/pkgbuild/emulators/fceu/work.sparc/.buildlink/include/SDL/SDL.h:37,
                 from drivers/pc/sdl.h:1,
                 from drivers/pc/sdl-video.c:25:
/tmp/pkgbuild/emulators/fceu/work.sparc/.buildlink/include/SDL/SDL_video.h:885:79: note: expected 'const char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
  885 | extern DECLSPEC void SDLCALL SDL_WM_SetCaption(const char *title, const char *icon);
      |                                                                   ~~~~~~~~~~~~^~~~
--- drivers/pc/unix-netplay.o ---
source='drivers/pc/unix-netplay.c' object='drivers/pc/unix-netplay.o' libtool=no  depfile='drivers/pc/.deps/unix-netplay.Po' tmpdepfile='drivers/pc/.deps/unix-netplay.TPo'  depmode=gcc3 /bin/sh ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fceu\" -DVERSION=\"0.98.13\" -D_GNU_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_LIBZ=1 -DNETWORK=1 -DUNIX=1 -DPSS_STYLE=1 -DNETWORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SEXYAL=1 -DSDL=1 -DWORDS_BIGENDIAN=1 -DFCEU_VERSION=\"0.98.13\" -DFCEU_VERSION_NUMERIC=9813 -DFRAMESKIP=1    -Wall -fomit-frame-pointer -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c -o drivers/pc/unix-netplay.o `test -f 'drivers/pc/unix-netplay.c' || echo './'`drivers/pc/unix-netplay.c
distcc[22332] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
drivers/pc/unix-netplay.c: In function 'FCEUD_NetworkConnect':
drivers/pc/unix-netplay.c:153:22: warning: pointer targets in passing argument 2 of 'md5_update' differ in signedness [-Wpointer-sign]
  153 |     md5_update(&md5, netgamekey, strlen(netgamekey));
      |                      ^~~~~~~~~~
      |                      |
      |                      char *
In file included from drivers/pc/unix-netplay.c:40:
drivers/pc/../../md5.h:12:50: note: expected 'uint8 *' {aka 'unsigned char *'} but argument is of type 'char *'
   12 | void md5_update( struct md5_context *ctx, uint8 *input, uint32 length );
      |                                           ~~~~~~~^~~~~
drivers/pc/unix-netplay.c:166:22: warning: pointer targets in passing argument 2 of 'md5_update' differ in signedness [-Wpointer-sign]
  166 |     md5_update(&md5, netpassword, strlen(netpassword));
      |                      ^~~~~~~~~~~
      |                      |
      |                      char *
In file included from drivers/pc/unix-netplay.c:40:
drivers/pc/../../md5.h:12:50: note: expected 'uint8 *' {aka 'unsigned char *'} but argument is of type 'char *'
   12 | void md5_update( struct md5_context *ctx, uint8 *input, uint32 length );
      |                                           ~~~~~~~^~~~~
drivers/pc/unix-netplay.c: In function 'FCEUD_SendData':
drivers/pc/unix-netplay.c:204:21: warning: pointer targets in passing argument 1 of 'FCEUI_NetplayText' differ in signedness [-Wpointer-sign]
  204 |   FCEUI_NetplayText(buf);
      |                     ^~~
      |                     |
      |                     char *
In file included from drivers/pc/main.h:25,
                 from drivers/pc/unix-netplay.c:36:
drivers/pc/../../driver.h:46:31: note: expected 'uint8 *' {aka 'unsigned char *'} but argument is of type 'char *'
   46 | void FCEUI_NetplayText(uint8 *text);
      |                        ~~~~~~~^~~~
drivers/pc/unix-netplay.c: In function 'FCEUD_NetplayText':
drivers/pc/unix-netplay.c:278:28: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
  278 |  char *tot = malloc(strlen(text) + 1);
      |                            ^~~~
      |                            |
      |                            uint8 * {aka unsigned char *}
In file included from drivers/pc/unix-netplay.c:22:
/usr/include/string.h:61:16: note: expected 'const char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
   61 | size_t  strlen(const char *);
      |                ^~~~~~~~~~~~
In file included from /usr/include/string.h:127,
                 from drivers/pc/unix-netplay.c:22:
drivers/pc/unix-netplay.c:280:14: warning: pointer targets in passing argument 2 of '__builtin___strcpy_chk' differ in signedness [-Wpointer-sign]
  280 |  strcpy(tot, text);
      |              ^~~~
      |              |
      |              uint8 * {aka unsigned char *}
drivers/pc/unix-netplay.c:280:14: note: expected 'const char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
drivers/pc/unix-netplay.c:280:14: warning: pointer targets in passing argument 2 of '__strcpy_ichk' differ in signedness [-Wpointer-sign]
  280 |  strcpy(tot, text);
      |              ^~~~
      |              |
      |              uint8 * {aka unsigned char *}
/usr/include/ssp/string.h:89:1: note: expected 'const char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
   89 | __ssp_bos_icheck2_restrict(strcpy, char *, const char *)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
--- fceu ---
gcc  -Wall -fomit-frame-pointer -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE  -lm -lossaudio -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -o fceu  x6502.o fceustr.o cart.o  cheat.o crc32.o debug.o  endian.o fceu.o fds.o file.o  filter.o general.o ines.o  input.o md5.o memory.o  netplay.o nsf.o palette.o ppu.o  sound.o state.o unif.o video.o  vsuni.o wave.o movie.o unzip.o  boards/8237.o boards/h2288.o  boards/malee.o boards/novel.o  boards/sachen.o boards/simple.o  boards/super24.o boards/supervision.o  input/cursor.o input/zapper.o  input/powerpad.o input/arkanoid.o  input/shadow.o input/fkb.o  input/hypershot.o input/mahjong.o  input/oekakids.o input/ftrainer.o  input/quiz.o input/toprider.o  input/bworld.o mappers/mmc2and4.o  mappers/simple.o mappers/112.o  mappers/117.o mappers/15.o  mappers/151.o mappers/16.o mappers/17.o  mappers/18.o mappers/180.o  mappers/184.o mappers/21.o mappers/22.o  mappers/225.o mappers/226.o  mappers/228.o mappers/229.o  mappers/23.o mappers/24and26.o  mappers/240.o mappers/246.o  mappers/25.o mappers/32.o mappers/33.o  mappers/40.o mappers/41.o mappers/6.o  mappers/65.o mappers/67.o mappers/68.o  mappers/69.o mappers/71.o mappers/73.o  mappers/75.o mappers/76.o mappers/79.o  mappers/8.o mappers/80.o mappers/85.o  mappers/95.o mappers/97.o mappers/99.o  mappers/182.o mappers/46.o mappers/43.o  mappers/42.o mappers/113.o mappers/86.o  mappers/89.o mappers/83.o mappers/77.o  mappers/92.o mappers/88.o mappers/248.o  mappers/emu2413.o mappers/242.o  mappers/232.o mappers/72.o  mappers/234.o mappers/227.o  mappers/82.o mappers/189.o mappers/51.o  mappers/91.o mappers/114.o  mappers/241.o mappers/235.o  mappers/57.o mappers/255.o mappers/61.o  mappers/59.o mappers/193.o mappers/50.o  mappers/60.o mappers/62.o mappers/244.o  mappers/230.o mappers/200.o  mappers/201.o mappers/202.o  mappers/203.o mappers/231.o  mappers/208.o mappers/58.o  mappers/187.o mbshare/mmc5.o  mbshare/mmc3.o mbshare/mmc1.o  mbshare/tengen.o mbshare/90.o  mbshare/deirom.o mbshare/n106.o  mbshare/164.o mbshare/karaoke.o  drivers/common/args.o drivers/common/cheat.o  drivers/common/config.o  drivers/common/vidblit.o drivers/common/hq2x.o  drivers/common/hq3x.o drivers/common/scale2x.o  drivers/common/scale3x.o  drivers/common/scalebit.o drivers/sexyal/sexyal.o  drivers/sexyal/md5.o  drivers/sexyal/smallc.o  drivers/sexyal/convert.o  drivers/sexyal/drivers/oss.o  drivers/pc/input.o  drivers/pc/main.o drivers/pc/sdl.o  drivers/pc/sdl-joystick.o  drivers/pc/sdl-sound.o  drivers/pc/sdl-throttle.o  drivers/pc/sdl-video.o  drivers/pc/unix-netplay.o    -lz  -lz -L/usr/pkg/lib -Wl,-rpath,/usr/pkg/lib -lSDL -lpthread
ld: drivers/common/hq3x.o: in function `hq3x_32':
hq3x.c:(.text+0x1eb4): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x1ecc): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x1ee0): undefined reference to `Interp4'
ld: hq3x.c:(.text+0x2374): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x2388): undefined reference to `Interp4'
ld: hq3x.c:(.text+0x2ab0): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x2ac4): undefined reference to `Interp4'
ld: hq3x.c:(.text+0x2c94): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x2d04): undefined reference to `Interp4'
ld: hq3x.c:(.text+0x3500): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x3514): undefined reference to `Interp4'
ld: hq3x.c:(.text+0x4364): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x4378): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x4598): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x45b0): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x45c4): undefined reference to `Interp4'
ld: hq3x.c:(.text+0x485c): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x4874): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x4888): undefined reference to `Interp4'
ld: hq3x.c:(.text+0x5e10): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x5e24): undefined reference to `Interp4'
ld: hq3x.c:(.text+0x63b0): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x63c4): undefined reference to `Interp4'
ld: hq3x.c:(.text+0x79c0): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x79d8): undefined reference to `Interp4'
ld: hq3x.c:(.text+0x79e8): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x7dbc): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x7dd4): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x7de8): undefined reference to `Interp4'
ld: hq3x.c:(.text+0x7fec): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x8004): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x8018): undefined reference to `Interp4'
ld: hq3x.c:(.text+0x8330): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x8348): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x835c): undefined reference to `Interp4'
ld: hq3x.c:(.text+0x84a8): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x84bc): undefined reference to `Interp4'
ld: hq3x.c:(.text+0x88b0): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x8920): undefined reference to `Interp4'
ld: hq3x.c:(.text+0x8b78): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x8b8c): undefined reference to `Interp4'
ld: hq3x.c:(.text+0x8c8c): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x8cfc): undefined reference to `Interp4'
ld: hq3x.c:(.text+0x8dec): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x8e04): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x8e18): undefined reference to `Interp4'
ld: hq3x.c:(.text+0x92d0): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x92e4): undefined reference to `Interp4'
ld: hq3x.c:(.text+0x989c): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x98b4): undefined reference to `Interp4'
ld: hq3x.c:(.text+0x98c4): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x999c): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x99b4): undefined reference to `Interp4'
ld: hq3x.c:(.text+0x99c4): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x9adc): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x9af4): undefined reference to `Interp4'
ld: hq3x.c:(.text+0x9b04): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x9c00): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x9c28): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x9cf8): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x9d10): undefined reference to `Interp4'
ld: hq3x.c:(.text+0x9de4): undefined reference to `Interp4'
ld: hq3x.c:(.text+0x9df4): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x9e78): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x9ea0): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x9ef4): undefined reference to `Interp4'
ld: hq3x.c:(.text+0x9f04): undefined reference to `Interp3'
ld: hq3x.c:(.text+0x9f4c): undefined reference to `Interp4'
ld: hq3x.c:(.text+0x9fec): undefined reference to `Interp4'
ld: hq3x.c:(.text+0x9ffc): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xa044): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xa054): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xa0d8): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xa0ec): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xa140): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xa150): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xa1d8): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xa1e8): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xa230): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xa240): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xa41c): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xa430): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xa4c0): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xa4d0): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xa4e0): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xa610): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xa624): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xa6b0): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xa6c4): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xa794): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xa7a4): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xa7b4): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xa838): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xa848): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xa90c): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xa924): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xa934): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xa984): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xa994): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xaa9c): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xaaac): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xabe8): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xabf8): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xac48): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xac5c): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xacb4): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xacc4): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xacd4): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xadd4): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xade4): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xae38): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xae48): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xaea0): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xaeb0): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xaf44): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xaf5c): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xaf6c): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xafc0): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xafd0): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xafe0): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xb038): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xb050): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xb060): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xb0ac): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xb0c4): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xb0d4): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xb204): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xb21c): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xb22c): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xb274): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xb28c): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xb29c): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xb3d8): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xb3e8): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xb3f8): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xb454): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xb464): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xb474): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xb574): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xb588): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xb5ec): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xb5fc): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xb734): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xb74c): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xb75c): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xb7a4): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xb7bc): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xb7cc): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xb884): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xb89c): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xb8ac): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xb8f4): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xb90c): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xb91c): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xb9d0): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xb9e0): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xba70): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xba88): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xba98): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xbb58): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xbb6c): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xbb7c): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xbbc8): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xbbe0): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xbbf0): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xbcb0): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xbcc8): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xbcd8): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xbdf8): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xbe0c): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xbf08): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xbf18): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xbf28): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xbf70): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xbf88): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xbf98): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xc0b8): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xc0cc): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xc2d8): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xc2e8): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xc48c): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xc49c): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xc594): undefined reference to `Interp3'
ld: hq3x.c:(.text+0xc5ac): undefined reference to `Interp4'
ld: hq3x.c:(.text+0xc5bc): undefined reference to `Interp3'
distcc[18454] ERROR: compile (null) on localhost failed
*** [fceu] Error code 1

make[1]: stopped in /tmp/pkgbuild/emulators/fceu/work.sparc/fceu/src
1 error

make[1]: stopped in /tmp/pkgbuild/emulators/fceu/work.sparc/fceu/src
*** [all-recursive] Error code 1

make: stopped in /tmp/pkgbuild/emulators/fceu/work.sparc/fceu
1 error

make: stopped in /tmp/pkgbuild/emulators/fceu/work.sparc/fceu
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/emulators/fceu
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/emulators/fceu