------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.tgz Installing /packages/All/gettext-runtime-0.20.1.tgz Installing /packages/All/gmake-4.2.1_3.tgz Installing /packages/All/libiconv-1.14_11.tgz Installing /packages/All/pkgconf-1.6.1,1.tgz Installing /packages/All/gmp-6.1.2_1.tgz Installing /packages/All/mpfr-4.0.2.tgz Installing /packages/All/pcre-8.43_2.tgz Installing /packages/All/ncurses-6.1.20190525.tgz Installing /packages/All/libedit-3.1.20190324,1.tgz Installing /packages/All/expat-2.2.6_1.tgz Installing /packages/All/libffi-3.2.1_3.tgz Installing /packages/All/readline-8.0.0.tgz Installing /packages/All/openssl-1.0.2s,1.tgz Message from openssl-1.0.2s,1: Edit /usr/local/openssl/openssl.cnf to fit your needs. Installing /packages/All/python27-2.7.16_1.tgz Message from python27-2.7.16_1: =========================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter =========================================================================== Installing /packages/All/perl5-5.28.2.tgz Message from perl5-5.28.2: The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. Installing /packages/All/llvm35-3.5.2_10.tgz Message from llvm35-3.5.2_10: ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Obsolete and unmaintained. It is scheduled to be removed on or after 2019-08-31. SUCCEEDED 00:00:13 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Depends on expiring devel/llvm35. It is scheduled to be removed on or after 2019-08-31. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Depends on expiring devel/llvm35. It is scheduled to be removed on or after 2019-08-31. ===> Fetching all distfiles required by pure-0.64_10 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Depends on expiring devel/llvm35. It is scheduled to be removed on or after 2019-08-31. ===> Fetching all distfiles required by pure-0.64_10 for building => SHA256 Checksum OK for pure-0.64.tar.gz. => SHA256 Checksum OK for pure-docs-0.64.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Depends on expiring devel/llvm35. It is scheduled to be removed on or after 2019-08-31. ===> Fetching all distfiles required by pure-0.64_10 for building ===> Extracting for pure-0.64_10 ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Depends on expiring devel/llvm35. It is scheduled to be removed on or after 2019-08-31. ===> Fetching all distfiles required by pure-0.64_10 for building => SHA256 Checksum OK for pure-0.64.tar.gz. => SHA256 Checksum OK for pure-docs-0.64.tar.gz. Extracted Memory Use: 6.07M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for pure-0.64_10 ===> Applying ports patches for pure-0.64_10 /usr/bin/sed -i.bak -e 's,defcustom pure-docs-dir .*,defcustom pure-docs-dir "/usr/local/share/doc/pure",' /construction/lang/pure/pure-0.64/etc/pure-mode.el.in /usr/bin/sed -i.bak -e 's,default_doc =.*;$,default_doc = "/usr/local/share/doc/pure/index.html";,' -e 's,"+interp.libdir+"docs,/usr/local/share/doc/pure,g' /construction/lang/pure/pure-0.64/lexer.cc SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for pure-0.64_10 configure: loading site script /xports/Templates/config.site checking build system type... x86_64-portbld-dragonfly5.7 checking host system type... x86_64-portbld-dragonfly5.7 checking for a BSD-compatible install... /usr/bin/install -c checking for gcc... cc 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 cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking for bison... bison-missing configure: WARNING: Cannot find bison, won't be able to regenerate parser.cc. checking for flex... flex checking for emacs... no configure: WARNING: Cannot find emacs, won't be able to byte-compile pure-mode.el. checking whether c++ supports C++11 features by default... yes checking whether the linker accepts -l:libm.a... yes checking for texmacs... no 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... no checking size of void *... 8 checking size of long... 8 checking size of size_t... 8 checking for __gmpz_init in -lgmp... yes checking gmp.h usability... yes checking gmp.h presence... yes checking for gmp.h... yes checking for mpfr_init in -lmpfr... yes checking mpfr.h usability... yes checking mpfr.h presence... yes checking for mpfr.h... yes checking for cos in -lm... yes checking for libiconv in -liconv... (cached) no checking for iconv in -liconv... (cached) no checking for regcomp in -lpcreposix... yes checking for glob in -lglob... no checking for a readline compatible library... -lreadline checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes checking edit/readline/readline.h usability... no checking edit/readline/readline.h presence... no checking for edit/readline/readline.h... no checking editline/readline.h usability... yes checking editline/readline.h presence... yes checking for editline/readline.h... yes checking whether readline supports history... yes checking readline/history.h usability... yes checking readline/history.h presence... yes checking for readline/history.h... yes checking edit/readline/history.h usability... no checking edit/readline/history.h presence... no checking for edit/readline/history.h... no checking for history_set_history_state... yes checking if compiler needs -Werror to reject unknown flags... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... yes checking for size_t... (cached) yes checking for working alloca.h... yes checking for alloca... yes checking for ftime... no checking for gettimeofday... (cached) yes checking for nanosleep... yes checking for usleep... (cached) yes checking whether time.h declares the daylight variable... yes checking whether struct tm has tm_gmtoff member... yes checking for strptime... (cached) yes checking for dirent.h... (cached) yes checking for readdir... (cached) yes checking for sys/fcntl.h... (cached) yes checking for sys/wait.h... (cached) yes checking for mkstemp... (cached) yes checking for fstat... (cached) yes checking for _setjmp... yes checking for _longjmp... yes checking for struct stat.st_rdev... yes checking return type of signal handlers... void checking for type of signal functions... posix checking if signal handlers must be reinstalled when invoked... no checking for _Complex float... yes checking for _Complex double... yes checking for /usr/local/llvm35/bin/llvm-config... /usr/local/llvm35/bin/llvm-config checking for shared LLVM library... -L/usr/local/llvm35/lib -lLLVM-3.5.2 checking for new LLVM IRBuilder class (LLVM >= 3.3)... yes checking for new llvm::raw_fd_ostream interface (LLVM >= 2.7)... no checking for new llvm::raw_fd_ostream interface (LLVM >= 3.4)... yes checking for new user_iterator class (LLVM >= 3.5)... yes checking for llvm/Support/DynamicLibrary.h... yes checking for llvm/Support/CallSite.h... no checking how to run the C++ preprocessor... c++ -E checking llvm/Support/raw_ostream.h usability... yes checking llvm/Support/raw_ostream.h presence... yes checking for llvm/Support/raw_ostream.h... yes checking llvm/Support/raw_os_ostream.h usability... yes checking llvm/Support/raw_os_ostream.h presence... yes checking for llvm/Support/raw_os_ostream.h... yes checking llvm/ModuleProvider.h usability... no checking llvm/ModuleProvider.h presence... no checking for llvm/ModuleProvider.h... no checking llvm/TypeSymbolTable.h usability... no checking llvm/TypeSymbolTable.h presence... no checking for llvm/TypeSymbolTable.h... no checking llvm/DataLayout.h usability... no checking llvm/DataLayout.h presence... no checking for llvm/DataLayout.h... no checking llvm/IR/DataLayout.h usability... yes checking llvm/IR/DataLayout.h presence... yes checking for llvm/IR/DataLayout.h... yes checking llvm/DerivedTypes.h usability... no checking llvm/DerivedTypes.h presence... no checking for llvm/DerivedTypes.h... no checking llvm/IRBuilder.h usability... no checking llvm/IRBuilder.h presence... no checking for llvm/IRBuilder.h... no checking llvm/IR/IRBuilder.h usability... yes checking llvm/IR/IRBuilder.h presence... yes checking for llvm/IR/IRBuilder.h... yes checking llvm/IR/Verifier.h usability... yes checking llvm/IR/Verifier.h presence... yes checking for llvm/IR/Verifier.h... yes checking llvm/IR/CallSite.h usability... yes checking llvm/IR/CallSite.h presence... yes checking for llvm/IR/CallSite.h... yes checking llvm/Linker/Linker.h usability... yes checking llvm/Linker/Linker.h presence... yes checking for llvm/Linker/Linker.h... yes checking llvm/Support/TargetSelect.h usability... yes checking llvm/Support/TargetSelect.h presence... yes checking for llvm/Support/TargetSelect.h... yes checking whether llvm::PerformTailCallOpt is declared... no checking whether llvm::GuaranteedTailCallOpt is declared... no checking whether llvm::parseBitcodeFile is declared... yes configure: creating ./config.status config.status: creating Makefile config.status: creating examples/Makefile config.status: creating pure.pc config.status: creating run-test config.status: creating run-tests config.status: creating config.h Pure 0.64 is now configured for LLVM 3.5.2 on x86_64-portbld-dragonfly5.7. Source directory: . Installation prefix: /usr/local Versioned install: no C compiler: cc -pipe -DLIBICONV_PLUG -O2 -isystem /usr/local/include -fno-strict-aliasing -g0 -O3 -DLIBICONV_PLUG -I/usr/local/include -isystem /usr/local/include -DNDEBUG -DDEBUG=0 -I/usr/local/include C++ compiler: c++ -pipe -DLIBICONV_PLUG -O2 -isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG -isystem /usr/local/include -g0 -O3 -DLIBICONV_PLUG -I/usr/local/include -isystem /usr/local/include -DNDEBUG -DDEBUG=0 -I/usr/local/include Linker: c++ -L/usr/local/lib -lm -lmpfr -lgmp -L/usr/local/lib -L/usr/local/lib -lgmp LLVM tool prefix: /usr/local/llvm35/bin/ Readline support: -lreadline Perl regex support: -L/usr/local/lib -lpcreposix POSIX threads: -pthread Build libpure: yes fastcc/TCO support: yes Now run 'make' to build everything, and 'make install' to install this software on your system. To remove the installed software at a later time use the 'make uninstall' command. SUCCEEDED 00:00:34 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for pure-0.64_10 gmake[2]: Entering directory '/construction/lang/pure/pure-0.64' c++ -pipe -DLIBICONV_PLUG -O2 -isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG -isystem /usr/local/include -g0 -O3 -DLIBICONV_PLUG -I/usr/local/include -isystem /usr/local/include -DNDEBUG -DDEBUG=0 -I/usr/local/include -I/usr/local/llvm35/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -pthread -I. -I. -DPURELIB='"/usr/local/lib/pure"' -DLIBPCRE='"/usr/local/lib/libpcreposix.so"' -c -o pure.o pure.cc c++ -pipe -DLIBICONV_PLUG -O2 -isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG -isystem /usr/local/include -g0 -O3 -fPIC -DLIBICONV_PLUG -I/usr/local/include -isystem /usr/local/include -DNDEBUG -DDEBUG=0 -I/usr/local/include -I/usr/local/llvm35/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I. -c -o expr.o expr.cc c++ -pipe -DLIBICONV_PLUG -O2 -isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG -isystem /usr/local/include -g0 -O3 -fPIC -DLIBICONV_PLUG -I/usr/local/include -isystem /usr/local/include -DNDEBUG -DDEBUG=0 -I/usr/local/include -I/usr/local/llvm35/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -pthread -I. -I. -DLIBDIR='"/usr/local/lib"' -DLIBPURE='"libpure.so.8"' -c -o interpreter.o interpreter.cc c++ -pipe -DLIBICONV_PLUG -O2 -isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG -isystem /usr/local/include -g0 -O3 -fPIC -DLIBICONV_PLUG -I/usr/local/include -isystem /usr/local/include -DNDEBUG -DDEBUG=0 -I/usr/local/include -I/usr/local/llvm35/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I. -c -o matcher.o matcher.cc c++ -pipe -DLIBICONV_PLUG -O2 -isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG -isystem /usr/local/include -g0 -O3 -fPIC -DLIBICONV_PLUG -I/usr/local/include -isystem /usr/local/include -DNDEBUG -DDEBUG=0 -I/usr/local/include -I/usr/local/llvm35/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I. -c -o printer.o printer.cc c++ -pipe -DLIBICONV_PLUG -O2 -isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG -isystem /usr/local/include -g0 -O3 -fPIC -DLIBICONV_PLUG -I/usr/local/include -isystem /usr/local/include -DNDEBUG -DDEBUG=0 -I/usr/local/include -I/usr/local/llvm35/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -pthread -I. -I. -DPURELIB='"/usr/local/lib/pure"' -DLIBPCRE='"/usr/local/lib/libpcreposix.so"' -c -o runtime.o runtime.cc c++ -pipe -DLIBICONV_PLUG -O2 -isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG -isystem /usr/local/include -g0 -O3 -fPIC -DLIBICONV_PLUG -I/usr/local/include -isystem /usr/local/include -DNDEBUG -DDEBUG=0 -I/usr/local/include -I/usr/local/llvm35/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I. -c -o symtable.o symtable.cc c++ -pipe -DLIBICONV_PLUG -O2 -isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG -isystem /usr/local/include -g0 -O3 -fPIC -DLIBICONV_PLUG -I/usr/local/include -isystem /usr/local/include -DNDEBUG -DDEBUG=0 -I/usr/local/include -I/usr/local/llvm35/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I. -c -o util.o util.cc c++ -pipe -DLIBICONV_PLUG -O2 -isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG -isystem /usr/local/include -g0 -O3 -fPIC -DLIBICONV_PLUG -I/usr/local/include -isystem /usr/local/include -DNDEBUG -DDEBUG=0 -I/usr/local/include -I/usr/local/llvm35/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I. -c -o lexer.o lexer.cc c++ -pipe -DLIBICONV_PLUG -O2 -isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG -isystem /usr/local/include -g0 -O3 -fPIC -DLIBICONV_PLUG -I/usr/local/include -isystem /usr/local/include -DNDEBUG -DDEBUG=0 -I/usr/local/include -I/usr/local/llvm35/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I. -c -o parser.o parser.cc cc -pipe -DLIBICONV_PLUG -O2 -isystem /usr/local/include -fno-strict-aliasing -g0 -O3 -DLIBICONV_PLUG -I/usr/local/include -isystem /usr/local/include -DNDEBUG -DDEBUG=0 -I/usr/local/include -c -o pure_main.o pure_main.c rm -f etc/pure-mode.el etc/pure-mode.el.tmp test -d etc || mkdir etc sed -e 's,@bindir\@,/usr/local/bin,g' -e 's,@libdir\@,/usr/local/lib,g' ./etc/pure-mode.el.in > etc/pure-mode.el.tmp mv etc/pure-mode.el.tmp etc/pure-mode.el c++ -shared -Wl,-soname,libpure.so.8 -o libpure.so.8.0 -L/usr/local/lib -pthread expr.o interpreter.o matcher.o printer.o runtime.o symtable.o util.o lexer.o parser.o -L/usr/local/lib -lpcreposix -L/usr/local/llvm35/lib -lLLVM-3.5.2 -L/usr/local/llvm35/lib -lm -lmpfr -lgmp -L/usr/local/lib -L/usr/local/lib -lgmp ln -sf libpure.so.8.0 libpure.so.8 ln -sf libpure.so.8.0 libpure.so c++ -o pure -L. -L/usr/local/lib -pthread pure.o -lpure -L/usr/local/lib -lpcreposix -L/usr/local/llvm35/lib -lLLVM-3.5.2 -L/usr/local/llvm35/lib -lm -lmpfr -lgmp -L/usr/local/lib -L/usr/local/lib -lgmp -lreadline gmake[2]: Leaving directory '/construction/lang/pure/pure-0.64' SUCCEEDED 00:02:51 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for pure-0.64_10 ===> Generating temporary packing list gmake[2]: Entering directory '/construction/lang/pure/pure-0.64' for x in /construction/lang/pure/stage/usr/local/bin /construction/lang/pure/stage/usr/local/libdata/pkgconfig /construction/lang/pure/stage/usr/local/include/pure /construction/lang/pure/stage/usr/local/lib/pure /construction/lang/pure/stage/usr/local/man/man1; do /usr/bin/install -c -d $x; done /usr/bin/install -c libpure.so.8.0 /construction/lang/pure/stage/usr/local/lib/libpure.so.8.0 ln -sf libpure.so.8.0 /construction/lang/pure/stage/usr/local/lib/libpure.so.8 ln -sf libpure.so.8.0 /construction/lang/pure/stage/usr/local/lib/libpure.so /usr/bin/install -c pure /construction/lang/pure/stage/usr/local/bin/pure /usr/bin/install -c -m 644 pure.pc /construction/lang/pure/stage/usr/local/libdata/pkgconfig/pure.pc /usr/bin/install -c -m 644 ./runtime.h /construction/lang/pure/stage/usr/local/include/pure /usr/bin/install -c -m 644 ./pure_main.c pure_main.o /construction/lang/pure/stage/usr/local/lib/pure for x in ./lib/*.pure; do /usr/bin/install -c -m 644 $x /construction/lang/pure/stage/usr/local/lib/pure; done /usr/bin/install -c -m 644 ./pure.1 /construction/lang/pure/stage/usr/local/man/man1/pure.1 gmake[2]: Leaving directory '/construction/lang/pure/pure-0.64' /usr/bin/strip /construction/lang/pure/stage/usr/local/bin/pure /construction/lang/pure/stage/usr/local/lib/libpure.so.*.* /usr/bin/tar -C /construction/lang/pure/stage/usr/local/share/doc/pure --strip-components 1 --exclude Makefile --exclude '*.tm' --no-same-owner --no-same-permissions --exclude texmacs -xpf /distfiles/pure-docs-0.64.tar.gz /usr/bin/find /construction/lang/pure/stage/usr/local/share/doc/pure -type f | /usr/bin/xargs /bin/chmod 444 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/libpure.so.8.0 is linked to /usr/local/lib/libtinfo.so.6 from devel/ncurses but it is not declared as a dependency Warning: you need USES+=ncurses Error: /usr/local/lib/libpure.so.8.0 is linked to /usr/local/lib/libncurses.so.6 from devel/ncurses but it is not declared as a dependency Warning: you need USES+=ncurses Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- x====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- x===> Building package for pure-0.64_10 file sizes/checksums [267]: 0% file sizes/checksums [267]: 37% file sizes/checksums [267]: 74% file sizes/checksums [267]: 100% packing files [267]: 0% packing files [267]: 37% packing files [267]: 74% packing files [267]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:04 TOTAL TIME 00:03:48