=> 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 libretro-vba-next-20200106
sh: git: not found
c++ -c -o src/sound.o src/sound.cpp -O2 -DBYTE_ORDER=BIG_ENDIAN -DWORDS_BIGENDIAN -DMSB_FIRST -DHAVE_POSIX_MEMALIGN=1 -I/usr/include -DGIT_VERSION=\"-pkgsrc\" -O2 -DNDEBUG -fPIC -D__LIBRETRO__ -DINLINE=inline -DHAVE_HLE_BIOS -DFRONTEND_SUPPORTS_RGB565 -DUSE_CHEATS -DTILED_RENDERING   -DHAVE_STDINT_H -DHAVE_INTTYPES_H  -I. -I./libretro-common/include
c++ -c -o src/memory.o src/memory.cpp -O2 -DBYTE_ORDER=BIG_ENDIAN -DWORDS_BIGENDIAN -DMSB_FIRST -DHAVE_POSIX_MEMALIGN=1 -I/usr/include -DGIT_VERSION=\"-pkgsrc\" -O2 -DNDEBUG -fPIC -D__LIBRETRO__ -DINLINE=inline -DHAVE_HLE_BIOS -DFRONTEND_SUPPORTS_RGB565 -DUSE_CHEATS -DTILED_RENDERING   -DHAVE_STDINT_H -DHAVE_INTTYPES_H  -I. -I./libretro-common/include
distcc[29166] ERROR: nonblocking connect to 192.168.1.1:3748 failed: Connection refused
distcc[29166] Warning: failed to distribute src/sound.cpp to 192.168.1.1:3748, running locally instead
distcc[5640] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
In file included from src/sound.cpp:24:
src/sound.cpp: In function 'void soundEvent_u16(uint32_t, uint16_t)':
src/port.h:81:43: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   81 | #define WRITE16LE(x,v) *((u16 *)(x)) = (*((u16 *)(v))<<8)|(*((u16 *)(v))>>8);
      |                                           ^~~~~~~~~~
src/sound.cpp:1903:4: note: in expansion of macro 'WRITE16LE'
 1903 |    WRITE16LE( &ioMem[address], data );
      |    ^~~~~~~~~
src/port.h:81:62: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   81 | #define WRITE16LE(x,v) *((u16 *)(x)) = (*((u16 *)(v))<<8)|(*((u16 *)(v))>>8);
      |                                                              ^~~~~~~~~~
src/sound.cpp:1903:4: note: in expansion of macro 'WRITE16LE'
 1903 |    WRITE16LE( &ioMem[address], data );
      |    ^~~~~~~~~
src/port.h:81:43: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   81 | #define WRITE16LE(x,v) *((u16 *)(x)) = (*((u16 *)(v))<<8)|(*((u16 *)(v))>>8);
      |                                           ^~~~~~~~~~
src/sound.cpp:1912:4: note: in expansion of macro 'WRITE16LE'
 1912 |    WRITE16LE( &ioMem[address], data );
      |    ^~~~~~~~~
src/port.h:81:62: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   81 | #define WRITE16LE(x,v) *((u16 *)(x)) = (*((u16 *)(v))<<8)|(*((u16 *)(v))>>8);
      |                                                              ^~~~~~~~~~
src/sound.cpp:1912:4: note: in expansion of macro 'WRITE16LE'
 1912 |    WRITE16LE( &ioMem[address], data );
      |    ^~~~~~~~~
src/port.h:81:43: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   81 | #define WRITE16LE(x,v) *((u16 *)(x)) = (*((u16 *)(v))<<8)|(*((u16 *)(v))>>8);
      |                                           ^~~~~~~~~~
src/sound.cpp:1917:4: note: in expansion of macro 'WRITE16LE'
 1917 |    WRITE16LE( &ioMem[address], data );
      |    ^~~~~~~~~
src/port.h:81:62: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   81 | #define WRITE16LE(x,v) *((u16 *)(x)) = (*((u16 *)(v))<<8)|(*((u16 *)(v))>>8);
      |                                                              ^~~~~~~~~~
src/sound.cpp:1917:4: note: in expansion of macro 'WRITE16LE'
 1917 |    WRITE16LE( &ioMem[address], data );
      |    ^~~~~~~~~
src/sound.cpp: In function 'void soundReadGameMem(const uint8_t*&, int)':
src/port.h:79:58: error: expected ')' before ';' token
   79 | #define READ16LE(x) (*((u16 *)(x))<<8)|(*((u16 *)(x))>>8);
      |                                                          ^
src/sound.cpp:2147:14: note: in expansion of macro 'READ16LE'
 2147 |  int data = (READ16LE( &ioMem [SGCNT0_H] ) & 0x770F);
      |              ^~~~~~~~
src/sound.cpp:2147:13: note: to match this '('
 2147 |  int data = (READ16LE( &ioMem [SGCNT0_H] ) & 0x770F);
      |             ^
src/sound.cpp:2147:46: error: lvalue required as unary '&' operand
 2147 |  int data = (READ16LE( &ioMem [SGCNT0_H] ) & 0x770F);
      |                                              ^~~~~~
distcc[29166] ERROR: compile src/sound.cpp on localhost failed
gmake: *** [Makefile.libretro:622: src/sound.o] Error 1
gmake: *** Waiting for unfinished jobs....
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/emulators/libretro-vba-next
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/emulators/libretro-vba-next