Building libmsocket-0.4_1.txz (origin /buildshare/ports/355755/devel/libmsocket) for powerpc-10-0 on XXX slot2: created x distfiles/ x distfiles/libmsocket-0.4.tar.bz2 x packages/ x packages/libevent-1.4.14b_3.txz x packages/pkg-1.2.7_2.txz ELF ldconfig path: /lib /usr/lib /usr/lib/compat Make depends ===> libmsocket-0.4_1 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /buildshare/ports/355755/ports-mgmt/pkg ===> Installing existing package /packages/pkg-1.2.7_2.txz Installing pkg-1.2.7_2... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of libmsocket-0.4_1 ===> libmsocket-0.4_1 depends on shared library: libevent-1.4.so - not found ===> Verifying for libevent-1.4.so in /buildshare/ports/355755/devel/libevent ===> Installing existing package /packages/libevent-1.4.14b_3.txz Installing libevent-1.4.14b_3... done ===> Returning to build of libmsocket-0.4_1 Make install ===> libmsocket-0.4_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libmsocket-0.4_1 for building ===> Extracting for libmsocket-0.4_1 => SHA256 Checksum OK for libmsocket-0.4.tar.bz2. ===> Patching for libmsocket-0.4_1 ===> Applying FreeBSD patches for libmsocket-0.4_1 /usr/bin/sed -i.bak 's, withval=$with_libevent; cf_enable_libevent=$enableval, withval=$with_libevent; cf_enable_libevent=$with_libevent,' /obj/buildshare/ports/355755/devel/libmsocket/work/libmsocket-0.4/configure ===> libmsocket-0.4_1 depends on shared library: libevent-1.4.so - found (/usr/local/lib/libevent-1.4.so.4) ===> Configuring for libmsocket-0.4_1 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/devel/libmsocket/work/libmsocket-0.4/configure configure: loading site script /buildshare/ports/355755/Templates/config.site checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o 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 library containing strerror... none required checking for inline... inline checking for an ANSI C-conforming const... yes checking for working volatile... yes 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 whether byte ordering is bigendian... yes checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether make sets $(MAKE)... yes checking for test... /bin/test checking for ANSI C header files... (cached) yes checking for stdint.h... (cached) yes checking for sys/param.h... (cached) yes checking sys/endian.h usability... yes checking sys/endian.h presence... yes checking for sys/endian.h... yes checking for netinet/in.h... (cached) yes checking for long long... (cached) yes checking size of long long... 8 checking for long... (cached) yes checking size of long... 4 checking for int... (cached) yes checking size of int... 4 checking for short... (cached) yes checking size of short... 2 checking for mmap... (cached) yes checking for realloc... yes checking for reallocf... yes checking for gmtime_r... yes checking for localtime_r... yes checking for usleep... (cached) yes checking for readpassphrase.h... (cached) yes checking for readpassphrase... (cached) yes checking for uint64_t... yes checking for int64_t... yes checking for entropy device... /dev/urandom checking for OpenSSL... /usr checking for SSL_library_init in -lssl... yes checking for RAND_seed in -lcrypto... yes checking for OpenSSL 0.9.7 or above... found checking for libevent... /usr/local checking for event_init in -levent... yes checking event.h usability... yes checking event.h presence... yes checking for event.h... yes configure: creating ./config.status config.status: creating Makefile config.status: creating localconfig.h ===> Building for libmsocket-0.4_1 cc -O -pipe -I./ -O2 -pipe -fno-strict-aliasing -I/usr/include -I/usr/local/include -c base64.c cc -O -pipe -I./ -O2 -pipe -fno-strict-aliasing -I/usr/include -I/usr/local/include -c conn.c cc -O -pipe -I./ -O2 -pipe -fno-strict-aliasing -I/usr/include -I/usr/local/include -c dns.c cc -O -pipe -I./ -O2 -pipe -fno-strict-aliasing -I/usr/include -I/usr/local/include -c file.c cc -O -pipe -I./ -O2 -pipe -fno-strict-aliasing -I/usr/include -I/usr/local/include -c lms.c cc -O -pipe -I./ -O2 -pipe -fno-strict-aliasing -I/usr/include -I/usr/local/include -c mux.c cc -O -pipe -I./ -O2 -pipe -fno-strict-aliasing -I/usr/include -I/usr/local/include -c passwords.c cc -O -pipe -I./ -O2 -pipe -fno-strict-aliasing -I/usr/include -I/usr/local/include -c rand.c cc -O -pipe -I./ -O2 -pipe -fno-strict-aliasing -I/usr/include -I/usr/local/include -c socket.c cc -O -pipe -I./ -O2 -pipe -fno-strict-aliasing -I/usr/include -I/usr/local/include -c ssl.c ssl.c: In function 'lms_ssl_getclientinfo': ssl.c:815: warning: assignment discards qualifiers from pointer target type cc -O -pipe -I./ -O2 -pipe -fno-strict-aliasing -I/usr/include -I/usr/local/include -c str.c cc -shared -O -pipe -I./ -O2 -pipe -fno-strict-aliasing -I/usr/include -I/usr/local/include -o libmsocket.so base64.o conn.o dns.o file.o lms.o mux.o passwords.o rand.o socket.o ssl.o str.o ar rcs libmsocket.a base64.o conn.o dns.o file.o lms.o mux.o passwords.o rand.o socket.o ssl.o str.o ===> Staging for libmsocket-0.4_1 ===> Generating temporary packing list cc -shared -O -pipe -I./ -O2 -pipe -fno-strict-aliasing -I/usr/include -I/usr/local/include -o libmsocket.so base64.o conn.o dns.o file.o lms.o mux.o passwords.o rand.o socket.o ssl.o str.o ar rcs libmsocket.a base64.o conn.o dns.o file.o lms.o mux.o passwords.o rand.o socket.o ssl.o str.o /usr/bin/install -m 0644 msocket.h /obj/buildshare/ports/355755/devel/libmsocket/work/stage/usr/local/include/msocket.h /usr/bin/install -m 0644 msocketutils.h /obj/buildshare/ports/355755/devel/libmsocket/work/stage/usr/local/include/msocketutils.h /usr/bin/install -m 0644 libmsocket.so /obj/buildshare/ports/355755/devel/libmsocket/work/stage/usr/local/lib/libmsocket.so.0.1 /usr/bin/install -m 0644 libmsocket.a /obj/buildshare/ports/355755/devel/libmsocket/work/stage/usr/local/lib/libmsocket.a ln -s /obj/buildshare/ports/355755/devel/libmsocket/work/stage/usr/local/lib/libmsocket.so.0.1 /obj/buildshare/ports/355755/devel/libmsocket/work/stage/usr/local/lib/libmsocket.so /bin/ln -sf libmsocket.so.0.1 /obj/buildshare/ports/355755/devel/libmsocket/work/stage/usr/local/lib/libmsocket.so ====> Compressing man pages (compress-man) ===> Installing for libmsocket-0.4_1 ===> Checking if devel/libmsocket already installed ===> Registering installation for libmsocket-0.4_1 Installing libmsocket-0.4_1... done ===> SECURITY REPORT: This port has installed the following files which may act as network servers and may therefore pose a remote security risk to the system. /usr/local/lib/libmsocket.so.0.1 If there are vulnerabilities in these programs there may be a security risk to the system. FreeBSD makes no guarantee about the security of ports included in the Ports Collection. Please type 'make deinstall' to deinstall the port if this is a concern. For more information, and contact details about the security status of this software, see the following webpage: http://sourceforge.net/projects/kageki Make package ===> Building package for libmsocket-0.4_1 slot2: removed