+ 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/dtcpclient-20090812nb4/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/dtcpclient-20090812nb4/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for dtcpclient-20090812nb4 --- dtcpclient.o --- cc -pipe -O2 -I/usr/pkg/include -Wall -DPREFIX=\"/usr/pkg\" -DSYSCONFDIR=\"/usr/pkg/etc\" -DVARBASE=\"/var\" -I/usr/pkg/include -c dtcpclient.c dtcpclient.c: In function 'authenticate': dtcpclient.c:177:2: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] MD5Init(&ctx); ^~~~~~~ In file included from dtcpclient.c:53: /home/pbulk/build/net/dtcpclient/work/.buildlink/include/openssl/md5.h:49:27: note: declared here OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); ^~~~~~~~ dtcpclient.c:178:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] MD5Update(&ctx, (unsigned char *)user, strlen(user)); ^~~~~~~~~ In file included from dtcpclient.c:53: /home/pbulk/build/net/dtcpclient/work/.buildlink/include/openssl/md5.h:50:27: note: declared here OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); ^~~~~~~~~~ dtcpclient.c:179:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] MD5Update(&ctx, (unsigned char *)challenge, strlen(challenge)); ^~~~~~~~~ In file included from dtcpclient.c:53: /home/pbulk/build/net/dtcpclient/work/.buildlink/include/openssl/md5.h:50:27: note: declared here OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); ^~~~~~~~~~ dtcpclient.c:180:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] MD5Update(&ctx, (unsigned char *)pass, strlen(pass)); ^~~~~~~~~ In file included from dtcpclient.c:53: /home/pbulk/build/net/dtcpclient/work/.buildlink/include/openssl/md5.h:50:27: note: declared here OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); ^~~~~~~~~~ dtcpclient.c:181:2: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] MD5Final(digest, &ctx); ^~~~~~~~ In file included from dtcpclient.c:53: /home/pbulk/build/net/dtcpclient/work/.buildlink/include/openssl/md5.h:51:27: note: declared here OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); ^~~~~~~~~ dtcpclient.c: In function 'dtcp_send': dtcpclient.c:337:2: warning: implicit declaration of function 'strlcat'; did you mean 'strncat'? [-Wimplicit-function-declaration] strlcat(buf, "\r\n", sizeof(buf)); ^~~~~~~ strncat dtcpclient.c: In function 'main': dtcpclient.c:932:3: warning: ignoring return value of 'daemon', declared with attribute warn_unused_result [-Wunused-result] daemon(0, 0); ^~~~~~~~~~~~ dtcpclient.c:957:43: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] snprintf(dtcp_mtu, sizeof(dtcp_mtu), "%d", mtu); ^ In file included from /usr/include/stdio.h:873, from dtcpclient.c:42: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 2 and 11 bytes into a destination of size 10 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __glibc_objsize (__s), __fmt, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __va_arg_pack ()); ~~~~~~~~~~~~~~~~~ --- dtcpclient --- cc -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o dtcpclient dtcpclient.o -lcrypto dtcpclient.o: In function `dtcp_send': dtcpclient.c:(.text+0x499): undefined reference to `strlcat' dtcpclient.o: In function `dtcpc': dtcpclient.c:(.text+0xea1): undefined reference to `strlcat' dtcpclient.c:(.text+0xf90): undefined reference to `strlcat' dtcpclient.c:(.text+0xff2): undefined reference to `strlcat' dtcpclient.c:(.text+0x1388): undefined reference to `strlcat' collect2: error: ld returned 1 exit status *** [dtcpclient] Error code 1 bmake: stopped making "all" in /home/pbulk/build/net/dtcpclient/work/dtcpclient-20090812 bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/net/dtcpclient/work/dtcpclient-20090812 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/net/dtcpclient *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/net/dtcpclient