+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/sunxi-tools-20170823/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/sunxi-tools-20170823/work.log ===> Building for sunxi-tools-20170823 ./autoversion.sh: line 9: git: command not found Unable to determine current version (using "v1.4.2" as fallback) gcc -std=c99 -Wall -Wextra -Wno-unused-result -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_DEFAULT_SOURCE -Iinclude/ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o sunxi-fexc fexc.c script.c script_uboot.c script_bin.c script_fex.c gcc -std=c99 -Wall -Wextra -Wno-unused-result -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_DEFAULT_SOURCE -Iinclude/ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o sunxi-bootinfo bootinfo.c gcc -std=c99 -Wall -Wextra -Wno-unused-result -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_DEFAULT_SOURCE -Iinclude/ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include `pkg-config --cflags libusb-1.0` -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o sunxi-fel fel.c progress.c soc_info.c fel_lib.c `pkg-config --libs libusb-1.0` gcc -std=c99 -Wall -Wextra -Wno-unused-result -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_DEFAULT_SOURCE -Iinclude/ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -c -o nand-part-main.o nand-part-main.c fexc.c: In function 'main': fexc.c:312:29: warning: this statement may fall through [-Wimplicit-fallthrough=] 312 | filename[1] = argv[optind+1]; /* out */ | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~ fexc.c:313:9: note: here 313 | case 1: | ^~~~ In file included from fel.c:19: include/portable_endian.h:121:9: error: #error platform not supported 121 | # error platform not supported | ^~~~~ fel.c: In function 'get_image_type': fel.c:70:13: warning: implicit declaration of function 'be32toh' [-Wimplicit-function-declaration] 70 | if (be32toh(buf32[0]) != IH_MAGIC) /* signature mismatch */ | ^~~~~~~ fel.c: In function 'aw_read_arm_cp_reg': fel.c:241:17: warning: implicit declaration of function 'htole32' [-Wimplicit-function-declaration] 241 | htole32(opcode), /* mrc coproc, opc1, r0, crn, crm, opc2 */ | ^~~~~~~ fel.c:248:16: warning: implicit declaration of function 'le32toh' [-Wimplicit-function-declaration] 248 | return le32toh(val); | ^~~~~~~ gcc -std=c99 -Wall -Wextra -Wno-unused-result -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_DEFAULT_SOURCE -Iinclude/ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -c -o nand-part-a10.o nand-part.c -D A10 nand-part.c: In function '_get_mbr': nand-part.c:93:25: warning: 'strncpy' output truncated before terminating nul copying 8 bytes from a string of the same length [-Wstringop-truncation] 93 | strncpy((char *)mbr->magic, MBR_MAGIC, 8); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -std=c99 -Wall -Wextra -Wno-unused-result -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_DEFAULT_SOURCE -Iinclude/ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o sunxi-pio pio.c In file included from pio.c:35: include/portable_endian.h:121:9: error: #error platform not supported 121 | # error platform not supported | ^~~~~ pio.c: In function 'pio_get': pio.c:53:33: warning: implicit declaration of function 'le32toh' [-Wimplicit-function-declaration] 53 | #define LE32TOH(X) le32toh(*((uint32_t*)(X))) | ^~~~~~~ pio.c:68:15: note: in expansion of macro 'LE32TOH' 68 | val = LE32TOH(PIO_REG_CFG(buf, port, port_num_func)); | ^~~~~~~ pio.c: In function 'pio_set': pio.c:107:25: warning: implicit declaration of function 'htole32' [-Wimplicit-function-declaration] 107 | *addr = htole32(val); | ^~~~~~~ pio.c: In function 'main': pio.c:355:25: warning: this statement may fall through [-Wimplicit-fallthrough=] 355 | usage(0); | ^~~~~~~~ pio.c:356:17: note: here 356 | case 'm': | ^~~~ gmake: *** [Makefile:144: sunxi-pio] Error 1 gmake: *** Waiting for unfinished jobs.... gcc -std=c99 -Wall -Wextra -Wno-unused-result -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_DEFAULT_SOURCE -Iinclude/ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -c -o nand-part-a20.o nand-part.c -D A20 In file included from fel_lib.c:24: include/portable_endian.h:121:9: error: #error platform not supported 121 | # error platform not supported | ^~~~~ fel_lib.c: In function 'aw_send_usb_request': fel_lib.c:142:28: warning: implicit declaration of function 'htole16' [-Wimplicit-function-declaration] 142 | .request = htole16(type), | ^~~~~~~ fel_lib.c:143:27: warning: implicit declaration of function 'htole32' [-Wimplicit-function-declaration] 143 | .length = htole32(length), | ^~~~~~~ fel_lib.c: In function 'aw_fel_get_version': fel_lib.c:200:24: warning: implicit declaration of function 'le32toh' [-Wimplicit-function-declaration] 200 | buf->soc_id = (le32toh(buf->soc_id) >> 8) & 0xFFFF; | ^~~~~~~ fel_lib.c:203:27: warning: implicit declaration of function 'le16toh' [-Wimplicit-function-declaration] 203 | buf->scratchpad = le16toh(buf->scratchpad); | ^~~~~~~ nand-part.c: In function '_get_mbr': nand-part.c:93:25: warning: 'strncpy' output truncated before terminating nul copying 8 bytes from a string of the same length [-Wstringop-truncation] 93 | strncpy((char *)mbr->magic, MBR_MAGIC, 8); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gmake: *** [Makefile:135: sunxi-fel] Error 1 gcc -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o sunxi-nand-part nand-part-main.o nand-part-a10.o nand-part-a20.o *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-2024Q4-x86_64/sysutils/sunxi-tools *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-2024Q4-x86_64/sysutils/sunxi-tools