=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for openfst-1.1 --- all --- /usr/bin/make all-recursive --- all-recursive --- Making all in src --- all-recursive --- Making all in include Making all in lib --- compat.lo --- --- flags.lo --- --- fst.lo --- --- properties.lo --- --- compat.lo --- /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/include/fst -I./../include -I/usr/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT compat.lo -MD -MP -MF .deps/compat.Tpo -c -o compat.lo compat.cc --- flags.lo --- /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/include/fst -I./../include -I/usr/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT flags.lo -MD -MP -MF .deps/flags.Tpo -c -o flags.lo flags.cc --- fst.lo --- /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/include/fst -I./../include -I/usr/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT fst.lo -MD -MP -MF .deps/fst.Tpo -c -o fst.lo fst.cc --- properties.lo --- /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/include/fst -I./../include -I/usr/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT properties.lo -MD -MP -MF .deps/properties.Tpo -c -o properties.lo properties.cc --- fst.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/include/fst -I./../include -O2 -D_FORTIFY_SOURCE=2 -MT fst.lo -MD -MP -MF .deps/fst.Tpo -c fst.cc -fPIC -DPIC -o .libs/fst.o --- flags.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/include/fst -I./../include -O2 -D_FORTIFY_SOURCE=2 -MT flags.lo -MD -MP -MF .deps/flags.Tpo -c flags.cc -fPIC -DPIC -o .libs/flags.o --- properties.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/include/fst -I./../include -O2 -D_FORTIFY_SOURCE=2 -MT properties.lo -MD -MP -MF .deps/properties.Tpo -c properties.cc -fPIC -DPIC -o .libs/properties.o --- compat.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/include/fst -I./../include -O2 -D_FORTIFY_SOURCE=2 -MT compat.lo -MD -MP -MF .deps/compat.Tpo -c compat.cc -fPIC -DPIC -o .libs/compat.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/include/fst -I./../include -O2 -D_FORTIFY_SOURCE=2 -MT compat.lo -MD -MP -MF .deps/compat.Tpo -c compat.cc -o compat.o >/dev/null 2>&1 --- fst.lo --- In file included from fst.cc:20:0: ./../include/fst/fst.h: In copy constructor 'fst::FstImpl::FstImpl(const fst::FstImpl&)': ./../include/fst/fst.h:487:66: error: no matching function for call to 'fst::SymbolTable::SymbolTable(fst::SymbolTable* const&)' isymbols_(impl.isymbols_ ? new SymbolTable(impl.isymbols_) : 0), ^ In file included from ./../include/fst/fst.h:31:0, from fst.cc:20: ./../include/fst/symbol-table.h:373:12: note: candidate: fst::SymbolTable::SymbolTable(fst::SymbolTableImpl*) explicit SymbolTable(SymbolTableImpl* impl) : impl_(impl) {} ^~~~~~~~~~~ ./../include/fst/symbol-table.h:373:12: note: no known conversion for argument 1 from 'fst::SymbolTable* const' to 'fst::SymbolTableImpl*' ./../include/fst/symbol-table.h:211:3: note: candidate: fst::SymbolTable::SymbolTable(const fst::SymbolTable&) SymbolTable(const SymbolTable& table) : impl_(table.impl_) { ^~~~~~~~~~~ ./../include/fst/symbol-table.h:211:3: note: no known conversion for argument 1 from 'fst::SymbolTable* const' to 'const fst::SymbolTable&' ./../include/fst/symbol-table.h:208:3: note: candidate: fst::SymbolTable::SymbolTable(const string&) SymbolTable(const string& name) : impl_(new SymbolTableImpl(name)) {} ^~~~~~~~~~~ ./../include/fst/symbol-table.h:208:3: note: no known conversion for argument 1 from 'fst::SymbolTable* const' to 'const string& {aka const std::__cxx11::basic_string&}' In file included from fst.cc:20:0: ./../include/fst/fst.h:488:66: error: no matching function for call to 'fst::SymbolTable::SymbolTable(fst::SymbolTable* const&)' osymbols_(impl.osymbols_ ? new SymbolTable(impl.osymbols_) : 0) {} ^ In file included from ./../include/fst/fst.h:31:0, from fst.cc:20: ./../include/fst/symbol-table.h:373:12: note: candidate: fst::SymbolTable::SymbolTable(fst::SymbolTableImpl*) explicit SymbolTable(SymbolTableImpl* impl) : impl_(impl) {} ^~~~~~~~~~~ ./../include/fst/symbol-table.h:373:12: note: no known conversion for argument 1 from 'fst::SymbolTable* const' to 'fst::SymbolTableImpl*' ./../include/fst/symbol-table.h:211:3: note: candidate: fst::SymbolTable::SymbolTable(const fst::SymbolTable&) SymbolTable(const SymbolTable& table) : impl_(table.impl_) { ^~~~~~~~~~~ ./../include/fst/symbol-table.h:211:3: note: no known conversion for argument 1 from 'fst::SymbolTable* const' to 'const fst::SymbolTable&' ./../include/fst/symbol-table.h:208:3: note: candidate: fst::SymbolTable::SymbolTable(const string&) SymbolTable(const string& name) : impl_(new SymbolTableImpl(name)) {} ^~~~~~~~~~~ ./../include/fst/symbol-table.h:208:3: note: no known conversion for argument 1 from 'fst::SymbolTable* const' to 'const string& {aka const std::__cxx11::basic_string&}' --- properties.lo --- In file included from ./../include/fst/expanded-fst.h:25:0, from ./../include/fst/mutable-fst.h:27, from ./../include/fst/vector-fst.h:26, from ./../include/fst/cache.h:27, from ./../include/fst/map.h:35, from ./../include/fst/encode.h:34, from properties.cc:24: ./../include/fst/fst.h: In copy constructor 'fst::FstImpl::FstImpl(const fst::FstImpl&)': ./../include/fst/fst.h:487:66: error: no matching function for call to 'fst::SymbolTable::SymbolTable(fst::SymbolTable* const&)' isymbols_(impl.isymbols_ ? new SymbolTable(impl.isymbols_) : 0), ^ In file included from ./../include/fst/fst.h:31:0, from ./../include/fst/expanded-fst.h:25, from ./../include/fst/mutable-fst.h:27, from ./../include/fst/vector-fst.h:26, from ./../include/fst/cache.h:27, from ./../include/fst/map.h:35, from ./../include/fst/encode.h:34, from properties.cc:24: ./../include/fst/symbol-table.h:373:12: note: candidate: fst::SymbolTable::SymbolTable(fst::SymbolTableImpl*) explicit SymbolTable(SymbolTableImpl* impl) : impl_(impl) {} ^~~~~~~~~~~ ./../include/fst/symbol-table.h:373:12: note: no known conversion for argument 1 from 'fst::SymbolTable* const' to 'fst::SymbolTableImpl*' ./../include/fst/symbol-table.h:211:3: note: candidate: fst::SymbolTable::SymbolTable(const fst::SymbolTable&) SymbolTable(const SymbolTable& table) : impl_(table.impl_) { ^~~~~~~~~~~ ./../include/fst/symbol-table.h:211:3: note: no known conversion for argument 1 from 'fst::SymbolTable* const' to 'const fst::SymbolTable&' ./../include/fst/symbol-table.h:208:3: note: candidate: fst::SymbolTable::SymbolTable(const string&) SymbolTable(const string& name) : impl_(new SymbolTableImpl(name)) {} ^~~~~~~~~~~ ./../include/fst/symbol-table.h:208:3: note: no known conversion for argument 1 from 'fst::SymbolTable* const' to 'const string& {aka const std::__cxx11::basic_string&}' In file included from ./../include/fst/expanded-fst.h:25:0, from ./../include/fst/mutable-fst.h:27, from ./../include/fst/vector-fst.h:26, from ./../include/fst/cache.h:27, from ./../include/fst/map.h:35, from ./../include/fst/encode.h:34, from properties.cc:24: ./../include/fst/fst.h:488:66: error: no matching function for call to 'fst::SymbolTable::SymbolTable(fst::SymbolTable* const&)' osymbols_(impl.osymbols_ ? new SymbolTable(impl.osymbols_) : 0) {} ^ In file included from ./../include/fst/fst.h:31:0, from ./../include/fst/expanded-fst.h:25, from ./../include/fst/mutable-fst.h:27, from ./../include/fst/vector-fst.h:26, from ./../include/fst/cache.h:27, from ./../include/fst/map.h:35, from ./../include/fst/encode.h:34, from properties.cc:24: ./../include/fst/symbol-table.h:373:12: note: candidate: fst::SymbolTable::SymbolTable(fst::SymbolTableImpl*) explicit SymbolTable(SymbolTableImpl* impl) : impl_(impl) {} ^~~~~~~~~~~ ./../include/fst/symbol-table.h:373:12: note: no known conversion for argument 1 from 'fst::SymbolTable* const' to 'fst::SymbolTableImpl*' ./../include/fst/symbol-table.h:211:3: note: candidate: fst::SymbolTable::SymbolTable(const fst::SymbolTable&) SymbolTable(const SymbolTable& table) : impl_(table.impl_) { ^~~~~~~~~~~ ./../include/fst/symbol-table.h:211:3: note: no known conversion for argument 1 from 'fst::SymbolTable* const' to 'const fst::SymbolTable&' ./../include/fst/symbol-table.h:208:3: note: candidate: fst::SymbolTable::SymbolTable(const string&) SymbolTable(const string& name) : impl_(new SymbolTableImpl(name)) {} ^~~~~~~~~~~ ./../include/fst/symbol-table.h:208:3: note: no known conversion for argument 1 from 'fst::SymbolTable* const' to 'const string& {aka const std::__cxx11::basic_string&}' *** [properties.lo] Error code 1 make[3]: stopped in /tmp/math/openfst/work/openfst-1.1/src/lib --- compat.lo --- mv -f .deps/compat.Tpo .deps/compat.Plo --- flags.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/include/fst -I./../include -O2 -D_FORTIFY_SOURCE=2 -MT flags.lo -MD -MP -MF .deps/flags.Tpo -c flags.cc -o flags.o >/dev/null 2>&1 mv -f .deps/flags.Tpo .deps/flags.Plo --- fst.lo --- *** [fst.lo] Error code 1 make[3]: stopped in /tmp/math/openfst/work/openfst-1.1/src/lib 2 errors make[3]: stopped in /tmp/math/openfst/work/openfst-1.1/src/lib *** [all-recursive] Error code 1 make[2]: stopped in /tmp/math/openfst/work/openfst-1.1/src 1 error make[2]: stopped in /tmp/math/openfst/work/openfst-1.1/src *** [all-recursive] Error code 1 make[1]: stopped in /tmp/math/openfst/work/openfst-1.1 1 error make[1]: stopped in /tmp/math/openfst/work/openfst-1.1 *** [all] Error code 2 make: stopped in /tmp/math/openfst/work/openfst-1.1 1 error make: stopped in /tmp/math/openfst/work/openfst-1.1 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/math/openfst *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/math/openfst