------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> gh-bc-3.2.4 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> gh-bc-3.2.4 depends on file: /usr/local/sbin/pkg - found => gavinhoward-bc-3.2.4_GH0.tar.gz doesn't seem to exist in /distfiles/. => Attempting to fetch https://codeload.github.com/gavinhoward/bc/tar.gz/3.2.4?dummy=/gavinhoward-bc-3.2.4_GH0.tar.gz fetch: https://codeload.github.com/gavinhoward/bc/tar.gz/3.2.4?dummy=/gavinhoward-bc-3.2.4_GH0.tar.gz: size unknown fetch: https://codeload.github.com/gavinhoward/bc/tar.gz/3.2.4?dummy=/gavinhoward-bc-3.2.4_GH0.tar.gz: size of remote file is not known gavinhoward-bc-3.2.4_GH0.tar.gz 0 B 0 Bps gavinhoward-bc-3.2.4_GH0.tar.gz 96 kB 1981 kBps gavinhoward-bc-3.2.4_GH0.tar.gz 1055 kB 3912 kBps 01s ===> Fetching all distfiles required by gh-bc-3.2.4 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> gh-bc-3.2.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by gh-bc-3.2.4 for building => SHA256 Checksum OK for gavinhoward-bc-3.2.4_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> gh-bc-3.2.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by gh-bc-3.2.4 for building ===> Extracting for gh-bc-3.2.4 ===> gh-bc-3.2.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by gh-bc-3.2.4 for building => SHA256 Checksum OK for gavinhoward-bc-3.2.4_GH0.tar.gz. Extracted Memory Use: 5.39M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for gh-bc-3.2.4 ===> Applying ports patches for gh-bc-3.2.4 from /xports/math/gh-bc/files /bin/cp -v /xports/math/gh-bc/pkg-plist /construction/math/gh-bc/bc-3.2.4/pkg-plist /xports/math/gh-bc/pkg-plist -> /construction/math/gh-bc/bc-3.2.4/pkg-plist /usr/bin/env WRKSRC=/construction/math/gh-bc/bc-3.2.4 REWARNFILE=/construction/math/gh-bc/reinplace_warnings.txt /xports/Mk/Scripts/sed_checked.sh -e '/share\/nls\//d' /construction/math/gh-bc/bc-3.2.4/pkg-plist SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for gh-bc-3.2.4 Testing history... History works. Building bc Building dc BC_ENABLE_LIBRARY=0 BC_ENABLE_HISTORY=1 BC_ENABLE_EXTRA_MATH=1 BC_ENABLE_NLS=0 BC_ENABLE_PROMPT=1 BC_NUM_KARATSUBA_LEN=32 CC=cc CFLAGS=-pipe -O2 -fno-strict-aliasing HOSTCC=cc HOSTCFLAGS=-pipe -O2 -fno-strict-aliasing CPPFLAGS=-DNDEBUG LDFLAGS=-s PREFIX=/usr/local BINDIR=/usr/local/bin INCLUDEDIR=/usr/local/include LIBDIR=/usr/local/lib DATAROOTDIR=/usr/local/share DATADIR=/usr/local/share MANDIR=/usr/local/share/man MAN1DIR=/usr/local/share/man/man1 MAN3DIR=/usr/local/share/man/man3 NLSPATH= EXECSUFFIX= EXECPREFIX= DESTDIR= LONG_BIT= GEN_HOST=1 GEN_EMU= SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for gh-bc-3.2.4 install -m 555 /construction/math/gh-bc/bc-3.2.4/gen/strgen.sh /construction/math/gh-bc/bc-3.2.4/gen/strgen --- make_bin --- --- gen/dc_help.c --- --- gen/bc_help.c --- --- gen/lib.c --- --- gen/lib2.c --- --- src/args.o --- --- src/bc.o --- --- src/bc_lex.o --- --- src/bc_parse.o --- --- src/data.o --- --- make_bin --- mkdir -p bin --- gen/dc_help.c --- gen/strgen gen/dc_help.txt gen/dc_help.c dc_help "" DC_ENABLED --- gen/bc_help.c --- gen/strgen gen/bc_help.txt gen/bc_help.c bc_help "" BC_ENABLED --- gen/lib.c --- gen/strgen gen/lib.bc gen/lib.c bc_lib bc_lib_name BC_ENABLED 1 --- gen/lib2.c --- gen/strgen gen/lib2.bc gen/lib2.c bc_lib2 bc_lib2_name "BC_ENABLED && BC_ENABLE_EXTRA_MATH" 1 --- src/args.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=3.2.4 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DBC_NUM_KARATSUBA_LEN=32 -DBC_ENABLE_NLS=0 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LIBRARY=0 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o src/args.o -c src/args.c --- src/bc.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=3.2.4 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DBC_NUM_KARATSUBA_LEN=32 -DBC_ENABLE_NLS=0 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LIBRARY=0 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o src/bc.o -c src/bc.c --- src/dc.o --- --- src/data.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=3.2.4 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DBC_NUM_KARATSUBA_LEN=32 -DBC_ENABLE_NLS=0 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LIBRARY=0 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o src/data.o -c src/data.c --- src/bc_lex.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=3.2.4 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DBC_NUM_KARATSUBA_LEN=32 -DBC_ENABLE_NLS=0 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LIBRARY=0 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o src/bc_lex.o -c src/bc_lex.c --- src/bc_parse.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=3.2.4 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DBC_NUM_KARATSUBA_LEN=32 -DBC_ENABLE_NLS=0 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LIBRARY=0 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o src/bc_parse.o -c src/bc_parse.c --- src/dc.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=3.2.4 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DBC_NUM_KARATSUBA_LEN=32 -DBC_ENABLE_NLS=0 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LIBRARY=0 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o src/dc.o -c src/dc.c --- src/dc_lex.o --- --- src/dc_parse.o --- --- src/file.o --- --- src/history.o --- --- src/dc_parse.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=3.2.4 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DBC_NUM_KARATSUBA_LEN=32 -DBC_ENABLE_NLS=0 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LIBRARY=0 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o src/dc_parse.o -c src/dc_parse.c --- src/file.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=3.2.4 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DBC_NUM_KARATSUBA_LEN=32 -DBC_ENABLE_NLS=0 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LIBRARY=0 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o src/file.o -c src/file.c --- src/history.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=3.2.4 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DBC_NUM_KARATSUBA_LEN=32 -DBC_ENABLE_NLS=0 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LIBRARY=0 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o src/history.o -c src/history.c --- src/dc_lex.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=3.2.4 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DBC_NUM_KARATSUBA_LEN=32 -DBC_ENABLE_NLS=0 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LIBRARY=0 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o src/dc_lex.o -c src/dc_lex.c --- src/lang.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=3.2.4 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DBC_NUM_KARATSUBA_LEN=32 -DBC_ENABLE_NLS=0 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LIBRARY=0 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o src/lang.o -c src/lang.c --- src/lex.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=3.2.4 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DBC_NUM_KARATSUBA_LEN=32 -DBC_ENABLE_NLS=0 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LIBRARY=0 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o src/lex.o -c src/lex.c --- src/main.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=3.2.4 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DBC_NUM_KARATSUBA_LEN=32 -DBC_ENABLE_NLS=0 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LIBRARY=0 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o src/main.o -c src/main.c --- src/num.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=3.2.4 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DBC_NUM_KARATSUBA_LEN=32 -DBC_ENABLE_NLS=0 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LIBRARY=0 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o src/num.o -c src/num.c --- src/opt.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=3.2.4 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DBC_NUM_KARATSUBA_LEN=32 -DBC_ENABLE_NLS=0 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LIBRARY=0 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o src/opt.o -c src/opt.c --- src/parse.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=3.2.4 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DBC_NUM_KARATSUBA_LEN=32 -DBC_ENABLE_NLS=0 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LIBRARY=0 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o src/parse.o -c src/parse.c --- src/program.o --- --- src/rand.o --- --- src/program.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=3.2.4 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DBC_NUM_KARATSUBA_LEN=32 -DBC_ENABLE_NLS=0 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LIBRARY=0 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o src/program.o -c src/program.c --- src/read.o --- --- src/rand.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=3.2.4 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DBC_NUM_KARATSUBA_LEN=32 -DBC_ENABLE_NLS=0 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LIBRARY=0 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o src/rand.o -c src/rand.c --- src/read.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=3.2.4 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DBC_NUM_KARATSUBA_LEN=32 -DBC_ENABLE_NLS=0 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LIBRARY=0 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o src/read.o -c src/read.c --- src/vector.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=3.2.4 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DBC_NUM_KARATSUBA_LEN=32 -DBC_ENABLE_NLS=0 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LIBRARY=0 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o src/vector.o -c src/vector.c --- src/vm.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=3.2.4 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DBC_NUM_KARATSUBA_LEN=32 -DBC_ENABLE_NLS=0 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LIBRARY=0 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o src/vm.o -c src/vm.c --- gen/lib.o --- --- gen/bc_help.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=3.2.4 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DBC_NUM_KARATSUBA_LEN=32 -DBC_ENABLE_NLS=0 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LIBRARY=0 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o gen/bc_help.o -c gen/bc_help.c --- gen/lib.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=3.2.4 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DBC_NUM_KARATSUBA_LEN=32 -DBC_ENABLE_NLS=0 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LIBRARY=0 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o gen/lib.o -c gen/lib.c --- gen/dc_help.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=3.2.4 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DBC_NUM_KARATSUBA_LEN=32 -DBC_ENABLE_NLS=0 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LIBRARY=0 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o gen/dc_help.o -c gen/dc_help.c --- gen/lib2.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=3.2.4 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DBC_NUM_KARATSUBA_LEN=32 -DBC_ENABLE_NLS=0 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LIBRARY=0 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o gen/lib2.o -c gen/lib2.c --- execs --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=3.2.4 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DBC_NUM_KARATSUBA_LEN=32 -DBC_ENABLE_NLS=0 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LIBRARY=0 -DNDEBUG -pipe -O2 -fno-strict-aliasing gen/bc_help.o gen/dc_help.o gen/lib.o gen/lib2.o src/args.o src/bc.o src/bc_lex.o src/bc_parse.o src/data.o src/dc.o src/dc_lex.o src/dc_parse.o src/file.o src/history.o src/lang.o src/lex.o src/main.o src/num.o src/opt.o src/parse.o src/program.o src/rand.o src/read.o src/vector.o src/vm.o -s -o bin/bc ./link.sh bin dc SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for gh-bc-3.2.4 ===> Generating temporary packing list install -s -m 555 /construction/math/gh-bc/bc-3.2.4/bin/bc /construction/math/gh-bc/stage/usr/local/bin/ ln /construction/math/gh-bc/stage/usr/local/bin/bc /construction/math/gh-bc/stage/usr/local/bin/dc install -m 444 /construction/math/gh-bc/bc-3.2.4/manuals/bc.1 /construction/math/gh-bc/stage/usr/local/share/man/man1 install -m 444 /construction/math/gh-bc/bc-3.2.4/manuals/dc.1 /construction/math/gh-bc/stage/usr/local/share/man/man1 /bin/mkdir -p /construction/math/gh-bc/stage/usr/local/share/nls/C /construction/math/gh-bc/bc-3.2.4/locale_install.sh /construction/math/gh-bc/stage/usr/local/share/nls/%L/%N.cat bc gencatfile //construction/math/gh-bc/stage/usr/local/share/nls/de_DE.ISO8859-1/bc.cat /construction/math/gh-bc/bc-3.2.4/locales/de_DE.ISO8859-1.msg gencatfile //construction/math/gh-bc/stage/usr/local/share/nls/de_DE.UTF-8/bc.cat /construction/math/gh-bc/bc-3.2.4/locales/de_DE.UTF-8.msg gencatfile //construction/math/gh-bc/stage/usr/local/share/nls/en_US/bc.cat /construction/math/gh-bc/bc-3.2.4/locales/en_US.msg gencatfile //construction/math/gh-bc/stage/usr/local/share/nls/es_ES.ISO8859-1/bc.cat /construction/math/gh-bc/bc-3.2.4/locales/es_ES.ISO8859-1.msg gencatfile //construction/math/gh-bc/stage/usr/local/share/nls/es_ES.UTF-8/bc.cat /construction/math/gh-bc/bc-3.2.4/locales/es_ES.UTF-8.msg gencatfile //construction/math/gh-bc/stage/usr/local/share/nls/fr_FR.ISO8859-1/bc.cat /construction/math/gh-bc/bc-3.2.4/locales/fr_FR.ISO8859-1.msg gencatfile //construction/math/gh-bc/stage/usr/local/share/nls/fr_FR.UTF-8/bc.cat /construction/math/gh-bc/bc-3.2.4/locales/fr_FR.UTF-8.msg gencatfile //construction/math/gh-bc/stage/usr/local/share/nls/ja_JP.UTF-8/bc.cat /construction/math/gh-bc/bc-3.2.4/locales/ja_JP.UTF-8.msg gencatfile //construction/math/gh-bc/stage/usr/local/share/nls/ja_JP.eucJP/bc.cat /construction/math/gh-bc/bc-3.2.4/locales/ja_JP.eucJP.msg gencatfile //construction/math/gh-bc/stage/usr/local/share/nls/nl_NL.ISO8859-1/bc.cat /construction/math/gh-bc/bc-3.2.4/locales/nl_NL.ISO8859-1.msg gencatfile //construction/math/gh-bc/stage/usr/local/share/nls/nl_NL.UTF-8/bc.cat /construction/math/gh-bc/bc-3.2.4/locales/nl_NL.UTF-8.msg gencatfile //construction/math/gh-bc/stage/usr/local/share/nls/pl_PL.ISO8859-2/bc.cat /construction/math/gh-bc/bc-3.2.4/locales/pl_PL.ISO8859-2.msg gencatfile //construction/math/gh-bc/stage/usr/local/share/nls/pl_PL.UTF-8/bc.cat /construction/math/gh-bc/bc-3.2.4/locales/pl_PL.UTF-8.msg gencatfile //construction/math/gh-bc/stage/usr/local/share/nls/pt_PT.ISO8859-1/bc.cat /construction/math/gh-bc/bc-3.2.4/locales/pt_PT.ISO8859-1.msg gencatfile //construction/math/gh-bc/stage/usr/local/share/nls/pt_PT.UTF-8/bc.cat /construction/math/gh-bc/bc-3.2.4/locales/pt_PT.UTF-8.msg gencatfile //construction/math/gh-bc/stage/usr/local/share/nls/ru_RU.CP1251/bc.cat /construction/math/gh-bc/bc-3.2.4/locales/ru_RU.CP1251.msg gencatfile //construction/math/gh-bc/stage/usr/local/share/nls/ru_RU.CP866/bc.cat /construction/math/gh-bc/bc-3.2.4/locales/ru_RU.CP866.msg gencatfile //construction/math/gh-bc/stage/usr/local/share/nls/ru_RU.ISO8859-5/bc.cat /construction/math/gh-bc/bc-3.2.4/locales/ru_RU.ISO8859-5.msg gencatfile //construction/math/gh-bc/stage/usr/local/share/nls/ru_RU.KOI8-R/bc.cat /construction/math/gh-bc/bc-3.2.4/locales/ru_RU.KOI8-R.msg gencatfile //construction/math/gh-bc/stage/usr/local/share/nls/ru_RU.UTF-8/bc.cat /construction/math/gh-bc/bc-3.2.4/locales/ru_RU.UTF-8.msg gencatfile //construction/math/gh-bc/stage/usr/local/share/nls/zh_CN.GB18030/bc.cat /construction/math/gh-bc/bc-3.2.4/locales/zh_CN.GB18030.msg gencatfile //construction/math/gh-bc/stage/usr/local/share/nls/zh_CN.GB2312/bc.cat /construction/math/gh-bc/bc-3.2.4/locales/zh_CN.GB2312.msg gencatfile //construction/math/gh-bc/stage/usr/local/share/nls/zh_CN.GBK/bc.cat /construction/math/gh-bc/bc-3.2.4/locales/zh_CN.GBK.msg gencatfile //construction/math/gh-bc/stage/usr/local/share/nls/zh_CN.UTF-8/bc.cat /construction/math/gh-bc/bc-3.2.4/locales/zh_CN.UTF-8.msg gencatfile //construction/math/gh-bc/stage/usr/local/share/nls/zh_CN.eucCN/bc.cat /construction/math/gh-bc/bc-3.2.4/locales/zh_CN.eucCN.msg ln /construction/math/gh-bc/stage/usr/local/share/nls/de_DE.ISO8859-1/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/de_AT.ISO8859-1/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/de_DE.ISO8859-1/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/de_AT.ISO8859-15/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/de_DE.UTF-8/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/de_AT.UTF-8/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/de_DE.ISO8859-1/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/de_CH.ISO8859-1/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/de_DE.ISO8859-1/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/de_CH.ISO8859-15/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/de_DE.UTF-8/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/de_CH.UTF-8/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/de_DE.ISO8859-1/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/de_DE.ISO8859-15/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/en_US/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/en_AU.ISO8859-1/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/en_US/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/en_AU.US-ASCII/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/en_US/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/en_AU.UTF-8/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/en_US/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/en_CA.ISO8859-1/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/en_US/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/en_CA.US-ASCII/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/en_US/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/en_CA.UTF-8/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/en_US/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/en_GB.ISO8859-1/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/en_US/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/en_GB.ISO8859-15/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/en_US/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/en_GB.US-ASCII/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/en_US/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/en_GB.UTF-8/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/en_US/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/en_IE.ISO8859-1/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/en_US/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/en_IE.ISO8859-15/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/en_US/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/en_IE.UTF-8/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/en_US/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/en_NZ.ISO8859-1/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/en_US/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/en_NZ.US-ASCII/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/en_US/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/en_NZ.UTF-8/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/en_US/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/en_US.ISO8859-1/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/en_US/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/en_US.US-ASCII/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/en_US/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/en_US.UTF-8/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/es_ES.ISO8859-1/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/es_ES.ISO8859-15/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/fr_FR.ISO8859-1/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/fr_BE.ISO8859-1/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/fr_FR.ISO8859-1/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/fr_BE.ISO8859-15/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/fr_FR.UTF-8/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/fr_BE.UTF-8/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/fr_FR.ISO8859-1/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/fr_CA.ISO8859-1/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/fr_FR.UTF-8/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/fr_CA.UTF-8/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/fr_FR.ISO8859-1/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/fr_CH.ISO8859-1/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/fr_FR.ISO8859-1/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/fr_CH.ISO8859-15/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/fr_FR.UTF-8/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/fr_CH.UTF-8/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/fr_FR.ISO8859-1/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/fr_FR.ISO8859-15/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/nl_NL.ISO8859-1/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/nl_BE.ISO8859-1/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/nl_NL.ISO8859-1/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/nl_BE.ISO8859-15/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/nl_NL.ISO8859-1/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/nl_NL.ISO8859-15/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/pt_PT.ISO8859-1/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/pt_BR.ISO8859-1/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/pt_PT.UTF-8/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/pt_BR.UTF-8/bc.cat ln /construction/math/gh-bc/stage/usr/local/share/nls/pt_PT.ISO8859-1/bc.cat //construction/math/gh-bc/stage/usr/local/share/nls/pt_PT.ISO8859-15/bc.cat /bin/mv /construction/math/gh-bc/stage/usr/local/share/nls/en_US/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/C/ /bin/rmdir /construction/math/gh-bc/stage/usr/local/share/nls/en_US /bin/rm -f -rfv /construction/math/gh-bc/stage/usr/local/share/nls /construction/math/gh-bc/stage/usr/local/share/nls/en_US.US-ASCII/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/en_US.US-ASCII /construction/math/gh-bc/stage/usr/local/share/nls/en_IE.ISO8859-1/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/en_IE.ISO8859-1 /construction/math/gh-bc/stage/usr/local/share/nls/fr_FR.ISO8859-15/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/fr_FR.ISO8859-15 /construction/math/gh-bc/stage/usr/local/share/nls/fr_CH.UTF-8/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/fr_CH.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/en_CA.ISO8859-1/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/en_CA.ISO8859-1 /construction/math/gh-bc/stage/usr/local/share/nls/fi_FI.ISO8859-1 /construction/math/gh-bc/stage/usr/local/share/nls/de_CH.ISO8859-15/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/de_CH.ISO8859-15 /construction/math/gh-bc/stage/usr/local/share/nls/ja_JP.eucJP/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/ja_JP.eucJP /construction/math/gh-bc/stage/usr/local/share/nls/en_AU.US-ASCII/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/en_AU.US-ASCII /construction/math/gh-bc/stage/usr/local/share/nls/kk_KZ.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/ko_KR.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/fi_FI.ISO8859-15 /construction/math/gh-bc/stage/usr/local/share/nls/pt_BR.ISO8859-1/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/pt_BR.ISO8859-1 /construction/math/gh-bc/stage/usr/local/share/nls/da_DK.ISO8859-1 /construction/math/gh-bc/stage/usr/local/share/nls/pt_PT.UTF-8/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/pt_PT.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/it_IT.ISO8859-1 /construction/math/gh-bc/stage/usr/local/share/nls/no_NO.ISO8859-1 /construction/math/gh-bc/stage/usr/local/share/nls/es_ES.ISO8859-15/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/es_ES.ISO8859-15 /construction/math/gh-bc/stage/usr/local/share/nls/af_ZA.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/la_LN.US-ASCII /construction/math/gh-bc/stage/usr/local/share/nls/zh_TW.Big5 /construction/math/gh-bc/stage/usr/local/share/nls/be_BY.CP1251 /construction/math/gh-bc/stage/usr/local/share/nls/et_EE.ISO8859-15 /construction/math/gh-bc/stage/usr/local/share/nls/sv_SE.ISO8859-1 /construction/math/gh-bc/stage/usr/local/share/nls/fr_CA.UTF-8/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/fr_CA.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/sl_SI.ISO8859-2 /construction/math/gh-bc/stage/usr/local/share/nls/tr_TR.ISO8859-9 /construction/math/gh-bc/stage/usr/local/share/nls/la_LN.ISO8859-15 /construction/math/gh-bc/stage/usr/local/share/nls/la_LN.ISO8859-2 /construction/math/gh-bc/stage/usr/local/share/nls/pl_PL.UTF-8/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/pl_PL.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/sr_YU.ISO8859-5 /construction/math/gh-bc/stage/usr/local/share/nls/nl_BE.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/en_GB.ISO8859-1/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/en_GB.ISO8859-1 /construction/math/gh-bc/stage/usr/local/share/nls/pt_PT.ISO8859-1/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/pt_PT.ISO8859-1 /construction/math/gh-bc/stage/usr/local/share/nls/he_IL.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/zh_CN.GB2312/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/zh_CN.GB2312 /construction/math/gh-bc/stage/usr/local/share/nls/en_NZ.US-ASCII/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/en_NZ.US-ASCII /construction/math/gh-bc/stage/usr/local/share/nls/lt_LT.ISO8859-13 /construction/math/gh-bc/stage/usr/local/share/nls/ja_JP.UTF-8/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/ja_JP.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/ja_JP.SJIS /construction/math/gh-bc/stage/usr/local/share/nls/af_ZA.ISO8859-1 /construction/math/gh-bc/stage/usr/local/share/nls/hu_HU.ISO8859-2 /construction/math/gh-bc/stage/usr/local/share/nls/ru_RU.CP866/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/ru_RU.CP866 /construction/math/gh-bc/stage/usr/local/share/nls/en_CA.US-ASCII/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/en_CA.US-ASCII /construction/math/gh-bc/stage/usr/local/share/nls/en_AU.ISO8859-15 /construction/math/gh-bc/stage/usr/local/share/nls/el_GR.ISO8859-7 /construction/math/gh-bc/stage/usr/local/share/nls/ro_RO.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/en_CA.ISO8859-15 /construction/math/gh-bc/stage/usr/local/share/nls/bg_BG.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/en_CA.UTF-8/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/en_CA.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/fr_CH.ISO8859-15/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/fr_CH.ISO8859-15 /construction/math/gh-bc/stage/usr/local/share/nls/ru_RU.ISO8859-5/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/ru_RU.ISO8859-5 /construction/math/gh-bc/stage/usr/local/share/nls/cs_CZ.ISO8859-2 /construction/math/gh-bc/stage/usr/local/share/nls/ko_KR.eucKR /construction/math/gh-bc/stage/usr/local/share/nls/zh_CN.GB18030/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/zh_CN.GB18030 /construction/math/gh-bc/stage/usr/local/share/nls/tr_TR.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/C/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/C /construction/math/gh-bc/stage/usr/local/share/nls/es_ES.ISO8859-1/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/es_ES.ISO8859-1 /construction/math/gh-bc/stage/usr/local/share/nls/de_AT.ISO8859-15/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/de_AT.ISO8859-15 /construction/math/gh-bc/stage/usr/local/share/nls/is_IS.ISO8859-15 /construction/math/gh-bc/stage/usr/local/share/nls/de_DE.ISO8859-15/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/de_DE.ISO8859-15 /construction/math/gh-bc/stage/usr/local/share/nls/pt_PT.ISO8859-15/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/pt_PT.ISO8859-15 /construction/math/gh-bc/stage/usr/local/share/nls/fr_CA.ISO8859-1/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/fr_CA.ISO8859-1 /construction/math/gh-bc/stage/usr/local/share/nls/en_GB.ISO8859-15/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/en_GB.ISO8859-15 /construction/math/gh-bc/stage/usr/local/share/nls/hr_HR.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/bg_BG.CP1251 /construction/math/gh-bc/stage/usr/local/share/nls/sk_SK.ISO8859-2 /construction/math/gh-bc/stage/usr/local/share/nls/zh_HK.Big5HKSCS /construction/math/gh-bc/stage/usr/local/share/nls/pt_BR.UTF-8/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/pt_BR.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/hy_AM.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/de_AT.UTF-8/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/de_AT.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/it_IT.ISO8859-15 /construction/math/gh-bc/stage/usr/local/share/nls/en_GB.UTF-8/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/en_GB.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/ru_RU.KOI8-R/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/ru_RU.KOI8-R /construction/math/gh-bc/stage/usr/local/share/nls/en_NZ.ISO8859-15 /construction/math/gh-bc/stage/usr/local/share/nls/en_GB.US-ASCII/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/en_GB.US-ASCII /construction/math/gh-bc/stage/usr/local/share/nls/sr_YU.ISO8859-2 /construction/math/gh-bc/stage/usr/local/share/nls/no_NO.ISO8859-15 /construction/math/gh-bc/stage/usr/local/share/nls/la_LN.ISO8859-4 /construction/math/gh-bc/stage/usr/local/share/nls/nl_NL.UTF-8/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/nl_NL.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/nl_NL.ISO8859-15/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/nl_NL.ISO8859-15 /construction/math/gh-bc/stage/usr/local/share/nls/zh_CN.GBK/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/zh_CN.GBK /construction/math/gh-bc/stage/usr/local/share/nls/it_CH.ISO8859-15 /construction/math/gh-bc/stage/usr/local/share/nls/ca_ES.ISO8859-15 /construction/math/gh-bc/stage/usr/local/share/nls/hu_HU.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/ca_ES.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/fr_CA.ISO8859-15 /construction/math/gh-bc/stage/usr/local/share/nls/it_CH.ISO8859-1 /construction/math/gh-bc/stage/usr/local/share/nls/be_BY.CP1131 /construction/math/gh-bc/stage/usr/local/share/nls/be_BY.ISO8859-5 /construction/math/gh-bc/stage/usr/local/share/nls/fr_BE.ISO8859-15/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/fr_BE.ISO8859-15 /construction/math/gh-bc/stage/usr/local/share/nls/ru_RU.UTF-8/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/ru_RU.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/uk_UA.ISO8859-5 /construction/math/gh-bc/stage/usr/local/share/nls/hr_HR.ISO8859-2 /construction/math/gh-bc/stage/usr/local/share/nls/af_ZA.ISO8859-15 /construction/math/gh-bc/stage/usr/local/share/nls/zh_HK.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/de_CH.UTF-8/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/de_CH.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/fr_FR.UTF-8/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/fr_FR.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/en_US.ISO8859-15 /construction/math/gh-bc/stage/usr/local/share/nls/zh_TW.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/fr_BE.UTF-8/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/fr_BE.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/nl_BE.ISO8859-15/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/nl_BE.ISO8859-15 /construction/math/gh-bc/stage/usr/local/share/nls/nl_BE.ISO8859-1/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/nl_BE.ISO8859-1 /construction/math/gh-bc/stage/usr/local/share/nls/en_US.UTF-8/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/en_US.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/fr_FR.ISO8859-1/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/fr_FR.ISO8859-1 /construction/math/gh-bc/stage/usr/local/share/nls/lt_LT.ISO8859-4 /construction/math/gh-bc/stage/usr/local/share/nls/en_AU.UTF-8/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/en_AU.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/lt_LT.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/et_EE.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/hy_AM.ARMSCII-8 /construction/math/gh-bc/stage/usr/local/share/nls/uk_UA.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/sv_SE.ISO8859-15 /construction/math/gh-bc/stage/usr/local/share/nls/uk_UA.KOI8-U /construction/math/gh-bc/stage/usr/local/share/nls/ro_RO.ISO8859-2 /construction/math/gh-bc/stage/usr/local/share/nls/sl_SI.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/de_CH.ISO8859-1/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/de_CH.ISO8859-1 /construction/math/gh-bc/stage/usr/local/share/nls/nl_NL.ISO8859-1/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/nl_NL.ISO8859-1 /construction/math/gh-bc/stage/usr/local/share/nls/sr_YU.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/fi_FI.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/en_NZ.UTF-8/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/en_NZ.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/en_AU.ISO8859-1/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/en_AU.ISO8859-1 /construction/math/gh-bc/stage/usr/local/share/nls/el_GR.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/en_IE.UTF-8/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/en_IE.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/sk_SK.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/no_NO.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/sv_SE.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/es_ES.UTF-8/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/es_ES.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/da_DK.ISO8859-15 /construction/math/gh-bc/stage/usr/local/share/nls/en_NZ.ISO8859-1/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/en_NZ.ISO8859-1 /construction/math/gh-bc/stage/usr/local/share/nls/zh_CN.eucCN/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/zh_CN.eucCN /construction/math/gh-bc/stage/usr/local/share/nls/da_DK.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/fr_CH.ISO8859-1/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/fr_CH.ISO8859-1 /construction/math/gh-bc/stage/usr/local/share/nls/kk_KZ.PT154 /construction/math/gh-bc/stage/usr/local/share/nls/de_DE.ISO8859-1/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/de_DE.ISO8859-1 /construction/math/gh-bc/stage/usr/local/share/nls/ca_ES.ISO8859-1 /construction/math/gh-bc/stage/usr/local/share/nls/ru_RU.CP1251/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/ru_RU.CP1251 /construction/math/gh-bc/stage/usr/local/share/nls/hi_IN.ISCII-DEV /construction/math/gh-bc/stage/usr/local/share/nls/zh_CN.UTF-8/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/zh_CN.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/it_CH.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/de_AT.ISO8859-1/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/de_AT.ISO8859-1 /construction/math/gh-bc/stage/usr/local/share/nls/is_IS.ISO8859-1 /construction/math/gh-bc/stage/usr/local/share/nls/be_BY.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/la_LN.ISO8859-1 /construction/math/gh-bc/stage/usr/local/share/nls/de_DE.UTF-8/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/de_DE.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/en_US.ISO8859-1/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/en_US.ISO8859-1 /construction/math/gh-bc/stage/usr/local/share/nls/pl_PL.ISO8859-2/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/pl_PL.ISO8859-2 /construction/math/gh-bc/stage/usr/local/share/nls/is_IS.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/fr_BE.ISO8859-1/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/fr_BE.ISO8859-1 /construction/math/gh-bc/stage/usr/local/share/nls/cs_CZ.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/it_IT.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/am_ET.UTF-8 /construction/math/gh-bc/stage/usr/local/share/nls/ko_KR.CP949 /construction/math/gh-bc/stage/usr/local/share/nls/en_IE.ISO8859-15/bc.cat /construction/math/gh-bc/stage/usr/local/share/nls/en_IE.ISO8859-15 /construction/math/gh-bc/stage/usr/local/share/nls ====> 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:15 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> 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:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for gh-bc-3.2.4 file sizes/checksums [4]: 0% file sizes/checksums [4]: 100% packing files [4]: 0% packing files [4]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:20