------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> sxml-1.0.7 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> sxml-1.0.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sxml-1.0.7 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> sxml-1.0.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sxml-1.0.7 for building => SHA256 Checksum OK for sxml-1.0.7.tar.bz2. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> sxml-1.0.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sxml-1.0.7 for building ===> Extracting for sxml-1.0.7 ===> sxml-1.0.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sxml-1.0.7 for building => SHA256 Checksum OK for sxml-1.0.7.tar.bz2. Extracted Memory Use: 0.46M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for sxml-1.0.7 ===> Applying ports patches for sxml-1.0.7 ===> Cleanly applied ports patch(es) patch-Makefile.in patch-examples_Makefile.in SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for sxml-1.0.7 configure: loading site script /xports/Templates/config.site checking build system type... x86_64-portbld-dragonfly5.9 checking host system type... x86_64-portbld-dragonfly5.9 checking target system type... x86_64-portbld-dragonfly5.9 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 a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for ranlib... ranlib checking whether make sets $(MAKE)... yes checking for rm... /bin/rm checking for ld... /usr/bin/ld checking for ar... /usr/bin/ar checking for make... /usr/bin/make checking for mkdir... /bin/mkdir checking for exctags... no checking for ctags... /usr/bin/ctags checking for vim... no checking for nvi... /usr/bin/nvi checking for dirent.h that defines DIR... yes checking for library containing opendir... none required 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 ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for arpa/inet.h... (cached) yes checking for fcntl.h... (cached) yes checking for limits.h... (cached) yes checking for netdb.h... (cached) yes checking for netinet/in.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for sys/time.h... (cached) yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for int32_t... (cached) yes checking for mode_t... (cached) yes checking for uid_t in sys/types.h... (cached) yes checking for off_t... (cached) yes checking for size_t... (cached) yes checking for ssize_t... (cached) yes checking whether byte ordering is bigendian... no checking whether closedir returns void... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... 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 dereferences a symlink specified with a trailing slash... (cached) yes checking whether stat accepts an empty string... no checking for working strtod... (cached) yes checking for gettimeofday... (cached) yes checking for memmove... (cached) yes checking for memset... (cached) yes checking for munmap... (cached) yes checking for select... (cached) yes checking for socket... yes checking for strcasecmp... (cached) yes checking for strchr... (cached) yes checking for strdup... (cached) yes checking for strerror... (cached) yes checking for strpbrk... (cached) yes checking for strtol... (cached) yes checking if --enable-debug option specified... no configure: creating ./config.status config.status: creating Makefile config.status: creating examples/Makefile config.status: creating config.h SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for sxml-1.0.7 cc -pipe -fpic -DHAVE_CONFIG_H -I. -fstrength-reduce -funroll-loops -finline-functions -O2 -I. -c sxml.c -o sxml.o /bin/rm -f libsxml.a /usr/bin/ar rc libsxml.a sxml.o ranlib libsxml.a cc -pipe -fPIC -DHAVE_CONFIG_H -I. -fstrength-reduce -funroll-loops -finline-functions -O2 -I. -c sxml.c -o sxml.lo /bin/rm -f libsxml.so cc -pipe -shared -Wl,-soname,libsxml.so.1 -o libsxml.so.1 sxml.lo ln -s libsxml.so.1 libsxml.so cc -pipe -fpic -DHAVE_CONFIG_H -I. -fstrength-reduce -funroll-loops -finline-functions -O2 -I. -c sxmlrpc.c -o sxmlrpc.o /bin/rm -f libsxmlrpc.a /usr/bin/ar rc libsxmlrpc.a sxmlrpc.o sxml.o ranlib libsxmlrpc.a cc -pipe -fPIC -DHAVE_CONFIG_H -I. -fstrength-reduce -funroll-loops -finline-functions -O2 -I. -c sxmlrpc.c -o sxmlrpc.lo /bin/rm -f libsxmlrpc.so cc -pipe -shared -Wl,-soname,libsxmlrpc.so.1 -o libsxmlrpc.so.1 sxmlrpc.lo sxml.o ln -s libsxmlrpc.so.1 libsxmlrpc.so SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for sxml-1.0.7 ===> Generating temporary packing list /bin/rm /construction/textproc/sxml/stage/usr/local/lib/libsxml.a rm: /construction/textproc/sxml/stage/usr/local/lib/libsxml.a: No such file or directory *** Error code 1 (ignored) install -m 0644 libsxml.a /construction/textproc/sxml/stage/usr/local/lib ranlib -t /construction/textproc/sxml/stage/usr/local/lib/libsxml.a /bin/rm /construction/textproc/sxml/stage/usr/local/lib/libsxml.so.1 rm: /construction/textproc/sxml/stage/usr/local/lib/libsxml.so.1: No such file or directory *** Error code 1 (ignored) /bin/rm /construction/textproc/sxml/stage/usr/local/lib/libsxml.1.dylib rm: /construction/textproc/sxml/stage/usr/local/lib/libsxml.1.dylib: No such file or directory *** Error code 1 (ignored) /bin/rm /construction/textproc/sxml/stage/usr/local/lib/libsxml.so rm: /construction/textproc/sxml/stage/usr/local/lib/libsxml.so: No such file or directory *** Error code 1 (ignored) if [ -f libsxml.so.1 ]; then install -s -m 555 libsxml.so.1 /construction/textproc/sxml/stage/usr/local/lib; (cd /construction/textproc/sxml/stage/usr/local/lib; ln -s libsxml.so.1 libsxml.so); fi if [ -f libsxml.`cat VERSION`.dylib ]; then /usr/bin/install -c libsxml.`cat VERSION`.dylib /construction/textproc/sxml/stage/usr/local/lib; (cd /construction/textproc/sxml/stage/usr/local/lib; ln -s libsxml.`cat VERSION`.dylib libsxml.1.dylib); fi cat: VERSION: No such file or directory install -m 0644 sxml.h /construction/textproc/sxml/stage/usr/local/include /bin/rm /construction/textproc/sxml/stage/usr/local/lib/libsxmlrpc.a rm: /construction/textproc/sxml/stage/usr/local/lib/libsxmlrpc.a: No such file or directory *** Error code 1 (ignored) install -m 0644 libsxmlrpc.a /construction/textproc/sxml/stage/usr/local/lib ranlib -t /construction/textproc/sxml/stage/usr/local/lib/libsxmlrpc.a /bin/rm /construction/textproc/sxml/stage/usr/local/lib/libsxmlrpc.so.1 rm: /construction/textproc/sxml/stage/usr/local/lib/libsxmlrpc.so.1: No such file or directory *** Error code 1 (ignored) /bin/rm /construction/textproc/sxml/stage/usr/local/lib/libsxmlrpc.1.dylib rm: /construction/textproc/sxml/stage/usr/local/lib/libsxmlrpc.1.dylib: No such file or directory *** Error code 1 (ignored) /bin/rm /construction/textproc/sxml/stage/usr/local/lib/libsxmlrpc.so rm: /construction/textproc/sxml/stage/usr/local/lib/libsxmlrpc.so: No such file or directory *** Error code 1 (ignored) if [ -f libsxmlrpc.so.1 ]; then install -s -m 555 libsxmlrpc.so.1 /construction/textproc/sxml/stage/usr/local/lib; (cd /construction/textproc/sxml/stage/usr/local/lib; ln -s libsxmlrpc.so.1 libsxmlrpc.so); fi if [ -f libsxmlrpc.`cat VERSION`.dylib ]; then /usr/bin/install -c libsxmlrpc.`cat VERSION`.dylib /construction/textproc/sxml/stage/usr/local/lib; (cd /construction/textproc/sxml/stage/usr/local/lib; ln -s libsxmlrpc.`cat VERSION`.dylib libsxmlrpc.1.dylib); fi cat: VERSION: No such file or directory install -m 0644 sxmlrpc.h /construction/textproc/sxml/stage/usr/local/include ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for sxml-1.0.7 file sizes/checksums [8]: 0% file sizes/checksums [8]: 100% packing files [8]: 0% packing files [8]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:11