------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> ficl-4.1.0_3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> ficl-4.1.0_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ficl-4.1.0_3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> ficl-4.1.0_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ficl-4.1.0_3 for building => SHA256 Checksum OK for ficl-4.1.0.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> ficl-4.1.0_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ficl-4.1.0_3 for building ===> Extracting for ficl-4.1.0_3 => SHA256 Checksum OK for ficl-4.1.0.tar.gz. Extracted Memory Use: 1.86M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for ficl-4.1.0_3 ===> Applying ports patches for ficl-4.1.0_3 ===> Cleanly applied ports patch(es) patch-dictionary.c patch-double.c patch-ficl.h patch-float.c patch-primitives.c patch-tools.c patch-vm.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for ficl-4.1.0_3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for ficl-4.1.0_3 --- dictionary.o --- --- system.o --- --- fileaccess.o --- --- float.o --- --- double.o --- --- prefix.o --- --- search.o --- --- softcore.o --- --- stack.o --- --- tools.o --- --- system.o --- cc -O -fPIC -Wall -I. -c -o system.o system.c --- double.o --- cc -O -fPIC -Wall -I. -c -o double.o double.c --- search.o --- cc -O -fPIC -Wall -I. -c -o search.o search.c --- softcore.o --- cc -O -fPIC -Wall -I. -c -o softcore.o softcore.c --- stack.o --- cc -O -fPIC -Wall -I. -c -o stack.o stack.c --- tools.o --- cc -O -fPIC -Wall -I. -c -o tools.o tools.c --- fileaccess.o --- cc -O -fPIC -Wall -I. -c -o fileaccess.o fileaccess.c --- dictionary.o --- cc -O -fPIC -Wall -I. -c -o dictionary.o dictionary.c --- float.o --- cc -O -fPIC -Wall -I. -c -o float.o float.c --- prefix.o --- cc -O -fPIC -Wall -I. -c -o prefix.o prefix.c --- dictionary.o --- dictionary.c: In function 'ficlDictionaryAppendString': dictionary.c:199:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (length > FICL_NAME_LENGTH) ^~ dictionary.c:202:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return ficlDictionaryAppendData(dictionary, data, length); ^~~~~~ dictionary.c: In function 'ficlDictionaryIsAWord': dictionary.c:542:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!ficlDictionaryIncludes(dictionary, word->name)) ^~ dictionary.c:545:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if ((word->link != NULL) && !ficlDictionaryIncludes(dictionary, word->link)) ^~ --- vm.o --- cc -O -fPIC -Wall -I. -c -o vm.o vm.c --- primitives.o --- cc -O -fPIC -Wall -I. -c -o primitives.o primitives.c --- bit.o --- cc -O -fPIC -Wall -I. -c -o bit.o bit.c --- primitives.o --- primitives.c: In function 'ficlPrimitiveToValue': primitives.c:2785:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!word) ^~ primitives.c:2788:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' switch ((ficlInstruction)word->code) ^~~~~~ --- lzuncompress.o --- cc -O -fPIC -Wall -I. -c -o lzuncompress.o lzuncompress.c --- unix.o --- cc -O -fPIC -Wall -I. -c -o unix.o ficlplatform/unix.c --- utility.o --- cc -O -fPIC -Wall -I. -c -o utility.o utility.c --- hash.o --- cc -O -fPIC -Wall -I. -c -o hash.o hash.c --- callback.o --- cc -O -fPIC -Wall -I. -c -o callback.o callback.c --- word.o --- cc -O -fPIC -Wall -I. -c -o word.o word.c --- extras.o --- cc -O -fPIC -Wall -I. -c -o extras.o extras.c --- main.o --- cc -O -fPIC -Wall -I. -c -o main.o main.c --- libficl.a --- --- libficl.so.4.1.0 --- --- libficl.a --- ar cr libficl.a dictionary.o system.o fileaccess.o float.o double.o prefix.o search.o softcore.o stack.o tools.o vm.o primitives.o bit.o lzuncompress.o unix.o utility.o hash.o callback.o word.o extras.o --- libficl.so.4.1.0 --- cc -shared -Wl,-soname,libficl.so.4.1.0 -o libficl.so.4.1.0 dictionary.o system.o fileaccess.o float.o double.o prefix.o search.o softcore.o stack.o tools.o vm.o primitives.o bit.o lzuncompress.o unix.o utility.o hash.o callback.o word.o extras.o --- libficl.a --- ranlib libficl.a --- ficl --- cc -O -fPIC -Wall main.o -o ficl -L. -lficl -lm --- libficl.so.4.1.0 --- ln -sf libficl.so.4.1.0 libficl.so SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for ficl-4.1.0_3 ===> Generating temporary packing list install -s -m 555 /construction/lang/ficl/ficl-4.1.0/ficl /construction/lang/ficl/stage/usr/local/bin install -m 0644 /construction/lang/ficl/ficl-4.1.0/ficl*.h /construction/lang/ficl/stage/usr/local/include install -m 0644 /construction/lang/ficl/ficl-4.1.0/libficl.a /construction/lang/ficl/stage/usr/local/lib install -s -m 0644 /construction/lang/ficl/ficl-4.1.0/libficl.so.4.1.0 /construction/lang/ficl/stage/usr/local/lib cd /construction/lang/ficl/stage/usr/local/lib && ln -sf libficl.so.4.1.0 libficl.so install -m 0644 /construction/lang/ficl/ficl-4.1.0/ficlplatform/unix.h /construction/lang/ficl/stage/usr/local/include/ficlplatform install -m 0644 /construction/lang/ficl/ficl-4.1.0/ficlplatform/unix.c /construction/lang/ficl/stage/usr/local/share/ficl/ficlplatform (cd /construction/lang/ficl/ficl-4.1.0/contrib && /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 xclasses /construction/lang/ficl/stage/usr/local/share/ficl) (cd /construction/lang/ficl/ficl-4.1.0 && /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 softcore /construction/lang/ficl/stage/usr/local/share/ficl) (cd /construction/lang/ficl/ficl-4.1.0 && /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 test /construction/lang/ficl/stage/usr/local/share/ficl) install -m 0644 /construction/lang/ficl/ficl-4.1.0/doc/*.html /construction/lang/ficl/ficl-4.1.0/doc/*.ico /construction/lang/ficl/stage/usr/local/share/doc/ficl (cd /construction/lang/ficl/ficl-4.1.0/doc && /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 articles /construction/lang/ficl/stage/usr/local/share/doc/ficl) (cd /construction/lang/ficl/ficl-4.1.0/doc && /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 graphics /construction/lang/ficl/stage/usr/local/share/doc/ficl) ====> 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 ficl-4.1.0_3 file sizes/checksums [63]: 0% file sizes/checksums [63]: 100% packing files [63]: 0% packing files [63]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:04