+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/7-zip-23.01/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/7-zip-23.01/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for 7-zip-23.01 mkdir -p _o cc -O2 -c -pipe -O2 -I/usr/include -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -o _o/7zBuf2.o ../../../../C/7zBuf2.c cc -O2 -c -pipe -O2 -I/usr/include -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -o _o/7zStream.o ../../../../C/7zStream.c cc -O2 -c -pipe -O2 -I/usr/include -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -o _o/Alloc.o ../../../../C/Alloc.c cc -O2 -c -pipe -O2 -I/usr/include -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -o _o/Bcj2.o ../../../../C/Bcj2.c cc -O2 -c -pipe -O2 -I/usr/include -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -o _o/Bcj2Enc.o ../../../../C/Bcj2Enc.c cc -O2 -c -pipe -O2 -I/usr/include -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -o _o/Blake2s.o ../../../../C/Blake2s.c cc -O2 -c -pipe -O2 -I/usr/include -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -o _o/Bra.o ../../../../C/Bra.c cc -O2 -c -pipe -O2 -I/usr/include -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -o _o/Bra86.o ../../../../C/Bra86.c cc -O2 -c -pipe -O2 -I/usr/include -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -o _o/BraIA64.o ../../../../C/BraIA64.c cc -O2 -c -pipe -O2 -I/usr/include -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -o _o/BwtSort.o ../../../../C/BwtSort.c cc -O2 -c -pipe -O2 -I/usr/include -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -o _o/CpuArch.o ../../../../C/CpuArch.c cc -O2 -c -pipe -O2 -I/usr/include -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -o _o/Delta.o ../../../../C/Delta.c cc -O2 -c -pipe -O2 -I/usr/include -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -o _o/HuffEnc.o ../../../../C/HuffEnc.c cc -O2 -c -pipe -O2 -I/usr/include -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -o _o/LzFind.o ../../../../C/LzFind.c In file included from ../../../../C/LzFind.c:661:0: /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/smmintrin.h:31:3: error: #error "SSE4.1 instruction set not enabled" # error "SSE4.1 instruction set not enabled" ^ ../../../../C/LzFind.c:663:1: error: unknown type name '__m128i' typedef __m128i LzFind_v128; ^ In file included from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/xmmintrin.h:1246:0, from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/immintrin.h:32, from ../../../../C/LzFind.c:704: /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/emmintrin.h:583:1: error: conflicting types for '_mm_set_epi32' _mm_set_epi32 (int __q3, int __q2, int __q1, int __q0) ^ ../../../../C/LzFind.c:689:7: note: previous implicit declaration of '_mm_set_epi32' was here _mm_set_epi32((Int32)subValue, (Int32)subValue, (Int32)subValue, (Int32)subValue); ^ In file included from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/xmmintrin.h:1246:0, from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/immintrin.h:32, from ../../../../C/LzFind.c:704: /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/emmintrin.h:1049:1: error: conflicting types for '_mm_sub_epi32' _mm_sub_epi32 (__m128i __A, __m128i __B) ^ ../../../../C/LzFind.c:666:3: note: previous implicit declaration of '_mm_sub_epi32' was here _mm_sub_epi32(_mm_max_epu32(v, s), s) ^ ../../../../C/LzFind.c:672:59: note: in expansion of macro 'SASUB_128_V' *( LzFind_v128 *)( void *)(items + (i) * 4) = SASUB_128_V( \ ^ ../../../../C/LzFind.c:694:5: note: in expansion of macro 'SASUB_128' SASUB_128(0) SASUB_128(1) items += 2 * 4; ^ ../../../../C/LzFind.c: In function 'LzFind_SaturSub_256': ../../../../C/LzFind.c:733:3: error: unknown type name '__m256i' const __m256i sub2 = _mm256_set_epi32( ^ ../../../../C/LzFind.c:720:13: error: '__m256i' undeclared (first use in this function) *( __m256i *)( void *)(items + (i) * 8) = \ ^ ../../../../C/LzFind.c:739:5: note: in expansion of macro 'SASUB_256' SASUB_256(0) SASUB_256(1) items += 2 * 8; ^ ../../../../C/LzFind.c:720:13: note: each undeclared identifier is reported only once for each function it appears in *( __m256i *)( void *)(items + (i) * 8) = \ ^ ../../../../C/LzFind.c:739:5: note: in expansion of macro 'SASUB_256' SASUB_256(0) SASUB_256(1) items += 2 * 8; ^ ../../../../C/LzFind.c:720:22: error: expected expression before ')' token *( __m256i *)( void *)(items + (i) * 8) = \ ^ ../../../../C/LzFind.c:739:5: note: in expansion of macro 'SASUB_256' SASUB_256(0) SASUB_256(1) items += 2 * 8; ^ ../../../../C/LzFind.c:722:13: error: expected ')' before '__m256i' *(const __m256i *)(const void *)(items + (i) * 8), sub2), sub2); ^ ../../../../C/LzFind.c:739:5: note: in expansion of macro 'SASUB_256' SASUB_256(0) SASUB_256(1) items += 2 * 8; ^ ../../../../C/LzFind.c:722:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] *(const __m256i *)(const void *)(items + (i) * 8), sub2), sub2); ^ ../../../../C/LzFind.c:739:5: note: in expansion of macro 'SASUB_256' SASUB_256(0) SASUB_256(1) items += 2 * 8; ^ ../../../../C/LzFind.c:722:5: error: invalid type argument of unary '*' (have 'int') *(const __m256i *)(const void *)(items + (i) * 8), sub2), sub2); ^ ../../../../C/LzFind.c:739:5: note: in expansion of macro 'SASUB_256' SASUB_256(0) SASUB_256(1) items += 2 * 8; ^ ../../../../C/LzFind.c:720:22: error: expected expression before ')' token *( __m256i *)( void *)(items + (i) * 8) = \ ^ ../../../../C/LzFind.c:739:19: note: in expansion of macro 'SASUB_256' SASUB_256(0) SASUB_256(1) items += 2 * 8; ^ ../../../../C/LzFind.c:722:13: error: expected ')' before '__m256i' *(const __m256i *)(const void *)(items + (i) * 8), sub2), sub2); ^ ../../../../C/LzFind.c:739:19: note: in expansion of macro 'SASUB_256' SASUB_256(0) SASUB_256(1) items += 2 * 8; ^ ../../../../C/LzFind.c:722:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] *(const __m256i *)(const void *)(items + (i) * 8), sub2), sub2); ^ ../../../../C/LzFind.c:739:19: note: in expansion of macro 'SASUB_256' SASUB_256(0) SASUB_256(1) items += 2 * 8; ^ ../../../../C/LzFind.c:722:5: error: invalid type argument of unary '*' (have 'int') *(const __m256i *)(const void *)(items + (i) * 8), sub2), sub2); ^ ../../../../C/LzFind.c:739:19: note: in expansion of macro 'SASUB_256' SASUB_256(0) SASUB_256(1) items += 2 * 8; ^ ../../../../C/LzFind.c:720:22: error: expected expression before ')' token *( __m256i *)( void *)(items + (i) * 8) = \ ^ ../../../../C/LzFind.c:740:5: note: in expansion of macro 'SASUB_256' SASUB_256(0) SASUB_256(1) items += 2 * 8; ^ ../../../../C/LzFind.c:722:13: error: expected ')' before '__m256i' *(const __m256i *)(const void *)(items + (i) * 8), sub2), sub2); ^ ../../../../C/LzFind.c:740:5: note: in expansion of macro 'SASUB_256' SASUB_256(0) SASUB_256(1) items += 2 * 8; ^ ../../../../C/LzFind.c:722:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] *(const __m256i *)(const void *)(items + (i) * 8), sub2), sub2); ^ ../../../../C/LzFind.c:740:5: note: in expansion of macro 'SASUB_256' SASUB_256(0) SASUB_256(1) items += 2 * 8; ^ ../../../../C/LzFind.c:722:5: error: invalid type argument of unary '*' (have 'int') *(const __m256i *)(const void *)(items + (i) * 8), sub2), sub2); ^ ../../../../C/LzFind.c:740:5: note: in expansion of macro 'SASUB_256' SASUB_256(0) SASUB_256(1) items += 2 * 8; ^ ../../../../C/LzFind.c:720:22: error: expected expression before ')' token *( __m256i *)( void *)(items + (i) * 8) = \ ^ ../../../../C/LzFind.c:740:19: note: in expansion of macro 'SASUB_256' SASUB_256(0) SASUB_256(1) items += 2 * 8; ^ ../../../../C/LzFind.c:722:13: error: expected ')' before '__m256i' *(const __m256i *)(const void *)(items + (i) * 8), sub2), sub2); ^ ../../../../C/LzFind.c:740:19: note: in expansion of macro 'SASUB_256' SASUB_256(0) SASUB_256(1) items += 2 * 8; ^ ../../../../C/LzFind.c:722:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] *(const __m256i *)(const void *)(items + (i) * 8), sub2), sub2); ^ ../../../../C/LzFind.c:740:19: note: in expansion of macro 'SASUB_256' SASUB_256(0) SASUB_256(1) items += 2 * 8; ^ ../../../../C/LzFind.c:722:5: error: invalid type argument of unary '*' (have 'int') *(const __m256i *)(const void *)(items + (i) * 8), sub2), sub2); ^ ../../../../C/LzFind.c:740:19: note: in expansion of macro 'SASUB_256' SASUB_256(0) SASUB_256(1) items += 2 * 8; ^ cc -O2 -c -pipe -O2 -I/usr/include -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -o _o/Lzma2Dec.o ../../../../C/Lzma2Dec.c make: *** [_o/LzFind.o] Error 1 make: *** Waiting for unfinished jobs.... *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/archivers/7-zip *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/archivers/7-zip