Problem in Kaldi Installation , with openfst-1.6.5 under Fedora 27 Linux

2,320 views
Skip to first unread message

Den Bil

unread,
Feb 16, 2018, 7:09:27 PM2/16/18
to kaldi-help
Hello eveyone,
I followed the INSTALL file from kaldi/tools for installing Kaldi but I'm faced to the following errors after executing the script of dependencies check ; extras/check_dependencies.sh
extras/check_dependencies.sh: all OK.
that's the tail of the last lignes from the result of make -j 4 command :

libtool: link: g++ -std=c++11 -o .libs/farextract farextract.o  ./.libs/libfstfarscript.so ../../script/.libs/libfstscript.so ../../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib
libtool: link: g++ -std=c++11 -o .libs/farcompilestrings farcompilestrings.o  ./.libs/libfstfarscript.so ../../script/.libs/libfstscript.so ../../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib
libtool: link: g++ -std=c++11 -o .libs/farcreate farcreate.o  ./.libs/libfstfarscript.so ../../script/.libs/libfstscript.so ../../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib
libtool: link: g++ -std=c++11 -o .libs/farequal farequal.o  ./.libs/libfstfarscript.so ../../script/.libs/libfstscript.so ../../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib
./.libs/libfstfarscript.so: undefined reference to `fst::IsSTList(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
./.libs/libfstfarscript.so: undefined reference to `.fst/.libs::/libfstfarscript.so: undefined reference IsSTTableto `(fststd::IsSTList(std:::__cxx11::basic_string<char, std:::char_traits<char>, std__cxx11::allocator:<char:> >basic_string< const&)'
char./,. libs/libfstfarscript.so: undefined stdreference to :`fst::char_traits:IsSTTable(std::__cxx11:<:charbasic_string<char, std::char_traits><char,> , std::allocator<stdchar> ::> allocatorconst&)'
<char> > constcollect2: error: ld returned 1 exit status
&)'
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:564: farcompilestrings] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: *** [Makefile:576: farextract] Error 1
./.libs/libfstfarscript.so: undefined reference to `fst::IsSTList(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
./.libs/libfstfarscript.so: undefined reference to `fst::IsSTTable(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:572: farequal] Error 1
./.libs/libfstfarscript.so: undefined reference to `fst::IsSTList(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
./.libs/libfstfarscript.so: undefined reference to `fst::IsSTTable(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:568: farcreate] Error 1
make[4]: Leaving directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/extensions/far'
make[3]: *** [Makefile:378: install-recursive] Error 1
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/extensions'
make[2]: *** [Makefile:358: install-recursive] Error 1
make[2]: Leaving directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src'
make[1]: *** [Makefile:414: install-recursive] Error 1
make[1]: Leaving directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5'
make: *** [Makefile:61: openfst_compiled] Error 2

Please any help is better appreciated.

Daniel Povey

unread,
Feb 16, 2018, 7:11:50 PM2/16/18
to kaldi-help, Kyle Gorman
Try doing the same again- it might have been a build problem.  And let us know what compiler version you have.
Cc'ing Kyle in case this is a known issue.

--
Go to http://kaldi-asr.org/forums.html find out how to join
---
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+unsubscribe@googlegroups.com.
To post to this group, send email to kaldi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/59387ef4-80da-40e6-a2a9-58e0b8fd6ba1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Daniel Povey

unread,
Feb 16, 2018, 7:16:30 PM2/16/18
to kaldi-help, Kyle Gorman
And let us know how OpenFst was configured; make would have printed out the configure line.

Den Bil

unread,
Feb 16, 2018, 7:42:31 PM2/16/18
to kaldi-help
Thank you Dan for you quick answer.
I'm doing the procedure a lot of times before but still the same problem. The version of the compiler is :
$ g++ --version
g++ (GCC) 7.3.1 20180130 (Red Hat 7.3.1-2)
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


That's How make script begin to configure OpenFst before error :
[bilal@bilal tools] $ make -j 4
extras/check_dependencies.sh
extras/check_dependencies.sh: all OK.
tar xojf sctk-2.4.10-20151007-1312Z.tar.bz2 || \
      tar --exclude '*NONE*html' -xvojf sctk-2.4.10-20151007-1312Z.tar.bz2
