=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for squeak-vm-4.10.2.2614nb17 Scanning dependencies of target SurfacePlugin Scanning dependencies of target StarSqueakPlugin Scanning dependencies of target SoundPlugin Scanning dependencies of target SoundGenerationPlugin [ 0%] Building C object SurfacePlugin/CMakeFiles/SurfacePlugin.dir/tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SurfacePlugin/SurfacePlugin.c.o [ 1%] Building C object StarSqueakPlugin/CMakeFiles/StarSqueakPlugin.dir/tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/StarSqueakPlugin/StarSqueakPlugin.c.o [ 1%] Building C object SoundPlugin/CMakeFiles/SoundPlugin.dir/tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SoundPlugin/SoundPlugin.c.o [ 1%] Building C object SoundGenerationPlugin/CMakeFiles/SoundGenerationPlugin.dir/tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SoundGenerationPlugin/SoundGenerationPlugin.c.o [ 2%] Linking C static library libSurfacePlugin.a [ 2%] Linking C static library libStarSqueakPlugin.a [ 2%] Building C object SoundPlugin/CMakeFiles/SoundPlugin.dir/tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SoundPlugin/sqUnixSound.c.o [ 2%] Built target SurfacePlugin Scanning dependencies of target SoundCodecPrims [ 2%] Built target StarSqueakPlugin [ 2%] Building C object SoundGenerationPlugin/CMakeFiles/SoundGenerationPlugin.dir/tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundGenerationPlugin/sqOldSoundPrims.c.o [ 2%] Building C object SoundCodecPrims/CMakeFiles/SoundCodecPrims.dir/tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SoundCodecPrims/SoundCodecPrims.c.o Scanning dependencies of target SlangTestSupportPlugin /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundGenerationPlugin/sqOldSoundPrims.c:7:0: warning: "byteAt" redefined #define byteAt(i) (*((unsigned char *) (i))) In file included from /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sq.h:19:0, from /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundGenerationPlugin/sqOldSoundPrims.c:3: /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqMemoryAccess.h:111:0: note: this is the location of the previous definition # define byteAt(oop) byteAtPointer(pointerForOop(oop)) /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundGenerationPlugin/sqOldSoundPrims.c:8:0: warning: "byteAtput" redefined #define byteAtput(i, val) (*((unsigned char *) (i)) = val) In file included from /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sq.h:19:0, from /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundGenerationPlugin/sqOldSoundPrims.c:3: /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqMemoryAccess.h:112:0: note: this is the location of the previous definition # define byteAtput(oop, val) byteAtPointerput(pointerForOop(oop), (val)) /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundGenerationPlugin/sqOldSoundPrims.c:9:0: warning: "longAt" redefined #define longAt(i) (*((int *) (i))) In file included from /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sq.h:19:0, from /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundGenerationPlugin/sqOldSoundPrims.c:3: /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqMemoryAccess.h:115:0: note: this is the location of the previous definition # define longAt(oop) longAtPointer(pointerForOop(oop)) /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundGenerationPlugin/sqOldSoundPrims.c:10:0: warning: "longAtput" redefined #define longAtput(i, val) (*((int *) (i)) = val) In file included from /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sq.h:19:0, from /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundGenerationPlugin/sqOldSoundPrims.c:3: /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqMemoryAccess.h:116:0: note: this is the location of the previous definition # define longAtput(oop, val) longAtPointerput(pointerForOop(oop), (val)) [ 3%] Linking C static library libSoundPlugin.a [ 3%] Building C object SlangTestSupportPlugin/CMakeFiles/SlangTestSupportPlugin.dir/tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SlangTestSupportPlugin/SlangTestSupportPlugin.c.o /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SlangTestSupportPlugin/SlangTestSupportPlugin.c: In function 'inlineByMethod': /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SlangTestSupportPlugin/SlangTestSupportPlugin.c:150:6: warning: assignment makes integer from pointer without a cast [-Wint-conversion] foo = "foo"; ^ /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SlangTestSupportPlugin/SlangTestSupportPlugin.c: In function 'inlineByPragma': /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SlangTestSupportPlugin/SlangTestSupportPlugin.c:162:6: warning: assignment makes integer from pointer without a cast [-Wint-conversion] foo = "foo"; ^ /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SlangTestSupportPlugin/SlangTestSupportPlugin.c: In function 'methodThatShouldBeInlinedByMethod': /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SlangTestSupportPlugin/SlangTestSupportPlugin.c:167:9: warning: return makes integer from pointer without a cast [-Wint-conversion] return "foo"; ^~~~~ /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SlangTestSupportPlugin/SlangTestSupportPlugin.c: In function 'methodThatShouldBeInlinedByPragma': /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SlangTestSupportPlugin/SlangTestSupportPlugin.c:171:9: warning: return makes integer from pointer without a cast [-Wint-conversion] return "foo"; ^~~~~ /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SlangTestSupportPlugin/SlangTestSupportPlugin.c: In function 'methodThatShouldNotBeInlinedByMethod': /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SlangTestSupportPlugin/SlangTestSupportPlugin.c:175:9: warning: return makes integer from pointer without a cast [-Wint-conversion] return "bar"; ^~~~~ /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SlangTestSupportPlugin/SlangTestSupportPlugin.c: In function 'methodThatShouldNotBeInlinedByPragma': /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SlangTestSupportPlugin/SlangTestSupportPlugin.c:179:9: warning: return makes integer from pointer without a cast [-Wint-conversion] return "bar"; ^~~~~ [ 3%] Built target SoundPlugin [ 3%] Building C object SoundCodecPrims/CMakeFiles/SoundCodecPrims.dir/tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c.o [ 3%] Linking C static library libSlangTestSupportPlugin.a Scanning dependencies of target SocketPlugin [ 4%] Building C object SocketPlugin/CMakeFiles/SocketPlugin.dir/tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SocketPlugin/SocketPlugin.c.o [ 5%] Linking C static library libSoundGenerationPlugin.a /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c: In function 'gsmEncode': /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3879:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] gsm_encode((gsm) state, (short *) srcPtr, (unsigned char *) dstPtr); ^ /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3879:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] gsm_encode((gsm) state, (short *) srcPtr, (unsigned char *) dstPtr); ^ /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3879:45: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] gsm_encode((gsm) state, (short *) srcPtr, (unsigned char *) dstPtr); ^ /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c: In function 'gsmDecode': /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3902:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] gsm_decode((gsm) state, (unsigned char *) srcPtr, (short *) dstPtr); ^ /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3902:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] gsm_decode((gsm) state, (unsigned char *) srcPtr, (short *) dstPtr); ^ /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3902:53: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] gsm_decode((gsm) state, (unsigned char *) srcPtr, (short *) dstPtr); ^ In file included from /usr/include/ssp/stdio.h:34:0, from /usr/include/stdio.h:597, from /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:13: /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c: In function 'gsmInitState': /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3912:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memset((char *) state, 0, sizeof(struct gsm_state)); ^ In file included from /usr/include/string.h:127:0, from /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:14: /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3912:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memset((char *) state, 0, sizeof(struct gsm_state)); ^ In file included from /usr/include/ssp/stdio.h:34:0, from /usr/include/stdio.h:597, from /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:13: /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3912:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memset((char *) state, 0, sizeof(struct gsm_state)); ^ In file included from /usr/include/string.h:127:0, from /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:14: /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3912:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memset((char *) state, 0, sizeof(struct gsm_state)); ^ /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3913:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ((gsm) state)->nrp = 40; ^ [ 5%] Built target SlangTestSupportPlugin Scanning dependencies of target SerialPlugin [ 5%] Built target SoundGenerationPlugin [ 5%] Building C object SerialPlugin/CMakeFiles/SerialPlugin.dir/tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SerialPlugin/SerialPlugin.c.o Scanning dependencies of target SecurityPlugin [ 6%] Building C object SecurityPlugin/CMakeFiles/SecurityPlugin.dir/tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SecurityPlugin/SecurityPlugin.c.o /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SerialPlugin/SerialPlugin.c: In function 'primitiveSerialPortCloseByName': /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SerialPlugin/SerialPlugin.c:125:2: warning: implicit declaration of function 'serialPortCloseByName'; did you mean 'serialPortClose'? [-Wimplicit-function-declaration] serialPortCloseByName(cString); ^~~~~~~~~~~~~~~~~~~~~ serialPortClose /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SerialPlugin/SerialPlugin.c: In function 'primitiveSerialPortOpenByName': /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SerialPlugin/SerialPlugin.c:204:2: warning: implicit declaration of function 'serialPortOpenByName'; did you mean 'serialPortOpen'? [-Wimplicit-function-declaration] serialPortOpenByName( ^~~~~~~~~~~~~~~~~~~~ serialPortOpen [ 6%] Building C object SecurityPlugin/CMakeFiles/SecurityPlugin.dir/tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SecurityPlugin/sqUnixSecurity.c.o [ 6%] Building C object SerialPlugin/CMakeFiles/SerialPlugin.dir/tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SerialPlugin/sqUnixSerial.c.o /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SecurityPlugin/sqUnixSecurity.c: In function 'ioGetSecureUserDirectory': /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SecurityPlugin/sqUnixSecurity.c:217:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return (char *)success(false); ^ /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SerialPlugin/sqUnixSerial.c:97:13: error: 'B576000' undeclared here (not in a function); did you mean 'B57600'? { 576000, B576000 }, ^~~~~~~ B57600 /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SerialPlugin/sqUnixSerial.c:100:14: error: 'B1152000' undeclared here (not in a function); did you mean 'B115200'? { 1152000, B1152000 }, ^~~~~~~~ B115200 /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SerialPlugin/sqUnixSerial.c: In function 'serialPortClose': /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SerialPlugin/sqUnixSerial.c:172:10: warning: implicit declaration of function 'serialPortCloseByName'; did you mean 'serialPortClose'? [-Wimplicit-function-declaration] return serialPortCloseByName(serialPortName); ^~~~~~~~~~~~~~~~~~~~~ serialPortClose /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SerialPlugin/sqUnixSerial.c: In function 'serialPortOpen': /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SerialPlugin/sqUnixSerial.c:216:10: warning: implicit declaration of function 'serialPortOpenByName'; did you mean 'serialPortCloseByName'? [-Wimplicit-function-declaration] return serialPortOpenByName(serialPortName, dataRate, stopBitsType, parityType, dataBits, ^~~~~~~~~~~~~~~~~~~~ serialPortCloseByName --- SerialPlugin/CMakeFiles/SerialPlugin.dir/tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SerialPlugin/sqUnixSerial.c.o --- *** [SerialPlugin/CMakeFiles/SerialPlugin.dir/tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SerialPlugin/sqUnixSerial.c.o] Error code 1 make[2]: stopped in /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build 1 error make[2]: stopped in /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build --- SerialPlugin/CMakeFiles/SerialPlugin.dir/all --- *** [SerialPlugin/CMakeFiles/SerialPlugin.dir/all] Error code 2 make[1]: stopped in /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build A failure has been detected in another branch of the parallel make make[2]: stopped in /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build --- SecurityPlugin/CMakeFiles/SecurityPlugin.dir/all --- *** [SecurityPlugin/CMakeFiles/SecurityPlugin.dir/all] Error code 2 make[1]: stopped in /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build A failure has been detected in another branch of the parallel make make[2]: stopped in /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build --- SocketPlugin/CMakeFiles/SocketPlugin.dir/all --- *** [SocketPlugin/CMakeFiles/SocketPlugin.dir/all] Error code 2 make[1]: stopped in /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build A failure has been detected in another branch of the parallel make make[2]: stopped in /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build --- SoundCodecPrims/CMakeFiles/SoundCodecPrims.dir/all --- *** [SoundCodecPrims/CMakeFiles/SoundCodecPrims.dir/all] Error code 2 make[1]: stopped in /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build 4 errors make[1]: stopped in /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build *** [all] Error code 2 make: stopped in /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build 1 error make: stopped in /tmp/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/lang/squeak-vm *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/lang/squeak-vm