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