cd openfst-1.6.5/ && \
./configure --prefix=`pwd` --enable-static --enable-shared --enable-far --enable-ngram-fsts CXX="g++" CXXFLAGS=" " LDFLAGS="" LIBS="-ldl"
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... rm -rf sctk && ln -s sctk-2.4.10 sctk
cd sctk; make config
make[1]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10'
(mkdir -p bin)
(cd src; make config)
make[2]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src'
(cd asclite; make config)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/asclite'
(cd core; sh config.sh -prefix=`cd ../../..; pwd`)
checking for g++... g++
checking for C++ compiler default output file name... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking build system type... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... o
checking whether we are using the GNU C++ compiler... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... yes
checking whether g++ accepts -g... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for sys/types.h... yes
checking for gcc option to accept ANSI C... yes
checking for sys/stat.h... yes
checking for stdlib.h... none needed
checking for main in -lm... yes
checking for string.h... yes
checking how to run the C preprocessor... yes
checking for memory.h... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for sys/types.h... yes
checking for stdint.h... yes
checking for sys/stat.h... yes
checking for unistd.h... yes
checking for stdlib.h... yes
checking for dlfcn.h... yes
checking for string.h... yes
checking for objdir... .libs
yes
checking for memory.h... checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for strings.h... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking for inttypes.h... no
checking if gcc supports -c -o file.o... yes
yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... checking for stdint.h... yes
checking whether -lc should be explicitly linked in... yes
checking for unistd.h... no
checking dynamic linker characteristics... yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking iostream usability... no
checking iostream presence... no
checking for iostream... no
checking ostream usability... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... no
checking ostream presence... no
checking for ostream... no
checking fstream usability... g++ -E
no
checking fstream presence... no
checking for fstream... no
checking iomanip usability... no
checking iomanip presence... no
checking for iomanip... no
checking map usability... no
checking map presence... checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... no
checking for map... no
yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking math.h usability... checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for dlopen in -ldl... yes
yes
checking math.h presence... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for math.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking list usability... no
checking list presence... no
checking for list... no
checking vector usability... no
checking vector presence... no
checking for vector... no
checking set usability... no
checking set presence... no
checking for set... no
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking sstream usability... no
checking sstream presence... no
checking for sstream... no
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking limits.h usability... config.status: creating Makefile
yes
checking limits.h presence... yes
checking for limits.h... yes
checking for an ANSI C-conforming const... config.status: creating src/Makefile
config.status: creating src/include/Makefile
yes
checking for size_t... config.status: creating src/lib/Makefile
yes
checking for install... /usr/bin/install
config.sh: creating ./config.status
config.status: creating src/bin/Makefile
config.status: creating src/test/Makefile
config.status: creating makefile
config.status: creating src/extensions/Makefile
(cd test; sh config.sh -prefix=`cd ../../..; pwd`)
config.status: creating src/extensions/compact/Makefile
config.status: creating src/extensions/compress/Makefile
config.status: creating src/extensions/const/Makefile
config.status: creating src/extensions/far/Makefile
checking for g++... g++
checking for C++ compiler default output file name... config.status: creating src/extensions/linear/Makefile
config.status: creating src/extensions/lookahead/Makefile
config.status: creating src/extensions/mpdt/Makefile
a.out
checking whether the C++ compiler works... config.status: creating src/extensions/ngram/Makefile
yes
checking whether we are cross compiling... no
checking for suffix of executables... config.status: creating src/extensions/pdt/Makefile
config.status: creating src/extensions/python/Makefile
config.status: creating src/extensions/special/Makefile

checking for suffix of object files... config.status: creating src/script/Makefile
o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
config.status: creating config.h
config.status: config.h is unchanged
config.status: creating src/include/fst/config.h
config.status: src/include/fst/config.h is unchanged
config.status: executing depfiles commands
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for main in -lm... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... config.status: executing libtool commands
yes
checking for sys/types.h... yes
checking for sys/stat.h... make -C openfst-1.6.5 install MAKEOVERRIDES=
make[1]: Entering directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5'
Making install in src
make[2]: Entering directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src'
Making install in include
yes
checking for stdlib.h... make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/include'
make[4]: Entering directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/include'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/include'
 /usr/bin/mkdir -p '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/include/fst'
 /usr/bin/install -c -m 644  fst/accumulator.h fst/add-on.h fst/arc-arena.h fst/arc-map.h fst/arc.h fst/arcfilter.h fst/arcsort.h fst/bi-table.h fst/cache.h fst/closure.h fst/compact-fst.h fst/compat.h fst/complement.h fst/compose-filter.h fst/compose.h fst/concat.h fst/config.h fst/connect.h fst/const-fst.h fst/determinize.h fst/dfs-visit.h fst/difference.h fst/disambiguate.h fst/edit-fst.h fst/encode.h fst/epsnormalize.h fst/equal.h fst/equivalent.h fst/expanded-fst.h fst/expectation-weight.h fst/factor-weight.h fst/filter-state.h fst/flags.h fst/float-weight.h fst/fst-decl.h fst/fst.h fst/fstlib.h fst/generic-register.h fst/heap.h fst/icu.h '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/include/fst'
yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h...  /usr/bin/mkdir -p '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/include/fst'
 /usr/bin/install -c -m 644  fst/intersect.h fst/interval-set.h fst/invert.h fst/isomorphic.h fst/label-reachable.h fst/lexicographic-weight.h fst/lock.h fst/log.h fst/lookahead-filter.h fst/lookahead-matcher.h fst/map.h fst/mapped-file.h fst/matcher-fst.h fst/matcher.h fst/memory.h fst/minimize.h fst/mutable-fst.h fst/pair-weight.h fst/partition.h fst/power-weight.h fst/product-weight.h fst/project.h fst/properties.h fst/prune.h fst/push.h fst/queue.h fst/randequivalent.h fst/randgen.h fst/rational.h fst/register.h fst/relabel.h fst/replace-util.h fst/replace.h fst/reverse.h fst/reweight.h fst/rmepsilon.h fst/rmfinalepsilon.h fst/set-weight.h fst/shortest-distance.h fst/shortest-path.h '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/include/fst'
yes
checking for inttypes.h...  /usr/bin/mkdir -p '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/include/fst/script'
 /usr/bin/install -c -m 644  fst/script/arc-class.h fst/script/arciterator-class.h fst/script/arcsort.h fst/script/arg-packs.h fst/script/closure.h fst/script/compile-impl.h fst/script/compile.h fst/script/compose.h fst/script/concat.h fst/script/connect.h fst/script/convert.h fst/script/decode.h fst/script/determinize.h fst/script/difference.h fst/script/disambiguate.h fst/script/draw-impl.h fst/script/draw.h fst/script/encode.h fst/script/encodemapper-class.h fst/script/epsnormalize.h fst/script/equal.h fst/script/equivalent.h fst/script/fst-class.h fst/script/fstscript.h fst/script/getters.h fst/script/info-impl.h fst/script/info.h fst/script/intersect.h fst/script/invert.h fst/script/isomorphic.h fst/script/map.h fst/script/minimize.h fst/script/print-impl.h fst/script/print.h fst/script/project.h fst/script/prune.h fst/script/push.h fst/script/randequivalent.h fst/script/randgen.h fst/script/register.h '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/include/fst/script'
yes
checking for stdint.h...  /usr/bin/mkdir -p '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/include/fst'
 /usr/bin/install -c -m 644  fst/signed-log-weight.h fst/sparse-power-weight.h fst/sparse-tuple-weight.h fst/state-map.h fst/state-reachable.h fst/state-table.h fst/statesort.h fst/string-weight.h fst/string.h fst/symbol-table-ops.h fst/symbol-table.h fst/synchronize.h fst/test-properties.h fst/topsort.h fst/tuple-weight.h fst/types.h fst/union-find.h fst/union-weight.h fst/union.h fst/util.h fst/vector-fst.h fst/verify.h fst/visit.h fst/weight.h '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/include/fst'
 /usr/bin/mkdir -p '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/include/fst/script'
 /usr/bin/install -c -m 644  fst/script/relabel.h fst/script/replace.h fst/script/reverse.h fst/script/reweight.h fst/script/rmepsilon.h fst/script/script-impl.h fst/script/shortest-distance.h fst/script/shortest-path.h fst/script/stateiterator-class.h fst/script/synchronize.h fst/script/text-io.h fst/script/topsort.h fst/script/union.h fst/script/weight-class.h fst/script/fstscript-decl.h fst/script/verify.h '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/include/fst/script'
yes
 /usr/bin/mkdir -p '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/include/fst/extensions/ngram'
 /usr/bin/install -c -m 644  fst/extensions/ngram/bitmap-index.h fst/extensions/ngram/ngram-fst.h fst/extensions/ngram/nthbit.h '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/include/fst/extensions/ngram'
checking for unistd.h...  /usr/bin/mkdir -p '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/include/fst/extensions/far'
 /usr/bin/install -c -m 644  fst/extensions/far/compile-strings.h fst/extensions/far/create.h fst/extensions/far/equal.h fst/extensions/far/extract.h fst/extensions/far/far.h fst/extensions/far/far-class.h fst/extensions/far/farlib.h fst/extensions/far/farscript.h fst/extensions/far/getters.h fst/extensions/far/info.h fst/extensions/far/isomorphic.h fst/extensions/far/print-strings.h fst/extensions/far/script-impl.h fst/extensions/far/stlist.h fst/extensions/far/sttable.h '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/include/fst/extensions/far'
yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... make[4]: Leaving directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/include'
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/include'
Making install in lib
yes
checking for install... /usr/bin/install
config.sh: creating ./config.status
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/lib'
config.status: creating makefile
make[4]: Entering directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/lib'
make[4]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   libfst.la '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib'
libtool: install: /usr/bin/install -c .libs/libfst.so.8.0.0 /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib/libfst.so.8.0.0
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/asclite'
(cd sclite; sh config.sh -prefix=`cd ../..; pwd`)
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether make sets ${MAKE}... (cached) yes
checking for -lm... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking whether cross-compiling... (cached) no
checking for ANSI C header files... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for size_t... (cached) yes
checking for install... (cached) /usr/bin/install
Checking installation site
creating ./config.status
creating makefile
libtool: install: (cd /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib && { ln -s -f libfst.so.8.0.0 libfst.so.8 || { rm -f libfst.so.8 && ln -s libfst.so.8.0.0 libfst.so.8; }; })
libtool: install: (cd /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib && { ln -s -f libfst.so.8.0.0 libfst.so || { rm -f libfst.so && ln -s libfst.so.8.0.0 libfst.so; }; })
(cd rfilter1; sed -e "s:PREFIX=.*:PREFIX=`cd ../..; pwd`:" < makefile.in > makefile)
libtool: install: /usr/bin/install -c .libs/libfst.lai /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib/libfst.la
(cd csrfilt; sed -e "s:PREFIX=.*:PREFIX=`cd ../..; pwd`:" < makefile.in > makefile)
(cd chfilt; sed -e "s:PREFIX=.*:PREFIX=`cd ../..; pwd`:" < makefile.in > makefile)
(cd hamzaNorm; sed -e "s:PREFIX=.*:PREFIX=`cd ../..; pwd`:" < makefile.in > makefile)
(cd tanweenFilt; sed -e "s:PREFIX=.*:PREFIX=`cd ../..; pwd`:" < makefile.in > makefile)
(cd acomp; sed -e "s:PREFIX=.*:PREFIX=`cd ../..; pwd`:" < makefile.in > makefile)
libtool: install: /usr/bin/install -c .libs/libfst.a /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib/libfst.a
(cd def_art; sed -e "s:PREFIX=.*:PREFIX=`cd ../..; pwd`:" < makefile.in > makefile)
(cd hubscr; sed -e "s:PREFIX=.*:PREFIX=`cd ../..; pwd`:" < makefile.in > makefile)
(cd utf_filt; sh config.sh -prefix=`cd ../..; pwd`)
checking for nsgmls... no
checking for onsgmls... no
config.sh: creating ./config.status
libtool: install: chmod 644 /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib/libfst.a
libtool: install: ranlib /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib/libfst.a
config.status: creating makefile
(cd rttmSort; sed -e "s:PREFIX=.*:PREFIX=`cd ../..; pwd`:" < makefile.in > makefile)
(cd rttmSmooth; sed -e "s:PREFIX=.*:PREFIX=`cd ../..; pwd`:" < makefile.in > makefile)
(cd rttm2ctm; sed -e "s:PREFIX=.*:PREFIX=`cd ../..; pwd`:" < makefile.in > makefile)
(cd spkr2sad; sed -e "s:PREFIX=.*:PREFIX=`cd ../..; pwd`:" < makefile.in > makefile)
(cd mergectm2rttm; sed -e "s:PREFIX=.*:PREFIX=`cd ../..; pwd`:" < makefile.in > makefile)
(cd align2html; sed -e "s:PREFIX=.*:PREFIX=`cd ../..; pwd`:" < makefile.in > makefile)
(cd md-eval; sed -e "s:PREFIX=.*:PREFIX=`cd ../..; pwd`:" < makefile.in > makefile)
(cd stm2rttm; sed -e "s:PREFIX=.*:PREFIX=`cd ../..; pwd`:" < makefile.in > makefile)
(cd stmValidator; sed -e "s:PREFIX=.*:PREFIX=`cd ../..; pwd`:" < makefile.in > makefile)
(cd rttmValidator; sed -e "s:PREFIX=.*:PREFIX=`cd ../..; pwd`:" < makefile.in > makefile)
(cd ctmValidator; sed -e "s:PREFIX=.*:PREFIX=`cd ../..; pwd`:" < makefile.in > makefile)
(cd slatreport; sed -e "s:PREFIX=.*:PREFIX=`cd ../..; pwd`:" < makefile.in > makefile)
make[2]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src'
make[1]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10'
touch sctk/.configured
cd sctk; \
make CC="gcc         " CXX="g++" all && make install && make doc
make[1]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10'
(mkdir -p bin)
(cd src; make all)
make[2]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src'
(cd asclite; make all)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/asclite'
(cd core; make all)
make[4]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/asclite/core'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/asclite/core'
(cd test; make all)
make[4]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/asclite/test'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/asclite/test'
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/asclite'
(cd sclite; make all)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/sclite'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/sclite'
(cd rfilter1; make all)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/rfilter1'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/rfilter1'
(cd csrfilt; make all)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/csrfilt'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/csrfilt'
(cd chfilt; make all)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/chfilt'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/chfilt'
(cd hamzaNorm; make all)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/hamzaNorm'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/hamzaNorm'
(cd tanweenFilt; make all)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/tanweenFilt'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/tanweenFilt'
(cd acomp; make all)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/acomp'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/acomp'
(cd def_art; make all)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/def_art'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/def_art'
(cd hubscr; make all)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/hubscr'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/hubscr'
(cd utf_filt; make all)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/utf_filt'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/utf_filt'
(cd rttmSort; make all)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/rttmSort'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/rttmSort'
(cd rttm2ctm; make all)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/rttm2ctm'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/rttm2ctm'
(cd rttmSmooth; make all)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/rttmSmooth'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/rttmSmooth'
(cd spkr2sad; make all)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/spkr2sad'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/spkr2sad'
(cd mergectm2rttm; make all)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/mergectm2rttm'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/mergectm2rttm'
(cd align2html; make all)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/align2html'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/align2html'
(cd md-eval; make all)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/md-eval'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/md-eval'
(cd stm2rttm; make all)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/stm2rttm'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/stm2rttm'
(cd stmValidator; make all)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/stmValidator'
perl buildInstallVersion.pl > stmValidator.pl
chmod +x stmValidator.pl
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/stmValidator'
(cd rttmValidator; make all)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/rttmValidator'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/rttmValidator'
(cd ctmValidator; make all)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/ctmValidator'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/ctmValidator'
(cd slatreport; make all)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/slatreport'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/slatreport'
make[2]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src'
make[1]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10'
make[1]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10'
(mkdir -p bin)
(cd src; make install)
make[2]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src'
(cd asclite; make install)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/asclite'
(cd core; make install)
make[4]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/asclite/core'
for p in asclite; do \
/usr/bin/install $p /home/bilal/kaldi/kaldi/tools/sctk/bin/$p; \
done
make[4]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/asclite/core'
(cd test; make install)
make[4]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/asclite/test'
make[4]: Nothing to be done for 'install'.
make[4]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/asclite/test'
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/asclite'
(cd sclite; make install)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/sclite'
/bin/sh: -c: line 5: syntax error: unexpected end of file
make[3]: [makefile:171: testinstalldirs] Error 1 (ignored)
for p in sclite sc_stats rover sctkUnit; do \
  /usr/bin/install $p /home/bilal/kaldi/kaldi/tools/sctk/bin/$p; \
