------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> gh-bc-2.6.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> gh-bc-2.6.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by gh-bc-2.6.0 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> gh-bc-2.6.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by gh-bc-2.6.0 for building => SHA256 Checksum OK for gavinhoward-bc-2.6.0_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> gh-bc-2.6.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by gh-bc-2.6.0 for building ===> Extracting for gh-bc-2.6.0 => SHA256 Checksum OK for gavinhoward-bc-2.6.0_GH0.tar.gz. Extracted Memory Use: 2.02M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for gh-bc-2.6.0 ===> Applying ports patches for gh-bc-2.6.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for gh-bc-2.6.0 Testing long options... Long options work. Testing NLS... NLS works. Testing gencat... gencat works. Testing history... History works. Building bc Building dc BC_ENABLE_SIGNALS=1 BC_ENABLE_HISTORY=1 BC_ENABLE_EXTRA_MATH=1 BC_ENABLE_NLS=1 BC_ENABLE_PROMPT=1 BC_ENABLE_LONG_OPTIONS=1 BC_NUM_KARATSUBA_LEN=64 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 DATAROOTDIR=/usr/local/share DATADIR=/usr/local/share MANDIR=/usr/local/share/man MAN1DIR=/usr/local/share/man/man1 NLSPATH=/usr/share/locale/%L/%N EXECSUFFIX= EXECPREFIX= DESTDIR= LONG_BIT= GEN_HOST=1 GEN_EMU= SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for gh-bc-2.6.0 install -m 555 /construction/math/gh-bc/bc-2.6.0/gen/strgen.sh /construction/math/gh-bc/bc-2.6.0/gen/strgen --- make_bin --- --- gen/dc_help.c --- --- gen/bc_help.c --- --- gen/lib.c --- --- gen/lib2.c --- --- ./src/bc/bc.o --- --- ./src/bc/lex.o --- --- ./src/bc/parse.o --- --- ./src/dc/dc.o --- --- ./src/dc/lex.o --- --- gen/bc_help.c --- gen/strgen gen/bc_help.txt gen/bc_help.c bc_help bc.h "" BC_ENABLED --- gen/dc_help.c --- gen/strgen gen/dc_help.txt gen/dc_help.c dc_help dc.h "" DC_ENABLED --- make_bin --- mkdir -p bin --- ./src/bc/parse.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=2.6.0 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DBC_NUM_KARATSUBA_LEN=64 -DBC_ENABLE_NLS=1 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_SIGNALS=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LONG_OPTIONS=1 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o ./src/bc/parse.o -c ./src/bc/parse.c --- gen/lib.c --- gen/strgen gen/lib.bc gen/lib.c bc_lib bc.h bc_lib_name BC_ENABLED 1 --- gen/lib2.c --- gen/strgen gen/lib2.bc gen/lib2.c bc_lib2 bc.h bc_lib2_name "BC_ENABLED && BC_ENABLE_EXTRA_MATH" 1 --- ./src/bc/bc.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=2.6.0 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DBC_NUM_KARATSUBA_LEN=64 -DBC_ENABLE_NLS=1 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_SIGNALS=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LONG_OPTIONS=1 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o ./src/bc/bc.o -c ./src/bc/bc.c --- ./src/bc/lex.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=2.6.0 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DBC_NUM_KARATSUBA_LEN=64 -DBC_ENABLE_NLS=1 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_SIGNALS=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LONG_OPTIONS=1 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o ./src/bc/lex.o -c ./src/bc/lex.c --- ./src/dc/parse.o --- --- ./src/history/history.o --- --- ./src/vm.o --- --- ./src/dc/dc.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=2.6.0 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DBC_NUM_KARATSUBA_LEN=64 -DBC_ENABLE_NLS=1 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_SIGNALS=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LONG_OPTIONS=1 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o ./src/dc/dc.o -c ./src/dc/dc.c --- ./src/dc/lex.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=2.6.0 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DBC_NUM_KARATSUBA_LEN=64 -DBC_ENABLE_NLS=1 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_SIGNALS=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LONG_OPTIONS=1 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o ./src/dc/lex.o -c ./src/dc/lex.c --- ./src/dc/parse.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=2.6.0 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DBC_NUM_KARATSUBA_LEN=64 -DBC_ENABLE_NLS=1 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_SIGNALS=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LONG_OPTIONS=1 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o ./src/dc/parse.o -c ./src/dc/parse.c --- ./src/parse.o --- --- ./src/program.o --- --- ./src/history/history.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=2.6.0 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DBC_NUM_KARATSUBA_LEN=64 -DBC_ENABLE_NLS=1 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_SIGNALS=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LONG_OPTIONS=1 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o ./src/history/history.o -c ./src/history/history.c --- ./src/vm.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=2.6.0 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DBC_NUM_KARATSUBA_LEN=64 -DBC_ENABLE_NLS=1 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_SIGNALS=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LONG_OPTIONS=1 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o ./src/vm.o -c ./src/vm.c --- ./src/parse.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=2.6.0 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DBC_NUM_KARATSUBA_LEN=64 -DBC_ENABLE_NLS=1 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_SIGNALS=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LONG_OPTIONS=1 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o ./src/parse.o -c ./src/parse.c --- ./src/program.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=2.6.0 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DBC_NUM_KARATSUBA_LEN=64 -DBC_ENABLE_NLS=1 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_SIGNALS=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LONG_OPTIONS=1 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o ./src/program.o -c ./src/program.c --- ./src/vector.o --- --- ./src/lex.o --- --- ./src/vector.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=2.6.0 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DBC_NUM_KARATSUBA_LEN=64 -DBC_ENABLE_NLS=1 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_SIGNALS=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LONG_OPTIONS=1 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o ./src/vector.o -c ./src/vector.c --- ./src/lex.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=2.6.0 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DBC_NUM_KARATSUBA_LEN=64 -DBC_ENABLE_NLS=1 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_SIGNALS=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LONG_OPTIONS=1 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o ./src/lex.o -c ./src/lex.c --- ./src/args.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=2.6.0 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DBC_NUM_KARATSUBA_LEN=64 -DBC_ENABLE_NLS=1 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_SIGNALS=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LONG_OPTIONS=1 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o ./src/args.o -c ./src/args.c --- ./src/num.o --- --- ./src/read.o --- --- ./src/num.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=2.6.0 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DBC_NUM_KARATSUBA_LEN=64 -DBC_ENABLE_NLS=1 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_SIGNALS=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LONG_OPTIONS=1 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o ./src/num.o -c ./src/num.c --- ./src/read.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=2.6.0 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DBC_NUM_KARATSUBA_LEN=64 -DBC_ENABLE_NLS=1 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_SIGNALS=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LONG_OPTIONS=1 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o ./src/read.o -c ./src/read.c --- ./src/lang.o --- --- ./src/data.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=2.6.0 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DBC_NUM_KARATSUBA_LEN=64 -DBC_ENABLE_NLS=1 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_SIGNALS=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LONG_OPTIONS=1 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o ./src/data.o -c ./src/data.c --- ./src/lang.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=2.6.0 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DBC_NUM_KARATSUBA_LEN=64 -DBC_ENABLE_NLS=1 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_SIGNALS=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LONG_OPTIONS=1 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o ./src/lang.o -c ./src/lang.c --- ./src/main.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=2.6.0 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DBC_NUM_KARATSUBA_LEN=64 -DBC_ENABLE_NLS=1 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_SIGNALS=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LONG_OPTIONS=1 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o ./src/main.o -c ./src/main.c --- gen/bc_help.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=2.6.0 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DBC_NUM_KARATSUBA_LEN=64 -DBC_ENABLE_NLS=1 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_SIGNALS=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LONG_OPTIONS=1 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o gen/bc_help.o -c gen/bc_help.c --- gen/dc_help.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=2.6.0 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DBC_NUM_KARATSUBA_LEN=64 -DBC_ENABLE_NLS=1 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_SIGNALS=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LONG_OPTIONS=1 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o gen/dc_help.o -c gen/dc_help.c --- gen/lib2.o --- --- gen/lib.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=2.6.0 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DBC_NUM_KARATSUBA_LEN=64 -DBC_ENABLE_NLS=1 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_SIGNALS=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LONG_OPTIONS=1 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o gen/lib.o -c gen/lib.c --- gen/lib2.o --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=2.6.0 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DBC_NUM_KARATSUBA_LEN=64 -DBC_ENABLE_NLS=1 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_SIGNALS=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LONG_OPTIONS=1 -DNDEBUG -pipe -O2 -fno-strict-aliasing -o gen/lib2.o -c gen/lib2.c --- all --- cc -DBC_ENABLED=1 -DDC_ENABLED=1 -I./include/ -DVERSION=2.6.0 -DEXECPREFIX= -DMAINEXEC=bc -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DBC_NUM_KARATSUBA_LEN=64 -DBC_ENABLE_NLS=1 -DBC_ENABLE_PROMPT=1 -DBC_ENABLE_EXTRA_MATH=1 -DBC_ENABLE_SIGNALS=1 -DBC_ENABLE_HISTORY=1 -DBC_ENABLE_LONG_OPTIONS=1 -DNDEBUG -pipe -O2 -fno-strict-aliasing ./src/vm.o ./src/parse.o ./src/program.o ./src/vector.o ./src/lex.o ./src/args.o ./src/num.o ./src/read.o ./src/lang.o ./src/data.o ./src/main.o ./src/dc/dc.o ./src/dc/lex.o ./src/dc/parse.o ./src/bc/bc.o ./src/bc/lex.o ./src/bc/parse.o ./src/history/history.o gen/bc_help.o gen/dc_help.o gen/lib.o gen/lib2.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-2.6.0 ===> Generating temporary packing list install -s -m 555 /construction/math/gh-bc/bc-2.6.0/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-2.6.0/manuals/bc.1 /construction/math/gh-bc/stage/usr/local/man/man1 install -m 444 /construction/math/gh-bc/bc-2.6.0/manuals/dc.1 /construction/math/gh-bc/stage/usr/local/man/man1 /bin/mkdir -p /construction/math/gh-bc/stage/usr/local/share/nls/C /construction/math/gh-bc/bc-2.6.0/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-2.6.0/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-2.6.0/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-2.6.0/locales/en_US.msg gencatfile //construction/math/gh-bc/stage/usr/local/share/nls/fr_FR.ISO8859-1/bc.cat /construction/math/gh-bc/bc-2.6.0/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-2.6.0/locales/fr_FR.UTF-8.msg gencatfile //construction/math/gh-bc/stage/usr/local/share/nls/pt_PT.ISO8859-1/bc.cat /construction/math/gh-bc/bc-2.6.0/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-2.6.0/locales/pt_PT.UTF-8.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/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/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 ====> 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:24 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for gh-bc-2.6.0 file sizes/checksums [49]: 0% file sizes/checksums [49]: 100% packing files [49]: 0% packing files [49]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:30