+ 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:9: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 177 | 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 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ dtcpclient.c:178:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 178 | 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 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ dtcpclient.c:179:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 179 | 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 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ dtcpclient.c:180:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 180 | 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 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ dtcpclient.c:181:9: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 181 | 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 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ dtcpclient.c: In function 'dtcp_send': dtcpclient.c:337:9: warning: implicit declaration of function 'strlcat'; did you mean 'strncat'? [-Wimplicit-function-declaration] 337 | strlcat(buf, "\r\n", sizeof(buf)); | ^~~~~~~ | strncat dtcpclient.c: In function 'main': dtcpclient.c:932:17: warning: ignoring return value of 'daemon' declared with attribute 'warn_unused_result' [-Wunused-result] 932 | daemon(0, 0); | ^~~~~~~~~~~~ dtcpclient.c:957:57: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] 957 | snprintf(dtcp_mtu, sizeof(dtcp_mtu), "%d", mtu); | ^ In file included from /usr/include/stdio.h:900, from dtcpclient.c:42: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 2 and 11 bytes into a destination of size 10 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ --- dtcpclient --- cc -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o dtcpclient dtcpclient.o -lcrypto /bin/ld: dtcpclient.o: in function `dtcp_send': dtcpclient.c:(.text+0x497): undefined reference to `strlcat' /bin/ld: dtcpclient.o: in function `dtcpc': dtcpclient.c:(.text+0xe7d): undefined reference to `strlcat' /bin/ld: dtcpclient.c:(.text+0xfd9): undefined reference to `strlcat' /bin/ld: dtcpclient.c:(.text+0x1039): undefined reference to `strlcat' /bin/ld: dtcpclient.c:(.text+0x12d5): undefined reference to `strlcat' collect2: error: ld returned 1 exit status *** [dtcpclient] Error code 1 bmake: stopped in /home/pbulk/build/net/dtcpclient/work/dtcpclient-20090812 1 error bmake: stopped in /home/pbulk/build/net/dtcpclient/work/dtcpclient-20090812 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/net/dtcpclient *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/net/dtcpclient