done
libtool: finish: PATH="/usr/lib64/qt-3.3/bin:/usr/lib64/ccache:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/bilal/.local/bin:/home/bilal/bin:/sbin" ldconfig -n /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/sclite'
(cd rfilter1; make install)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/rfilter1'
install rfilter1 /home/bilal/kaldi/kaldi/tools/sctk/bin
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/rfilter1'
(cd csrfilt; make install)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/csrfilt'
cp csrfilt.sh /home/bilal/kaldi/kaldi/tools/sctk/bin
----------------------------------------------------------------------
Libraries have been installed in:
   /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/csrfilt'
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Leaving directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/lib'
(cd chfilt; make install)
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/lib'
Making install in script
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/chfilt'
cp chfilt.pl /home/bilal/kaldi/kaldi/tools/sctk/bin
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/chfilt'
(cd hamzaNorm; make install)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/hamzaNorm'
cp hamzaNorm.pl /home/bilal/kaldi/kaldi/tools/sctk/bin
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/hamzaNorm'
(cd tanweenFilt; make install)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/tanweenFilt'
cp tanweenFilt.pl /home/bilal/kaldi/kaldi/tools/sctk/bin
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/tanweenFilt'
(cd acomp; make install)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/acomp'
cp acomp.pl /home/bilal/kaldi/kaldi/tools/sctk/bin
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/acomp'
(cd def_art; make install)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/def_art'
cp def_art.pl /home/bilal/kaldi/kaldi/tools/sctk/bin
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/def_art'
(cd hubscr; make install)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/hubscr'
cp hubscr.pl /home/bilal/kaldi/kaldi/tools/sctk/bin
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/hubscr'
(cd utf_filt; make install)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/utf_filt'
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/utf_filt'
(cd rttmSort; make install)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/rttmSort'
cp rttmSort.pl /home/bilal/kaldi/kaldi/tools/sctk/bin
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/rttmSort'
(cd rttm2ctm; make install)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/rttm2ctm'
cp rttm2ctm.pl /home/bilal/kaldi/kaldi/tools/sctk/bin
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/rttm2ctm'
(cd rttmSmooth; make install)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/rttmSmooth'
cp rttmSmooth.pl /home/bilal/kaldi/kaldi/tools/sctk/bin
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/rttmSmooth'
(cd spkr2sad; make install)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/spkr2sad'
cp spkr2sad.pl /home/bilal/kaldi/kaldi/tools/sctk/bin
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/spkr2sad'
(cd mergectm2rttm; make install)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/mergectm2rttm'
cp mergectm2rttm.pl /home/bilal/kaldi/kaldi/tools/sctk/bin
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/mergectm2rttm'
(cd align2html; make install)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/align2html'
perl buildInstallVersion.pl > /home/bilal/kaldi/kaldi/tools/sctk/bin/align2html.pl
chmod +x /home/bilal/kaldi/kaldi/tools/sctk/bin/align2html.pl
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/align2html'
(cd md-eval; make install)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/md-eval'
cp md-eval.pl /home/bilal/kaldi/kaldi/tools/sctk/bin
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/md-eval'
(cd stm2rttm; make install)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/stm2rttm'
cp stm2rttm.pl /home/bilal/kaldi/kaldi/tools/sctk/bin
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/stm2rttm'
(cd stmValidator; make install)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/stmValidator'
perl buildInstallVersion.pl > stmValidator.pl
chmod +x stmValidator.pl
perl buildInstallVersion.pl > /home/bilal/kaldi/kaldi/tools/sctk/bin/stmValidator.pl
chmod +x /home/bilal/kaldi/kaldi/tools/sctk/bin/stmValidator.pl
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/stmValidator'
(cd rttmValidator; make install)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/rttmValidator'
cp rttmValidator.pl /home/bilal/kaldi/kaldi/tools/sctk/bin
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/rttmValidator'
(cd ctmValidator; make install)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/ctmValidator'
cp ctmValidator.pl /home/bilal/kaldi/kaldi/tools/sctk/bin
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/ctmValidator'
(cd slatreport; make install)
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/slatreport'
cp slatreport.pl /home/bilal/kaldi/kaldi/tools/sctk/bin
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src/slatreport'
make[2]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/src'
make[1]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10'
make[1]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10'
(cd doc; make all)
make[2]: Entering directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/doc'
for p in align2html asclite ctmValidator mergectm2rttm; do \
pod2man $p.pod -o $p.1; \
pod2html $p.pod > $p.html; \
done 2> /dev/null
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/script'
make[4]: Entering directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/script'
make[4]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   libfstscript.la '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib'
libtool: install: warning: relinking `libfstscript.la'
libtool: install: (cd /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/script; /bin/sh /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/libtool  --tag CXX --mode=relink g++ -std=c++11 -version-info 8:0:0 -o libfstscript.la -rpath /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib arciterator-class.lo arcsort.lo closure.lo compile.lo compose.lo concat.lo connect.lo convert.lo decode.lo determinize.lo difference.lo disambiguate.lo draw.lo encode.lo encodemapper-class.lo epsnormalize.lo equal.lo equivalent.lo fst-class.lo getters.lo info-impl.lo info.lo intersect.lo invert.lo isomorphic.lo map.lo minimize.lo print.lo project.lo prune.lo push.lo randequivalent.lo randgen.lo relabel.lo replace.lo reverse.lo reweight.lo rmepsilon.lo shortest-distance.lo shortest-path.lo stateiterator-class.lo synchronize.lo text-io.lo topsort.lo union.lo weight-class.lo verify.lo ../lib/libfst.la -lm -ldl -ldl )
libtool: relink: g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/7/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/7/crtbeginS.o  .libs/arciterator-class.o .libs/arcsort.o .libs/closure.o .libs/compile.o .libs/compose.o .libs/concat.o .libs/connect.o .libs/convert.o .libs/decode.o .libs/determinize.o .libs/difference.o .libs/disambiguate.o .libs/draw.o .libs/encode.o .libs/encodemapper-class.o .libs/epsnormalize.o .libs/equal.o .libs/equivalent.o .libs/fst-class.o .libs/getters.o .libs/info-impl.o .libs/info.o .libs/intersect.o .libs/invert.o .libs/isomorphic.o .libs/map.o .libs/minimize.o .libs/print.o .libs/project.o .libs/prune.o .libs/push.o .libs/randequivalent.o .libs/randgen.o .libs/relabel.o .libs/replace.o .libs/reverse.o .libs/reweight.o .libs/rmepsilon.o .libs/shortest-distance.o .libs/shortest-path.o .libs/stateiterator-class.o .libs/synchronize.o .libs/text-io.o .libs/topsort.o .libs/union.o .libs/weight-class.o .libs/verify.o   -Wl,-rpath -Wl,/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib -L/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib -lfst -ldl -L/usr/lib/gcc/x86_64-redhat-linux/7 -L/usr/lib/gcc/x86_64-redhat-linux/7/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/7/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/7/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/7/../../../../lib64/crtn.o    -Wl,-soname -Wl,libfstscript.so.8 -o .libs/libfstscript.so.8.0.0
make[2]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10/doc'
make[1]: Leaving directory '/home/bilal/kaldi/kaldi/tools/sctk-2.4.10'
libtool: install: /usr/bin/install -c .libs/libfstscript.so.8.0.0T /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib/libfstscript.so.8.0.0
libtool: install: (cd /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib && { ln -s -f libfstscript.so.8.0.0 libfstscript.so.8 || { rm -f libfstscript.so.8 && ln -s libfstscript.so.8.0.0 libfstscript.so.8; }; })
libtool: install: (cd /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib && { ln -s -f libfstscript.so.8.0.0 libfstscript.so || { rm -f libfstscript.so && ln -s libfstscript.so.8.0.0 libfstscript.so; }; })
libtool: install: /usr/bin/install -c .libs/libfstscript.lai /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib/libfstscript.la
libtool: install: /usr/bin/install -c .libs/libfstscript.a /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib/libfstscript.a
libtool: install: chmod 644 /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib/libfstscript.a
libtool: install: ranlib /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib/libfstscript.a
libtool: finish: PATH="/usr/lib64/qt-3.3/bin:/usr/lib64/ccache:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/bilal/.local/bin:/home/bilal/bin:/sbin" ldconfig -n /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Leaving directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/script'
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/script'
Making install in bin
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/bin'
make[4]: Entering directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/bin'
make[4]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin'
  /bin/sh ../../libtool   --mode=install /usr/bin/install -c fstarcsort fstclosure fstcompile fstcompose fstconcat fstconnect fstconvert fstdeterminize fstdifference fstdisambiguate fstdraw fstencode fstepsnormalize fstequal fstequivalent fstinfo fstintersect fstinvert fstisomorphic fstmap fstminimize fstprint fstproject fstprune fstpush fstrandgen fstrelabel fstreplace fstreverse fstreweight fstrmepsilon fstshortestdistance fstshortestpath fstsymbols fstsynchronize fsttopsort fstunion '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin'
libtool: install: /usr/bin/install -c .libs/fstarcsort /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstarcsort
libtool: install: /usr/bin/install -c .libs/fstclosure /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstclosure
libtool: install: /usr/bin/install -c .libs/fstcompile /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstcompile
libtool: install: /usr/bin/install -c .libs/fstcompose /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstcompose
libtool: install: /usr/bin/install -c .libs/fstconcat /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstconcat
libtool: install: /usr/bin/install -c .libs/fstconnect /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstconnect
libtool: install: /usr/bin/install -c .libs/fstconvert /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstconvert
libtool: install: /usr/bin/install -c .libs/fstdeterminize /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstdeterminize
libtool: install: /usr/bin/install -c .libs/fstdifference /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstdifference
libtool: install: /usr/bin/install -c .libs/fstdisambiguate /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstdisambiguate
libtool: install: /usr/bin/install -c .libs/fstdraw /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstdraw
libtool: install: /usr/bin/install -c .libs/fstencode /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstencode
libtool: install: /usr/bin/install -c .libs/fstepsnormalize /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstepsnormalize
libtool: install: /usr/bin/install -c .libs/fstequal /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstequal
libtool: install: /usr/bin/install -c .libs/fstequivalent /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstequivalent
libtool: install: /usr/bin/install -c .libs/fstinfo /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstinfo
libtool: install: /usr/bin/install -c .libs/fstintersect /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstintersect
libtool: install: /usr/bin/install -c .libs/fstinvert /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstinvert
libtool: install: /usr/bin/install -c .libs/fstisomorphic /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstisomorphic
libtool: install: /usr/bin/install -c .libs/fstmap /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstmap
libtool: install: /usr/bin/install -c .libs/fstminimize /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstminimize
libtool: install: /usr/bin/install -c .libs/fstprint /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstprint
libtool: install: /usr/bin/install -c .libs/fstproject /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstproject
libtool: install: /usr/bin/install -c .libs/fstprune /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstprune
libtool: install: /usr/bin/install -c .libs/fstpush /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstpush
libtool: install: /usr/bin/install -c .libs/fstrandgen /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstrandgen
libtool: install: /usr/bin/install -c .libs/fstrelabel /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstrelabel
libtool: install: /usr/bin/install -c .libs/fstreplace /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstreplace
libtool: install: /usr/bin/install -c .libs/fstreverse /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstreverse
libtool: install: /usr/bin/install -c .libs/fstreweight /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstreweight
libtool: install: /usr/bin/install -c .libs/fstrmepsilon /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstrmepsilon
libtool: install: /usr/bin/install -c .libs/fstshortestdistance /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstshortestdistance
libtool: install: /usr/bin/install -c .libs/fstshortestpath /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstshortestpath
libtool: install: /usr/bin/install -c .libs/fstsymbols /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstsymbols
libtool: install: /usr/bin/install -c .libs/fstsynchronize /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstsynchronize
libtool: install: /usr/bin/install -c .libs/fsttopsort /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fsttopsort
libtool: install: /usr/bin/install -c .libs/fstunion /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/bin/fstunion
make[4]: Leaving directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/bin'
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/bin'
Making install in test
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/test'
make[4]: Entering directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/test'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/test'
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/test'
Making install in extensions
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/extensions'
Making install in far
make[4]: Entering directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/extensions/far'
/bin/sh ../../../libtool  --tag=CXX   --mode=link g++  -std=c++11   -o farcompilestrings farcompilestrings.o libfstfarscript.la ../../script/libfstscript.la ../../lib/libfst.la -lm -ldl -ldl
/bin/sh ../../../libtool  --tag=CXX   --mode=link g++  -std=c++11   -o farcreate farcreate.o libfstfarscript.la ../../script/libfstscript.la ../../lib/libfst.la -lm -ldl -ldl
/bin/sh ../../../libtool  --tag=CXX   --mode=link g++  -std=c++11   -o farequal farequal.o libfstfarscript.la ../../script/libfstscript.la ../../lib/libfst.la -lm -ldl -ldl
/bin/sh ../../../libtool  --tag=CXX   --mode=link g++  -std=c++11   -o farextract farextract.o libfstfarscript.la ../../script/libfstscript.la ../../lib/libfst.la -lm -ldl -ldl
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+...@googlegroups.com.

Daniel Povey

unread,
Feb 16, 2018, 9:50:19 PM2/16/18
to kaldi-help, Kyle Gorman
I suspect it is a combination of that compiler version (gcc 7.3.1), and the extra configure options, particular --enable-static, --enabled-shared, --enable-far.  I don't think we actually need the --enable-far option for anything, so you could probably remove it.

if this continues to be a problem we can remove that option from the Kaldi repo.


To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+unsubscribe@googlegroups.com.

To post to this group, send email to kaldi...@googlegroups.com.

Jan Trmal

unread,
Feb 16, 2018, 11:42:07 PM2/16/18
to kaldi-help, Kyle Gorman
When I see complaints about std:::__cxx11 namespace, it usually means that part of the code was compiled by a different compiler or different flags causing linking libstdc++ vs libc++ 
I don't really have an easy solution for an inexperienced person.
GCC 5 and up (I believe) can use the other ABI by defining -D_GLIBCXX_USE_CXX11_ABI=1 (or 0)
but I cannot tell if that would be the solution or which value we should set.
y.

Den Bil

unread,
Feb 17, 2018, 2:30:54 AM2/17/18
to kaldi-help
Thank you all,
Now the result is better expected when removed the option --enable-far from the line OPENFST_CONFIGURE ?= --enable-static --enable-shared --enable-ngram-fsts
in the file tools/Makefile.
the tail of the output now is :
Libraries have been installed in:
   /home/bilal/kaldi/kaldi/tools/openfst-1.6.5/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[5]: Leaving directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/extensions/ngram'
make[4]: Leaving directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/extensions/ngram'
make[4]: Entering directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/extensions'
make[5]: Entering directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/extensions'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/extensions'
make[4]: Leaving directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/extensions'
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src/extensions'
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src'
make[4]: Entering directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src'
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src'
make[2]: Leaving directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5/src'
make[2]: Entering directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5'
make[3]: Entering directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5'
make[2]: Leaving directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5'
make[1]: Leaving directory '/home/bilal/kaldi/kaldi/tools/openfst-1.6.5'
rm -f openfst
ln -s openfst-1.6.5 openfst



Warning: IRSTLM is not installed by default anymore. If you need IRSTLM
Warning: use the script extras/install_irstlm.sh
All done OK.
...

Daniel Povey

unread,
Feb 17, 2018, 3:53:53 PM2/17/18
to kaldi-help
Den, can you say what OS and version you are running on?  It might be helpful for the OpenFst people to be able to reproduce the error.
Dan


--
Go to http://kaldi-asr.org/forums.html find out how to join
---
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+unsubscribe@googlegroups.com.
To post to this group, send email to kaldi...@googlegroups.com.

Den Bil

unread,
Feb 17, 2018, 5:14:28 PM2/17/18
to kaldi-help
The used OS is Fedora release 27 (Twenty Seven), linux kernel is 4.14.18-300.fc27.x86_64. Openfst version is  openfst-1.6.5.
...
Reply all
Reply to author
Forward
0 new messages