------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.tgz Installing /packages/All/gettext-runtime-0.20.1.tgz Installing /packages/All/gmake-4.2.1_3.tgz Installing /packages/All/ncurses-6.1.20190525.tgz Installing /packages/All/readline-8.0.0.tgz SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x/!\ sfst-1.4.6h_2: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x/!\ sfst-1.4.6h_2: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by sfst-1.4.6h_2 for building SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x/!\ sfst-1.4.6h_2: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by sfst-1.4.6h_2 for building => SHA256 Checksum OK for SFST-1.4.6h.tar.gz. SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x/!\ sfst-1.4.6h_2: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by sfst-1.4.6h_2 for building ===> Extracting for sfst-1.4.6h_2 => SHA256 Checksum OK for SFST-1.4.6h.tar.gz. Extracted Memory Use: 1.57M SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for sfst-1.4.6h_2 ===> Applying ports patches for sfst-1.4.6h_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for sfst-1.4.6h_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for sfst-1.4.6h_2 gmake[1]: Entering directory '/construction/math/sfst/SFST/src' c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o basic.o basic.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o utf8.o utf8.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o alphabet.o alphabet.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o fst.o fst.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o operators.o operators.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o determinise.o determinise.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o hopcroft.o hopcroft.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o fst-compiler.o fst-compiler.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o compact.o compact.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o make-compact.o make-compact.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o interface.o interface.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o default-scanner.o default-scanner.C fst-compiler.C: In function 'int yyparse()': fst-compiler.C:1518:12: warning: conversion from 'int' to 'yytype_int16' {aka 'short int'} may change value [-Wconversion] *yyssp = yystate; ^~~~~~~ default-scanner.C: In function 'int yylex()': default-scanner.C:936:53: warning: conversion from 'flex_int32_t' {aka 'int'} to 'YY_CHAR' {aka 'unsigned char'} may change value [-Wconversion] register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; ~~~~~~~~~~~~~~~~~~~~~~~~~^ default-scanner.C:946:40: warning: conversion from 'flex_int32_t' {aka 'int'} to 'YY_CHAR' {aka 'unsigned char'} may change value [-Wconversion] yy_c = yy_meta[(unsigned int) yy_c]; ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ default-scanner.C:963:23: warning: comparison of integer expressions of different signedness: 'int' and 'yy_size_t' {aka 'long unsigned int'} [-Wsign-compare] for ( yyl = 0; yyl < yyleng; ++yyl ) ~~~~^~~~~~~~ default-scanner.C: In function 'yy_state_type yy_get_previous_state()': default-scanner.C:1511:35: warning: conversion from 'flex_int32_t' {aka 'int'} to 'YY_CHAR' {aka 'unsigned char'} may change value [-Wconversion] register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ default-scanner.C:1521:39: warning: conversion from 'flex_int32_t' {aka 'int'} to 'YY_CHAR' {aka 'unsigned char'} may change value [-Wconversion] yy_c = yy_meta[(unsigned int) yy_c]; ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ default-scanner.C: In function 'yy_state_type yy_try_NUL_trans(yy_state_type)': default-scanner.C:1549:38: warning: conversion from 'flex_int32_t' {aka 'int'} to 'YY_CHAR' {aka 'unsigned char'} may change value [-Wconversion] yy_c = yy_meta[(unsigned int) yy_c]; ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ default-scanner.C: In function 'yy_buffer_state* yy_scan_bytes(const char*, yy_size_t)': default-scanner.C:2010:17: warning: comparison of integer expressions of different signedness: 'int' and 'yy_size_t' {aka 'long unsigned int'} [-Wsign-compare] for ( i = 0; i < _yybytes_len; ++i ) ~~^~~~~~~~~~~~~~ default-scanner.C: At global scope: default-scanner.C:1557:17: warning: 'void yyunput(int, char*)' defined but not used [-Wunused-function] static void yyunput (int c, register char * yy_bp ) ^~~~~~~ c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o fst-infl.o fst-infl.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o fst-generate.o fst-generate.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o generate.o generate.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o fst-print.o fst-print.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o fst-compare.o fst-compare.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o fst-compact.o fst-compact.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o robust.o robust.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o fst-infl2.o fst-infl2.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o fst-lowmem.o fst-lowmem.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o lowmem.o lowmem.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o fst-infl3.o fst-infl3.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o fst-lattice.o fst-lattice.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o fst-match.o fst-match.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o fst-parse.o fst-parse.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o fst-parse2.o fst-parse2.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o fst-train.o fst-train.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o utf8-scanner.o utf8-scanner.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o fst-mor.o fst-mor.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o fst-text2bin.o fst-text2bin.C c++ -pipe -O2 -fno-strict-aliasing -Wall -Wcast-qual -Wconversion -std=c++98 -Wno-deprecated -ansi -DSGIext -DREADLINE -fPIC -I/usr/local/include -c -o fst-infl2-daemon.o fst-infl2-daemon.C c++ -o fst-infl2 alphabet.o basic.o compact.o robust.o utf8.o fst-infl2.o -L/usr/local/lib utf8-scanner.C: In function 'int yylex()': utf8-scanner.C:948:53: warning: conversion from 'flex_int32_t' {aka 'int'} to 'YY_CHAR' {aka 'unsigned char'} may change value [-Wconversion] register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; ~~~~~~~~~~~~~~~~~~~~~~~~~^ utf8-scanner.C:958:40: warning: conversion from 'flex_int32_t' {aka 'int'} to 'YY_CHAR' {aka 'unsigned char'} may change value [-Wconversion] yy_c = yy_meta[(unsigned int) yy_c]; ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ utf8-scanner.C:975:23: warning: comparison of integer expressions of different signedness: 'int' and 'yy_size_t' {aka 'long unsigned int'} [-Wsign-compare] for ( yyl = 0; yyl < yyleng; ++yyl ) ~~~~^~~~~~~~ utf8-scanner.C: In function 'yy_state_type yy_get_previous_state()': utf8-scanner.C:1534:35: warning: conversion from 'flex_int32_t' {aka 'int'} to 'YY_CHAR' {aka 'unsigned char'} may change value [-Wconversion] register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utf8-scanner.C:1544:39: warning: conversion from 'flex_int32_t' {aka 'int'} to 'YY_CHAR' {aka 'unsigned char'} may change value [-Wconversion] yy_c = yy_meta[(unsigned int) yy_c]; ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ utf8-scanner.C: In function 'yy_state_type yy_try_NUL_trans(yy_state_type)': utf8-scanner.C:1572:38: warning: conversion from 'flex_int32_t' {aka 'int'} to 'YY_CHAR' {aka 'unsigned char'} may change value [-Wconversion] yy_c = yy_meta[(unsigned int) yy_c]; ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ utf8-scanner.C: In function 'yy_buffer_state* yy_scan_bytes(const char*, yy_size_t)': utf8-scanner.C:2033:17: warning: comparison of integer expressions of different signedness: 'int' and 'yy_size_t' {aka 'long unsigned int'} [-Wsign-compare] for ( i = 0; i < _yybytes_len; ++i ) ~~^~~~~~~~~~~~~~ In file included from /usr/include/sys/types.h:47, from /usr/include/stdio.h:41, from fst-infl2-daemon.C:11: Socket.h: In constructor 'SFST::Socket::Socket(int)': Socket.h:44:34: warning: conversion from 'int' to '__uint16_t' {aka 'short unsigned int'} may change value [-Wconversion] serv_addr.sin_port = htons(portno); ^~~~~~ utf8-scanner.C: At global scope: utf8-scanner.C:1580:17: warning: 'void yyunput(int, char*)' defined but not used [-Wunused-function] static void yyunput (int c, register char * yy_bp ) ^~~~~~~ utf8-scanner.ll:37:13: warning: 'void unmatched(char)' defined but not used [-Wunused-function] static void unmatched( char sym ) { ^~~~~~~~~ c++ -o fst-infl3 alphabet.o basic.o utf8.o lowmem.o fst-infl3.o -L/usr/local/lib c++ -o fst-compiler basic.o utf8.o alphabet.o fst.o operators.o determinise.o hopcroft.o fst-compiler.o compact.o make-compact.o interface.o default-scanner.o -L/usr/local/lib c++ -o fst-infl basic.o utf8.o alphabet.o fst.o operators.o determinise.o hopcroft.o fst-infl.o -L/usr/local/lib c++ -o fst-generate basic.o utf8.o alphabet.o fst.o operators.o determinise.o hopcroft.o fst-generate.o generate.o -L/usr/local/lib c++ -o fst-print basic.o utf8.o alphabet.o fst.o operators.o determinise.o hopcroft.o fst-print.o -L/usr/local/lib c++ -o fst-compare basic.o utf8.o alphabet.o fst.o operators.o determinise.o hopcroft.o fst-compare.o -L/usr/local/lib c++ -o fst-compact basic.o utf8.o alphabet.o fst.o operators.o determinise.o hopcroft.o fst-compact.o compact.o make-compact.o -L/usr/local/lib c++ -o fst-lowmem basic.o utf8.o alphabet.o fst.o operators.o determinise.o hopcroft.o fst-lowmem.o -L/usr/local/lib c++ -o fst-lattice basic.o utf8.o alphabet.o fst.o operators.o determinise.o hopcroft.o fst-lattice.o -L/usr/local/lib c++ -o fst-match basic.o utf8.o alphabet.o fst.o operators.o determinise.o hopcroft.o fst-match.o compact.o -L/usr/local/lib c++ -o fst-parse basic.o utf8.o alphabet.o fst.o operators.o determinise.o hopcroft.o fst-parse.o -L/usr/local/lib c++ -o fst-parse2 basic.o utf8.o alphabet.o fst.o operators.o determinise.o hopcroft.o fst-parse2.o -L/usr/local/lib c++ -o fst-train basic.o utf8.o alphabet.o fst.o operators.o determinise.o hopcroft.o fst-train.o compact.o -L/usr/local/lib c++ -o fst-compiler-utf8 basic.o utf8.o alphabet.o fst.o operators.o determinise.o hopcroft.o compact.o make-compact.o interface.o utf8-scanner.o fst-compiler.o -L/usr/local/lib c++ -o fst-mor basic.o utf8.o alphabet.o fst.o operators.o determinise.o hopcroft.o fst-mor.o -L/usr/local/lib -lreadline -lhistory -lncurses c++ -o fst-text2bin basic.o utf8.o alphabet.o fst.o operators.o determinise.o hopcroft.o fst-text2bin.o -L/usr/local/lib c++ -o fst-infl2-daemon alphabet.o basic.o compact.o robust.o utf8.o fst-infl2-daemon.o -L/usr/local/lib strip fst-compiler fst-infl fst-generate fst-print fst-compare fst-compact fst-infl2 fst-lowmem fst-infl3 fst-lattice fst-match fst-parse fst-parse2 fst-train fst-compiler-utf8 fst-mor fst-text2bin fst-infl2-daemon gmake[1]: Leaving directory '/construction/math/sfst/SFST/src' SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for sfst-1.4.6h_2 ===> Generating temporary packing list gmake[1]: Entering directory '/construction/math/sfst/SFST/src' install -d -m 755 /construction/math/sfst/stage/usr/local/bin for p in fst-compiler fst-infl fst-generate fst-print fst-compare fst-compact fst-infl2 fst-lowmem fst-infl3 fst-lattice fst-match fst-parse fst-parse2 fst-train fst-compiler-utf8 fst-mor fst-text2bin fst-infl2-daemon; do install -s $p /construction/math/sfst/stage/usr/local/bin/$p; done install -d -m 755 /construction/math/sfst/stage/usr/local/man/man1 for m in man1/*.1; do install -m 644 $m /construction/math/sfst/stage/usr/local/man/$m; done cc -shared -o libsfst.so alphabet.o basic.o utf8.o compact.o fst.o operators.o determinise.o generate.o hopcroft.o -L/usr/local/lib install -s libsfst.so /construction/math/sfst/stage/usr/local/lib (ldconfig || true) install alphabet.h basic.h fst.h interface.h mem.h sgi.h utf8.h /construction/math/sfst/stage/usr/local/include/sfst gmake[1]: Leaving directory '/construction/math/sfst/SFST/src' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/fst-mor is linked to /usr/local/lib/libncurses.so.6 from devel/ncurses but it is not declared as a dependency Warning: you need USES+=ncurses Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- x====> 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:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- x===> Building package for sfst-1.4.6h_2 file sizes/checksums [43]: 0% file sizes/checksums [43]: 100% packing files [43]: 0% packing files [43]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:48