==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: presage 0.9.1-3 (Thu Jul 11 19:26:42 2024)
==> Retrieving sources...
  -> Found presage-0.9.1.tar.gz
  -> Found presage-gcc6.patch
  -> Found presage-c++17.patch
  -> Found presage-format-security.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    presage-0.9.1.tar.gz ... Passed
    presage-gcc6.patch ... Passed
    presage-c++17.patch ... Passed
    presage-format-security.patch ... Passed
==> Making package: presage 0.9.1-3 (Thu Jul 11 19:26:49 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found presage-0.9.1.tar.gz
  -> Found presage-gcc6.patch
  -> Found presage-c++17.patch
  -> Found presage-format-security.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting presage-0.9.1.tar.gz with bsdtar
==> Starting prepare()...
patching file src/lib/core/iso8859_1.h
patching file src/lib/presage.h
patching file src/lib/presage.cpp
patching file apps/gtk/gprompter/scintilla/gtk/ScintillaGTK.cxx
patching file src/tools/presageDemo.cpp
==> Starting build()...
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 how to create a ustar tar archive... gnutar
checking for g++... g++
checking whether the C++ compiler works... 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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
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 ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking whether gcc and cc understand -c and -o together... yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-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... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... 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 aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert aarch64-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 for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... 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 if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... 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... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
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... yes
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) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether linker supports version scripts... yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for initscr in -lcurses... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking for main in -ltinyxml... no
configure: WARNING: tinyxml library not found. Embedded tinyxml library will be built.
checking tinyxml.h usability... no
checking tinyxml.h presence... no
checking for tinyxml.h... no
configure: WARNING: tinyxml library not found. Embedded tinyxml library will be built.
checking for sqlite3_open in -lsqlite3... yes
checking sqlite3.h usability... yes
checking sqlite3.h presence... yes
checking for sqlite3.h... yes
configure: using sqlite 3
checking for cppunit-config... no
checking for Cppunit - version >= 1.9.6... no
configure: WARNING: CppUnit not found. Unit tests will not be built. CppUnit can be obtained from http://cppunit.sourceforge.net.
checking for swig... no
checking for swig2.0... no
checking for a Python interpreter with version >= 2.0... python
checking for python... /usr/bin/python
checking for python version... 3.1
checking for python platform... linux
checking for python script directory... 
checking for python extension module directory... 
  File "<string>", line 1
    import distutils.sysconfig; print distutils.sysconfig.get_python_inc();
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
checking /Python.h usability... no
checking /Python.h presence... no
checking for /Python.h... no
configure: WARNING: Python.h header file not found. Python development files are required to build presage python binding. Python can be obtained from http://www.python.org
configure: WARNING: Python binding for presage cannot be built. Ensure that SWIG and Python packages are available.
checking for python dbus module... no
checking for pyatspi module... no
checking for python gtk module... no
checking for python pango module... no
checking for python Xlib module... no
checking for python wx module... no
checking for python wx.stc module... no
checking for unix2dos... no
checking for doxygen... no
configure: Doxygen not found. API documentation will not be built.
checking for dot... no
configure: dot not found. Documentation graphs and diagrams will not be generated.
checking for help2man... no
configure: help2man not found. Man documentation pages will not be built.
checking X11/Xlib.h usability... no
checking X11/Xlib.h presence... no
checking for X11/Xlib.h... no
checking X11/Xproto.h usability... no
checking X11/Xproto.h presence... no
checking for X11/Xproto.h... no
checking X11/X.h usability... no
checking X11/X.h presence... no
checking for X11/X.h... no
checking X11/Xutil.h usability... no
checking X11/Xutil.h presence... no
checking for X11/Xutil.h... no
checking X11/keysymdef.h usability... no
checking X11/keysymdef.h presence... no
checking for X11/keysymdef.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for X11/extensions/Xevie.h... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GNOME... no
checking for GTHREAD... yes
checking for GMODULE... yes
checking for text2wfreq... no
checking for text2idngram... no
checking for wfreq2vocab... no
checking for idngram2lm... no
configure: CMU-Cambridge SLM tools not found. ARPA ngram language model will not be built.
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/lib/Makefile
config.status: creating src/lib/core/Makefile
config.status: creating src/lib/core/tokenizer/Makefile
config.status: creating src/lib/core/context_tracker/Makefile
config.status: creating src/lib/tinyxml/Makefile
config.status: creating src/lib/predictors/Makefile
config.status: creating src/lib/predictors/dbconnector/Makefile
config.status: creating src/tools/Makefile
config.status: creating src/tools/simulator/Makefile
config.status: creating test/Makefile
config.status: creating test/lib/Makefile
config.status: creating test/lib/common/Makefile
config.status: creating test/lib/core/Makefile
config.status: creating test/lib/core/tokenizer/Makefile
config.status: creating test/lib/core/context_tracker/Makefile
config.status: creating test/lib/predictors/Makefile
config.status: creating test/lib/predictors/dbconnector/Makefile
config.status: creating test/tools/Makefile
config.status: creating test/integration/Makefile
config.status: creating resources/Makefile
config.status: creating resources/arpa/Makefile
config.status: creating resources/profiles/Makefile
config.status: creating bindings/Makefile
config.status: creating bindings/c/Makefile
config.status: creating bindings/python/setup.py
config.status: creating bindings/python/Makefile
config.status: creating bindings/csharp/Makefile
config.status: creating bindings/csharp/presage.net/Makefile
config.status: creating bindings/csharp/presage_csharp_demo/Makefile
config.status: creating bindings/csharp/presage_wcf_service/Makefile
config.status: creating bindings/csharp/presage_wcf_service_console_host/Makefile
config.status: creating bindings/csharp/presage_wcf_service_system_tray/Makefile
config.status: creating apps/Makefile
config.status: creating apps/gtk/Makefile
config.status: creating apps/gtk/gpresagemate/Makefile
config.status: creating apps/gtk/gprompter/Makefile
config.status: creating apps/python/Makefile
config.status: creating apps/python/pyprompter
config.status: creating apps/python/pypresagemate
config.status: creating apps/python/setup.py
config.status: creating apps/dbus/Makefile
config.status: creating apps/dbus/setup.py
config.status: creating apps/dbus/presage_dbus_python_demo
config.status: creating apps/notepad++/Makefile
config.status: creating doc/Doxyfile
config.status: creating doc/Makefile
config.status: creating bindings/python/presage_python_demo
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands

  presage 0.9.1 configured successfully.

  General configuration:

    Compiler: ................... g++
    Curses demo application: .... yes
    Unit tests: ................. no
    Python binding: ............. no
    Man pages: .................. no
    API documentation: .......... no
    API documentation diagrams: . no


  Predictors:

    Smoothed n-gram: ............ yes
    Recency promotion: .......... yes
    Abbreviation expansion: ..... yes
    Smoothed count: ............. yes
    Dictionary: ................. yes
    Deja-vu: .................... yes
    ARPA: ....................... yes


  Bindings:
    C++ ......................... yes
    C ........................... yes
    C# .NET ..................... manual build required
    .NET WCF service ............ manual build required
    .NET WCF service tray app.... manual build required
    .NET WCF service console app. manual build required
    Python ...................... no

  Additional applications:

    D-BUS presage service: ...... no
    wxPython pyprompter: ........ no
    pypresagemate: .............. no
    GTK+ presage mate: .......... no
    GTK+ prompter: .............. no
    Notepad++ plugin: ........... manual build required
    QT prompter: ................ manual build required

  Additional resources:
    ARPA format ngram: .......... no


  Building:

    Type `make' to build presage.
    Type `make check' to test presage.
    Type `make install' to install presage.

make  all-recursive
make[1]: Entering directory '/build/presage/src/presage-0.9.1'
Making all in src
make[2]: Entering directory '/build/presage/src/presage-0.9.1/src'
Making all in lib
make[3]: Entering directory '/build/presage/src/presage-0.9.1/src/lib'
Making all in tinyxml
make[4]: Entering directory '/build/presage/src/presage-0.9.1/src/lib/tinyxml'
/bin/sh ../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT tinyxml.lo -MD -MP -MF .deps/tinyxml.Tpo -c -o tinyxml.lo tinyxml.cpp
/bin/sh ../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT tinyxmlparser.lo -MD -MP -MF .deps/tinyxmlparser.Tpo -c -o tinyxmlparser.lo tinyxmlparser.cpp
/bin/sh ../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT tinyxmlerror.lo -MD -MP -MF .deps/tinyxmlerror.Tpo -c -o tinyxmlerror.lo tinyxmlerror.cpp
/bin/sh ../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT tinystr.lo -MD -MP -MF .deps/tinystr.Tpo -c -o tinystr.lo tinystr.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT tinyxmlparser.lo -MD -MP -MF .deps/tinyxmlparser.Tpo -c tinyxmlparser.cpp  -fPIC -DPIC -o .libs/tinyxmlparser.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT tinyxml.lo -MD -MP -MF .deps/tinyxml.Tpo -c tinyxml.cpp  -fPIC -DPIC -o .libs/tinyxml.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT tinyxmlerror.lo -MD -MP -MF .deps/tinyxmlerror.Tpo -c tinyxmlerror.cpp  -fPIC -DPIC -o .libs/tinyxmlerror.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT tinystr.lo -MD -MP -MF .deps/tinystr.Tpo -c tinystr.cpp  -fPIC -DPIC -o .libs/tinystr.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT tinystr.lo -MD -MP -MF .deps/tinystr.Tpo -c tinystr.cpp -o tinystr.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT tinyxmlerror.lo -MD -MP -MF .deps/tinyxmlerror.Tpo -c tinyxmlerror.cpp -o tinyxmlerror.o >/dev/null 2>&1
mv -f .deps/tinystr.Tpo .deps/tinystr.Plo
mv -f .deps/tinyxmlerror.Tpo .deps/tinyxmlerror.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT tinyxmlparser.lo -MD -MP -MF .deps/tinyxmlparser.Tpo -c tinyxmlparser.cpp -o tinyxmlparser.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT tinyxml.lo -MD -MP -MF .deps/tinyxml.Tpo -c tinyxml.cpp -o tinyxml.o >/dev/null 2>&1
mv -f .deps/tinyxmlparser.Tpo .deps/tinyxmlparser.Plo
mv -f .deps/tinyxml.Tpo .deps/tinyxml.Plo
/bin/sh ../../../libtool --tag=CXX   --mode=link g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -L/usr/local/lib -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libtinyxml.la  tinyxml.lo tinyxmlparser.lo tinyxmlerror.lo tinystr.lo  
libtool: link: ar cru .libs/libtinyxml.a .libs/tinyxml.o .libs/tinyxmlparser.o .libs/tinyxmlerror.o .libs/tinystr.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libtinyxml.a
libtool: link: ( cd ".libs" && rm -f "libtinyxml.la" && ln -s "../libtinyxml.la" "libtinyxml.la" )
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/src/lib/tinyxml'
Making all in core
make[4]: Entering directory '/build/presage/src/presage-0.9.1/src/lib/core'
Making all in tokenizer
make[5]: Entering directory '/build/presage/src/presage-0.9.1/src/lib/core/tokenizer'
/bin/sh ../../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT tokenizer.lo -MD -MP -MF .deps/tokenizer.Tpo -c -o tokenizer.lo tokenizer.cpp
/bin/sh ../../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT forwardTokenizer.lo -MD -MP -MF .deps/forwardTokenizer.Tpo -c -o forwardTokenizer.lo forwardTokenizer.cpp
/bin/sh ../../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT reverseTokenizer.lo -MD -MP -MF .deps/reverseTokenizer.Tpo -c -o reverseTokenizer.lo reverseTokenizer.cpp
/bin/sh ../../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT stringForwardTokenizer.lo -MD -MP -MF .deps/stringForwardTokenizer.Tpo -c -o stringForwardTokenizer.lo stringForwardTokenizer.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../src -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT tokenizer.lo -MD -MP -MF .deps/tokenizer.Tpo -c tokenizer.cpp  -fPIC -DPIC -o .libs/tokenizer.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../src -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT forwardTokenizer.lo -MD -MP -MF .deps/forwardTokenizer.Tpo -c forwardTokenizer.cpp  -fPIC -DPIC -o .libs/forwardTokenizer.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../src -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT reverseTokenizer.lo -MD -MP -MF .deps/reverseTokenizer.Tpo -c reverseTokenizer.cpp  -fPIC -DPIC -o .libs/reverseTokenizer.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../src -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT stringForwardTokenizer.lo -MD -MP -MF .deps/stringForwardTokenizer.Tpo -c stringForwardTokenizer.cpp  -fPIC -DPIC -o .libs/stringForwardTokenizer.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../src -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT stringForwardTokenizer.lo -MD -MP -MF .deps/stringForwardTokenizer.Tpo -c stringForwardTokenizer.cpp -o stringForwardTokenizer.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../src -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT tokenizer.lo -MD -MP -MF .deps/tokenizer.Tpo -c tokenizer.cpp -o tokenizer.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../src -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT forwardTokenizer.lo -MD -MP -MF .deps/forwardTokenizer.Tpo -c forwardTokenizer.cpp -o forwardTokenizer.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../src -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT reverseTokenizer.lo -MD -MP -MF .deps/reverseTokenizer.Tpo -c reverseTokenizer.cpp -o reverseTokenizer.o >/dev/null 2>&1
mv -f .deps/stringForwardTokenizer.Tpo .deps/stringForwardTokenizer.Plo
mv -f .deps/tokenizer.Tpo .deps/tokenizer.Plo
mv -f .deps/forwardTokenizer.Tpo .deps/forwardTokenizer.Plo
mv -f .deps/reverseTokenizer.Tpo .deps/reverseTokenizer.Plo
/bin/sh ../../../../libtool --tag=CXX   --mode=link g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -L/usr/local/lib -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libtokenizer.la  tokenizer.lo forwardTokenizer.lo reverseTokenizer.lo stringForwardTokenizer.lo  
libtool: link: ar cru .libs/libtokenizer.a .libs/tokenizer.o .libs/forwardTokenizer.o .libs/reverseTokenizer.o .libs/stringForwardTokenizer.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libtokenizer.a
libtool: link: ( cd ".libs" && rm -f "libtokenizer.la" && ln -s "../libtokenizer.la" "libtokenizer.la" )
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/src/lib/core/tokenizer'
Making all in context_tracker
make[5]: Entering directory '/build/presage/src/presage-0.9.1/src/lib/core/context_tracker'
/bin/sh ../../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT contextTracker.lo -MD -MP -MF .deps/contextTracker.Tpo -c -o contextTracker.lo contextTracker.cpp
/bin/sh ../../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT contextChangeDetector.lo -MD -MP -MF .deps/contextChangeDetector.Tpo -c -o contextChangeDetector.lo contextChangeDetector.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT contextTracker.lo -MD -MP -MF .deps/contextTracker.Tpo -c contextTracker.cpp  -fPIC -DPIC -o .libs/contextTracker.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT contextChangeDetector.lo -MD -MP -MF .deps/contextChangeDetector.Tpo -c contextChangeDetector.cpp  -fPIC -DPIC -o .libs/contextChangeDetector.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT contextChangeDetector.lo -MD -MP -MF .deps/contextChangeDetector.Tpo -c contextChangeDetector.cpp -o contextChangeDetector.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT contextTracker.lo -MD -MP -MF .deps/contextTracker.Tpo -c contextTracker.cpp -o contextTracker.o >/dev/null 2>&1
mv -f .deps/contextChangeDetector.Tpo .deps/contextChangeDetector.Plo
mv -f .deps/contextTracker.Tpo .deps/contextTracker.Plo
/bin/sh ../../../../libtool --tag=CXX   --mode=link g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -L/usr/local/lib -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libcontexttracker.la  contextTracker.lo contextChangeDetector.lo  
libtool: link: ar cru .libs/libcontexttracker.a .libs/contextTracker.o .libs/contextChangeDetector.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcontexttracker.a
libtool: link: ( cd ".libs" && rm -f "libcontexttracker.la" && ln -s "../libcontexttracker.la" "libcontexttracker.la" )
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/src/lib/core/context_tracker'
make[5]: Entering directory '/build/presage/src/presage-0.9.1/src/lib/core'
/bin/sh ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/lib -I../../../src/lib/tinyxml   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-prediction.lo -MD -MP -MF .deps/libcore_la-prediction.Tpo -c -o libcore_la-prediction.lo `test -f 'prediction.cpp' || echo './'`prediction.cpp
/bin/sh ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/lib -I../../../src/lib/tinyxml   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-suggestion.lo -MD -MP -MF .deps/libcore_la-suggestion.Tpo -c -o libcore_la-suggestion.lo `test -f 'suggestion.cpp' || echo './'`suggestion.cpp
/bin/sh ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/lib -I../../../src/lib/tinyxml   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-utility.lo -MD -MP -MF .deps/libcore_la-utility.Tpo -c -o libcore_la-utility.lo `test -f 'utility.cpp' || echo './'`utility.cpp
/bin/sh ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/lib -I../../../src/lib/tinyxml   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-observable.lo -MD -MP -MF .deps/libcore_la-observable.Tpo -c -o libcore_la-observable.lo `test -f 'observable.cpp' || echo './'`observable.cpp
/bin/sh ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/lib -I../../../src/lib/tinyxml   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-observer.lo -MD -MP -MF .deps/libcore_la-observer.Tpo -c -o libcore_la-observer.lo `test -f 'observer.cpp' || echo './'`observer.cpp
/bin/sh ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/lib -I../../../src/lib/tinyxml   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-dispatcher.lo -MD -MP -MF .deps/libcore_la-dispatcher.Tpo -c -o libcore_la-dispatcher.lo `test -f 'dispatcher.cpp' || echo './'`dispatcher.cpp
/bin/sh ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/lib -I../../../src/lib/tinyxml   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-predictorActivator.lo -MD -MP -MF .deps/libcore_la-predictorActivator.Tpo -c -o libcore_la-predictorActivator.lo `test -f 'predictorActivator.cpp' || echo './'`predictorActivator.cpp
/bin/sh ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/lib -I../../../src/lib/tinyxml   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-combiner.lo -MD -MP -MF .deps/libcore_la-combiner.Tpo -c -o libcore_la-combiner.lo `test -f 'combiner.cpp' || echo './'`combiner.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-utility.lo -MD -MP -MF .deps/libcore_la-utility.Tpo -c utility.cpp  -fPIC -DPIC -o .libs/libcore_la-utility.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-observer.lo -MD -MP -MF .deps/libcore_la-observer.Tpo -c observer.cpp  -fPIC -DPIC -o .libs/libcore_la-observer.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-predictorActivator.lo -MD -MP -MF .deps/libcore_la-predictorActivator.Tpo -c predictorActivator.cpp  -fPIC -DPIC -o .libs/libcore_la-predictorActivator.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-observable.lo -MD -MP -MF .deps/libcore_la-observable.Tpo -c observable.cpp  -fPIC -DPIC -o .libs/libcore_la-observable.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-prediction.lo -MD -MP -MF .deps/libcore_la-prediction.Tpo -c prediction.cpp  -fPIC -DPIC -o .libs/libcore_la-prediction.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-combiner.lo -MD -MP -MF .deps/libcore_la-combiner.Tpo -c combiner.cpp  -fPIC -DPIC -o .libs/libcore_la-combiner.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-suggestion.lo -MD -MP -MF .deps/libcore_la-suggestion.Tpo -c suggestion.cpp  -fPIC -DPIC -o .libs/libcore_la-suggestion.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-dispatcher.lo -MD -MP -MF .deps/libcore_la-dispatcher.Tpo -c dispatcher.cpp  -fPIC -DPIC -o .libs/libcore_la-dispatcher.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-observer.lo -MD -MP -MF .deps/libcore_la-observer.Tpo -c observer.cpp -o libcore_la-observer.o >/dev/null 2>&1
mv -f .deps/libcore_la-observer.Tpo .deps/libcore_la-observer.Plo
/bin/sh ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/lib -I../../../src/lib/tinyxml   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-meritocracyCombiner.lo -MD -MP -MF .deps/libcore_la-meritocracyCombiner.Tpo -c -o libcore_la-meritocracyCombiner.lo `test -f 'meritocracyCombiner.cpp' || echo './'`meritocracyCombiner.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-meritocracyCombiner.lo -MD -MP -MF .deps/libcore_la-meritocracyCombiner.Tpo -c meritocracyCombiner.cpp  -fPIC -DPIC -o .libs/libcore_la-meritocracyCombiner.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-utility.lo -MD -MP -MF .deps/libcore_la-utility.Tpo -c utility.cpp -o libcore_la-utility.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-observable.lo -MD -MP -MF .deps/libcore_la-observable.Tpo -c observable.cpp -o libcore_la-observable.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-dispatcher.lo -MD -MP -MF .deps/libcore_la-dispatcher.Tpo -c dispatcher.cpp -o libcore_la-dispatcher.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-meritocracyCombiner.lo -MD -MP -MF .deps/libcore_la-meritocracyCombiner.Tpo -c meritocracyCombiner.cpp -o libcore_la-meritocracyCombiner.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-suggestion.lo -MD -MP -MF .deps/libcore_la-suggestion.Tpo -c suggestion.cpp -o libcore_la-suggestion.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-combiner.lo -MD -MP -MF .deps/libcore_la-combiner.Tpo -c combiner.cpp -o libcore_la-combiner.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-prediction.lo -MD -MP -MF .deps/libcore_la-prediction.Tpo -c prediction.cpp -o libcore_la-prediction.o >/dev/null 2>&1
mv -f .deps/libcore_la-utility.Tpo .deps/libcore_la-utility.Plo
/bin/sh ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/lib -I../../../src/lib/tinyxml   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-selector.lo -MD -MP -MF .deps/libcore_la-selector.Tpo -c -o libcore_la-selector.lo `test -f 'selector.cpp' || echo './'`selector.cpp
mv -f .deps/libcore_la-dispatcher.Tpo .deps/libcore_la-dispatcher.Plo
/bin/sh ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/lib -I../../../src/lib/tinyxml   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-variable.lo -MD -MP -MF .deps/libcore_la-variable.Tpo -c -o libcore_la-variable.lo `test -f 'variable.cpp' || echo './'`variable.cpp
mv -f .deps/libcore_la-observable.Tpo .deps/libcore_la-observable.Plo
/bin/sh ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/lib -I../../../src/lib/tinyxml   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-configuration.lo -MD -MP -MF .deps/libcore_la-configuration.Tpo -c -o libcore_la-configuration.lo `test -f 'configuration.cpp' || echo './'`configuration.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-selector.lo -MD -MP -MF .deps/libcore_la-selector.Tpo -c selector.cpp  -fPIC -DPIC -o .libs/libcore_la-selector.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-variable.lo -MD -MP -MF .deps/libcore_la-variable.Tpo -c variable.cpp  -fPIC -DPIC -o .libs/libcore_la-variable.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-configuration.lo -MD -MP -MF .deps/libcore_la-configuration.Tpo -c configuration.cpp  -fPIC -DPIC -o .libs/libcore_la-configuration.o
mv -f .deps/libcore_la-meritocracyCombiner.Tpo .deps/libcore_la-meritocracyCombiner.Plo
/bin/sh ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/lib -I../../../src/lib/tinyxml   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-profile.lo -MD -MP -MF .deps/libcore_la-profile.Tpo -c -o libcore_la-profile.lo `test -f 'profile.cpp' || echo './'`profile.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-predictorActivator.lo -MD -MP -MF .deps/libcore_la-predictorActivator.Tpo -c predictorActivator.cpp -o libcore_la-predictorActivator.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-profile.lo -MD -MP -MF .deps/libcore_la-profile.Tpo -c profile.cpp  -fPIC -DPIC -o .libs/libcore_la-profile.o
mv -f .deps/libcore_la-suggestion.Tpo .deps/libcore_la-suggestion.Plo
/bin/sh ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/lib -I../../../src/lib/tinyxml   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-defaultProfile.lo -MD -MP -MF .deps/libcore_la-defaultProfile.Tpo -c -o libcore_la-defaultProfile.lo `test -f 'defaultProfile.cpp' || echo './'`defaultProfile.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-defaultProfile.lo -MD -MP -MF .deps/libcore_la-defaultProfile.Tpo -c defaultProfile.cpp  -fPIC -DPIC -o .libs/libcore_la-defaultProfile.o
mv -f .deps/libcore_la-combiner.Tpo .deps/libcore_la-combiner.Plo
/bin/sh ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/lib -I../../../src/lib/tinyxml   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-profileManager.lo -MD -MP -MF .deps/libcore_la-profileManager.Tpo -c -o libcore_la-profileManager.lo `test -f 'profileManager.cpp' || echo './'`profileManager.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-profileManager.lo -MD -MP -MF .deps/libcore_la-profileManager.Tpo -c profileManager.cpp  -fPIC -DPIC -o .libs/libcore_la-profileManager.o
mv -f .deps/libcore_la-prediction.Tpo .deps/libcore_la-prediction.Plo
/bin/sh ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/lib -I../../../src/lib/tinyxml   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-logger.lo -MD -MP -MF .deps/libcore_la-logger.Tpo -c -o libcore_la-logger.lo `test -f 'logger.cpp' || echo './'`logger.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-logger.lo -MD -MP -MF .deps/libcore_la-logger.Tpo -c logger.cpp  -fPIC -DPIC -o .libs/libcore_la-logger.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-variable.lo -MD -MP -MF .deps/libcore_la-variable.Tpo -c variable.cpp -o libcore_la-variable.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-configuration.lo -MD -MP -MF .deps/libcore_la-configuration.Tpo -c configuration.cpp -o libcore_la-configuration.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-defaultProfile.lo -MD -MP -MF .deps/libcore_la-defaultProfile.Tpo -c defaultProfile.cpp -o libcore_la-defaultProfile.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-logger.lo -MD -MP -MF .deps/libcore_la-logger.Tpo -c logger.cpp -o libcore_la-logger.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-profile.lo -MD -MP -MF .deps/libcore_la-profile.Tpo -c profile.cpp -o libcore_la-profile.o >/dev/null 2>&1
mv -f .deps/libcore_la-predictorActivator.Tpo .deps/libcore_la-predictorActivator.Plo
/bin/sh ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/lib -I../../../src/lib/tinyxml   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-presageException.lo -MD -MP -MF .deps/libcore_la-presageException.Tpo -c -o libcore_la-presageException.lo `test -f 'presageException.cpp' || echo './'`presageException.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-selector.lo -MD -MP -MF .deps/libcore_la-selector.Tpo -c selector.cpp -o libcore_la-selector.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-presageException.lo -MD -MP -MF .deps/libcore_la-presageException.Tpo -c presageException.cpp  -fPIC -DPIC -o .libs/libcore_la-presageException.o
mv -f .deps/libcore_la-logger.Tpo .deps/libcore_la-logger.Plo
/bin/sh ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/lib -I../../../src/lib/tinyxml   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-predictorRegistry.lo -MD -MP -MF .deps/libcore_la-predictorRegistry.Tpo -c -o libcore_la-predictorRegistry.lo `test -f 'predictorRegistry.cpp' || echo './'`predictorRegistry.cpp
mv -f .deps/libcore_la-defaultProfile.Tpo .deps/libcore_la-defaultProfile.Plo
/bin/sh ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/lib -I../../../src/lib/tinyxml   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-progress.lo -MD -MP -MF .deps/libcore_la-progress.Tpo -c -o libcore_la-progress.lo `test -f 'progress.cpp' || echo './'`progress.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-predictorRegistry.lo -MD -MP -MF .deps/libcore_la-predictorRegistry.Tpo -c predictorRegistry.cpp  -fPIC -DPIC -o .libs/libcore_la-predictorRegistry.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-profileManager.lo -MD -MP -MF .deps/libcore_la-profileManager.Tpo -c profileManager.cpp -o libcore_la-profileManager.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-progress.lo -MD -MP -MF .deps/libcore_la-progress.Tpo -c progress.cpp  -fPIC -DPIC -o .libs/libcore_la-progress.o
mv -f .deps/libcore_la-variable.Tpo .deps/libcore_la-variable.Plo
mv -f .deps/libcore_la-configuration.Tpo .deps/libcore_la-configuration.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-presageException.lo -MD -MP -MF .deps/libcore_la-presageException.Tpo -c presageException.cpp -o libcore_la-presageException.o >/dev/null 2>&1
mv -f .deps/libcore_la-profile.Tpo .deps/libcore_la-profile.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-progress.lo -MD -MP -MF .deps/libcore_la-progress.Tpo -c progress.cpp -o libcore_la-progress.o >/dev/null 2>&1
mv -f .deps/libcore_la-presageException.Tpo .deps/libcore_la-presageException.Plo
mv -f .deps/libcore_la-progress.Tpo .deps/libcore_la-progress.Plo
mv -f .deps/libcore_la-profileManager.Tpo .deps/libcore_la-profileManager.Plo
mv -f .deps/libcore_la-selector.Tpo .deps/libcore_la-selector.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libcore_la-predictorRegistry.lo -MD -MP -MF .deps/libcore_la-predictorRegistry.Tpo -c predictorRegistry.cpp -o libcore_la-predictorRegistry.o >/dev/null 2>&1
mv -f .deps/libcore_la-predictorRegistry.Tpo .deps/libcore_la-predictorRegistry.Plo
/bin/sh ../../../libtool --tag=CXX   --mode=link g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -L/usr/local/lib -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libcore.la  libcore_la-prediction.lo libcore_la-suggestion.lo libcore_la-utility.lo libcore_la-observable.lo libcore_la-observer.lo libcore_la-dispatcher.lo libcore_la-predictorActivator.lo libcore_la-combiner.lo libcore_la-meritocracyCombiner.lo libcore_la-selector.lo libcore_la-variable.lo libcore_la-configuration.lo libcore_la-profile.lo libcore_la-defaultProfile.lo libcore_la-profileManager.lo libcore_la-logger.lo libcore_la-presageException.lo libcore_la-predictorRegistry.lo libcore_la-progress.lo tokenizer/libtokenizer.la context_tracker/libcontexttracker.la 
libtool: link: (cd .libs/libcore.lax/libtokenizer.a && ar x "/build/presage/src/presage-0.9.1/src/lib/core/tokenizer/.libs/libtokenizer.a")
libtool: link: (cd .libs/libcore.lax/libcontexttracker.a && ar x "/build/presage/src/presage-0.9.1/src/lib/core/context_tracker/.libs/libcontexttracker.a")
libtool: link: ar cru .libs/libcore.a .libs/libcore_la-prediction.o .libs/libcore_la-suggestion.o .libs/libcore_la-utility.o .libs/libcore_la-observable.o .libs/libcore_la-observer.o .libs/libcore_la-dispatcher.o .libs/libcore_la-predictorActivator.o .libs/libcore_la-combiner.o .libs/libcore_la-meritocracyCombiner.o .libs/libcore_la-selector.o .libs/libcore_la-variable.o .libs/libcore_la-configuration.o .libs/libcore_la-profile.o .libs/libcore_la-defaultProfile.o .libs/libcore_la-profileManager.o .libs/libcore_la-logger.o .libs/libcore_la-presageException.o .libs/libcore_la-predictorRegistry.o .libs/libcore_la-progress.o   .libs/libcore.lax/libtokenizer.a/forwardTokenizer.o .libs/libcore.lax/libtokenizer.a/reverseTokenizer.o .libs/libcore.lax/libtokenizer.a/stringForwardTokenizer.o .libs/libcore.lax/libtokenizer.a/tokenizer.o  .libs/libcore.lax/libcontexttracker.a/contextChangeDetector.o .libs/libcore.lax/libcontexttracker.a/contextTracker.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcore.a
libtool: link: rm -fr .libs/libcore.lax
libtool: link: ( cd ".libs" && rm -f "libcore.la" && ln -s "../libcore.la" "libcore.la" )
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/src/lib/core'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/src/lib/core'
Making all in predictors
make[4]: Entering directory '/build/presage/src/presage-0.9.1/src/lib/predictors'
Making all in dbconnector
make[5]: Entering directory '/build/presage/src/presage-0.9.1/src/lib/predictors/dbconnector'
/bin/sh ../../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT databaseConnector.lo -MD -MP -MF .deps/databaseConnector.Tpo -c -o databaseConnector.lo databaseConnector.cpp
/bin/sh ../../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT sqliteDatabaseConnector.lo -MD -MP -MF .deps/sqliteDatabaseConnector.Tpo -c -o sqliteDatabaseConnector.lo sqliteDatabaseConnector.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT databaseConnector.lo -MD -MP -MF .deps/databaseConnector.Tpo -c databaseConnector.cpp  -fPIC -DPIC -o .libs/databaseConnector.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT sqliteDatabaseConnector.lo -MD -MP -MF .deps/sqliteDatabaseConnector.Tpo -c sqliteDatabaseConnector.cpp  -fPIC -DPIC -o .libs/sqliteDatabaseConnector.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT sqliteDatabaseConnector.lo -MD -MP -MF .deps/sqliteDatabaseConnector.Tpo -c sqliteDatabaseConnector.cpp -o sqliteDatabaseConnector.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT databaseConnector.lo -MD -MP -MF .deps/databaseConnector.Tpo -c databaseConnector.cpp -o databaseConnector.o >/dev/null 2>&1
mv -f .deps/sqliteDatabaseConnector.Tpo .deps/sqliteDatabaseConnector.Plo
mv -f .deps/databaseConnector.Tpo .deps/databaseConnector.Plo
/bin/sh ../../../../libtool --tag=CXX   --mode=link g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -L/usr/local/lib -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libdbconnector.la  databaseConnector.lo sqliteDatabaseConnector.lo -lsqlite3 
libtool: link: ar cru .libs/libdbconnector.a .libs/databaseConnector.o .libs/sqliteDatabaseConnector.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libdbconnector.a
libtool: link: ( cd ".libs" && rm -f "libdbconnector.la" && ln -s "../libdbconnector.la" "libdbconnector.la" )
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/src/lib/predictors/dbconnector'
make[5]: Entering directory '/build/presage/src/presage-0.9.1/src/lib/predictors'
/bin/sh ../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT predictor.lo -MD -MP -MF .deps/predictor.Tpo -c -o predictor.lo predictor.cpp
/bin/sh ../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT dummyPredictor.lo -MD -MP -MF .deps/dummyPredictor.Tpo -c -o dummyPredictor.lo dummyPredictor.cpp
/bin/sh ../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT dictionaryPredictor.lo -MD -MP -MF .deps/dictionaryPredictor.Tpo -c -o dictionaryPredictor.lo dictionaryPredictor.cpp
/bin/sh ../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT abbreviationExpansionPredictor.lo -MD -MP -MF .deps/abbreviationExpansionPredictor.Tpo -c -o abbreviationExpansionPredictor.lo abbreviationExpansionPredictor.cpp
/bin/sh ../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT recencyPredictor.lo -MD -MP -MF .deps/recencyPredictor.Tpo -c -o recencyPredictor.lo recencyPredictor.cpp
/bin/sh ../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT dejavuPredictor.lo -MD -MP -MF .deps/dejavuPredictor.Tpo -c -o dejavuPredictor.lo dejavuPredictor.cpp
/bin/sh ../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT ARPAPredictor.lo -MD -MP -MF .deps/ARPAPredictor.Tpo -c -o ARPAPredictor.lo ARPAPredictor.cpp
/bin/sh ../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..     -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT smoothedNgramPredictor.lo -MD -MP -MF .deps/smoothedNgramPredictor.Tpo -c -o smoothedNgramPredictor.lo smoothedNgramPredictor.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT predictor.lo -MD -MP -MF .deps/predictor.Tpo -c predictor.cpp  -fPIC -DPIC -o .libs/predictor.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT dummyPredictor.lo -MD -MP -MF .deps/dummyPredictor.Tpo -c dummyPredictor.cpp  -fPIC -DPIC -o .libs/dummyPredictor.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT recencyPredictor.lo -MD -MP -MF .deps/recencyPredictor.Tpo -c recencyPredictor.cpp  -fPIC -DPIC -o .libs/recencyPredictor.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT dejavuPredictor.lo -MD -MP -MF .deps/dejavuPredictor.Tpo -c dejavuPredictor.cpp  -fPIC -DPIC -o .libs/dejavuPredictor.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT dictionaryPredictor.lo -MD -MP -MF .deps/dictionaryPredictor.Tpo -c dictionaryPredictor.cpp  -fPIC -DPIC -o .libs/dictionaryPredictor.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT ARPAPredictor.lo -MD -MP -MF .deps/ARPAPredictor.Tpo -c ARPAPredictor.cpp  -fPIC -DPIC -o .libs/ARPAPredictor.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT smoothedNgramPredictor.lo -MD -MP -MF .deps/smoothedNgramPredictor.Tpo -c smoothedNgramPredictor.cpp  -fPIC -DPIC -o .libs/smoothedNgramPredictor.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT abbreviationExpansionPredictor.lo -MD -MP -MF .deps/abbreviationExpansionPredictor.Tpo -c abbreviationExpansionPredictor.cpp  -fPIC -DPIC -o .libs/abbreviationExpansionPredictor.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT dummyPredictor.lo -MD -MP -MF .deps/dummyPredictor.Tpo -c dummyPredictor.cpp -o dummyPredictor.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT predictor.lo -MD -MP -MF .deps/predictor.Tpo -c predictor.cpp -o predictor.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT dictionaryPredictor.lo -MD -MP -MF .deps/dictionaryPredictor.Tpo -c dictionaryPredictor.cpp -o dictionaryPredictor.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT abbreviationExpansionPredictor.lo -MD -MP -MF .deps/abbreviationExpansionPredictor.Tpo -c abbreviationExpansionPredictor.cpp -o abbreviationExpansionPredictor.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT recencyPredictor.lo -MD -MP -MF .deps/recencyPredictor.Tpo -c recencyPredictor.cpp -o recencyPredictor.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT dejavuPredictor.lo -MD -MP -MF .deps/dejavuPredictor.Tpo -c dejavuPredictor.cpp -o dejavuPredictor.o >/dev/null 2>&1
mv -f .deps/dummyPredictor.Tpo .deps/dummyPredictor.Plo
/bin/sh ../../../libtool --tag=CXX   --mode=link g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -L/usr/local/lib -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libDummyPredictor.la  dummyPredictor.lo  
libtool: link: ar cru .libs/libDummyPredictor.a .libs/dummyPredictor.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libDummyPredictor.a
libtool: link: ( cd ".libs" && rm -f "libDummyPredictor.la" && ln -s "../libDummyPredictor.la" "libDummyPredictor.la" )
mv -f .deps/predictor.Tpo .deps/predictor.Plo
/bin/sh ../../../libtool --tag=CXX   --mode=link g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -L/usr/local/lib -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libpredictor.la  predictor.lo  
libtool: link: ar cru .libs/libpredictor.a .libs/predictor.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libpredictor.a
libtool: link: ( cd ".libs" && rm -f "libpredictor.la" && ln -s "../libpredictor.la" "libpredictor.la" )
mv -f .deps/dictionaryPredictor.Tpo .deps/dictionaryPredictor.Plo
/bin/sh ../../../libtool --tag=CXX   --mode=link g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -L/usr/local/lib -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libDictionaryPredictor.la  dictionaryPredictor.lo  
libtool: link: ar cru .libs/libDictionaryPredictor.a .libs/dictionaryPredictor.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libDictionaryPredictor.a
libtool: link: ( cd ".libs" && rm -f "libDictionaryPredictor.la" && ln -s "../libDictionaryPredictor.la" "libDictionaryPredictor.la" )
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT smoothedNgramPredictor.lo -MD -MP -MF .deps/smoothedNgramPredictor.Tpo -c smoothedNgramPredictor.cpp -o smoothedNgramPredictor.o >/dev/null 2>&1
mv -f .deps/abbreviationExpansionPredictor.Tpo .deps/abbreviationExpansionPredictor.Plo
/bin/sh ../../../libtool --tag=CXX   --mode=link g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -L/usr/local/lib -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libAbbreviationExpansionPredictor.la  abbreviationExpansionPredictor.lo  
mv -f .deps/recencyPredictor.Tpo .deps/recencyPredictor.Plo
/bin/sh ../../../libtool --tag=CXX   --mode=link g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -lm -L/usr/local/lib -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libRecencyPredictor.la  recencyPredictor.lo  
libtool: link: ar cru .libs/libAbbreviationExpansionPredictor.a .libs/abbreviationExpansionPredictor.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libAbbreviationExpansionPredictor.a
libtool: link: ( cd ".libs" && rm -f "libAbbreviationExpansionPredictor.la" && ln -s "../libAbbreviationExpansionPredictor.la" "libAbbreviationExpansionPredictor.la" )
libtool: link: ar cru .libs/libRecencyPredictor.a .libs/recencyPredictor.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libRecencyPredictor.a
mv -f .deps/dejavuPredictor.Tpo .deps/dejavuPredictor.Plo
libtool: link: ( cd ".libs" && rm -f "libRecencyPredictor.la" && ln -s "../libRecencyPredictor.la" "libRecencyPredictor.la" )
/bin/sh ../../../libtool --tag=CXX   --mode=link g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -L/usr/local/lib -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libDejavuPredictor.la  dejavuPredictor.lo  
libtool: link: ar cru .libs/libDejavuPredictor.a .libs/dejavuPredictor.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT ARPAPredictor.lo -MD -MP -MF .deps/ARPAPredictor.Tpo -c ARPAPredictor.cpp -o ARPAPredictor.o >/dev/null 2>&1
libtool: link: ranlib .libs/libDejavuPredictor.a
libtool: link: ( cd ".libs" && rm -f "libDejavuPredictor.la" && ln -s "../libDejavuPredictor.la" "libDejavuPredictor.la" )
mv -f .deps/smoothedNgramPredictor.Tpo .deps/smoothedNgramPredictor.Plo
/bin/sh ../../../libtool --tag=CXX   --mode=link g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -L/usr/local/lib -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libSmoothedNgramPredictor.la  smoothedNgramPredictor.lo  
libtool: link: ar cru .libs/libSmoothedNgramPredictor.a .libs/smoothedNgramPredictor.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libSmoothedNgramPredictor.a
libtool: link: ( cd ".libs" && rm -f "libSmoothedNgramPredictor.la" && ln -s "../libSmoothedNgramPredictor.la" "libSmoothedNgramPredictor.la" )
mv -f .deps/ARPAPredictor.Tpo .deps/ARPAPredictor.Plo
/bin/sh ../../../libtool --tag=CXX   --mode=link g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -L/usr/local/lib -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libARPAPredictor.la  ARPAPredictor.lo  
libtool: link: ar cru .libs/libARPAPredictor.a .libs/ARPAPredictor.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libARPAPredictor.a
libtool: link: ( cd ".libs" && rm -f "libARPAPredictor.la" && ln -s "../libARPAPredictor.la" "libARPAPredictor.la" )
/bin/sh ../../../libtool --tag=CC   --mode=link gcc  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -L/usr/local/lib -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libpredictors.la   libpredictor.la libDummyPredictor.la libDictionaryPredictor.la libAbbreviationExpansionPredictor.la libRecencyPredictor.la libDejavuPredictor.la libARPAPredictor.la libSmoothedNgramPredictor.la dbconnector/libdbconnector.la 
libtool: link: (cd .libs/libpredictors.lax/libpredictor.a && ar x "/build/presage/src/presage-0.9.1/src/lib/predictors/./.libs/libpredictor.a")
libtool: link: (cd .libs/libpredictors.lax/libDummyPredictor.a && ar x "/build/presage/src/presage-0.9.1/src/lib/predictors/./.libs/libDummyPredictor.a")
libtool: link: (cd .libs/libpredictors.lax/libDictionaryPredictor.a && ar x "/build/presage/src/presage-0.9.1/src/lib/predictors/./.libs/libDictionaryPredictor.a")
libtool: link: (cd .libs/libpredictors.lax/libAbbreviationExpansionPredictor.a && ar x "/build/presage/src/presage-0.9.1/src/lib/predictors/./.libs/libAbbreviationExpansionPredictor.a")
libtool: link: (cd .libs/libpredictors.lax/libRecencyPredictor.a && ar x "/build/presage/src/presage-0.9.1/src/lib/predictors/./.libs/libRecencyPredictor.a")
libtool: link: (cd .libs/libpredictors.lax/libDejavuPredictor.a && ar x "/build/presage/src/presage-0.9.1/src/lib/predictors/./.libs/libDejavuPredictor.a")
libtool: link: (cd .libs/libpredictors.lax/libARPAPredictor.a && ar x "/build/presage/src/presage-0.9.1/src/lib/predictors/./.libs/libARPAPredictor.a")
libtool: link: (cd .libs/libpredictors.lax/libSmoothedNgramPredictor.a && ar x "/build/presage/src/presage-0.9.1/src/lib/predictors/./.libs/libSmoothedNgramPredictor.a")
libtool: link: (cd .libs/libpredictors.lax/libdbconnector.a && ar x "/build/presage/src/presage-0.9.1/src/lib/predictors/dbconnector/.libs/libdbconnector.a")
libtool: link: ar cru .libs/libpredictors.a   .libs/libpredictors.lax/libpredictor.a/predictor.o  .libs/libpredictors.lax/libDummyPredictor.a/dummyPredictor.o  .libs/libpredictors.lax/libDictionaryPredictor.a/dictionaryPredictor.o  .libs/libpredictors.lax/libAbbreviationExpansionPredictor.a/abbreviationExpansionPredictor.o  .libs/libpredictors.lax/libRecencyPredictor.a/recencyPredictor.o  .libs/libpredictors.lax/libDejavuPredictor.a/dejavuPredictor.o  .libs/libpredictors.lax/libARPAPredictor.a/ARPAPredictor.o  .libs/libpredictors.lax/libSmoothedNgramPredictor.a/smoothedNgramPredictor.o  .libs/libpredictors.lax/libdbconnector.a/databaseConnector.o .libs/libpredictors.lax/libdbconnector.a/sqliteDatabaseConnector.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libpredictors.a
libtool: link: rm -fr .libs/libpredictors.lax
libtool: link: ( cd ".libs" && rm -f "libpredictors.la" && ln -s "../libpredictors.la" "libpredictors.la" )
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/src/lib/predictors'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/src/lib/predictors'
make[4]: Entering directory '/build/presage/src/presage-0.9.1/src/lib'
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../..  -I../../src/lib/tinyxml   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libpresage_la-presage.lo -MD -MP -MF .deps/libpresage_la-presage.Tpo -c -o libpresage_la-presage.lo `test -f 'presage.cpp' || echo './'`presage.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libpresage_la-presage.lo -MD -MP -MF .deps/libpresage_la-presage.Tpo -c presage.cpp  -fPIC -DPIC -o .libs/libpresage_la-presage.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib/tinyxml -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libpresage_la-presage.lo -MD -MP -MF .deps/libpresage_la-presage.Tpo -c presage.cpp -o libpresage_la-presage.o >/dev/null 2>&1
mv -f .deps/libpresage_la-presage.Tpo .deps/libpresage_la-presage.Plo
/bin/sh ../../libtool --tag=CXX   --mode=link g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -no-undefined -version-info 2:1:1 -Wl,--version-script,./libpresage.map -L/usr/local/lib -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libpresage.la -rpath /usr/lib libpresage_la-presage.lo core/libcore.la predictors/libpredictors.la tinyxml/libtinyxml.la  
libtool: link: g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/aarch64-unknown-linux-gnu/14.1.1/../../../../lib/crti.o /usr/lib/gcc/aarch64-unknown-linux-gnu/14.1.1/crtbeginS.o  .libs/libpresage_la-presage.o  -Wl,--whole-archive core/.libs/libcore.a predictors/.libs/libpredictors.a tinyxml/.libs/libtinyxml.a -Wl,--no-whole-archive  -L/usr/local/lib -lsqlite3 -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.1.1 -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.1.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/aarch64-unknown-linux-gnu/14.1.1/crtendS.o /usr/lib/gcc/aarch64-unknown-linux-gnu/14.1.1/../../../../lib/crtn.o  -march=armv8-a -O2 -Wl,--version-script -Wl,./libpresage.map -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,libpresage.so.1 -o .libs/libpresage.so.1.1.1
libtool: link: (cd ".libs" && rm -f "libpresage.so.1" && ln -s "libpresage.so.1.1.1" "libpresage.so.1")
libtool: link: (cd ".libs" && rm -f "libpresage.so" && ln -s "libpresage.so.1.1.1" "libpresage.so")
libtool: link: (cd .libs/libpresage.lax/libcore.a && ar x "/build/presage/src/presage-0.9.1/src/lib/core/.libs/libcore.a")
libtool: link: (cd .libs/libpresage.lax/libpredictors.a && ar x "/build/presage/src/presage-0.9.1/src/lib/predictors/.libs/libpredictors.a")
libtool: link: (cd .libs/libpresage.lax/libtinyxml.a && ar x "/build/presage/src/presage-0.9.1/src/lib/tinyxml/.libs/libtinyxml.a")
libtool: link: ar cru .libs/libpresage.a  libpresage_la-presage.o  .libs/libpresage.lax/libcore.a/contextChangeDetector.o .libs/libpresage.lax/libcore.a/contextTracker.o .libs/libpresage.lax/libcore.a/forwardTokenizer.o .libs/libpresage.lax/libcore.a/libcore_la-combiner.o .libs/libpresage.lax/libcore.a/libcore_la-configuration.o .libs/libpresage.lax/libcore.a/libcore_la-defaultProfile.o .libs/libpresage.lax/libcore.a/libcore_la-dispatcher.o .libs/libpresage.lax/libcore.a/libcore_la-logger.o .libs/libpresage.lax/libcore.a/libcore_la-meritocracyCombiner.o .libs/libpresage.lax/libcore.a/libcore_la-observable.o .libs/libpresage.lax/libcore.a/libcore_la-observer.o .libs/libpresage.lax/libcore.a/libcore_la-prediction.o .libs/libpresage.lax/libcore.a/libcore_la-predictorActivator.o .libs/libpresage.lax/libcore.a/libcore_la-predictorRegistry.o .libs/libpresage.lax/libcore.a/libcore_la-presageException.o .libs/libpresage.lax/libcore.a/libcore_la-profile.o .libs/libpresage.lax/libcore.a/libcore_la-profileManager.o .libs/libpresage.lax/libcore.a/libcore_la-progress.o .libs/libpresage.lax/libcore.a/libcore_la-selector.o .libs/libpresage.lax/libcore.a/libcore_la-suggestion.o .libs/libpresage.lax/libcore.a/libcore_la-utility.o .libs/libpresage.lax/libcore.a/libcore_la-variable.o .libs/libpresage.lax/libcore.a/reverseTokenizer.o .libs/libpresage.lax/libcore.a/stringForwardTokenizer.o .libs/libpresage.lax/libcore.a/tokenizer.o  .libs/libpresage.lax/libpredictors.a/ARPAPredictor.o .libs/libpresage.lax/libpredictors.a/abbreviationExpansionPredictor.o .libs/libpresage.lax/libpredictors.a/databaseConnector.o .libs/libpresage.lax/libpredictors.a/dejavuPredictor.o .libs/libpresage.lax/libpredictors.a/dictionaryPredictor.o .libs/libpresage.lax/libpredictors.a/dummyPredictor.o .libs/libpresage.lax/libpredictors.a/predictor.o .libs/libpresage.lax/libpredictors.a/recencyPredictor.o .libs/libpresage.lax/libpredictors.a/smoothedNgramPredictor.o .libs/libpresage.lax/libpredictors.a/sqliteDatabaseConnector.o  .libs/libpresage.lax/libtinyxml.a/tinystr.o .libs/libpresage.lax/libtinyxml.a/tinyxml.o .libs/libpresage.lax/libtinyxml.a/tinyxmlerror.o .libs/libpresage.lax/libtinyxml.a/tinyxmlparser.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libpresage.a
libtool: link: rm -fr .libs/libpresage.lax
libtool: link: ( cd ".libs" && rm -f "libpresage.la" && ln -s "../libpresage.la" "libpresage.la" )
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/src/lib'
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/src/lib'
Making all in tools
make[3]: Entering directory '/build/presage/src/presage-0.9.1/src/tools'
Making all in simulator
make[4]: Entering directory '/build/presage/src/presage-0.9.1/src/tools/simulator'
/bin/sh ../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/lib   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT simulator.lo -MD -MP -MF .deps/simulator.Tpo -c -o simulator.lo simulator.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT simulator.lo -MD -MP -MF .deps/simulator.Tpo -c simulator.cpp  -fPIC -DPIC -o .libs/simulator.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT simulator.lo -MD -MP -MF .deps/simulator.Tpo -c simulator.cpp -o simulator.o >/dev/null 2>&1
mv -f .deps/simulator.Tpo .deps/simulator.Plo
/bin/sh ../../../libtool --tag=CXX   --mode=link g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -L/usr/local/lib -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libsimulator.la  simulator.lo  
libtool: link: ar cru .libs/libsimulator.a .libs/simulator.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libsimulator.a
libtool: link: ( cd ".libs" && rm -f "libsimulator.la" && ln -s "../libsimulator.la" "libsimulator.la" )
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/src/tools/simulator'
make[4]: Entering directory '/build/presage/src/presage-0.9.1/src/tools'
/bin/sh ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../..  -I../../src/lib -I../../src   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT ngram.lo -MD -MP -MF .deps/ngram.Tpo -c -o ngram.lo ngram.cpp
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../src/lib -I../../src   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT presageDemoText.o -MD -MP -MF .deps/presageDemoText.Tpo -c -o presageDemoText.o presageDemoText.cpp
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../src/lib -I../../src   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT presageSimulator.o -MD -MP -MF .deps/presageSimulator.Tpo -c -o presageSimulator.o presageSimulator.cpp
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../src/lib -I../../src   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT text2ngram.o -MD -MP -MF .deps/text2ngram.Tpo -c -o text2ngram.o text2ngram.cpp
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../src/lib -I../../src   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT presageDemo.o -MD -MP -MF .deps/presageDemo.Tpo -c -o presageDemo.o presageDemo.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT ngram.lo -MD -MP -MF .deps/ngram.Tpo -c ngram.cpp  -fPIC -DPIC -o .libs/ngram.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT ngram.lo -MD -MP -MF .deps/ngram.Tpo -c ngram.cpp -o ngram.o >/dev/null 2>&1
mv -f .deps/presageSimulator.Tpo .deps/presageSimulator.Po
/bin/sh ../../libtool --tag=CXX   --mode=link g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -L/usr/local/lib -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o presage_simulator presageSimulator.o simulator/libsimulator.la ../lib/core/libcore.la ../lib/libpresage.la 
mv -f .deps/presageDemoText.Tpo .deps/presageDemoText.Po
/bin/sh ../../libtool --tag=CXX   --mode=link g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -L/usr/local/lib -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o presage_demo_text presageDemoText.o ../lib/libpresage.la 
libtool: link: g++ -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/presage_simulator presageSimulator.o  -L/usr/local/lib simulator/.libs/libsimulator.a ../lib/core/.libs/libcore.a ../lib/.libs/libpresage.so
libtool: link: g++ -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/presage_demo_text presageDemoText.o  -L/usr/local/lib ../lib/.libs/libpresage.so
presageDemo.cpp: In function 'void draw_title_win(WINDOW*)':
presageDemo.cpp:355:32: warning: too many arguments for format [-Wformat-extra-args]
mv -f .deps/presageDemo.Tpo .deps/presageDemo.Po
/bin/sh ../../libtool --tag=CXX   --mode=link g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -lcurses -L/usr/local/lib -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o presage_demo presageDemo.o ../lib/libpresage.la 
libtool: link: g++ -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/presage_demo presageDemo.o  -lcurses -L/usr/local/lib ../lib/.libs/libpresage.so
mv -f .deps/text2ngram.Tpo .deps/text2ngram.Po
mv -f .deps/ngram.Tpo .deps/ngram.Plo
/bin/sh ../../libtool --tag=CXX   --mode=link g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -L/usr/local/lib -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libtools.la  ngram.lo  
libtool: link: ar cru .libs/libtools.a .libs/ngram.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libtools.a
libtool: link: ( cd ".libs" && rm -f "libtools.la" && ln -s "../libtools.la" "libtools.la" )
/bin/sh ../../libtool --tag=CXX   --mode=link g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -L/usr/local/lib -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o text2ngram text2ngram.o libtools.la ../lib/predictors/dbconnector/libdbconnector.la ../lib/core/libcore.la ../lib/libpresage.la 
libtool: link: g++ -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/text2ngram text2ngram.o  -L/usr/local/lib ./.libs/libtools.a ../lib/predictors/dbconnector/.libs/libdbconnector.a -lsqlite3 ../lib/core/.libs/libcore.a ../lib/.libs/libpresage.so
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/src/tools'
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/src/tools'
make[3]: Entering directory '/build/presage/src/presage-0.9.1/src'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/src'
make[2]: Leaving directory '/build/presage/src/presage-0.9.1/src'
Making all in test
make[2]: Entering directory '/build/presage/src/presage-0.9.1/test'
Making all in lib
make[3]: Entering directory '/build/presage/src/presage-0.9.1/test/lib'
Making all in common
make[4]: Entering directory '/build/presage/src/presage-0.9.1/test/lib/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/test/lib/common'
Making all in core
make[4]: Entering directory '/build/presage/src/presage-0.9.1/test/lib/core'
Making all in tokenizer
make[5]: Entering directory '/build/presage/src/presage-0.9.1/test/lib/core/tokenizer'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/test/lib/core/tokenizer'
Making all in context_tracker
make[5]: Entering directory '/build/presage/src/presage-0.9.1/test/lib/core/context_tracker'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/test/lib/core/context_tracker'
make[5]: Entering directory '/build/presage/src/presage-0.9.1/test/lib/core'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/test/lib/core'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/test/lib/core'
Making all in predictors
make[4]: Entering directory '/build/presage/src/presage-0.9.1/test/lib/predictors'
Making all in dbconnector
make[5]: Entering directory '/build/presage/src/presage-0.9.1/test/lib/predictors/dbconnector'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/test/lib/predictors/dbconnector'
make[5]: Entering directory '/build/presage/src/presage-0.9.1/test/lib/predictors'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/test/lib/predictors'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/test/lib/predictors'
make[4]: Entering directory '/build/presage/src/presage-0.9.1/test/lib'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/test/lib'
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/test/lib'
Making all in tools
make[3]: Entering directory '/build/presage/src/presage-0.9.1/test/tools'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/test/tools'
Making all in integration
make[3]: Entering directory '/build/presage/src/presage-0.9.1/test/integration'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/test/integration'
make[3]: Entering directory '/build/presage/src/presage-0.9.1/test'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/test'
make[2]: Leaving directory '/build/presage/src/presage-0.9.1/test'
Making all in resources
make[2]: Entering directory '/build/presage/src/presage-0.9.1/resources'
Parsing the_picture_of_dorian_gray.txt...
0---10---20---30---40---50---60---70---80---90--100
#Parsing el_quijote.txt...
0---10---20---30---40---50---60---70---80---90--100
#Parsing l_innocente.txt...
0---10---20---30---40---50---60---70---80---90--100
#########################################################################################################
Writing out to sqlite format file database_en.db...
0---10---20---30---40---50---60---70---80---90--100
#####################################################

Parsing the_picture_of_dorian_gray.txt...
0---10---20---30---40---50---60---70---80---90--100
#########
Writing out to sqlite format file database_it.db...
0---10---20---30---40---50---60---70---80---90--100
########################################################

Parsing l_innocente.txt...
0---10---20---30---40---50---60---70---80---90--100
##########################################################################################
Writing out to sqlite format file database_en.db...
0---10---20---30---40---50---60---70---80---90--100
#################################################################

#Parsing the_picture_of_dorian_gray.txt...
0---10---20---30---40---50---60---70---80---90--100
##
Writing out to sqlite format file database_it.db...
0---10---20---30---40---50---60---70---80---90--100
########################################################################

#Parsing l_innocente.txt...
0---10---20---30---40---50---60---70---80---90--100
####################################################################
Writing out to sqlite format file database_en.db...
0---10---20---30---40---50---60---70---80---90--100
############################################################################

###
Writing out to sqlite format file database_it.db...
0---10---20---30---40---50---60---70---80---90--100
#########################################################

###
Writing out to sqlite format file database_es.db...
0---10---20---30---40---50---60---70---80---90--100
###################################################

Parsing el_quijote.txt...
0---10---20---30---40---50---60---70---80---90--100
###################################################
Writing out to sqlite format file database_es.db...
0---10---20---30---40---50---60---70---80---90--100
###################################################

Parsing el_quijote.txt...
0---10---20---30---40---50---60---70---80---90--100
###################################################
Writing out to sqlite format file database_es.db...
0---10---20---30---40---50---60---70---80---90--100
###################################################

make  all-recursive
make[3]: Entering directory '/build/presage/src/presage-0.9.1/resources'
Making all in arpa
make[4]: Entering directory '/build/presage/src/presage-0.9.1/resources/arpa'
make  all-am
make[5]: Entering directory '/build/presage/src/presage-0.9.1/resources/arpa'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/resources/arpa'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/resources/arpa'
Making all in profiles
make[4]: Entering directory '/build/presage/src/presage-0.9.1/resources/profiles'
./generate_presage_config.sh ./presage.xml.template presage.xml /usr/share/presage;
make  all-am
make[5]: Entering directory '/build/presage/src/presage-0.9.1/resources/profiles'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/resources/profiles'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/resources/profiles'
make[4]: Entering directory '/build/presage/src/presage-0.9.1/resources'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/resources'
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/resources'
make[2]: Leaving directory '/build/presage/src/presage-0.9.1/resources'
Making all in bindings
make[2]: Entering directory '/build/presage/src/presage-0.9.1/bindings'
Making all in python
make[3]: Entering directory '/build/presage/src/presage-0.9.1/bindings/python'
make  all-am
make[4]: Entering directory '/build/presage/src/presage-0.9.1/bindings/python'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/bindings/python'
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/bindings/python'
Making all in c
make[3]: Entering directory '/build/presage/src/presage-0.9.1/bindings/c'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/bindings/c'
Making all in csharp
make[3]: Entering directory '/build/presage/src/presage-0.9.1/bindings/csharp'
Making all in presage.net
make[4]: Entering directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage.net'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage.net'
Making all in presage_csharp_demo
make[4]: Entering directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage_csharp_demo'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage_csharp_demo'
Making all in presage_wcf_service
make[4]: Entering directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage_wcf_service'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage_wcf_service'
Making all in presage_wcf_service_console_host
make[4]: Entering directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage_wcf_service_console_host'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage_wcf_service_console_host'
Making all in presage_wcf_service_system_tray
make[4]: Entering directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage_wcf_service_system_tray'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage_wcf_service_system_tray'
make[4]: Entering directory '/build/presage/src/presage-0.9.1/bindings/csharp'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/bindings/csharp'
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/bindings/csharp'
make[3]: Entering directory '/build/presage/src/presage-0.9.1/bindings'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/bindings'
make[2]: Leaving directory '/build/presage/src/presage-0.9.1/bindings'
Making all in apps
make[2]: Entering directory '/build/presage/src/presage-0.9.1/apps'
Making all in gtk
make[3]: Entering directory '/build/presage/src/presage-0.9.1/apps/gtk'
Making all in gpresagemate
make[4]: Entering directory '/build/presage/src/presage-0.9.1/apps/gtk/gpresagemate'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/apps/gtk/gpresagemate'
Making all in gprompter
make[4]: Entering directory '/build/presage/src/presage-0.9.1/apps/gtk/gprompter'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/apps/gtk/gprompter'
make[4]: Entering directory '/build/presage/src/presage-0.9.1/apps/gtk'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/apps/gtk'
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/apps/gtk'
Making all in python
make[3]: Entering directory '/build/presage/src/presage-0.9.1/apps/python'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/apps/python'
Making all in dbus
make[3]: Entering directory '/build/presage/src/presage-0.9.1/apps/dbus'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/apps/dbus'
Making all in notepad++
make[3]: Entering directory '/build/presage/src/presage-0.9.1/apps/notepad++'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/apps/notepad++'
make[3]: Entering directory '/build/presage/src/presage-0.9.1/apps'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/apps'
make[2]: Leaving directory '/build/presage/src/presage-0.9.1/apps'
Making all in doc
make[2]: Entering directory '/build/presage/src/presage-0.9.1/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/presage/src/presage-0.9.1/doc'
make[2]: Entering directory '/build/presage/src/presage-0.9.1'
make[2]: Leaving directory '/build/presage/src/presage-0.9.1'
make[1]: Leaving directory '/build/presage/src/presage-0.9.1'
==> Entering fakeroot environment...
==> Starting package()...
make  install-recursive
make[1]: Entering directory '/build/presage/src/presage-0.9.1'
Making install in src
make[2]: Entering directory '/build/presage/src/presage-0.9.1/src'
Making install in lib
make[3]: Entering directory '/build/presage/src/presage-0.9.1/src/lib'
Making install in tinyxml
make[4]: Entering directory '/build/presage/src/presage-0.9.1/src/lib/tinyxml'
make[5]: Entering directory '/build/presage/src/presage-0.9.1/src/lib/tinyxml'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/src/lib/tinyxml'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/src/lib/tinyxml'
Making install in core
make[4]: Entering directory '/build/presage/src/presage-0.9.1/src/lib/core'
Making install in tokenizer
make[5]: Entering directory '/build/presage/src/presage-0.9.1/src/lib/core/tokenizer'
make[6]: Entering directory '/build/presage/src/presage-0.9.1/src/lib/core/tokenizer'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/build/presage/src/presage-0.9.1/src/lib/core/tokenizer'
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/src/lib/core/tokenizer'
Making install in context_tracker
make[5]: Entering directory '/build/presage/src/presage-0.9.1/src/lib/core/context_tracker'
make[6]: Entering directory '/build/presage/src/presage-0.9.1/src/lib/core/context_tracker'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/build/presage/src/presage-0.9.1/src/lib/core/context_tracker'
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/src/lib/core/context_tracker'
make[5]: Entering directory '/build/presage/src/presage-0.9.1/src/lib/core'
make[6]: Entering directory '/build/presage/src/presage-0.9.1/src/lib/core'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/build/presage/src/presage-0.9.1/src/lib/core'
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/src/lib/core'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/src/lib/core'
Making install in predictors
make[4]: Entering directory '/build/presage/src/presage-0.9.1/src/lib/predictors'
Making install in dbconnector
make[5]: Entering directory '/build/presage/src/presage-0.9.1/src/lib/predictors/dbconnector'
make[6]: Entering directory '/build/presage/src/presage-0.9.1/src/lib/predictors/dbconnector'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/build/presage/src/presage-0.9.1/src/lib/predictors/dbconnector'
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/src/lib/predictors/dbconnector'
make[5]: Entering directory '/build/presage/src/presage-0.9.1/src/lib/predictors'
make[6]: Entering directory '/build/presage/src/presage-0.9.1/src/lib/predictors'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/build/presage/src/presage-0.9.1/src/lib/predictors'
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/src/lib/predictors'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/src/lib/predictors'
make[4]: Entering directory '/build/presage/src/presage-0.9.1/src/lib'
make[5]: Entering directory '/build/presage/src/presage-0.9.1/src/lib'
 /usr/bin/mkdir -p '/build/presage/pkg/presage/usr/lib'
 /usr/bin/mkdir -p '/build/presage/pkg/presage/usr/include'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   libpresage.la '/build/presage/pkg/presage/usr/lib'
 /usr/bin/install -c -m 644 presage.h presageException.h presageCallback.h '/build/presage/pkg/presage/usr/include'
libtool: install: /usr/bin/install -c .libs/libpresage.so.1.1.1 /build/presage/pkg/presage/usr/lib/libpresage.so.1.1.1
libtool: install: (cd /build/presage/pkg/presage/usr/lib && { ln -s -f libpresage.so.1.1.1 libpresage.so.1 || { rm -f libpresage.so.1 && ln -s libpresage.so.1.1.1 libpresage.so.1; }; })
libtool: install: (cd /build/presage/pkg/presage/usr/lib && { ln -s -f libpresage.so.1.1.1 libpresage.so || { rm -f libpresage.so && ln -s libpresage.so.1.1.1 libpresage.so; }; })
libtool: install: /usr/bin/install -c .libs/libpresage.lai /build/presage/pkg/presage/usr/lib/libpresage.la
libtool: install: /usr/bin/install -c .libs/libpresage.a /build/presage/pkg/presage/usr/lib/libpresage.a
libtool: install: chmod 644 /build/presage/pkg/presage/usr/lib/libpresage.a
libtool: install: ranlib /build/presage/pkg/presage/usr/lib/libpresage.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/src/lib'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/src/lib'
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/src/lib'
Making install in tools
make[3]: Entering directory '/build/presage/src/presage-0.9.1/src/tools'
Making install in simulator
make[4]: Entering directory '/build/presage/src/presage-0.9.1/src/tools/simulator'
make[5]: Entering directory '/build/presage/src/presage-0.9.1/src/tools/simulator'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/src/tools/simulator'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/src/tools/simulator'
make[4]: Entering directory '/build/presage/src/presage-0.9.1/src/tools'
make[5]: Entering directory '/build/presage/src/presage-0.9.1/src/tools'
 /usr/bin/mkdir -p '/build/presage/pkg/presage/usr/bin'
  /bin/sh ../../libtool   --mode=install /usr/bin/install -c presage_demo_text presage_simulator text2ngram presage_demo '/build/presage/pkg/presage/usr/bin'
libtool: install: warning: `../lib/libpresage.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/presage_demo_text /build/presage/pkg/presage/usr/bin/presage_demo_text
libtool: install: warning: `../lib/libpresage.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/presage_simulator /build/presage/pkg/presage/usr/bin/presage_simulator
libtool: install: warning: `../lib/libpresage.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/text2ngram /build/presage/pkg/presage/usr/bin/text2ngram
libtool: install: warning: `../lib/libpresage.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/presage_demo /build/presage/pkg/presage/usr/bin/presage_demo
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/src/tools'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/src/tools'
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/src/tools'
make[3]: Entering directory '/build/presage/src/presage-0.9.1/src'
make[4]: Entering directory '/build/presage/src/presage-0.9.1/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 '/build/presage/src/presage-0.9.1/src'
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/src'
make[2]: Leaving directory '/build/presage/src/presage-0.9.1/src'
Making install in test
make[2]: Entering directory '/build/presage/src/presage-0.9.1/test'
Making install in lib
make[3]: Entering directory '/build/presage/src/presage-0.9.1/test/lib'
Making install in common
make[4]: Entering directory '/build/presage/src/presage-0.9.1/test/lib/common'
make[5]: Entering directory '/build/presage/src/presage-0.9.1/test/lib/common'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/test/lib/common'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/test/lib/common'
Making install in core
make[4]: Entering directory '/build/presage/src/presage-0.9.1/test/lib/core'
Making install in tokenizer
make[5]: Entering directory '/build/presage/src/presage-0.9.1/test/lib/core/tokenizer'
make[6]: Entering directory '/build/presage/src/presage-0.9.1/test/lib/core/tokenizer'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/build/presage/src/presage-0.9.1/test/lib/core/tokenizer'
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/test/lib/core/tokenizer'
Making install in context_tracker
make[5]: Entering directory '/build/presage/src/presage-0.9.1/test/lib/core/context_tracker'
make[6]: Entering directory '/build/presage/src/presage-0.9.1/test/lib/core/context_tracker'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/build/presage/src/presage-0.9.1/test/lib/core/context_tracker'
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/test/lib/core/context_tracker'
make[5]: Entering directory '/build/presage/src/presage-0.9.1/test/lib/core'
make[6]: Entering directory '/build/presage/src/presage-0.9.1/test/lib/core'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/build/presage/src/presage-0.9.1/test/lib/core'
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/test/lib/core'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/test/lib/core'
Making install in predictors
make[4]: Entering directory '/build/presage/src/presage-0.9.1/test/lib/predictors'
Making install in dbconnector
make[5]: Entering directory '/build/presage/src/presage-0.9.1/test/lib/predictors/dbconnector'
make[6]: Entering directory '/build/presage/src/presage-0.9.1/test/lib/predictors/dbconnector'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/build/presage/src/presage-0.9.1/test/lib/predictors/dbconnector'
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/test/lib/predictors/dbconnector'
make[5]: Entering directory '/build/presage/src/presage-0.9.1/test/lib/predictors'
make[6]: Entering directory '/build/presage/src/presage-0.9.1/test/lib/predictors'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/build/presage/src/presage-0.9.1/test/lib/predictors'
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/test/lib/predictors'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/test/lib/predictors'
make[4]: Entering directory '/build/presage/src/presage-0.9.1/test/lib'
make[5]: Entering directory '/build/presage/src/presage-0.9.1/test/lib'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/test/lib'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/test/lib'
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/test/lib'
Making install in tools
make[3]: Entering directory '/build/presage/src/presage-0.9.1/test/tools'
make[4]: Entering directory '/build/presage/src/presage-0.9.1/test/tools'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/test/tools'
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/test/tools'
Making install in integration
make[3]: Entering directory '/build/presage/src/presage-0.9.1/test/integration'
make[4]: Entering directory '/build/presage/src/presage-0.9.1/test/integration'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/test/integration'
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/test/integration'
make[3]: Entering directory '/build/presage/src/presage-0.9.1/test'
make[4]: Entering directory '/build/presage/src/presage-0.9.1/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 '/build/presage/src/presage-0.9.1/test'
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/test'
make[2]: Leaving directory '/build/presage/src/presage-0.9.1/test'
Making install in resources
make[2]: Entering directory '/build/presage/src/presage-0.9.1/resources'
make  install-recursive
make[3]: Entering directory '/build/presage/src/presage-0.9.1/resources'
Making install in arpa
make[4]: Entering directory '/build/presage/src/presage-0.9.1/resources/arpa'
make  install-am
make[5]: Entering directory '/build/presage/src/presage-0.9.1/resources/arpa'
make[6]: Entering directory '/build/presage/src/presage-0.9.1/resources/arpa'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/build/presage/src/presage-0.9.1/resources/arpa'
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/resources/arpa'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/resources/arpa'
Making install in profiles
make[4]: Entering directory '/build/presage/src/presage-0.9.1/resources/profiles'
make  install-am
make[5]: Entering directory '/build/presage/src/presage-0.9.1/resources/profiles'
make[6]: Entering directory '/build/presage/src/presage-0.9.1/resources/profiles'
make[6]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/presage/pkg/presage/etc'
 /usr/bin/install -c -m 644 presage.xml '/build/presage/pkg/presage/etc'
make[6]: Leaving directory '/build/presage/src/presage-0.9.1/resources/profiles'
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/resources/profiles'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/resources/profiles'
make[4]: Entering directory '/build/presage/src/presage-0.9.1/resources'
make[5]: Entering directory '/build/presage/src/presage-0.9.1/resources'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/presage/pkg/presage/usr/share/presage'
 /usr/bin/mkdir -p '/build/presage/pkg/presage/usr/share/presage'
 /usr/bin/install -c -m 644 database_en.db database_it.db database_es.db '/build/presage/pkg/presage/usr/share/presage'
 /usr/bin/install -c -m 644 presage.png presage.xpm presage.svg abbreviations_en.txt abbreviations_it.txt '/build/presage/pkg/presage/usr/share/presage'
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/resources'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/resources'
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/resources'
make[2]: Leaving directory '/build/presage/src/presage-0.9.1/resources'
Making install in bindings
make[2]: Entering directory '/build/presage/src/presage-0.9.1/bindings'
Making install in python
make[3]: Entering directory '/build/presage/src/presage-0.9.1/bindings/python'
make  install-am
make[4]: Entering directory '/build/presage/src/presage-0.9.1/bindings/python'
make[5]: Entering directory '/build/presage/src/presage-0.9.1/bindings/python'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/bindings/python'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/bindings/python'
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/bindings/python'
Making install in c
make[3]: Entering directory '/build/presage/src/presage-0.9.1/bindings/c'
make[4]: Entering directory '/build/presage/src/presage-0.9.1/bindings/c'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/bindings/c'
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/bindings/c'
Making install in csharp
make[3]: Entering directory '/build/presage/src/presage-0.9.1/bindings/csharp'
Making install in presage.net
make[4]: Entering directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage.net'
make[5]: Entering directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage.net'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage.net'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage.net'
Making install in presage_csharp_demo
make[4]: Entering directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage_csharp_demo'
make[5]: Entering directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage_csharp_demo'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage_csharp_demo'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage_csharp_demo'
Making install in presage_wcf_service
make[4]: Entering directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage_wcf_service'
make[5]: Entering directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage_wcf_service'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage_wcf_service'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage_wcf_service'
Making install in presage_wcf_service_console_host
make[4]: Entering directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage_wcf_service_console_host'
make[5]: Entering directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage_wcf_service_console_host'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage_wcf_service_console_host'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage_wcf_service_console_host'
Making install in presage_wcf_service_system_tray
make[4]: Entering directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage_wcf_service_system_tray'
make[5]: Entering directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage_wcf_service_system_tray'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage_wcf_service_system_tray'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/bindings/csharp/presage_wcf_service_system_tray'
make[4]: Entering directory '/build/presage/src/presage-0.9.1/bindings/csharp'
make[5]: Entering directory '/build/presage/src/presage-0.9.1/bindings/csharp'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/bindings/csharp'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/bindings/csharp'
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/bindings/csharp'
make[3]: Entering directory '/build/presage/src/presage-0.9.1/bindings'
make[4]: Entering directory '/build/presage/src/presage-0.9.1/bindings'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/bindings'
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/bindings'
make[2]: Leaving directory '/build/presage/src/presage-0.9.1/bindings'
Making install in apps
make[2]: Entering directory '/build/presage/src/presage-0.9.1/apps'
Making install in gtk
make[3]: Entering directory '/build/presage/src/presage-0.9.1/apps/gtk'
Making install in gpresagemate
make[4]: Entering directory '/build/presage/src/presage-0.9.1/apps/gtk/gpresagemate'
make[5]: Entering directory '/build/presage/src/presage-0.9.1/apps/gtk/gpresagemate'
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/apps/gtk/gpresagemate'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/apps/gtk/gpresagemate'
Making install in gprompter
make[4]: Entering directory '/build/presage/src/presage-0.9.1/apps/gtk/gprompter'
make[5]: Entering directory '/build/presage/src/presage-0.9.1/apps/gtk/gprompter'
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/apps/gtk/gprompter'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/apps/gtk/gprompter'
make[4]: Entering directory '/build/presage/src/presage-0.9.1/apps/gtk'
make[5]: Entering directory '/build/presage/src/presage-0.9.1/apps/gtk'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/presage/src/presage-0.9.1/apps/gtk'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/apps/gtk'
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/apps/gtk'
Making install in python
make[3]: Entering directory '/build/presage/src/presage-0.9.1/apps/python'
make[4]: Entering directory '/build/presage/src/presage-0.9.1/apps/python'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/apps/python'
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/apps/python'
Making install in dbus
make[3]: Entering directory '/build/presage/src/presage-0.9.1/apps/dbus'
make[4]: Entering directory '/build/presage/src/presage-0.9.1/apps/dbus'
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/apps/dbus'
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/apps/dbus'
Making install in notepad++
make[3]: Entering directory '/build/presage/src/presage-0.9.1/apps/notepad++'
make[4]: Entering directory '/build/presage/src/presage-0.9.1/apps/notepad++'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/apps/notepad++'
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/apps/notepad++'
make[3]: Entering directory '/build/presage/src/presage-0.9.1/apps'
make[4]: Entering directory '/build/presage/src/presage-0.9.1/apps'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/apps'
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/apps'
make[2]: Leaving directory '/build/presage/src/presage-0.9.1/apps'
Making install in doc
make[2]: Entering directory '/build/presage/src/presage-0.9.1/doc'
make[3]: Entering directory '/build/presage/src/presage-0.9.1/doc'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/presage/pkg/presage/usr/share/presage'
 /usr/bin/install -c -m 644 getting_started.txt python_binding.txt '/build/presage/pkg/presage/usr/share/presage'
make  install-data-hook
make[4]: Entering directory '/build/presage/src/presage-0.9.1/doc'
make[4]: Nothing to be done for 'install-data-hook'.
make[4]: Leaving directory '/build/presage/src/presage-0.9.1/doc'
make[3]: Leaving directory '/build/presage/src/presage-0.9.1/doc'
make[2]: Leaving directory '/build/presage/src/presage-0.9.1/doc'
make[2]: Entering directory '/build/presage/src/presage-0.9.1'
make[3]: Entering directory '/build/presage/src/presage-0.9.1'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/presage/src/presage-0.9.1'
make[2]: Leaving directory '/build/presage/src/presage-0.9.1'
make[1]: Leaving directory '/build/presage/src/presage-0.9.1'
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "presage"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: presage 0.9.1-3 (Thu Jul 11 19:28:37 2024)
==> Cleaning up...