=> Bootstrap dependency digest>=20010302: found digest-20190127
===> Building for openfst-1.1
/usr/bin/make all-recursive
Making all in src
Making all in include
Making all in lib
/bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/include/fst -I./../include -I/usr/include -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/include -MT compat.lo -MD -MP -MF .deps/compat.Tpo -c -o compat.lo compat.cc
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/include/fst -I./../include -O2 -mieee -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 -mieee -D_FORTIFY_SOURCE=2 -MT compat.lo -MD -MP -MF .deps/compat.Tpo -c compat.cc -o compat.o >/dev/null 2>&1
mv -f .deps/compat.Tpo .deps/compat.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/include/fst -I./../include -I/usr/include -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/include -MT flags.lo -MD -MP -MF .deps/flags.Tpo -c -o flags.lo flags.cc
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/include/fst -I./../include -O2 -mieee -D_FORTIFY_SOURCE=2 -MT flags.lo -MD -MP -MF .deps/flags.Tpo -c flags.cc -fPIC -DPIC -o .libs/flags.o
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/include/fst -I./../include -O2 -mieee -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
/bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/include/fst -I./../include -I/usr/include -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/include -MT fst.lo -MD -MP -MF .deps/fst.Tpo -c -o fst.lo fst.cc
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/include/fst -I./../include -O2 -mieee -D_FORTIFY_SOURCE=2 -MT fst.lo -MD -MP -MF .deps/fst.Tpo -c fst.cc -fPIC -DPIC -o .libs/fst.o
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&}'
*** Error code 1
Stop.
make[3]: stopped in /tmp/pkgbuild/math/openfst/work.alpha/openfst-1.1/src/lib
*** Error code 1
Stop.
make[2]: stopped in /tmp/pkgbuild/math/openfst/work.alpha/openfst-1.1/src
*** Error code 1
Stop.
make[1]: stopped in /tmp/pkgbuild/math/openfst/work.alpha/openfst-1.1
*** Error code 1
Stop.
make: stopped in /tmp/pkgbuild/math/openfst/work.alpha/openfst-1.1
*** Error code 1
Stop.
make[1]: stopped in /usr/pkgsrc/math/openfst
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/math/openfst