+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gpac-2.4.0/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gpac-2.4.0/work.log ===> Building for gpac-2.4.0 echo "#define GPAC_GIT_REVISION \"release\"" > /home/pbulk/build/multimedia/gpac/work/gpac-2.4.0/include/gpac/revision.h /usr/bin/bash: git: command not found No GIT Version found gmake -C src all gmake[1]: Entering directory '/home/pbulk/build/multimedia/gpac/work/gpac-2.4.0/src' CC utils/os_divers.c CC utils/os_file.c CC utils/list.c CC utils/bitstream.c utils/os_file.c: In function 'gfio_blob_open': utils/os_file.c:1071:37: warning: pointer targets in passing argument 1 of 'gf_crc_32' differ in signedness [-Wpointer-sign] 1071 | u32 crc = gf_crc_32(url, (u32) strlen(url) ); | ^~~ | | | const char * In file included from utils/os_file.c:26: /home/pbulk/build/multimedia/gpac/work/gpac-2.4.0/include/gpac/tools.h:2012:25: note: expected 'const u8 *' {aka 'const unsigned char *'} but argument is of type 'const char *' 2012 | u32 gf_crc_32(const u8 *data, u32 size); | ~~~~~~~~~~^~~~ utils/os_file.c: In function 'gfio_blob_gets': utils/os_file.c:1125:21: warning: pointer targets in initialization of 'char *' from 'u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 1125 | char *buf = blob->data + blob->pos; | ^~~~ utils/bitstream.c: In function 'gf_bs_new_cbk_buffer': utils/bitstream.c:303:31: warning: pointer targets in assignment from 'u8 *' {aka 'unsigned char *'} to 'char *' differ in signedness [-Wpointer-sign] 303 | tmp->original = buffer; | ^ utils/bitstream.c: In function 'gf_bs_prevent_dispatch': utils/bitstream.c:337:58: warning: pointer targets in passing argument 2 of 'bs->on_block_out' differ in signedness [-Wpointer-sign] 337 | bs->on_block_out(bs->usr_data, bs->original, (u32) (bs->position - bs->bytes_out)); | ~~^~~~~~~~~~ | | | char * utils/bitstream.c:337:58: note: expected 'u8 *' {aka 'unsigned char *'} but argument is of type 'char *' utils/bitstream.c: In function 'gf_bs_del': utils/bitstream.c:374:50: warning: pointer targets in passing argument 2 of 'bs->on_block_out' differ in signedness [-Wpointer-sign] 374 | bs->on_block_out(bs->usr_data, bs->original, (u32) (bs->position - bs->bytes_out) ); | ~~^~~~~~~~~~ | | | char * utils/os_file.c: In function 'gf_fileio_printf': utils/bitstream.c:374:50: note: expected 'u8 *' {aka 'unsigned char *'} but argument is of type 'char *' utils/os_file.c:1250:23: warning: pointer targets in passing argument 1 of 'vsnprintf' differ in signedness [-Wpointer-sign] 1250 | vsnprintf(gfio->printf_buf, len, format, args); | ~~~~^~~~~~~~~~~~ | | | u8 * {aka unsigned char *} In file included from /usr/include/stdio.h:151, from /home/pbulk/build/multimedia/gpac/work/gpac-2.4.0/include/gpac/setup.h:303, from /home/pbulk/build/multimedia/gpac/work/gpac-2.4.0/include/gpac/tools.h:33: /usr/include/iso/stdio_c99.h:84:22: note: expected 'char * restrict' but argument is of type 'u8 *' {aka 'unsigned char *'} 84 | extern int vsnprintf(char *_RESTRICT_KYWD, size_t, const char *_RESTRICT_KYWD, | ^ utils/os_file.c: In function 'gf_fileio_from_blob': utils/os_file.c:1450:48: warning: pointer targets in passing argument 1 of 'gf_crc_32' differ in signedness [-Wpointer-sign] 1450 | gfio_blob->url_crc = gf_crc_32(file_name, (u32) strlen(file_name) ); | ^~~~~~~~~ | | | const char * /home/pbulk/build/multimedia/gpac/work/gpac-2.4.0/include/gpac/tools.h:2012:25: note: expected 'const u8 *' {aka 'const unsigned char *'} but argument is of type 'const char *' 2012 | u32 gf_crc_32(const u8 *data, u32 size); | ~~~~~~~~~~^~~~ utils/os_file.c: In function 'gf_fileio_from_mem': utils/os_file.c:1468:48: warning: pointer targets in passing argument 1 of 'gf_crc_32' differ in signedness [-Wpointer-sign] 1468 | gfio_blob->url_crc = gf_crc_32(URL, (u32) strlen(URL) ); | ^~~ | | | const char * /home/pbulk/build/multimedia/gpac/work/gpac-2.4.0/include/gpac/tools.h:2012:25: note: expected 'const u8 *' {aka 'const unsigned char *'} but argument is of type 'const char *' 2012 | u32 gf_crc_32(const u8 *data, u32 size); | ~~~~~~~~~~^~~~ utils/bitstream.c: In function 'BS_WriteByte': utils/bitstream.c:861:66: warning: pointer targets in passing argument 2 of 'bs->on_block_out' differ in signedness [-Wpointer-sign] 861 | bs->on_block_out(bs->usr_data, bs->original, (u32) (bs->position - bs->bytes_out)); | ~~^~~~~~~~~~ | | | char * utils/bitstream.c:861:66: note: expected 'u8 *' {aka 'unsigned char *'} but argument is of type 'char *' utils/bitstream.c: In function 'gf_bs_write_data': utils/bitstream.c:1157:82: warning: pointer targets in passing argument 2 of 'bs->on_block_out' differ in signedness [-Wpointer-sign] 1157 | bs->on_block_out(bs->usr_data, bs->original, (u32) (bs->position - bs->bytes_out) ); | ~~^~~~~~~~~~ | | | char * utils/bitstream.c:1157:82: note: expected 'u8 *' {aka 'unsigned char *'} but argument is of type 'char *' utils/bitstream.c:1159:80: warning: pointer targets in passing argument 2 of 'bs->on_block_out' differ in signedness [-Wpointer-sign] 1159 | bs->on_block_out(bs->usr_data, (char *) data, nbBytes); | ^~~~~~~~~~~~~ | | | char * utils/bitstream.c:1159:80: note: expected 'u8 *' {aka 'unsigned char *'} but argument is of type 'char *' utils/bitstream.c: In function 'gf_bs_get_content_no_truncate': utils/bitstream.c:1313:50: warning: pointer targets in passing argument 2 of 'bs->on_block_out' differ in signedness [-Wpointer-sign] 1313 | bs->on_block_out(bs->usr_data, bs->original, (u32) (bs->position - bs->bytes_out) ); | ~~^~~~~~~~~~ | | | char * utils/bitstream.c:1313:50: note: expected 'u8 *' {aka 'unsigned char *'} but argument is of type 'char *' utils/bitstream.c:1322:33: warning: pointer targets in assignment from 'char *' to 'u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 1322 | *output = bs->original; | ^ utils/bitstream.c:1331:33: warning: pointer targets in assignment from 'char *' to 'u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 1331 | *output = bs->original; | ^ utils/bitstream.c:1337:41: warning: pointer targets in assignment from 'char *' to 'u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 1337 | *output = bs->original; | ^ utils/bitstream.c: In function 'gf_bs_transfer': utils/bitstream.c:1808:47: warning: pointer targets in assignment from 'u8 *' {aka 'unsigned char *'} to 'char *' differ in signedness [-Wpointer-sign] 1808 | src->original = data; | ^ utils/bitstream.c:1819:31: warning: pointer targets in assignment from 'u8 *' {aka 'unsigned char *'} to 'char *' differ in signedness [-Wpointer-sign] 1819 | src->original = data; | ^ CC utils/constants.c CC utils/error.c CC utils/alloc.c CC utils/url.c CC utils/configfile.c CC utils/gltools.c CC utils/gzio.c CC utils/xml_parser.c CC utils/sha1.c utils/xml_parser.c: In function 'gf_xml_parse_bit_sequence_bs': utils/xml_parser.c:2290:46: warning: pointer targets in passing argument 2 of 'gf_bs_write_data' differ in signedness [-Wpointer-sign] 2290 | gf_bs_write_data(bs, szString, len); | ^~~~~~~~ | | | const char * In file included from /home/pbulk/build/multimedia/gpac/work/gpac-2.4.0/include/gpac/xml.h:35, from utils/xml_parser.c:26: /home/pbulk/build/multimedia/gpac/work/gpac-2.4.0/include/gpac/bitstream.h:335:50: note: expected 'const u8 *' {aka 'const unsigned char *'} but argument is of type 'const char *' 335 | u32 gf_bs_write_data(GF_BitStream *bs, const u8 *data, u32 nbBytes); | ~~~~~~~~~~^~~~ utils/xml_parser.c:2300:54: warning: pointer targets in passing argument 1 of 'gf_base64_decode' differ in signedness [-Wpointer-sign] 2300 | ret = (u32) gf_base64_decode((char *)szBase64, len, data, len); | ^~~~~~~~~~~~~~~~ | | | char * In file included from utils/xml_parser.c:2163: /home/pbulk/build/multimedia/gpac/work/gpac-2.4.0/include/gpac/base_coding.h:71:26: note: expected 'u8 *' {aka 'unsigned char *'} but argument is of type 'char *' 71 | u32 gf_base64_decode(u8 *in_buffer, u32 in_buffer_size, u8 *out_buffer, u32 out_buffer_size); | ~~~~^~~~~~~~~ utils/xml_parser.c:2300:77: warning: pointer targets in passing argument 3 of 'gf_base64_decode' differ in signedness [-Wpointer-sign] 2300 | ret = (u32) gf_base64_decode((char *)szBase64, len, data, len); | ^~~~ | | | char * /home/pbulk/build/multimedia/gpac/work/gpac-2.4.0/include/gpac/base_coding.h:71:61: note: expected 'u8 *' {aka 'unsigned char *'} but argument is of type 'char *' 71 | u32 gf_base64_decode(u8 *in_buffer, u32 in_buffer_size, u8 *out_buffer, u32 out_buffer_size); | ~~~~^~~~~~~~~~ utils/xml_parser.c:2303:54: warning: pointer targets in passing argument 2 of 'gf_bs_write_data' differ in signedness [-Wpointer-sign] 2303 | gf_bs_write_data(bs, data, ret); | ^~~~ | | | char * /home/pbulk/build/multimedia/gpac/work/gpac-2.4.0/include/gpac/bitstream.h:335:50: note: expected 'const u8 *' {aka 'const unsigned char *'} but argument is of type 'char *' 335 | u32 gf_bs_write_data(GF_BitStream *bs, const u8 *data, u32 nbBytes); | ~~~~~~~~~~^~~~ utils/xml_parser.c:2327:46: warning: pointer targets in passing argument 2 of 'gf_bs_write_data' differ in signedness [-Wpointer-sign] 2327 | gf_bs_write_data(bs, data, len/2); | ^~~~ | | | char * /home/pbulk/build/multimedia/gpac/work/gpac-2.4.0/include/gpac/bitstream.h:335:50: note: expected 'const u8 *' {aka 'const unsigned char *'} but argument is of type 'char *' 335 | u32 gf_bs_write_data(GF_BitStream *bs, const u8 *data, u32 nbBytes); | ~~~~~~~~~~^~~~ utils/xml_parser.c:2385:54: warning: pointer targets in passing argument 2 of 'gf_bs_write_data' differ in signedness [-Wpointer-sign] 2385 | gf_bs_write_data(bs, block, read); | ^~~~~ | | | char * /home/pbulk/build/multimedia/gpac/work/gpac-2.4.0/include/gpac/bitstream.h:335:50: note: expected 'const u8 *' {aka 'const unsigned char *'} but argument is of type 'char *' 335 | u32 gf_bs_write_data(GF_BitStream *bs, const u8 *data, u32 nbBytes); | ~~~~~~~~~~^~~~ utils/xml_parser.c:2390:46: warning: pointer targets in passing argument 2 of 'gf_bs_write_data' differ in signedness [-Wpointer-sign] 2390 | gf_bs_write_data(bs, (char *)word128, 16); | ^~~~~~~~~~~~~~~ | | | char * /home/pbulk/build/multimedia/gpac/work/gpac-2.4.0/include/gpac/bitstream.h:335:50: note: expected 'const u8 *' {aka 'const unsigned char *'} but argument is of type 'char *' 335 | u32 gf_bs_write_data(GF_BitStream *bs, const u8 *data, u32 nbBytes); | ~~~~~~~~~~^~~~ CC utils/sha256.c CC utils/base_encoding.c CC utils/math.c utils/base_encoding.c: In function 'gf_base64_decode': utils/base_encoding.c:115:32: warning: pointer targets in passing argument 1 of 'load_block' differ in signedness [-Wpointer-sign] 115 | i = load_block(in_buf, inSize, i, (char*)in); | ^~~~~~ | | | u8 * {aka unsigned char *} utils/base_encoding.c:81:22: note: expected 'char *' but argument is of type 'u8 *' {aka 'unsigned char *'} 81 | u32 load_block(char *in, u32 size, u32 pos, char *out) | ~~~~~~^~ utils/base_encoding.c: In function 'gf_gz_compress_payload_ex': utils/base_encoding.c:234:23: warning: pointer targets in assignment from 'char *' to 'u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 234 | *data = (char*)gf_realloc(*data, *max_size * sizeof(char)); | ^ utils/base_encoding.c: In function 'gf_gz_decompress_payload_ex': utils/base_encoding.c:261:36: warning: pointer targets in assignment from 'char *' to 'u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 261 | *uncompressed_data = (char*)gf_malloc(sizeof(char)*4096); | ^ utils/base_encoding.c:292:44: warning: pointer targets in assignment from 'char *' to 'u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 292 | *uncompressed_data = (char*)gf_realloc(*uncompressed_data, sizeof(char)*(size+1)); | ^ utils/base_encoding.c: In function 'gf_lz_compress_payload': utils/base_encoding.c:388:23: warning: pointer targets in assignment from 'char *' to 'u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 388 | *data = (char*)gf_realloc(*data, block_size * sizeof(char)); | ^ CC utils/os_net.c CC utils/os_thread.c utils/os_net.c: In function 'gf_sk_get_ifce_ipv6_addr': utils/os_net.c:548:14: warning: variable 'force_ipv6' set but not used [-Wunused-but-set-variable] 548 | Bool force_ipv6 = GF_FALSE; | ^~~~~~~~~~ utils/os_net.c: In function 'gf_netcap_record': utils/os_net.c:859:68: error: 'S_IRUSR' undeclared (first use in this function) 859 | nf->fd = open(nf->dst, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH ); | ^~~~~~~ utils/os_net.c:859:68: note: each undeclared identifier is reported only once for each function it appears in utils/os_net.c:859:78: error: 'S_IWUSR' undeclared (first use in this function) 859 | nf->fd = open(nf->dst, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH ); | ^~~~~~~ utils/os_net.c:859:88: error: 'S_IRGRP' undeclared (first use in this function) 859 | nf->fd = open(nf->dst, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH ); | ^~~~~~~ utils/os_net.c:859:98: error: 'S_IWGRP' undeclared (first use in this function) 859 | nf->fd = open(nf->dst, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH ); | ^~~~~~~ utils/os_net.c:859:108: error: 'S_IROTH' undeclared (first use in this function) 859 | nf->fd = open(nf->dst, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH ); | ^~~~~~~ utils/os_net.c: In function 'gf_sk_receive_internal': utils/os_net.c:3758:55: warning: pointer targets in passing argument 2 of 'gf_bs_read_data' differ in signedness [-Wpointer-sign] 3758 | u32 res = gf_bs_read_data(nf->cap_bs, buffer, to_read); | ^~~~~~ | | | char * In file included from utils/os_net.c:691: /home/pbulk/build/multimedia/gpac/work/gpac-2.4.0/include/gpac/bitstream.h:189:43: note: expected 'u8 *' {aka 'unsigned char *'} but argument is of type 'char *' 189 | u32 gf_bs_read_data(GF_BitStream *bs, u8 *data, u32 nbBytes); | ~~~~^~~~ utils/os_net.c: In function 'gf_sk_receive': utils/os_net.c:3847:45: warning: pointer targets in passing argument 2 of 'gf_sk_receive_internal' differ in signedness [-Wpointer-sign] 3847 | return gf_sk_receive_internal(sock, buffer, length, BytesRead, GF_TRUE); | ^~~~~~ | | | u8 * {aka unsigned char *} utils/os_net.c:3734:54: note: expected 'char *' but argument is of type 'u8 *' {aka 'unsigned char *'} 3734 | GF_Err gf_sk_receive_internal(GF_Socket *sock, char *buffer, u32 length, u32 *BytesRead, Bool do_select) | ~~~~~~^~~~~~ utils/os_net.c: In function 'gf_sk_receive_no_select': utils/os_net.c:3853:45: warning: pointer targets in passing argument 2 of 'gf_sk_receive_internal' differ in signedness [-Wpointer-sign] 3853 | return gf_sk_receive_internal(sock, buffer, length, BytesRead, GF_FALSE); | ^~~~~~ | | | u8 * {aka unsigned char *} utils/os_net.c:3734:54: note: expected 'char *' but argument is of type 'u8 *' {aka 'unsigned char *'} 3734 | GF_Err gf_sk_receive_internal(GF_Socket *sock, char *buffer, u32 length, u32 *BytesRead, Bool do_select) | ~~~~~~^~~~~~ gmake[1]: *** [../config.mak:183: utils/os_net.o] Error 1 gmake[1]: *** Waiting for unfinished jobs.... gmake[1]: Leaving directory '/home/pbulk/build/multimedia/gpac/work/gpac-2.4.0/src' gmake: *** [Makefile:13: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/multimedia/gpac *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/multimedia/gpac