=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for samba-3.6.25nb49 Using CFLAGS = -O2 -DNO_STATIC_MODULES -DNO_STATIC_MODULES -I/usr/include/krb5 -DLDAP_DEPRECATED -I/usr/pkg/include -Dz_off_t=long -I. -I/pbulk/work/net/samba/work/samba-3.6.25/source3 -I/pbulk/work/net/samba/work/samba-3.6.25/source3/../lib/iniparser/src -Iinclude -I./include -I. -I. -I./../lib/replace -I./librpc -I./.. -I./../lib/talloc -I./../lib/tevent -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/pkg/include -DNO_STATIC_MODULES -DNO_STATIC_MODULES -I/usr/include/krb5 -DLDAP_DEPRECATED -I/usr/pkg/include -Dz_off_t=long -Iinclude -I./include -I. -I. -I./../lib/replace -I./librpc -I./.. -I./../lib/popt -DLDAP_DEPRECATED -I/pbulk/work/net/samba/work/samba-3.6.25/source3/lib -I.. -D_SAMBA_BUILD_=3 -D_SAMBA_BUILD_=3 mkdir bin PICFLAG = -fPIC -DPIC LIBS = -lresolv -lresolv -lexecinfo -lintl LDFLAGS = -pie -Wl,-z,relro -Wl,-zrelro -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L./bin Compiling ../lib/replace/replace.c DYNEXP = -Wl,--export-dynamic Compiling ../lib/replace/getpass.c Compiling ../lib/talloc/talloc.c Compiling ../lib/replace/snprintf.c Compiling ../lib/replace/strptime.c LDSHFLAGS = -fPIC -DPIC -shared -Wl,-z,relro -Wl,-zrelro -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L./bin -lc -Wl,-z,defs SHLIBEXT = so SONAMEFLAG = -Wl,-soname, creating /pbulk/work/net/samba/work/samba-3.6.25/source3/exports/libtalloc.syms Compiling dynconfig.c Compiling param/loadparm.c Compiling param/util.c Compiling param/loadparm_server_role.c Compiling lib/sharesec.c Compiling lib/ldap_debug_handler.c Compiling smbd/server_reload.c Compiling smbd/files.c Compiling smbd/connection.c Compiling smbd/utmp.c Compiling smbd/session.c Compiling smbd/dfree.c Compiling smbd/dir.c Compiling smbd/password.c Compiling smbd/conn.c Compiling smbd/share_access.c smbd/password.c: In function 'validate_group': smbd/password.c:494:22: warning: passing argument 1 of 'getnetgrent' from incompatible pointer type [-Wincompatible-pointer-types] 494 | while (getnetgrent(&host, &user, &domain)) { | ^~~~~ | | | char ** In file included from include/includes.h:169, from smbd/password.c:21: /usr/include/netgroup.h:58:18: note: expected 'const char **' but argument is of type 'char **' 58 | int getnetgrent (const char **, const char **, const char **); | ^~~~~~~~~~~~~ smbd/password.c:494:29: warning: passing argument 2 of 'getnetgrent' from incompatible pointer type [-Wincompatible-pointer-types] 494 | while (getnetgrent(&host, &user, &domain)) { | ^~~~~ | | | char ** In file included from include/includes.h:169, from smbd/password.c:21: /usr/include/netgroup.h:58:33: note: expected 'const char **' but argument is of type 'char **' 58 | int getnetgrent (const char **, const char **, const char **); | ^~~~~~~~~~~~~ smbd/password.c:494:36: warning: passing argument 3 of 'getnetgrent' from incompatible pointer type [-Wincompatible-pointer-types] 494 | while (getnetgrent(&host, &user, &domain)) { | ^~~~~~~ | | | char ** In file included from include/includes.h:169, from smbd/password.c:21: /usr/include/netgroup.h:58:48: note: expected 'const char **' but argument is of type 'char **' 58 | int getnetgrent (const char **, const char **, const char **); | ^~~~~~~~~~~~~ In file included from include/includes.h:545, from smbd/password.c:21: smbd/password.c: In function 'authorise_login': include/safe_string.h:87:42: warning: 'sizeof' on array function parameter 'user' will return size of 'char *' [-Wsizeof-array-argument] 87 | #define CHECK_STRING_SIZE(d, len) (sizeof(d) != (len) && sizeof(d) != sizeof(char *)) | ^ include/safe_string.h:172:6: note: in expansion of macro 'CHECK_STRING_SIZE' 172 | (CHECK_STRING_SIZE(d, max_len+1) \ | ^~~~~~~~~~~~~~~~~ include/safe_string.h:126:2: note: in expansion of macro 'safe_strcpy_fn2' 126 | safe_strcpy_fn2(SAFE_STRING_FUNCTION_NAME, SAFE_STRING_LINE, \ | ^~~~~~~~~~~~~~~ include/safe_string.h:100:22: note: in expansion of macro 'safe_strcpy' 100 | #define fstrcpy(d,s) safe_strcpy((d),(s),sizeof(fstring)-1) | ^~~~~~~~~~~ smbd/password.c:648:5: note: in expansion of macro 'fstrcpy' 648 | fstrcpy(user,user2); | ^~~~~~~ smbd/password.c:594:26: note: declared here 594 | int snum, fstring user, DATA_BLOB password, | ~~~~~~~~^~~~ In file included from include/includes.h:545, from smbd/password.c:21: include/safe_string.h:87:64: warning: 'sizeof' on array function parameter 'user' will return size of 'char *' [-Wsizeof-array-argument] 87 | #define CHECK_STRING_SIZE(d, len) (sizeof(d) != (len) && sizeof(d) != sizeof(char *)) | ^ include/safe_string.h:172:6: note: in expansion of macro 'CHECK_STRING_SIZE' 172 | (CHECK_STRING_SIZE(d, max_len+1) \ | ^~~~~~~~~~~~~~~~~ include/safe_string.h:126:2: note: in expansion of macro 'safe_strcpy_fn2' 126 | safe_strcpy_fn2(SAFE_STRING_FUNCTION_NAME, SAFE_STRING_LINE, \ | ^~~~~~~~~~~~~~~ include/safe_string.h:100:22: note: in expansion of macro 'safe_strcpy' 100 | #define fstrcpy(d,s) safe_strcpy((d),(s),sizeof(fstring)-1) | ^~~~~~~~~~~ smbd/password.c:648:5: note: in expansion of macro 'fstrcpy' 648 | fstrcpy(user,user2); | ^~~~~~~ smbd/password.c:594:26: note: declared here 594 | int snum, fstring user, DATA_BLOB password, | ~~~~~~~~^~~~ In file included from include/includes.h:545, from smbd/password.c:21: include/safe_string.h:87:42: warning: 'sizeof' on array function parameter 'user' will return size of 'char *' [-Wsizeof-array-argument] 87 | #define CHECK_STRING_SIZE(d, len) (sizeof(d) != (len) && sizeof(d) != sizeof(char *)) | ^ include/safe_string.h:172:6: note: in expansion of macro 'CHECK_STRING_SIZE' 172 | (CHECK_STRING_SIZE(d, max_len+1) \ | ^~~~~~~~~~~~~~~~~ include/safe_string.h:126:2: note: in expansion of macro 'safe_strcpy_fn2' 126 | safe_strcpy_fn2(SAFE_STRING_FUNCTION_NAME, SAFE_STRING_LINE, \ | ^~~~~~~~~~~~~~~ include/safe_string.h:100:22: note: in expansion of macro 'safe_strcpy' 100 | #define fstrcpy(d,s) safe_strcpy((d),(s),sizeof(fstring)-1) | ^~~~~~~~~~~ smbd/password.c:686:6: note: in expansion of macro 'fstrcpy' 686 | fstrcpy(user,auser); | ^~~~~~~ smbd/password.c:594:26: note: declared here 594 | int snum, fstring user, DATA_BLOB password, | ~~~~~~~~^~~~ In file included from include/includes.h:545, from smbd/password.c:21: include/safe_string.h:87:64: warning: 'sizeof' on array function parameter 'user' will return size of 'char *' [-Wsizeof-array-argument] 87 | #define CHECK_STRING_SIZE(d, len) (sizeof(d) != (len) && sizeof(d) != sizeof(char *)) | ^ include/safe_string.h:172:6: note: in expansion of macro 'CHECK_STRING_SIZE' 172 | (CHECK_STRING_SIZE(d, max_len+1) \ | ^~~~~~~~~~~~~~~~~ include/safe_string.h:126:2: note: in expansion of macro 'safe_strcpy_fn2' 126 | safe_strcpy_fn2(SAFE_STRING_FUNCTION_NAME, SAFE_STRING_LINE, \ | ^~~~~~~~~~~~~~~ include/safe_string.h:100:22: note: in expansion of macro 'safe_strcpy' 100 | #define fstrcpy(d,s) safe_strcpy((d),(s),sizeof(fstring)-1) | ^~~~~~~~~~~ smbd/password.c:686:6: note: in expansion of macro 'fstrcpy' 686 | fstrcpy(user,auser); | ^~~~~~~ smbd/password.c:594:26: note: declared here 594 | int snum, fstring user, DATA_BLOB password, | ~~~~~~~~^~~~ In file included from include/includes.h:545, from smbd/password.c:21: include/safe_string.h:87:42: warning: 'sizeof' on array function parameter 'user' will return size of 'char *' [-Wsizeof-array-argument] 87 | #define CHECK_STRING_SIZE(d, len) (sizeof(d) != (len) && sizeof(d) != sizeof(char *)) | ^ include/safe_string.h:172:6: note: in expansion of macro 'CHECK_STRING_SIZE' 172 | (CHECK_STRING_SIZE(d, max_len+1) \ | ^~~~~~~~~~~~~~~~~ include/safe_string.h:126:2: note: in expansion of macro 'safe_strcpy_fn2' 126 | safe_strcpy_fn2(SAFE_STRING_FUNCTION_NAME, SAFE_STRING_LINE, \ | ^~~~~~~~~~~~~~~ include/safe_string.h:100:22: note: in expansion of macro 'safe_strcpy' 100 | #define fstrcpy(d,s) safe_strcpy((d),(s),sizeof(fstring)-1) | ^~~~~~~~~~~ smbd/password.c:699:6: note: in expansion of macro 'fstrcpy' 699 | fstrcpy(user,user2); | ^~~~~~~ smbd/password.c:594:26: note: declared here 594 | int snum, fstring user, DATA_BLOB password, | ~~~~~~~~^~~~ In file included from include/includes.h:545, from smbd/password.c:21: include/safe_string.h:87:64: warning: 'sizeof' on array function parameter 'user' will return size of 'char *' [-Wsizeof-array-argument] 87 | #define CHECK_STRING_SIZE(d, len) (sizeof(d) != (len) && sizeof(d) != sizeof(char *)) | ^ include/safe_string.h:172:6: note: in expansion of macro 'CHECK_STRING_SIZE' 172 | (CHECK_STRING_SIZE(d, max_len+1) \ | ^~~~~~~~~~~~~~~~~ include/safe_string.h:126:2: note: in expansion of macro 'safe_strcpy_fn2' 126 | safe_strcpy_fn2(SAFE_STRING_FUNCTION_NAME, SAFE_STRING_LINE, \ | ^~~~~~~~~~~~~~~ include/safe_string.h:100:22: note: in expansion of macro 'safe_strcpy' 100 | #define fstrcpy(d,s) safe_strcpy((d),(s),sizeof(fstring)-1) | ^~~~~~~~~~~ smbd/password.c:699:6: note: in expansion of macro 'fstrcpy' 699 | fstrcpy(user,user2); | ^~~~~~~ smbd/password.c:594:26: note: declared here 594 | int snum, fstring user, DATA_BLOB password, | ~~~~~~~~^~~~ In file included from include/includes.h:545, from smbd/password.c:21: include/safe_string.h:87:42: warning: 'sizeof' on array function parameter 'user' will return size of 'char *' [-Wsizeof-array-argument] 87 | #define CHECK_STRING_SIZE(d, len) (sizeof(d) != (len) && sizeof(d) != sizeof(char *)) | ^ include/safe_string.h:172:6: note: in expansion of macro 'CHECK_STRING_SIZE' 172 | (CHECK_STRING_SIZE(d, max_len+1) \ | ^~~~~~~~~~~~~~~~~ include/safe_string.h:126:2: note: in expansion of macro 'safe_strcpy_fn2' 126 | safe_strcpy_fn2(SAFE_STRING_FUNCTION_NAME, SAFE_STRING_LINE, \ | ^~~~~~~~~~~~~~~ include/safe_string.h:100:22: note: in expansion of macro 'safe_strcpy' 100 | #define fstrcpy(d,s) safe_strcpy((d),(s),sizeof(fstring)-1) | ^~~~~~~~~~~ smbd/password.c:718:4: note: in expansion of macro 'fstrcpy' 718 | fstrcpy(user,guestname); | ^~~~~~~ smbd/password.c:594:26: note: declared here 594 | int snum, fstring user, DATA_BLOB password, | ~~~~~~~~^~~~ In file included from include/includes.h:545, from smbd/password.c:21: include/safe_string.h:87:64: warning: 'sizeof' on array function parameter 'user' will return size of 'char *' [-Wsizeof-array-argument] 87 | #define CHECK_STRING_SIZE(d, len) (sizeof(d) != (len) && sizeof(d) != sizeof(char *)) | ^ include/safe_string.h:172:6: note: in expansion of macro 'CHECK_STRING_SIZE' 172 | (CHECK_STRING_SIZE(d, max_len+1) \ | ^~~~~~~~~~~~~~~~~ include/safe_string.h:126:2: note: in expansion of macro 'safe_strcpy_fn2' 126 | safe_strcpy_fn2(SAFE_STRING_FUNCTION_NAME, SAFE_STRING_LINE, \ | ^~~~~~~~~~~~~~~ include/safe_string.h:100:22: note: in expansion of macro 'safe_strcpy' 100 | #define fstrcpy(d,s) safe_strcpy((d),(s),sizeof(fstring)-1) | ^~~~~~~~~~~ smbd/password.c:718:4: note: in expansion of macro 'fstrcpy' 718 | fstrcpy(user,guestname); | ^~~~~~~ smbd/password.c:594:26: note: declared here 594 | int snum, fstring user, DATA_BLOB password, | ~~~~~~~~^~~~ Compiling smbd/fileio.c Compiling smbd/ipc.c Compiling smbd/lanman.c Compiling smbd/negprot.c Compiling smbd/message.c Compiling smbd/nttrans.c Compiling smbd/pipes.c Compiling smbd/reply.c Compiling smbd/sesssetup.c Compiling smbd/trans2.c Compiling smbd/uid.c Compiling smbd/dosmode.c Compiling smbd/filename.c Compiling smbd/open.c Compiling smbd/close.c Compiling smbd/blocking.c Compiling smbd/sec_ctx.c Compiling smbd/srvstr.c Compiling smbd/vfs.c Compiling smbd/perfcount.c Compiling smbd/statcache.c Compiling smbd/seal.c Compiling smbd/posix_acls.c Compiling lib/sysacls.c Compiling smbd/process.c Compiling smbd/service.c Compiling smbd/error.c In file included from include/includes.h:545, from smbd/service.c:20: smbd/service.c: In function 'share_sanity_checks': include/safe_string.h:87:42: warning: 'sizeof' on array function parameter 'dev' will return size of 'char *' [-Wsizeof-array-argument] 87 | #define CHECK_STRING_SIZE(d, len) (sizeof(d) != (len) && sizeof(d) != sizeof(char *)) | ^ include/safe_string.h:172:6: note: in expansion of macro 'CHECK_STRING_SIZE' 172 | (CHECK_STRING_SIZE(d, max_len+1) \ | ^~~~~~~~~~~~~~~~~ include/safe_string.h:126:2: note: in expansion of macro 'safe_strcpy_fn2' 126 | safe_strcpy_fn2(SAFE_STRING_FUNCTION_NAME, SAFE_STRING_LINE, \ | ^~~~~~~~~~~~~~~ include/safe_string.h:100:22: note: in expansion of macro 'safe_strcpy' 100 | #define fstrcpy(d,s) safe_strcpy((d),(s),sizeof(fstring)-1) | ^~~~~~~~~~~ smbd/service.c:467:4: note: in expansion of macro 'fstrcpy' 467 | fstrcpy(dev,"LPT1:"); | ^~~~~~~ smbd/service.c:457:17: note: declared here 457 | fstring dev) | ~~~~~~~~^~~ In file included from include/includes.h:545, from smbd/service.c:20: include/safe_string.h:87:64: warning: 'sizeof' on array function parameter 'dev' will return size of 'char *' [-Wsizeof-array-argument] 87 | #define CHECK_STRING_SIZE(d, len) (sizeof(d) != (len) && sizeof(d) != sizeof(char *)) | ^ include/safe_string.h:172:6: note: in expansion of macro 'CHECK_STRING_SIZE' 172 | (CHECK_STRING_SIZE(d, max_len+1) \ | ^~~~~~~~~~~~~~~~~ include/safe_string.h:126:2: note: in expansion of macro 'safe_strcpy_fn2' 126 | safe_strcpy_fn2(SAFE_STRING_FUNCTION_NAME, SAFE_STRING_LINE, \ | ^~~~~~~~~~~~~~~ include/safe_string.h:100:22: note: in expansion of macro 'safe_strcpy' 100 | #define fstrcpy(d,s) safe_strcpy((d),(s),sizeof(fstring)-1) | ^~~~~~~~~~~ smbd/service.c:467:4: note: in expansion of macro 'fstrcpy' 467 | fstrcpy(dev,"LPT1:"); | ^~~~~~~ smbd/service.c:457:17: note: declared here 457 | fstring dev) | ~~~~~~~~^~~ In file included from include/includes.h:545, from smbd/service.c:20: include/safe_string.h:87:42: warning: 'sizeof' on array function parameter 'dev' will return size of 'char *' [-Wsizeof-array-argument] 87 | #define CHECK_STRING_SIZE(d, len) (sizeof(d) != (len) && sizeof(d) != sizeof(char *)) | ^ include/safe_string.h:172:6: note: in expansion of macro 'CHECK_STRING_SIZE' 172 | (CHECK_STRING_SIZE(d, max_len+1) \ | ^~~~~~~~~~~~~~~~~ include/safe_string.h:126:2: note: in expansion of macro 'safe_strcpy_fn2' 126 | safe_strcpy_fn2(SAFE_STRING_FUNCTION_NAME, SAFE_STRING_LINE, \ | ^~~~~~~~~~~~~~~ include/safe_string.h:100:22: note: in expansion of macro 'safe_strcpy' 100 | #define fstrcpy(d,s) safe_strcpy((d),(s),sizeof(fstring)-1) | ^~~~~~~~~~~ smbd/service.c:469:4: note: in expansion of macro 'fstrcpy' 469 | fstrcpy(dev, "IPC"); | ^~~~~~~ smbd/service.c:457:17: note: declared here 457 | fstring dev) | ~~~~~~~~^~~ In file included from include/includes.h:545, from smbd/service.c:20: include/safe_string.h:87:64: warning: 'sizeof' on array function parameter 'dev' will return size of 'char *' [-Wsizeof-array-argument] 87 | #define CHECK_STRING_SIZE(d, len) (sizeof(d) != (len) && sizeof(d) != sizeof(char *)) | ^ include/safe_string.h:172:6: note: in expansion of macro 'CHECK_STRING_SIZE' 172 | (CHECK_STRING_SIZE(d, max_len+1) \ | ^~~~~~~~~~~~~~~~~ include/safe_string.h:126:2: note: in expansion of macro 'safe_strcpy_fn2' 126 | safe_strcpy_fn2(SAFE_STRING_FUNCTION_NAME, SAFE_STRING_LINE, \ | ^~~~~~~~~~~~~~~ include/safe_string.h:100:22: note: in expansion of macro 'safe_strcpy' 100 | #define fstrcpy(d,s) safe_strcpy((d),(s),sizeof(fstring)-1) | ^~~~~~~~~~~ smbd/service.c:469:4: note: in expansion of macro 'fstrcpy' 469 | fstrcpy(dev, "IPC"); | ^~~~~~~ smbd/service.c:457:17: note: declared here 457 | fstring dev) | ~~~~~~~~^~~ In file included from include/includes.h:545, from smbd/service.c:20: include/safe_string.h:87:42: warning: 'sizeof' on array function parameter 'dev' will return size of 'char *' [-Wsizeof-array-argument] 87 | #define CHECK_STRING_SIZE(d, len) (sizeof(d) != (len) && sizeof(d) != sizeof(char *)) | ^ include/safe_string.h:172:6: note: in expansion of macro 'CHECK_STRING_SIZE' 172 | (CHECK_STRING_SIZE(d, max_len+1) \ | ^~~~~~~~~~~~~~~~~ include/safe_string.h:126:2: note: in expansion of macro 'safe_strcpy_fn2' 126 | safe_strcpy_fn2(SAFE_STRING_FUNCTION_NAME, SAFE_STRING_LINE, \ | ^~~~~~~~~~~~~~~ include/safe_string.h:100:22: note: in expansion of macro 'safe_strcpy' 100 | #define fstrcpy(d,s) safe_strcpy((d),(s),sizeof(fstring)-1) | ^~~~~~~~~~~ smbd/service.c:471:4: note: in expansion of macro 'fstrcpy' 471 | fstrcpy(dev,"A:"); | ^~~~~~~ smbd/service.c:457:17: note: declared here 457 | fstring dev) | ~~~~~~~~^~~ Compiling rpc_server/epmd.c In file included from include/includes.h:545, from smbd/service.c:20: include/safe_string.h:87:64: warning: 'sizeof' on array function parameter 'dev' will return size of 'char *' [-Wsizeof-array-argument] 87 | #define CHECK_STRING_SIZE(d, len) (sizeof(d) != (len) && sizeof(d) != sizeof(char *)) | ^ include/safe_string.h:172:6: note: in expansion of macro 'CHECK_STRING_SIZE' 172 | (CHECK_STRING_SIZE(d, max_len+1) \ | ^~~~~~~~~~~~~~~~~ include/safe_string.h:126:2: note: in expansion of macro 'safe_strcpy_fn2' 126 | safe_strcpy_fn2(SAFE_STRING_FUNCTION_NAME, SAFE_STRING_LINE, \ | ^~~~~~~~~~~~~~~ include/safe_string.h:100:22: note: in expansion of macro 'safe_strcpy' 100 | #define fstrcpy(d,s) safe_strcpy((d),(s),sizeof(fstring)-1) | ^~~~~~~~~~~ smbd/service.c:471:4: note: in expansion of macro 'fstrcpy' 471 | fstrcpy(dev,"A:"); | ^~~~~~~ smbd/service.c:457:17: note: declared here 457 | fstring dev) | ~~~~~~~~^~~ In file included from include/includes.h:545, from smbd/service.c:20: include/safe_string.h:87:42: warning: 'sizeof' on array function parameter 'dev' will return size of 'char *' [-Wsizeof-array-argument] 87 | #define CHECK_STRING_SIZE(d, len) (sizeof(d) != (len) && sizeof(d) != sizeof(char *)) | ^ include/safe_string.h:172:6: note: in expansion of macro 'CHECK_STRING_SIZE' 172 | (CHECK_STRING_SIZE(d, max_len+1) \ | ^~~~~~~~~~~~~~~~~ include/safe_string.h:126:2: note: in expansion of macro 'safe_strcpy_fn2' 126 | safe_strcpy_fn2(SAFE_STRING_FUNCTION_NAME, SAFE_STRING_LINE, \ | ^~~~~~~~~~~~~~~ include/safe_string.h:100:22: note: in expansion of macro 'safe_strcpy' 100 | #define fstrcpy(d,s) safe_strcpy((d),(s),sizeof(fstring)-1) | ^~~~~~~~~~~ smbd/service.c:491:3: note: in expansion of macro 'fstrcpy' 491 | fstrcpy(dev, "LPT1:"); | ^~~~~~~ smbd/service.c:457:17: note: declared here 457 | fstring dev) | ~~~~~~~~^~~ In file included from include/includes.h:545, from smbd/service.c:20: include/safe_string.h:87:64: warning: 'sizeof' on array function parameter 'dev' will return size of 'char *' [-Wsizeof-array-argument] 87 | #define CHECK_STRING_SIZE(d, len) (sizeof(d) != (len) && sizeof(d) != sizeof(char *)) | ^ include/safe_string.h:172:6: note: in expansion of macro 'CHECK_STRING_SIZE' 172 | (CHECK_STRING_SIZE(d, max_len+1) \ | ^~~~~~~~~~~~~~~~~ include/safe_string.h:126:2: note: in expansion of macro 'safe_strcpy_fn2' 126 | safe_strcpy_fn2(SAFE_STRING_FUNCTION_NAME, SAFE_STRING_LINE, \ | ^~~~~~~~~~~~~~~ include/safe_string.h:100:22: note: in expansion of macro 'safe_strcpy' 100 | #define fstrcpy(d,s) safe_strcpy((d),(s),sizeof(fstring)-1) | ^~~~~~~~~~~ smbd/service.c:491:3: note: in expansion of macro 'fstrcpy' 491 | fstrcpy(dev, "LPT1:"); | ^~~~~~~ smbd/service.c:457:17: note: declared here 457 | fstring dev) | ~~~~~~~~^~~ Compiling printing/printspoolss.c Compiling printing/spoolssd.c Compiling lib/sysquotas.c Compiling lib/sysquotas_linux.c Compiling lib/sysquotas_xfs.c Compiling lib/sysquotas_4A.c Compiling lib/sysquotas_nfs.c Compiling smbd/fake_file.c Compiling smbd/quotas.c Compiling smbd/ntquotas.c Compiling lib/afs.c Compiling smbd/msdfs.c Compiling lib/afs_settoken.c Compiling smbd/aio.c Compiling smbd/statvfs.c Compiling smbd/dmapi.c Compiling smbd/signing.c Compiling smbd/file_access.c Compiling smbd/dnsregister.c Compiling smbd/globals.c Compiling smbd/smb2_server.c Compiling smbd/smb2_signing.c Compiling smbd/smb2_glue.c Compiling smbd/smb2_negprot.c Compiling smbd/smb2_sesssetup.c Compiling smbd/smb2_tcon.c Compiling smbd/smb2_create.c Compiling smbd/smb2_close.c Compiling smbd/smb2_flush.c Compiling smbd/smb2_read.c Compiling smbd/smb2_write.c Compiling smbd/smb2_lock.c Compiling smbd/smb2_ioctl.c Compiling smbd/smb2_keepalive.c Compiling smbd/smb2_find.c Compiling smbd/smb2_notify.c Compiling smbd/smb2_getinfo.c Compiling smbd/smb2_setinfo.c gmake: *** readdir smbd: Invalid argument. Stop. gmake: *** Waiting for unfinished jobs.... Compiling smbd/smb2_break.c Compiling ../libcli/smb/smb2_create_blob.c *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/net/samba *** Error code 1 Stop. make: stopped in /usr/pkgsrc/net/samba