WARNING: [license.mk] Every package should define a LICENSE. ===> Building for spegla-1.1p4nb1 clang -pipe -Os -Wall -c jftp.c jftp.c:553:61: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] if (getsockname(c->ftp_listen, (struct sockaddr *) &sin2, &len) < 0) { ^~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/socket.h:710:78: note: passing argument to parameter here int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict) ^ jftp.c:716:16: warning: variable 'recieved' set but not used [-Wunused-but-set-variable] int done, recieved; ^ jftp.c:809:16: warning: variable 'recieved' set but not used [-Wunused-but-set-variable] int done, recieved; ^ 3 warnings generated. clang -pipe -Os -Wall -c parserow.c In file included from parserow.c:54: ./strlcpy.h:5:8: error: expected parameter declarator size_t strlcpy(char *dst, const char *src, size_t size); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:112:47: note: expanded from macro 'strlcpy' __builtin___strlcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' #define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' # define _USE_FORTIFY_LEVEL 2 ^ In file included from parserow.c:54: ./strlcpy.h:5:8: error: expected ')' /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:112:47: note: expanded from macro 'strlcpy' __builtin___strlcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' #define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' # define _USE_FORTIFY_LEVEL 2 ^ ./strlcpy.h:5:8: note: to match this '(' /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:112:47: note: expanded from macro 'strlcpy' __builtin___strlcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_common.h:39:53: note: expanded from macro '__darwin_obsz' #define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) ^ In file included from parserow.c:54: ./strlcpy.h:5:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] size_t strlcpy(char *dst, const char *src, size_t size); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:112:47: note: expanded from macro 'strlcpy' __builtin___strlcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_common.h:39:31: note: expanded from macro '__darwin_obsz' #define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) ^ In file included from parserow.c:54: ./strlcpy.h:5:8: error: conflicting types for '__builtin___strlcpy_chk' /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:112:3: note: expanded from macro 'strlcpy' __builtin___strlcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ ./strlcpy.h:5:8: note: '__builtin___strlcpy_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)' /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:112:3: note: expanded from macro 'strlcpy' __builtin___strlcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ In file included from parserow.c:54: ./strlcpy.h:6:8: error: expected parameter declarator size_t strlcat(char *dst, const char *src, size_t size); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:119:47: note: expanded from macro 'strlcat' __builtin___strlcat_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' #define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' # define _USE_FORTIFY_LEVEL 2 ^ In file included from parserow.c:54: ./strlcpy.h:6:8: error: expected ')' /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:119:47: note: expanded from macro 'strlcat' __builtin___strlcat_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' #define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' # define _USE_FORTIFY_LEVEL 2 ^ ./strlcpy.h:6:8: note: to match this '(' /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:119:47: note: expanded from macro 'strlcat' __builtin___strlcat_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_common.h:39:53: note: expanded from macro '__darwin_obsz' #define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) ^ In file included from parserow.c:54: ./strlcpy.h:6:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] size_t strlcat(char *dst, const char *src, size_t size); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:119:47: note: expanded from macro 'strlcat' __builtin___strlcat_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_common.h:39:31: note: expanded from macro '__darwin_obsz' #define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) ^ In file included from parserow.c:54: ./strlcpy.h:6:8: error: conflicting types for '__builtin___strlcat_chk' /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:119:3: note: expanded from macro 'strlcat' __builtin___strlcat_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ ./strlcpy.h:6:8: note: '__builtin___strlcat_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)' /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:119:3: note: expanded from macro 'strlcat' __builtin___strlcat_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ In file included from parserow.c:55: In file included from ./parserow.h:31: ./spegla.h:119:1: warning: passing 'size_t *' (aka 'unsigned long *') to parameter of type 'ssize_t *' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign] FIFO_TYPE(spf, struct sp_file) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./container.h:547:40: note: expanded from macro 'FIFO_TYPE' FIFO_TYPEDEF_DEFS(NAME,TYPE) \ ^ ./container.h:527:26: note: expanded from macro '\ FIFO_FUN_DEFS' ((struct fifo_list *)f, pos, (void **)data) ) \ ^~~ ./container.h:354:34: note: expanded from macro 'DEF_F_DECL' return (ret_t)CC_3(PRE,_,f_name)arg2; \ ^~~~ ./container.h:167:44: note: passing argument to parameter 'pos' here int fifo_walk(struct fifo_list *, ssize_t *pos, TYPE **data); ^ In file included from parserow.c:55: In file included from ./parserow.h:31: ./spegla.h:119:1: warning: passing 'size_t *' (aka 'unsigned long *') to parameter of type 'ssize_t *' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign] FIFO_TYPE(spf, struct sp_file) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./container.h:547:40: note: expanded from macro 'FIFO_TYPE' FIFO_TYPEDEF_DEFS(NAME,TYPE) \ ^ ./container.h:531:26: note: expanded from macro '\ FIFO_FUN_DEFS' ((struct fifo_list *)f, pos, (void **)data) ) \ ^~~ ./container.h:354:34: note: expanded from macro 'DEF_F_DECL' return (ret_t)CC_3(PRE,_,f_name)arg2; \ ^~~~ ./container.h:168:49: note: passing argument to parameter 'pos' here int fifo_walk_back(struct fifo_list *, ssize_t *pos, TYPE **data); ^ 4 warnings and 6 errors generated. *** [parserow.o] Error code 1 bmake: stopped making "all" in /Users/pbulk/build/net/spegla/work/spegla-1.1p4 bmake: 1 error bmake: stopped making "all" in /Users/pbulk/build/net/spegla/work/spegla-1.1p4 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/net/spegla *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/net/spegla