------------------------------------------------------------------------------- -- 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 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> fig2sxd-0.22.1.3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> fig2sxd-0.22.1.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by fig2sxd-0.22.1.3 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> fig2sxd-0.22.1.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by fig2sxd-0.22.1.3 for building => SHA256 Checksum OK for acfbuerger-fig2sxd-edae2efd428623ac22aec06bdec572fc45c368f3_GL0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> fig2sxd-0.22.1.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by fig2sxd-0.22.1.3 for building ===> Extracting for fig2sxd-0.22.1.3 => SHA256 Checksum OK for acfbuerger-fig2sxd-edae2efd428623ac22aec06bdec572fc45c368f3_GL0.tar.gz. Extracted Memory Use: 2.43M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for fig2sxd-0.22.1.3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> fig2sxd-0.22.1.3 depends on executable: gmake - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> fig2sxd-0.22.1.3 depends on executable: gmake - found ===> Configuring for fig2sxd-0.22.1.3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for fig2sxd-0.22.1.3 gmake[1]: Entering directory '/construction/graphics/fig2sxd/fig2sxd-edae2efd428623ac22aec06bdec572fc45c368f3-edae2efd428623ac22aec06bdec572fc45c368f3' c++ -M check.cpp > .depend-check.dep c++ -M zipwrite.cpp > .depend-zipwrite.dep c++ -M xmlwrite.cpp > .depend-xmlwrite.dep c++ -M misc.cpp > .depend-misc.dep c++ -M colors.cpp > .depend-colors.dep c++ -M style_text.cpp > .depend-style_text.dep c++ -M style_line.cpp > .depend-style_line.dep c++ -M style_arrow.cpp > .depend-style_arrow.dep c++ -M xfig_text.cpp > .depend-xfig_text.dep c++ -M xfig_spline.cpp > .depend-xfig_spline.dep c++ -M xfig_poly.cpp > .depend-xfig_poly.dep c++ -M xfig_ellipse.cpp > .depend-xfig_ellipse.dep c++ -M xfig_compound.cpp > .depend-xfig_compound.dep c++ -M xfig_arc.cpp > .depend-xfig_arc.dep c++ -M fig2sxd.cpp > .depend-fig2sxd.dep c++ -pipe -O2 -fno-strict-aliasing -o fig2sxd.o -c fig2sxd.cpp c++ -pipe -O2 -fno-strict-aliasing -o xfig_arc.o -c xfig_arc.cpp c++ -pipe -O2 -fno-strict-aliasing -o xfig_compound.o -c xfig_compound.cpp c++ -pipe -O2 -fno-strict-aliasing -o xfig_ellipse.o -c xfig_ellipse.cpp c++ -pipe -O2 -fno-strict-aliasing -o xfig_poly.o -c xfig_poly.cpp c++ -pipe -O2 -fno-strict-aliasing -o xfig_spline.o -c xfig_spline.cpp c++ -pipe -O2 -fno-strict-aliasing -o xfig_text.o -c xfig_text.cpp c++ -pipe -O2 -fno-strict-aliasing -o style_arrow.o -c style_arrow.cpp c++ -pipe -O2 -fno-strict-aliasing -o style_line.o -c style_line.cpp c++ -pipe -O2 -fno-strict-aliasing -o style_text.o -c style_text.cpp c++ -pipe -O2 -fno-strict-aliasing -o colors.o -c colors.cpp c++ -pipe -O2 -fno-strict-aliasing -o misc.o -c misc.cpp c++ -pipe -O2 -fno-strict-aliasing -o xmlwrite.o -c xmlwrite.cpp c++ -pipe -O2 -fno-strict-aliasing -o zipwrite.o -c zipwrite.cpp c++ -pipe -O2 -fno-strict-aliasing -o check.o -c check.cpp zipwrite.cpp: In function 'std::ostream& write2(std::ostream&, short unsigned int)': zipwrite.cpp:92:34: warning: narrowing conversion of '(int)(((short unsigned int)((int)s)) & 255)' from 'int' to 'unsigned char' inside { } [-Wnarrowing] unsigned char bytes[2] = { (s&0xff), ((s>>8)&0xff) }; ~~^~~~~~ zipwrite.cpp:92:49: warning: narrowing conversion of '((((int)s) >> 8) & 255)' from 'int' to 'unsigned char' inside { } [-Wnarrowing] unsigned char bytes[2] = { (s&0xff), ((s>>8)&0xff) }; ~~~~~~~^~~~~~ zipwrite.cpp: In function 'std::ostream& write4(std::ostream&, unsigned int)': zipwrite.cpp:100:11: warning: narrowing conversion of '(i & 255)' from 'unsigned int' to 'unsigned char' inside { } [-Wnarrowing] (i&0xff), ((i>>8)&0xff), ((i>>16)&0xff), ((i>>24)&0xff) ~~^~~~~~ zipwrite.cpp:100:26: warning: narrowing conversion of '((i >> 8) & 255)' from 'unsigned int' to 'unsigned char' inside { } [-Wnarrowing] (i&0xff), ((i>>8)&0xff), ((i>>16)&0xff), ((i>>24)&0xff) ~~~~~~~^~~~~~ zipwrite.cpp:100:42: warning: narrowing conversion of '((i >> 16) & 255)' from 'unsigned int' to 'unsigned char' inside { } [-Wnarrowing] (i&0xff), ((i>>8)&0xff), ((i>>16)&0xff), ((i>>24)&0xff) ~~~~~~~~^~~~~~ zipwrite.cpp:100:58: warning: narrowing conversion of '((i >> 24) & 255)' from 'unsigned int' to 'unsigned char' inside { } [-Wnarrowing] (i&0xff), ((i>>8)&0xff), ((i>>16)&0xff), ((i>>24)&0xff) ~~~~~~~~^~~~~~ c++ -o fig2sxd fig2sxd.o xfig_arc.o xfig_compound.o xfig_ellipse.o xfig_poly.o xfig_spline.o xfig_text.o style_arrow.o style_line.o style_text.o colors.o misc.o xmlwrite.o zipwrite.o check.o -lz gmake[1]: Leaving directory '/construction/graphics/fig2sxd/fig2sxd-edae2efd428623ac22aec06bdec572fc45c368f3-edae2efd428623ac22aec06bdec572fc45c368f3' SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for fig2sxd-0.22.1.3 ===> Generating temporary packing list install -s -m 555 /construction/graphics/fig2sxd/fig2sxd-edae2efd428623ac22aec06bdec572fc45c368f3-edae2efd428623ac22aec06bdec572fc45c368f3/fig2sxd /construction/graphics/fig2sxd/stage/usr/local/bin install -m 444 /construction/graphics/fig2sxd/fig2sxd-edae2efd428623ac22aec06bdec572fc45c368f3-edae2efd428623ac22aec06bdec572fc45c368f3/fig2sxd.1 /construction/graphics/fig2sxd/stage/usr/local/man/man1 ====> 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 fig2sxd-0.22.1.3 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:06