------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/gmake-4.3.txz Installing /packages/All/libtre-0.8.0_3.txz ===== Message from libtre-0.8.0_3: -- ===> NOTICE: The libtre port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> libcrm114-20100726 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> libcrm114-20100726 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libcrm114-20100726 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> libcrm114-20100726 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libcrm114-20100726 for building => SHA256 Checksum OK for libcrm114-20100726.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> libcrm114-20100726 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libcrm114-20100726 for building ===> Extracting for libcrm114-20100726 => SHA256 Checksum OK for libcrm114-20100726.tar.gz. Extracted Memory Use: 5.91M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for libcrm114-20100726 ===> Applying ports patches for libcrm114-20100726 ===> Cleanly applied ports patch(es) patch-Makefile SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> libcrm114-20100726 depends on package: gmake>=4.3 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> libcrm114-20100726 depends on shared library: libtre.so - found (/usr/local/lib/libtre.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> libcrm114-20100726 depends on package: gmake>=4.3 - found ===> libcrm114-20100726 depends on shared library: libtre.so - found (/usr/local/lib/libtre.so) ===> Configuring for libcrm114-20100726 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for libcrm114-20100726 gmake[1]: Entering directory '/construction/textproc/libcrm114/libcrm114-20100726' rm -f test test.map test.o rm -f simple_demo simple_demo.map simple_demo.o simple_demo_datablock.txt rm -f libcrm114.a libcrm114.so crm114_base.o crm114_markov.o crm114_markov_microgroom.o crm114_bit_entropy.o crm114_hyperspace.o crm114_svm.o crm114_svm_lib_fncts.o crm114_svm_quad_prog.o crm114_fast_substring_compression.o crm114_pca.o crm114_pca_lib_fncts.o crm114_matrix.o crm114_matrix_util.o crm114_datalib.o crm114_vector_tokenize.o crm114_strnhash.o crm114_util.o crm114_regex_tre.o rm -f gmon.out *.gcov *.gcno *.gcda cc -pipe -I/usr/local/include -DNO_LOGL -DDO_INLINES -O2 -fno-strict-aliasing -std=c99 -pedantic -Wall -Wextra -Wpointer-arith -Wstrict-prototypes -Wno-sign-compare -Wno-overlength-strings -fPIC -c -o crm114_base.o crm114_base.c In file included from crm114_base.c:29: crm114_internal.h:172:2: warning: #warning is a GCC extension #warning Redefinining crm114__logl as log because logl is missing ^~~~~~~ crm114_internal.h:172:2: warning: #warning Redefinining crm114__logl as log because logl is missing [-Wcpp] crm114_base.c: In function 'crm114_db_read_text_fp': crm114_base.c:1423:13: warning: this statement may fall through [-Wimplicit-fallthrough=] ok = crm114__fscm_learned_read_text_fp (&db, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ crm114_base.c:1424:6: note: here default: ^~~~~~~ cc -pipe -I/usr/local/include -DNO_LOGL -DDO_INLINES -O2 -fno-strict-aliasing -std=c99 -pedantic -Wall -Wextra -Wpointer-arith -Wstrict-prototypes -Wno-sign-compare -Wno-overlength-strings -fPIC -c -o crm114_markov.o crm114_markov.c In file included from crm114_markov.c:29: crm114_internal.h:172:2: warning: #warning is a GCC extension #warning Redefinining crm114__logl as log because logl is missing ^~~~~~~ crm114_internal.h:172:2: warning: #warning Redefinining crm114__logl as log because logl is missing [-Wcpp] crm114_markov.c: In function 'crm114_classify_features_markov': crm114_markov.c:228:8: warning: variable 'top10polys' set but not used [-Wunused-but-set-variable] long top10polys[10]; ^~~~~~~~~~ crm114_markov.c:227:10: warning: variable 'top10scores' set but not used [-Wunused-but-set-variable] double top10scores[10]; ^~~~~~~~~~~ cc -pipe -I/usr/local/include -DNO_LOGL -DDO_INLINES -O2 -fno-strict-aliasing -std=c99 -pedantic -Wall -Wextra -Wpointer-arith -Wstrict-prototypes -Wno-sign-compare -Wno-overlength-strings -fPIC -c -o crm114_markov_microgroom.o crm114_markov_microgroom.c cc -pipe -I/usr/local/include -DNO_LOGL -DDO_INLINES -O2 -fno-strict-aliasing -std=c99 -pedantic -Wall -Wextra -Wpointer-arith -Wstrict-prototypes -Wno-sign-compare -Wno-overlength-strings -fPIC -c -o crm114_bit_entropy.o crm114_bit_entropy.c In file included from crm114_bit_entropy.c:31: crm114_internal.h:172:2: warning: #warning is a GCC extension #warning Redefinining crm114__logl as log because logl is missing ^~~~~~~ crm114_internal.h:172:2: warning: #warning Redefinining crm114__logl as log because logl is missing [-Wcpp] crm114_bit_entropy.c: In function 'lattice_lookahead_score': crm114_bit_entropy.c:1462:17: warning: variable 'n0' set but not used [-Wunused-but-set-variable] unsigned char n0, n1, n2, n3; // Our lookahead bits ^~ crm114_bit_entropy.c: In function 'crm114_learn_text_bit_entropy': crm114_bit_entropy.c:1758:8: warning: variable 'unique_states' set but not used [-Wunused-but-set-variable] long unique_states; ^~~~~~~~~~~~~ crm114_bit_entropy.c:1756:10: warning: variable 'bitweight' set but not used [-Wunused-but-set-variable] double bitweight; ^~~~~~~~~ crm114_bit_entropy.c:1754:8: warning: variable 'crosslink_mincount' set but not used [-Wunused-but-set-variable] long crosslink_mincount; ^~~~~~~~~~~~~~~~~~ crm114_bit_entropy.c: In function 'crm114__bit_entropy_learned_read_text_fp': crm114_bit_entropy.c:2732:7: warning: variable 'cr' set but not used [-Wunused-but-set-variable] int cr; // count read ^~ cc -pipe -I/usr/local/include -DNO_LOGL -DDO_INLINES -O2 -fno-strict-aliasing -std=c99 -pedantic -Wall -Wextra -Wpointer-arith -Wstrict-prototypes -Wno-sign-compare -Wno-overlength-strings -fPIC -c -o crm114_hyperspace.o crm114_hyperspace.c In file included from crm114_hyperspace.c:36: crm114_internal.h:172:2: warning: #warning is a GCC extension #warning Redefinining crm114__logl as log because logl is missing ^~~~~~~ crm114_internal.h:172:2: warning: #warning Redefinining crm114__logl as log because logl is missing [-Wcpp] crm114_hyperspace.c: In function 'crm114_learn_features_hyperspace': crm114_hyperspace.c:60:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (crm114__internal_trace) ^~ crm114_hyperspace.c:69:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (db == NULL || features == NULL) ^~ crm114_hyperspace.c:57:7: warning: variable 'microgroom' set but not used [-Wunused-but-set-variable] int microgroom; ^~~~~~~~~~ cc -pipe -I/usr/local/include -DNO_LOGL -DDO_INLINES -O2 -fno-strict-aliasing -std=c99 -pedantic -Wall -Wextra -Wpointer-arith -Wstrict-prototypes -Wno-sign-compare -Wno-overlength-strings -fPIC -c -o crm114_svm.o crm114_svm.c In file included from crm114_svm.h:36, from crm114_svm.c:28: crm114_internal.h:172:2: warning: #warning is a GCC extension #warning Redefinining crm114__logl as log because logl is missing ^~~~~~~ crm114_internal.h:172:2: warning: #warning Redefinining crm114__logl as log because logl is missing [-Wcpp] crm114_svm.c: In function 'write_svm_db': crm114_svm.c:1229:10: warning: variable 'cur0' set but not used [-Wunused-but-set-variable] size_t cur0; // size of current block 0 ^~~~ cc -pipe -I/usr/local/include -DNO_LOGL -DDO_INLINES -O2 -fno-strict-aliasing -std=c99 -pedantic -Wall -Wextra -Wpointer-arith -Wstrict-prototypes -Wno-sign-compare -Wno-overlength-strings -fPIC -c -o crm114_svm_lib_fncts.o crm114_svm_lib_fncts.c In file included from crm114_svm.h:36, from crm114_svm_lib_fncts.c:29: crm114_internal.h:172:2: warning: #warning is a GCC extension #warning Redefinining crm114__logl as log because logl is missing ^~~~~~~ crm114_internal.h:172:2: warning: #warning Redefinining crm114__logl as log because logl is missing [-Wcpp] crm114_svm_lib_fncts.c: In function 'crm114__svm_read_solution_fp': crm114_svm_lib_fncts.c:1100:10: warning: variable 'unused' set but not used [-Wunused-but-set-variable] size_t unused; ^~~~~~ cc -pipe -I/usr/local/include -DNO_LOGL -DDO_INLINES -O2 -fno-strict-aliasing -std=c99 -pedantic -Wall -Wextra -Wpointer-arith -Wstrict-prototypes -Wno-sign-compare -Wno-overlength-strings -fPIC -c -o crm114_svm_quad_prog.o crm114_svm_quad_prog.c crm114_svm_quad_prog.c: In function 'crm114__run_qp': crm114_svm_quad_prog.c:148:41: warning: variable 'oldtk' set but not used [-Wunused-but-set-variable] int tk = 0, n = A->cols, m = A->rows, oldtk = 0, neg_lambda, toadd, toremove, ^~~~~ crm114_svm_quad_prog.c: In function 'delete_constraint': crm114_svm_quad_prog.c:655:50: warning: unused parameter 'A' [-Wunused-parameter] static void delete_constraint(int todel, Matrix *A, Matrix *Q, Matrix *R, ~~~~~~~~^ cc -pipe -I/usr/local/include -DNO_LOGL -DDO_INLINES -O2 -fno-strict-aliasing -std=c99 -pedantic -Wall -Wextra -Wpointer-arith -Wstrict-prototypes -Wno-sign-compare -Wno-overlength-strings -fPIC -c -o crm114_fast_substring_compression.o crm114_fast_substring_compression.c In file included from crm114_fast_substring_compression.c:35: crm114_internal.h:172:2: warning: #warning is a GCC extension #warning Redefinining crm114__logl as log because logl is missing ^~~~~~~ crm114_internal.h:172:2: warning: #warning Redefinining crm114__logl as log because logl is missing [-Wcpp] crm114_fast_substring_compression.c: In function 'crm114_learn_features_fscm': crm114_fast_substring_compression.c:576:8: warning: variable 'use_unigram_features' set but not used [-Wunused-but-set-variable] long use_unigram_features; ^~~~~~~~~~~~~~~~~~~~ crm114_fast_substring_compression.c:575:8: warning: variable 'unique' set but not used [-Wunused-but-set-variable] long unique; ^~~~~~ crm114_fast_substring_compression.c:574:8: warning: variable 'microgroom' set but not used [-Wunused-but-set-variable] long microgroom; ^~~~~~~~~~ crm114_fast_substring_compression.c: In function 'compress_me': crm114_fast_substring_compression.c:1074:7: warning: variable 'blast_lookback' set but not used [-Wunused-but-set-variable] int blast_lookback; // Only use if BLAST is desired. ^~~~~~~~~~~~~~ crm114_fast_substring_compression.c: In function 'crm114_classify_features_fscm': crm114_fast_substring_compression.c:1134:35: warning: variable 'use_unigram_features' set but not used [-Wunused-but-set-variable] int not_microgroom, use_unique, use_unigram_features; ^~~~~~~~~~~~~~~~~~~~ crm114_fast_substring_compression.c:1134:23: warning: variable 'use_unique' set but not used [-Wunused-but-set-variable] int not_microgroom, use_unique, use_unigram_features; ^~~~~~~~~~ crm114_fast_substring_compression.c:1134:7: warning: variable 'not_microgroom' set but not used [-Wunused-but-set-variable] int not_microgroom, use_unique, use_unigram_features; ^~~~~~~~~~~~~~ cc -pipe -I/usr/local/include -DNO_LOGL -DDO_INLINES -O2 -fno-strict-aliasing -std=c99 -pedantic -Wall -Wextra -Wpointer-arith -Wstrict-prototypes -Wno-sign-compare -Wno-overlength-strings -fPIC -c -o crm114_pca.o crm114_pca.c In file included from crm114_pca.h:36, from crm114_pca.c:29: crm114_internal.h:172:2: warning: #warning is a GCC extension #warning Redefinining crm114__logl as log because logl is missing ^~~~~~~ crm114_internal.h:172:2: warning: #warning Redefinining crm114__logl as log because logl is missing [-Wcpp] crm114_pca.c: In function 'pca_write_db': crm114_pca.c:815:10: warning: variable 'cur0' set but not used [-Wunused-but-set-variable] size_t cur0; // size of current block 0 ^~~~ cc -pipe -I/usr/local/include -DNO_LOGL -DDO_INLINES -O2 -fno-strict-aliasing -std=c99 -pedantic -Wall -Wextra -Wpointer-arith -Wstrict-prototypes -Wno-sign-compare -Wno-overlength-strings -fPIC -c -o crm114_pca_lib_fncts.o crm114_pca_lib_fncts.c cc -pipe -I/usr/local/include -DNO_LOGL -DDO_INLINES -O2 -fno-strict-aliasing -std=c99 -pedantic -Wall -Wextra -Wpointer-arith -Wstrict-prototypes -Wno-sign-compare -Wno-overlength-strings -fPIC -c -o crm114_matrix.o crm114_matrix.c cc -pipe -I/usr/local/include -DNO_LOGL -DDO_INLINES -O2 -fno-strict-aliasing -std=c99 -pedantic -Wall -Wextra -Wpointer-arith -Wstrict-prototypes -Wno-sign-compare -Wno-overlength-strings -fPIC -c -o crm114_matrix_util.o crm114_matrix_util.c crm114_matrix_util.c: In function 'crm114__list_read': crm114_matrix_util.c:1263:10: warning: variable 'unused' set but not used [-Wunused-but-set-variable] size_t unused; ^~~~~~ cc -pipe -I/usr/local/include -DNO_LOGL -DDO_INLINES -O2 -fno-strict-aliasing -std=c99 -pedantic -Wall -Wextra -Wpointer-arith -Wstrict-prototypes -Wno-sign-compare -Wno-overlength-strings -fPIC -c -o crm114_datalib.o crm114_datalib.c In file included from crm114_svm.h:36, from crm114_datalib.c:15: crm114_internal.h:172:2: warning: #warning is a GCC extension #warning Redefinining crm114__logl as log because logl is missing ^~~~~~~ crm114_internal.h:172:2: warning: #warning Redefinining crm114__logl as log because logl is missing [-Wcpp] cc -pipe -I/usr/local/include -DNO_LOGL -DDO_INLINES -O2 -fno-strict-aliasing -std=c99 -pedantic -Wall -Wextra -Wpointer-arith -Wstrict-prototypes -Wno-sign-compare -Wno-overlength-strings -fPIC -c -o crm114_vector_tokenize.o crm114_vector_tokenize.c cc -pipe -I/usr/local/include -DNO_LOGL -DDO_INLINES -O2 -fno-strict-aliasing -std=c99 -pedantic -Wall -Wextra -Wpointer-arith -Wstrict-prototypes -Wno-sign-compare -Wno-overlength-strings -fPIC -c -o crm114_strnhash.o crm114_strnhash.c cc -pipe -I/usr/local/include -DNO_LOGL -DDO_INLINES -O2 -fno-strict-aliasing -std=c99 -pedantic -Wall -Wextra -Wpointer-arith -Wstrict-prototypes -Wno-sign-compare -Wno-overlength-strings -fPIC -c -o crm114_util.o crm114_util.c In file included from crm114_util.c:29: crm114_internal.h:172:2: warning: #warning is a GCC extension #warning Redefinining crm114__logl as log because logl is missing ^~~~~~~ crm114_internal.h:172:2: warning: #warning Redefinining crm114__logl as log because logl is missing [-Wcpp] cc -pipe -I/usr/local/include -DNO_LOGL -DDO_INLINES -O2 -fno-strict-aliasing -std=c99 -pedantic -Wall -Wextra -Wpointer-arith -Wstrict-prototypes -Wno-sign-compare -Wno-overlength-strings -fPIC -c -o crm114_regex_tre.o crm114_regex_tre.c cc -o libcrm114.so.0 -shared crm114_base.o crm114_markov.o crm114_markov_microgroom.o crm114_bit_entropy.o crm114_hyperspace.o crm114_svm.o crm114_svm_lib_fncts.o crm114_svm_quad_prog.o crm114_fast_substring_compression.o crm114_pca.o crm114_pca_lib_fncts.o crm114_matrix.o crm114_matrix_util.o crm114_datalib.o crm114_vector_tokenize.o crm114_strnhash.o crm114_util.o crm114_regex_tre.o ln -fs libcrm114.so.0 libcrm114.so cc -pipe -I/usr/local/include -DNO_LOGL -DDO_INLINES -O2 -fno-strict-aliasing -std=c99 -pedantic -Wall -Wextra -Wpointer-arith -Wstrict-prototypes -Wno-sign-compare -Wno-overlength-strings -fPIC -c -o test.o test.c In file included from test.c:26: crm114_internal.h:172:2: warning: #warning is a GCC extension #warning Redefinining crm114__logl as log because logl is missing ^~~~~~~ crm114_internal.h:172:2: warning: #warning Redefinining crm114__logl as log because logl is missing [-Wcpp] test.c:249:30: warning: 'Willows_frag_twisted_list' defined but not used [-Wunused-const-variable=] static const struct document Willows_frag_twisted_list[] = ^~~~~~~~~~~~~~~~~~~~~~~~~ test.c:243:30: warning: 'Macbeth_frag_megatest_list' defined but not used [-Wunused-const-variable=] static const struct document Macbeth_frag_megatest_list[] = ^~~~~~~~~~~~~~~~~~~~~~~~~~ test.c:237:30: warning: 'Hound_frag_short_twisted_list' defined but not used [-Wunused-const-variable=] static const struct document Hound_frag_short_twisted_list[] = ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ test.c:231:30: warning: 'Hound_frag_twisted_list' defined but not used [-Wunused-const-variable=] static const struct document Hound_frag_twisted_list[] = ^~~~~~~~~~~~~~~~~~~~~~~ test.c:225:30: warning: 'Hound_frag_list' defined but not used [-Wunused-const-variable=] static const struct document Hound_frag_list[] = ^~~~~~~~~~~~~~~ test.c:219:30: warning: 'Alice_frag_megatest_list' defined but not used [-Wunused-const-variable=] static const struct document Alice_frag_megatest_list[] = ^~~~~~~~~~~~~~~~~~~~~~~~ test.c:213:30: warning: 'Alice_frag_twisted_list' defined but not used [-Wunused-const-variable=] static const struct document Alice_frag_twisted_list[] = ^~~~~~~~~~~~~~~~~~~~~~~ test.c:207:30: warning: 'Alice_frag_list' defined but not used [-Wunused-const-variable=] static const struct document Alice_frag_list[] = ^~~~~~~~~~~~~~~ ar rc libcrm114.a crm114_base.o crm114_markov.o crm114_markov_microgroom.o crm114_bit_entropy.o crm114_hyperspace.o crm114_svm.o crm114_svm_lib_fncts.o crm114_svm_quad_prog.o crm114_fast_substring_compression.o crm114_pca.o crm114_pca_lib_fncts.o crm114_matrix.o crm114_matrix_util.o crm114_datalib.o crm114_vector_tokenize.o crm114_strnhash.o crm114_util.o crm114_regex_tre.o cc -o test -L/usr/local/lib -Wl,-M -Wl,--cref test.o libcrm114.a -ltre -lm >test.map cc -pipe -I/usr/local/include -DNO_LOGL -DDO_INLINES -O2 -fno-strict-aliasing -std=c99 -pedantic -Wall -Wextra -Wpointer-arith -Wstrict-prototypes -Wno-sign-compare -Wno-overlength-strings -fPIC -c -o simple_demo.o simple_demo.c In file included from simple_demo.c:26: crm114_internal.h:172:2: warning: #warning is a GCC extension #warning Redefinining crm114__logl as log because logl is missing ^~~~~~~ crm114_internal.h:172:2: warning: #warning Redefinining crm114__logl as log because logl is missing [-Wcpp] cc -o simple_demo -L/usr/local/lib -Wl,-M -Wl,--cref simple_demo.o libcrm114.a -ltre -lm >simple_demo.map gmake[1]: Leaving directory '/construction/textproc/libcrm114/libcrm114-20100726' SUCCEEDED 00:00:14 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for libcrm114-20100726 ===> Generating temporary packing list gmake[1]: Entering directory '/construction/textproc/libcrm114/libcrm114-20100726' install -s -m 0644 libcrm114.so.0 /construction/textproc/libcrm114/stage/usr/local/lib ln -fs libcrm114.so.0 /construction/textproc/libcrm114/stage/usr/local/lib/libcrm114.so install -m 0644 crm114_config.h /construction/textproc/libcrm114/stage/usr/local/include install -m 0644 crm114_lib.h /construction/textproc/libcrm114/stage/usr/local/include install -m 0644 crm114_structs.h /construction/textproc/libcrm114/stage/usr/local/include install -m 0644 crm114_sysincludes.h /construction/textproc/libcrm114/stage/usr/local/include install -d -m 755 /construction/textproc/libcrm114/stage/usr/local/share/doc/libcrm114 install -m 0644 HOWTO.txt /construction/textproc/libcrm114/stage/usr/local/share/doc/libcrm114 install -m 0644 simple_demo.c /construction/textproc/libcrm114/stage/usr/local/share/doc/libcrm114 gmake[1]: Leaving directory '/construction/textproc/libcrm114/libcrm114-20100726' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: /construction/textproc/libcrm114/stage/usr/local/lib/libcrm114.so.0 doesn't have a SONAME. Warning: pkg(8) will not register it as being provided by the port. Warning: If another port depend on it, pkg will not be able to know where it comes from. Warning: It is directly in /usr/local/lib, it is probably used by other ports. Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for libcrm114-20100726 file sizes/checksums [8]: 0% file sizes/checksums [8]: 100% packing files [8]: 0% packing files [8]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:16