------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/gmake-4.2.1_3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/png-1.6.37.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/zopfli-1.0.3_1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> apngasm-2.91 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> apngasm-2.91 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by apngasm-2.91 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> apngasm-2.91 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by apngasm-2.91 for building => SHA256 Checksum OK for apngasm-2.91-src.zip. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> apngasm-2.91 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by apngasm-2.91 for building ===> Extracting for apngasm-2.91 => SHA256 Checksum OK for apngasm-2.91-src.zip. Extracted Memory Use: 2.57M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for apngasm-2.91 ===> Converting DOS text files to UNIX text files ===> Applying ports patches for apngasm-2.91 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> apngasm-2.91 depends on executable: gmake - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> apngasm-2.91 depends on shared library: libpng.so - found (/usr/local/lib/libpng.so) ===> apngasm-2.91 depends on shared library: libzopfli.so - found (/usr/local/lib/libzopfli.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> apngasm-2.91 depends on executable: gmake - found ===> apngasm-2.91 depends on shared library: libpng.so - found (/usr/local/lib/libpng.so) ===> apngasm-2.91 depends on shared library: libzopfli.so - found (/usr/local/lib/libzopfli.so) ===> Configuring for apngasm-2.91 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for apngasm-2.91 gmake[1]: Entering directory '/construction/graphics/apngasm/apngasm-2.91' mkdir -p obj/. obj/7z c++ -o obj/./apngasm.o -c apngasm.cpp -I./. -I./7z -pipe -O2 -fno-strict-aliasing -Wall -pedantic -DFEATURE_7ZIP -DFEATURE_ZOPFLI -I/usr/local/include/zopfli -I/usr/local/include/libpng16 c++ -o obj/./image.o -c image.cpp -I./. -I./7z -pipe -O2 -fno-strict-aliasing -Wall -pedantic -DFEATURE_7ZIP -DFEATURE_ZOPFLI -I/usr/local/include/zopfli -I/usr/local/include/libpng16 c++ -o obj/7z/WindowIn.o -c 7z/WindowIn.cc -I./. -I./7z -pipe -O2 -fno-strict-aliasing -Wall -pedantic -DFEATURE_7ZIP -DFEATURE_ZOPFLI -I/usr/local/include/zopfli -I/usr/local/include/libpng16 -Wno-sign-compare -Wno-reorder -Wno-parentheses In file included from 7z/WindowIn.cc:2: 7z/WindowIn.h: In member function 'INT NStream::NWindow::CIn::GetMatchLen(INT, INT, INT) const': 7z/WindowIn.h:69:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(m_StreamEndWasReached) ^~ 7z/WindowIn.h:72:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' aBack++; ^~~~~ c++ -o obj/7z/LZMA.o -c 7z/LZMA.cc -I./. -I./7z -pipe -O2 -fno-strict-aliasing -Wall -pedantic -DFEATURE_7ZIP -DFEATURE_ZOPFLI -I/usr/local/include/zopfli -I/usr/local/include/libpng16 -Wno-sign-compare -Wno-reorder -Wno-parentheses c++ -o obj/7z/CRC.o -c 7z/CRC.cc -I./. -I./7z -pipe -O2 -fno-strict-aliasing -Wall -pedantic -DFEATURE_7ZIP -DFEATURE_ZOPFLI -I/usr/local/include/zopfli -I/usr/local/include/libpng16 -Wno-sign-compare -Wno-reorder -Wno-parentheses c++ -o obj/7z/DeflateDecoder.o -c 7z/DeflateDecoder.cc -I./. -I./7z -pipe -O2 -fno-strict-aliasing -Wall -pedantic -DFEATURE_7ZIP -DFEATURE_ZOPFLI -I/usr/local/include/zopfli -I/usr/local/include/libpng16 -Wno-sign-compare -Wno-reorder -Wno-parentheses c++ -o obj/7z/LZMAEncoder.o -c 7z/LZMAEncoder.cc -I./. -I./7z -pipe -O2 -fno-strict-aliasing -Wall -pedantic -DFEATURE_7ZIP -DFEATURE_ZOPFLI -I/usr/local/include/zopfli -I/usr/local/include/libpng16 -Wno-sign-compare -Wno-reorder -Wno-parentheses In file included from 7z/BinTree.h:2, from 7z/BinTreeMF.h:4, from 7z/BinTree2.h:10, from 7z/LZMAEncoder.h:12, from 7z/LZMAEncoder.cc:2: 7z/WindowIn.h: In member function 'INT NStream::NWindow::CIn::GetMatchLen(INT, INT, INT) const': 7z/WindowIn.h:69:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(m_StreamEndWasReached) ^~ 7z/WindowIn.h:72:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' aBack++; ^~~~~ 7z/LZMAEncoder.cc: In member function 'int NCompress::NLZMA::CEncoder::CodeReal(ISequentialInStream*, ISequentialOutStream*, const UINT64*)': 7z/LZMAEncoder.cc:774:30: warning: 'aMatchByte' may be used uninitialized in this function [-Wmaybe-uninitialized] m_LiteralEncoder.Encode(&m_RangeEncoder, INT(aNowPos64), m_PreviousByte, m_PeviousIsMatch, aMatchByte, aByte); ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c++ -o obj/7z/DeflateEncoder.o -c 7z/DeflateEncoder.cc -I./. -I./7z -pipe -O2 -fno-strict-aliasing -Wall -pedantic -DFEATURE_7ZIP -DFEATURE_ZOPFLI -I/usr/local/include/zopfli -I/usr/local/include/libpng16 -Wno-sign-compare -Wno-reorder -Wno-parentheses In file included from 7z/BinTree.h:2, from 7z/BinTree3Z.h:9, from 7z/DeflateEncoder.h:4, from 7z/DeflateEncoder.cc:1: 7z/WindowIn.h: In member function 'INT NStream::NWindow::CIn::GetMatchLen(INT, INT, INT) const': 7z/WindowIn.h:69:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(m_StreamEndWasReached) ^~ 7z/WindowIn.h:72:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' aBack++; ^~~~~ 7z/DeflateEncoder.cc: In member function 'void NDeflate::NEncoder::CCoder::ReadGoodBacks()': 7z/DeflateEncoder.cc:166:36: warning: 'aGoodIndex' may be used uninitialized in this function [-Wmaybe-uninitialized] m_OnePosMatchesArray[aGoodIndex].LongestMatchDistance = UINT16(m_LongestMatchDistance); ^ c++ -o obj/7z/HuffmanEncoder.o -c 7z/HuffmanEncoder.cc -I./. -I./7z -pipe -O2 -fno-strict-aliasing -Wall -pedantic -DFEATURE_7ZIP -DFEATURE_ZOPFLI -I/usr/local/include/zopfli -I/usr/local/include/libpng16 -Wno-sign-compare -Wno-reorder -Wno-parentheses c++ -o obj/7z/IInOutStreams.o -c 7z/IInOutStreams.cc -I./. -I./7z -pipe -O2 -fno-strict-aliasing -Wall -pedantic -DFEATURE_7ZIP -DFEATURE_ZOPFLI -I/usr/local/include/zopfli -I/usr/local/include/libpng16 -Wno-sign-compare -Wno-reorder -Wno-parentheses c++ -o obj/7z/InByte.o -c 7z/InByte.cc -I./. -I./7z -pipe -O2 -fno-strict-aliasing -Wall -pedantic -DFEATURE_7ZIP -DFEATURE_ZOPFLI -I/usr/local/include/zopfli -I/usr/local/include/libpng16 -Wno-sign-compare -Wno-reorder -Wno-parentheses c++ -o obj/7z/LZMADecoder.o -c 7z/LZMADecoder.cc -I./. -I./7z -pipe -O2 -fno-strict-aliasing -Wall -pedantic -DFEATURE_7ZIP -DFEATURE_ZOPFLI -I/usr/local/include/zopfli -I/usr/local/include/libpng16 -Wno-sign-compare -Wno-reorder -Wno-parentheses c++ -o obj/7z/7zlzma.o -c 7z/7zlzma.cc -I./. -I./7z -pipe -O2 -fno-strict-aliasing -Wall -pedantic -DFEATURE_7ZIP -DFEATURE_ZOPFLI -I/usr/local/include/zopfli -I/usr/local/include/libpng16 -Wno-sign-compare -Wno-reorder -Wno-parentheses In file included from 7z/BinTree.h:2, from 7z/BinTreeMF.h:4, from 7z/BinTree2.h:10, from 7z/LZMAEncoder.h:12, from 7z/7zlzma.cc:3: 7z/WindowIn.h: In member function 'INT NStream::NWindow::CIn::GetMatchLen(INT, INT, INT) const': 7z/WindowIn.h:69:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(m_StreamEndWasReached) ^~ 7z/WindowIn.h:72:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' aBack++; ^~~~~ c++ -o obj/7z/LSBFDecoder.o -c 7z/LSBFDecoder.cc -I./. -I./7z -pipe -O2 -fno-strict-aliasing -Wall -pedantic -DFEATURE_7ZIP -DFEATURE_ZOPFLI -I/usr/local/include/zopfli -I/usr/local/include/libpng16 -Wno-sign-compare -Wno-reorder -Wno-parentheses c++ -o obj/7z/AriBitCoder.o -c 7z/AriBitCoder.cc -I./. -I./7z -pipe -O2 -fno-strict-aliasing -Wall -pedantic -DFEATURE_7ZIP -DFEATURE_ZOPFLI -I/usr/local/include/zopfli -I/usr/local/include/libpng16 -Wno-sign-compare -Wno-reorder -Wno-parentheses c++ -o obj/7z/LSBFEncoder.o -c 7z/LSBFEncoder.cc -I./. -I./7z -pipe -O2 -fno-strict-aliasing -Wall -pedantic -DFEATURE_7ZIP -DFEATURE_ZOPFLI -I/usr/local/include/zopfli -I/usr/local/include/libpng16 -Wno-sign-compare -Wno-reorder -Wno-parentheses c++ -o obj/7z/LiteralCoder.o -c 7z/LiteralCoder.cc -I./. -I./7z -pipe -O2 -fno-strict-aliasing -Wall -pedantic -DFEATURE_7ZIP -DFEATURE_ZOPFLI -I/usr/local/include/zopfli -I/usr/local/include/libpng16 -Wno-sign-compare -Wno-reorder -Wno-parentheses c++ -o obj/7z/LenCoder.o -c 7z/LenCoder.cc -I./. -I./7z -pipe -O2 -fno-strict-aliasing -Wall -pedantic -DFEATURE_7ZIP -DFEATURE_ZOPFLI -I/usr/local/include/zopfli -I/usr/local/include/libpng16 -Wno-sign-compare -Wno-reorder -Wno-parentheses c++ -o obj/7z/7zdeflate.o -c 7z/7zdeflate.cc -I./. -I./7z -pipe -O2 -fno-strict-aliasing -Wall -pedantic -DFEATURE_7ZIP -DFEATURE_ZOPFLI -I/usr/local/include/zopfli -I/usr/local/include/libpng16 -Wno-sign-compare -Wno-reorder -Wno-parentheses In file included from 7z/BinTree.h:2, from 7z/BinTree3Z.h:9, from 7z/DeflateEncoder.h:4, from 7z/7zdeflate.cc:3: 7z/WindowIn.h: In member function 'INT NStream::NWindow::CIn::GetMatchLen(INT, INT, INT) const': 7z/WindowIn.h:69:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(m_StreamEndWasReached) ^~ 7z/WindowIn.h:72:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' aBack++; ^~~~~ c++ -o obj/7z/WindowOut.o -c 7z/WindowOut.cc -I./. -I./7z -pipe -O2 -fno-strict-aliasing -Wall -pedantic -DFEATURE_7ZIP -DFEATURE_ZOPFLI -I/usr/local/include/zopfli -I/usr/local/include/libpng16 -Wno-sign-compare -Wno-reorder -Wno-parentheses c++ -o obj/7z/OutByte.o -c 7z/OutByte.cc -I./. -I./7z -pipe -O2 -fno-strict-aliasing -Wall -pedantic -DFEATURE_7ZIP -DFEATURE_ZOPFLI -I/usr/local/include/zopfli -I/usr/local/include/libpng16 -Wno-sign-compare -Wno-reorder -Wno-parentheses c++ -o apngasm obj/./apngasm.o obj/./image.o obj/7z/WindowIn.o obj/7z/LZMA.o obj/7z/CRC.o obj/7z/DeflateDecoder.o obj/7z/LZMAEncoder.o obj/7z/DeflateEncoder.o obj/7z/HuffmanEncoder.o obj/7z/IInOutStreams.o obj/7z/InByte.o obj/7z/LZMADecoder.o obj/7z/7zlzma.o obj/7z/LSBFDecoder.o obj/7z/AriBitCoder.o obj/7z/LSBFEncoder.o obj/7z/LiteralCoder.o obj/7z/LenCoder.o obj/7z/7zdeflate.o obj/7z/WindowOut.o obj/7z/OutByte.o -L/usr/local/lib -lpng16 -lz -lzopfli gmake[1]: Leaving directory '/construction/graphics/apngasm/apngasm-2.91' SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for apngasm-2.91 ===> Generating temporary packing list (cd /construction/graphics/apngasm/apngasm-2.91 && install -s -m 555 apngasm /construction/graphics/apngasm/stage/usr/local/bin) (cd /construction/graphics/apngasm/apngasm-2.91 && install -m 0644 readme.txt /construction/graphics/apngasm/stage/usr/local/share/doc/apngasm) ====> 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 apngasm-2.91 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:14