------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libtextstyle-0.20.2.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/gettext-tools-0.20.2.txz SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> grzip-0.3.0_3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> grzip-0.3.0_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by grzip-0.3.0_3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> grzip-0.3.0_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by grzip-0.3.0_3 for building => SHA256 Checksum OK for grzip-0.3.0.tar.bz2. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> grzip-0.3.0_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by grzip-0.3.0_3 for building ===> Extracting for grzip-0.3.0_3 => SHA256 Checksum OK for grzip-0.3.0.tar.bz2. Extracted Memory Use: 0.31M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for grzip-0.3.0_3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> grzip-0.3.0_3 depends on executable: msgfmt - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> grzip-0.3.0_3 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> grzip-0.3.0_3 depends on executable: msgfmt - found ===> grzip-0.3.0_3 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> Configuring for grzip-0.3.0_3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for grzip-0.3.0_3 --- libgrzip.o --- cc -pipe -I/usr/local/include -fPIC -O2 -fno-strict-aliasing -DENABLE_NLS -DLOCALEDIR=\"/usr/local/share/locale\" -Wall -DSMALLENDIAN -c libgrzip.c -o libgrzip.o --- libgrzip.so --- cc -shared -Wl,-soname,libgrzip.so libgrzip.o -o libgrzip.so --- grzip --- cc -pipe -I/usr/local/include -fPIC -O2 -fno-strict-aliasing -DENABLE_NLS -DLOCALEDIR=\"/usr/local/share/locale\" -Wall -DSMALLENDIAN grzip.c -o grzip -L/usr/local/lib -lintl -lm -L. -lgrzip In file included from grzip.c:53: main.c: In function 'Compression': main.c:366:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~ main.c:366:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~~~~~ main.c:373:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~ main.c:373:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~~~~~ main.c:380:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~ main.c:380:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~~~~~ main.c:389:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~ main.c:389:43: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~~~~~ main.c:397:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~ main.c:397:43: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~~~~~ main.c: In function 'Decompression': main.c:542:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~ main.c:542:43: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~~~~~ main.c:551:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~ main.c:551:43: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~~~~~ main.c:560:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~ main.c:560:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~~~~~ main.c:567:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~ main.c:567:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~~~~~ main.c:573:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~ main.c:573:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~~~~~ main.c:609:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~ main.c:609:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~~~~~ main.c:617:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~ main.c:617:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~~~~~ main.c:628:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~ main.c:628:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~~~~~ main.c:639:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~ main.c:639:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~~~~~ main.c:650:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~ main.c:650:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~~~~~ main.c:658:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~ main.c:658:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (FOutput!=stdout) fclose(FOutput); fclose(FInput); ^~~~~~ SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for grzip-0.3.0_3 ===> Generating temporary packing list install -s -m 555 /construction/archivers/grzip/grzip-0.3.0/grzip /construction/archivers/grzip/stage/usr/local/bin ln -sf grzip /construction/archivers/grzip/stage/usr/local/bin/grunzip ln -sf grzip /construction/archivers/grzip/stage/usr/local/bin/grzcat install -m 555 /construction/archivers/grzip/grzip-0.3.0/scripts/grztar /construction/archivers/grzip/grzip-0.3.0/scripts/grzdiff /construction/archivers/grzip/grzip-0.3.0/scripts/grzgrep /construction/archivers/grzip/grzip-0.3.0/scripts/grzmore /construction/archivers/grzip/stage/usr/local/bin install -s -m 555 /construction/archivers/grzip/grzip-0.3.0/libgrzip.so /construction/archivers/grzip/stage/usr/local/lib ln -sf libgrzip.so /construction/archivers/grzip/stage/usr/local/lib/libgrzip.so.0 install -m 0644 /construction/archivers/grzip/grzip-0.3.0/grzip.h /construction/archivers/grzip/stage/usr/local/include (cd /construction/archivers/grzip/grzip-0.3.0/po; /usr/bin/env XDG_DATA_HOME=/construction/archivers/grzip XDG_CONFIG_HOME=/construction/archivers/grzip HOME=/construction/archivers/grzip TMPDIR="/tmp" PATH=/construction/archivers/grzip/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -I/usr/local/include -fPIC -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -L/usr/local/lib -lintl " LIBS="" CXX="c++" CXXFLAGS=" -pipe -I/usr/local/include -fPIC -O2 -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" /usr/bin/make PREFIX="/construction/archivers/grzip/stage/usr/local" install) for cat in "fr" ; do msgfmt -o $cat.mo -v $cat.po ; mkdir -p /construction/archivers/grzip/stage/usr/local//share/locale/$cat/LC_MESSAGES; cp -f $cat.mo /construction/archivers/grzip/stage/usr/local//share/locale/$cat/LC_MESSAGES/grzip.mo ; done 55 translated messages. ====> 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 grzip-0.3.0_3 file sizes/checksums [11]: 0% file sizes/checksums [11]: 100% packing files [11]: 0% packing files [11]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:14