------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/openssl-1.1.1d,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> libircclient-1.7 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> libircclient-1.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libircclient-1.7 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> libircclient-1.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libircclient-1.7 for building => SHA256 Checksum OK for libircclient-1.7.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> libircclient-1.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libircclient-1.7 for building ===> Extracting for libircclient-1.7 => SHA256 Checksum OK for libircclient-1.7.tar.gz. Extracted Memory Use: 1.38M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for libircclient-1.7 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> libircclient-1.7 depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> libircclient-1.7 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> Configuring for libircclient-1.7 configure: loading site script /xports/Templates/config.site checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking for gcc... cc checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for ar... ar checking for ranlib... ranlib checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for stdbool.h that conforms to C99... (cached) yes checking for _Bool... (cached) yes checking for an ANSI C-conforming const... yes checking for size_t... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for sys/select.h... (cached) yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking whether lstat correctly handles trailing slash... (cached) yes checking whether stat accepts an empty string... no checking for localtime_r... yes checking for socket... yes checking for socket in -lsocket... no checking for getaddrinfo... (cached) yes checking for inet_pton... yes checking for getaddrinfo in -lnsl... no checking For MinGW32... no checking for CRYPTO_new_ex_data in -lcrypto... yes checking for SSL_library_init in -lssl... (cached) yes checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... no configure: WARNING: openssl/ssl.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: openssl/ssl.h: proceeding with the compiler's result checking for openssl/ssl.h... yes configure: creating ./config.status config.status: creating examples/Makefile config.status: creating src/Makefile config.status: creating src/config.h SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for libircclient-1.7 --- libircclient.o --- cc -Wall -DIN_BUILDING_LIBIRC -pipe -I/usr/local/include -O2 -fno-strict-aliasing -O3 -DENABLE_IPV6 -DENABLE_THREADS -D_REENTRANT -DENABLE_SSL -I../include -c -o libircclient.o libircclient.c In file included from libircclient.c:18: sockets.c: In function 'socket_connect': sockets.c:95:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( socket_error() == EINTR ) ^~ sockets.c:98:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if ( socket_error() != EINPROGRESS && socket_error() != EWOULDBLOCK ) ^~ sockets.c: In function 'socket_accept': sockets.c:111:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( socket_error() == EINTR ) ^~ sockets.c:114:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return 1; ^~~~~~ libircclient.c: In function 'irc_process_select_descriptors': libircclient.c:825:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( gethostname (hname, sizeof(hname)) < 0 ) ^~ libircclient.c:829:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if ( session->server_password ) ^~ In file included from libircclient.c:27: At top level: ssl.c:73:22: warning: 'cb_openssl_id_function' defined but not used [-Wunused-function] static unsigned long cb_openssl_id_function() ^~~~~~~~~~~~~~~~~~~~~~ ssl.c:64:13: warning: 'cb_openssl_locking_function' defined but not used [-Wunused-function] static void cb_openssl_locking_function( int mode, int n, const char * file, int line ) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from libircclient.c:25: In function 'libirc_colorparser_addorcat', inlined from 'libirc_colorparser_applymask.constprop' at colors.c:73:3, inlined from 'libirc_colorparser_irc2code' at colors.c:102:3: colors.c:49:21: warning: argument 1 null where non-null expected [-Wnonnull] unsigned int len = strlen(str); ^~~~~~~~~~~ In file included from portable.c:20, from libircclient.c:17: colors.c: In function 'libirc_colorparser_irc2code': /usr/include/string.h:110:9: note: in a call to function 'strlen' declared here size_t strlen(const char *) __pure; ^~~~~~ In file included from libircclient.c:25: In function 'libirc_colorparser_addorcat', inlined from 'libirc_colorparser_applymask.constprop' at colors.c:73:3, inlined from 'libirc_colorparser_irc2code' at colors.c:102:3: colors.c:53:3: warning: argument 2 null where non-null expected [-Wnonnull] strcpy (*destline, str); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from portable.c:20, from libircclient.c:17: colors.c: In function 'libirc_colorparser_irc2code': /usr/include/string.h:95:7: note: in a call to function 'strcpy' declared here char *strcpy(char * __restrict, const char * __restrict); ^~~~~~ In file included from libircclient.c:25: In function 'libirc_colorparser_addorcat', inlined from 'libirc_colorparser_applymask.constprop' at colors.c:73:3, inlined from 'libirc_colorparser_irc2code' at colors.c:105:3: colors.c:49:21: warning: argument 1 null where non-null expected [-Wnonnull] unsigned int len = strlen(str); ^~~~~~~~~~~ In file included from portable.c:20, from libircclient.c:17: colors.c: In function 'libirc_colorparser_irc2code': /usr/include/string.h:110:9: note: in a call to function 'strlen' declared here size_t strlen(const char *) __pure; ^~~~~~ In file included from libircclient.c:25: In function 'libirc_colorparser_addorcat', inlined from 'libirc_colorparser_applymask.constprop' at colors.c:73:3, inlined from 'libirc_colorparser_irc2code' at colors.c:105:3: colors.c:53:3: warning: argument 2 null where non-null expected [-Wnonnull] strcpy (*destline, str); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from portable.c:20, from libircclient.c:17: colors.c: In function 'libirc_colorparser_irc2code': /usr/include/string.h:95:7: note: in a call to function 'strcpy' declared here char *strcpy(char * __restrict, const char * __restrict); ^~~~~~ In file included from libircclient.c:25: In function 'libirc_colorparser_addorcat', inlined from 'libirc_colorparser_applymask.constprop' at colors.c:73:3, inlined from 'libirc_colorparser_irc2code' at colors.c:108:3: colors.c:49:21: warning: argument 1 null where non-null expected [-Wnonnull] unsigned int len = strlen(str); ^~~~~~~~~~~ In file included from portable.c:20, from libircclient.c:17: colors.c: In function 'libirc_colorparser_irc2code': /usr/include/string.h:110:9: note: in a call to function 'strlen' declared here size_t strlen(const char *) __pure; ^~~~~~ In file included from libircclient.c:25: In function 'libirc_colorparser_addorcat', inlined from 'libirc_colorparser_applymask.constprop' at colors.c:73:3, inlined from 'libirc_colorparser_irc2code' at colors.c:108:3: colors.c:53:3: warning: argument 2 null where non-null expected [-Wnonnull] strcpy (*destline, str); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from portable.c:20, from libircclient.c:17: colors.c: In function 'libirc_colorparser_irc2code': /usr/include/string.h:95:7: note: in a call to function 'strcpy' declared here char *strcpy(char * __restrict, const char * __restrict); ^~~~~~ In file included from libircclient.c:25: In function 'libirc_colorparser_addorcat', inlined from 'libirc_colorparser_irc2code' at colors.c:73:3: colors.c:49:21: warning: argument 1 null where non-null expected [-Wnonnull] unsigned int len = strlen(str); ^~~~~~~~~~~ In file included from portable.c:20, from libircclient.c:17: colors.c: In function 'libirc_colorparser_irc2code': /usr/include/string.h:110:9: note: in a call to function 'strlen' declared here size_t strlen(const char *) __pure; ^~~~~~ In file included from libircclient.c:25: In function 'libirc_colorparser_addorcat', inlined from 'libirc_colorparser_irc2code' at colors.c:73:3: colors.c:53:3: warning: argument 2 null where non-null expected [-Wnonnull] strcpy (*destline, str); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from portable.c:20, from libircclient.c:17: colors.c: In function 'libirc_colorparser_irc2code': /usr/include/string.h:95:7: note: in a call to function 'strcpy' declared here char *strcpy(char * __restrict, const char * __restrict); ^~~~~~ In file included from libircclient.c:25: In function 'libirc_colorparser_addorcat', inlined from 'libirc_colorparser_applymask.constprop' at colors.c:73:3, inlined from 'libirc_colorparser_irc2code' at colors.c:102:3: colors.c:49:21: warning: argument 1 null where non-null expected [-Wnonnull] unsigned int len = strlen(str); ^~~~~~~~~~~ In file included from portable.c:20, from libircclient.c:17: colors.c: In function 'libirc_colorparser_irc2code': /usr/include/string.h:110:9: note: in a call to function 'strlen' declared here size_t strlen(const char *) __pure; ^~~~~~ In file included from libircclient.c:25: In function 'libirc_colorparser_addorcat', inlined from 'libirc_colorparser_applymask.constprop' at colors.c:73:3, inlined from 'libirc_colorparser_irc2code' at colors.c:102:3: colors.c:53:3: warning: argument 2 null where non-null expected [-Wnonnull] strcpy (*destline, str); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from portable.c:20, from libircclient.c:17: colors.c: In function 'libirc_colorparser_irc2code': /usr/include/string.h:95:7: note: in a call to function 'strcpy' declared here char *strcpy(char * __restrict, const char * __restrict); ^~~~~~ In file included from libircclient.c:25: In function 'libirc_colorparser_addorcat', inlined from 'libirc_colorparser_applymask.constprop' at colors.c:73:3, inlined from 'libirc_colorparser_irc2code' at colors.c:105:3: colors.c:49:21: warning: argument 1 null where non-null expected [-Wnonnull] unsigned int len = strlen(str); ^~~~~~~~~~~ In file included from portable.c:20, from libircclient.c:17: colors.c: In function 'libirc_colorparser_irc2code': /usr/include/string.h:110:9: note: in a call to function 'strlen' declared here size_t strlen(const char *) __pure; ^~~~~~ In file included from libircclient.c:25: In function 'libirc_colorparser_addorcat', inlined from 'libirc_colorparser_applymask.constprop' at colors.c:73:3, inlined from 'libirc_colorparser_irc2code' at colors.c:105:3: colors.c:53:3: warning: argument 2 null where non-null expected [-Wnonnull] strcpy (*destline, str); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from portable.c:20, from libircclient.c:17: colors.c: In function 'libirc_colorparser_irc2code': /usr/include/string.h:95:7: note: in a call to function 'strcpy' declared here char *strcpy(char * __restrict, const char * __restrict); ^~~~~~ In file included from libircclient.c:25: In function 'libirc_colorparser_addorcat', inlined from 'libirc_colorparser_applymask.constprop' at colors.c:73:3, inlined from 'libirc_colorparser_irc2code' at colors.c:108:3: colors.c:49:21: warning: argument 1 null where non-null expected [-Wnonnull] unsigned int len = strlen(str); ^~~~~~~~~~~ In file included from portable.c:20, from libircclient.c:17: colors.c: In function 'libirc_colorparser_irc2code': /usr/include/string.h:110:9: note: in a call to function 'strlen' declared here size_t strlen(const char *) __pure; ^~~~~~ In file included from libircclient.c:25: In function 'libirc_colorparser_addorcat', inlined from 'libirc_colorparser_applymask.constprop' at colors.c:73:3, inlined from 'libirc_colorparser_irc2code' at colors.c:108:3: colors.c:53:3: warning: argument 2 null where non-null expected [-Wnonnull] strcpy (*destline, str); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from portable.c:20, from libircclient.c:17: colors.c: In function 'libirc_colorparser_irc2code': /usr/include/string.h:95:7: note: in a call to function 'strcpy' declared here char *strcpy(char * __restrict, const char * __restrict); ^~~~~~ In file included from libircclient.c:25: In function 'libirc_colorparser_addorcat', inlined from 'libirc_colorparser_irc2code' at colors.c:73:3: colors.c:49:21: warning: argument 1 null where non-null expected [-Wnonnull] unsigned int len = strlen(str); ^~~~~~~~~~~ In file included from portable.c:20, from libircclient.c:17: colors.c: In function 'libirc_colorparser_irc2code': /usr/include/string.h:110:9: note: in a call to function 'strlen' declared here size_t strlen(const char *) __pure; ^~~~~~ In file included from libircclient.c:25: In function 'libirc_colorparser_addorcat', inlined from 'libirc_colorparser_irc2code' at colors.c:73:3: colors.c:53:3: warning: argument 2 null where non-null expected [-Wnonnull] strcpy (*destline, str); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from portable.c:20, from libircclient.c:17: colors.c: In function 'libirc_colorparser_irc2code': /usr/include/string.h:95:7: note: in a call to function 'strcpy' declared here char *strcpy(char * __restrict, const char * __restrict); ^~~~~~ --- libircclient.a --- ar cr libircclient.a libircclient.o ranlib libircclient.a SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> libircclient-1.7 depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for libircclient-1.7 ===> libircclient-1.7 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> Generating temporary packing list install -m 0644 /construction/irc/libircclient/libircclient-1.7/include/*.h /construction/irc/libircclient/stage/usr/local/include install -m 0644 /construction/irc/libircclient/libircclient-1.7/src/libircclient.a /construction/irc/libircclient/stage/usr/local/lib (cd /construction/irc/libircclient/libircclient-1.7/examples/ && /bin/sh -c '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) && /usr/bin/find -Ed $1 $3 \( -type d -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 755 "$@"'\'' . {} + -o -type f -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 0644 "$@"'\'' . {} + \)' COPYTREE_SHARE . /construction/irc/libircclient/stage/usr/local/share/examples/libircclient) ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: you may not need USES=ssl Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for libircclient-1.7 file sizes/checksums [13]: 0% file sizes/checksums [13]: 100% packing files [13]: 0% packing files [13]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:12