[liblouis-liblouisxml] Re: Errors when building new release

  • From: Hammer Attila <hammera@xxxxxxxxx>
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Tue, 18 Dec 2012 17:18:38 +0100

Hy John,

Me works right the new release building my Ubuntu 12.04 system from svn trunk. When I for Ubuntu 12.04 generated the 2.5.2 release related packages my PPA repository, build happened succesfuly too. I attached the log file the make command after I ran make dist, ./autogen.sh, ./configure commands.

Hopefuly other systems anybody possible reproducing you wrote issue,

Attila
Making all in gnulib
make[1]: Entering directory `/usr/src/liblouis/liblouis/gnulib'
/bin/mkdir -p sys
rm -f sys/types.h-t sys/types.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
              -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
              < ./sys_types.in.h; \
        } > sys/types.h-t && \
        mv sys/types.h-t sys/types.h
rm -f unistd.h-t unistd.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's|@''HAVE_UNISTD_H''@|1|g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
              -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
              -e 's/@''GNULIB_CHDIR''@/0/g' \
              -e 's/@''GNULIB_CHOWN''@/0/g' \
              -e 's/@''GNULIB_CLOSE''@/0/g' \
              -e 's/@''GNULIB_DUP''@/0/g' \
              -e 's/@''GNULIB_DUP2''@/0/g' \
              -e 's/@''GNULIB_DUP3''@/0/g' \
              -e 's/@''GNULIB_ENVIRON''@/0/g' \
              -e 's/@''GNULIB_EUIDACCESS''@/0/g' \
              -e 's/@''GNULIB_FACCESSAT''@/0/g' \
              -e 's/@''GNULIB_FCHDIR''@/0/g' \
              -e 's/@''GNULIB_FCHOWNAT''@/0/g' \
              -e 's/@''GNULIB_FDATASYNC''@/0/g' \
              -e 's/@''GNULIB_FSYNC''@/0/g' \
              -e 's/@''GNULIB_FTRUNCATE''@/0/g' \
              -e 's/@''GNULIB_GETCWD''@/0/g' \
              -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
              -e 's/@''GNULIB_GETDTABLESIZE''@/0/g' \
              -e 's/@''GNULIB_GETGROUPS''@/0/g' \
              -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \
              -e 's/@''GNULIB_GETLOGIN''@/0/g' \
              -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
              -e 's/@''GNULIB_GETPAGESIZE''@/0/g' \
              -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
              -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \
              -e 's/@''GNULIB_ISATTY''@/0/g' \
              -e 's/@''GNULIB_LCHOWN''@/0/g' \
              -e 's/@''GNULIB_LINK''@/0/g' \
              -e 's/@''GNULIB_LINKAT''@/0/g' \
              -e 's/@''GNULIB_LSEEK''@/0/g' \
              -e 's/@''GNULIB_PIPE''@/0/g' \
              -e 's/@''GNULIB_PIPE2''@/0/g' \
              -e 's/@''GNULIB_PREAD''@/0/g' \
              -e 's/@''GNULIB_PWRITE''@/0/g' \
              -e 's/@''GNULIB_READ''@/0/g' \
              -e 's/@''GNULIB_READLINK''@/0/g' \
              -e 's/@''GNULIB_READLINKAT''@/0/g' \
              -e 's/@''GNULIB_RMDIR''@/0/g' \
              -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
              -e 's/@''GNULIB_SLEEP''@/0/g' \
              -e 's/@''GNULIB_SYMLINK''@/0/g' \
              -e 's/@''GNULIB_SYMLINKAT''@/0/g' \
              -e 's/@''GNULIB_TTYNAME_R''@/0/g' \
              -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0/g' \
              -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
              -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \
              -e 's/@''GNULIB_UNLINK''@/0/g' \
              -e 's/@''GNULIB_UNLINKAT''@/0/g' \
              -e 's/@''GNULIB_USLEEP''@/0/g' \
              -e 's/@''GNULIB_WRITE''@/0/g' \
              < ./unistd.in.h | \
          sed -e 's|@''HAVE_CHOWN''@|1|g' \
              -e 's|@''HAVE_DUP2''@|1|g' \
              -e 's|@''HAVE_DUP3''@|1|g' \
              -e 's|@''HAVE_EUIDACCESS''@|1|g' \
              -e 's|@''HAVE_FACCESSAT''@|1|g' \
              -e 's|@''HAVE_FCHDIR''@|1|g' \
              -e 's|@''HAVE_FCHOWNAT''@|1|g' \
              -e 's|@''HAVE_FDATASYNC''@|1|g' \
              -e 's|@''HAVE_FSYNC''@|1|g' \
              -e 's|@''HAVE_FTRUNCATE''@|1|g' \
              -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
              -e 's|@''HAVE_GETGROUPS''@|1|g' \
              -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
              -e 's|@''HAVE_GETLOGIN''@|1|g' \
              -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
              -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
              -e 's|@''HAVE_LCHOWN''@|1|g' \
              -e 's|@''HAVE_LINK''@|1|g' \
              -e 's|@''HAVE_LINKAT''@|1|g' \
              -e 's|@''HAVE_PIPE''@|1|g' \
              -e 's|@''HAVE_PIPE2''@|1|g' \
              -e 's|@''HAVE_PREAD''@|1|g' \
              -e 's|@''HAVE_PWRITE''@|1|g' \
              -e 's|@''HAVE_READLINK''@|1|g' \
              -e 's|@''HAVE_READLINKAT''@|1|g' \
              -e 's|@''HAVE_SETHOSTNAME''@|1|g' \
              -e 's|@''HAVE_SLEEP''@|1|g' \
              -e 's|@''HAVE_SYMLINK''@|1|g' \
              -e 's|@''HAVE_SYMLINKAT''@|1|g' \
              -e 's|@''HAVE_UNLINKAT''@|1|g' \
              -e 's|@''HAVE_USLEEP''@|1|g' \
              -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
              -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
              -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \
              -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
              -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
              -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
              -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
              -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
              -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
              -e 's|@''HAVE_OS_H''@|0|g' \
              -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
          | \
          sed -e 's|@''REPLACE_CHOWN''@|0|g' \
              -e 's|@''REPLACE_CLOSE''@|0|g' \
              -e 's|@''REPLACE_DUP''@|0|g' \
              -e 's|@''REPLACE_DUP2''@|0|g' \
              -e 's|@''REPLACE_FCHOWNAT''@|0|g' \
              -e 's|@''REPLACE_FTRUNCATE''@|0|g' \
              -e 's|@''REPLACE_GETCWD''@|0|g' \
              -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
              -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
              -e 's|@''REPLACE_GETGROUPS''@|0|g' \
              -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
              -e 's|@''REPLACE_ISATTY''@|0|g' \
              -e 's|@''REPLACE_LCHOWN''@|0|g' \
              -e 's|@''REPLACE_LINK''@|0|g' \
              -e 's|@''REPLACE_LINKAT''@|0|g' \
              -e 's|@''REPLACE_LSEEK''@|0|g' \
              -e 's|@''REPLACE_PREAD''@|0|g' \
              -e 's|@''REPLACE_PWRITE''@|0|g' \
              -e 's|@''REPLACE_READ''@|0|g' \
              -e 's|@''REPLACE_READLINK''@|0|g' \
              -e 's|@''REPLACE_RMDIR''@|0|g' \
              -e 's|@''REPLACE_SLEEP''@|0|g' \
              -e 's|@''REPLACE_SYMLINK''@|0|g' \
              -e 's|@''REPLACE_TTYNAME_R''@|0|g' \
              -e 's|@''REPLACE_UNLINK''@|0|g' \
              -e 's|@''REPLACE_UNLINKAT''@|0|g' \
              -e 's|@''REPLACE_USLEEP''@|0|g' \
              -e 's|@''REPLACE_WRITE''@|0|g' \
              -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
              -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
        } > unistd.h-t && \
        mv unistd.h-t unistd.h
make  all-recursive
make[2]: Entering directory `/usr/src/liblouis/liblouis/gnulib'
make[3]: Entering directory `/usr/src/liblouis/liblouis/gnulib'
/bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H 
-I. -I../liblouis     -g -O2 -MT progname.lo -MD -MP -MF .deps/progname.Tpo -c 
-o progname.lo progname.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../liblouis -g -O2 -MT 
progname.lo -MD -MP -MF .deps/progname.Tpo -c progname.c  -fPIC -DPIC -o 
.libs/progname.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../liblouis -g -O2 -MT 
progname.lo -MD -MP -MF .deps/progname.Tpo -c progname.c -o progname.o 
>/dev/null 2>&1
mv -f .deps/progname.Tpo .deps/progname.Plo
/bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H 
-I. -I../liblouis     -g -O2 -MT version-etc.lo -MD -MP -MF 
.deps/version-etc.Tpo -c -o version-etc.lo version-etc.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../liblouis -g -O2 -MT 
version-etc.lo -MD -MP -MF .deps/version-etc.Tpo -c version-etc.c  -fPIC -DPIC 
-o .libs/version-etc.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../liblouis -g -O2 -MT 
version-etc.lo -MD -MP -MF .deps/version-etc.Tpo -c version-etc.c -o 
version-etc.o >/dev/null 2>&1
mv -f .deps/version-etc.Tpo .deps/version-etc.Plo
/bin/bash ../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2  
-no-undefined   -o libgnu.la  progname.lo version-etc.lo  
libtool: link: rm -fr  .libs/libgnu.a .libs/libgnu.la
libtool: link: ar cru .libs/libgnu.a .libs/progname.o .libs/version-etc.o 
libtool: link: ranlib .libs/libgnu.a
libtool: link: ( cd ".libs" && rm -f "libgnu.la" && ln -s "../libgnu.la" 
"libgnu.la" )
make[3]: Leaving directory `/usr/src/liblouis/liblouis/gnulib'
make[2]: Leaving directory `/usr/src/liblouis/liblouis/gnulib'
make[1]: Leaving directory `/usr/src/liblouis/liblouis/gnulib'
Making all in liblouis
make[1]: Entering directory `/usr/src/liblouis/liblouis/liblouis'
make  all-am
make[2]: Entering directory `/usr/src/liblouis/liblouis/liblouis'
/bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H 
-I.  -DTABLESDIR=\""/usr/local/share"/liblouis/tables\"   -g -O2 -MT 
lou_backTranslateString.lo -MD -MP -MF .deps/lou_backTranslateString.Tpo -c -o 
lou_backTranslateString.lo lou_backTranslateString.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
-DTABLESDIR=\"/usr/local/share/liblouis/tables\" -g -O2 -MT 
lou_backTranslateString.lo -MD -MP -MF .deps/lou_backTranslateString.Tpo -c 
lou_backTranslateString.c  -fPIC -DPIC -o .libs/lou_backTranslateString.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
-DTABLESDIR=\"/usr/local/share/liblouis/tables\" -g -O2 -MT 
lou_backTranslateString.lo -MD -MP -MF .deps/lou_backTranslateString.Tpo -c 
lou_backTranslateString.c -o lou_backTranslateString.o >/dev/null 2>&1
mv -f .deps/lou_backTranslateString.Tpo .deps/lou_backTranslateString.Plo
/bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H 
-I.  -DTABLESDIR=\""/usr/local/share"/liblouis/tables\"   -g -O2 -MT 
compileTranslationTable.lo -MD -MP -MF .deps/compileTranslationTable.Tpo -c -o 
compileTranslationTable.lo compileTranslationTable.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
-DTABLESDIR=\"/usr/local/share/liblouis/tables\" -g -O2 -MT 
compileTranslationTable.lo -MD -MP -MF .deps/compileTranslationTable.Tpo -c 
compileTranslationTable.c  -fPIC -DPIC -o .libs/compileTranslationTable.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
-DTABLESDIR=\"/usr/local/share/liblouis/tables\" -g -O2 -MT 
compileTranslationTable.lo -MD -MP -MF .deps/compileTranslationTable.Tpo -c 
compileTranslationTable.c -o compileTranslationTable.o >/dev/null 2>&1
mv -f .deps/compileTranslationTable.Tpo .deps/compileTranslationTable.Plo
/bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H 
-I.  -DTABLESDIR=\""/usr/local/share"/liblouis/tables\"   -g -O2 -MT 
lou_translateString.lo -MD -MP -MF .deps/lou_translateString.Tpo -c -o 
lou_translateString.lo lou_translateString.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
-DTABLESDIR=\"/usr/local/share/liblouis/tables\" -g -O2 -MT 
lou_translateString.lo -MD -MP -MF .deps/lou_translateString.Tpo -c 
lou_translateString.c  -fPIC -DPIC -o .libs/lou_translateString.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
-DTABLESDIR=\"/usr/local/share/liblouis/tables\" -g -O2 -MT 
lou_translateString.lo -MD -MP -MF .deps/lou_translateString.Tpo -c 
lou_translateString.c -o lou_translateString.o >/dev/null 2>&1
mv -f .deps/lou_translateString.Tpo .deps/lou_translateString.Plo
/bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H 
-I.  -DTABLESDIR=\""/usr/local/share"/liblouis/tables\"   -g -O2 -MT 
wrappers.lo -MD -MP -MF .deps/wrappers.Tpo -c -o wrappers.lo wrappers.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
-DTABLESDIR=\"/usr/local/share/liblouis/tables\" -g -O2 -MT wrappers.lo -MD -MP 
-MF .deps/wrappers.Tpo -c wrappers.c  -fPIC -DPIC -o .libs/wrappers.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
-DTABLESDIR=\"/usr/local/share/liblouis/tables\" -g -O2 -MT wrappers.lo -MD -MP 
-MF .deps/wrappers.Tpo -c wrappers.c -o wrappers.o >/dev/null 2>&1
mv -f .deps/wrappers.Tpo .deps/wrappers.Plo
/bin/bash ../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2 
-version-info 5:2:3 -no-undefined  -o liblouis.la -rpath /usr/local/lib 
lou_backTranslateString.lo compileTranslationTable.lo lou_translateString.lo 
wrappers.lo  
libtool: link: rm -fr  .libs/liblouis.a .libs/liblouis.la .libs/liblouis.lai 
.libs/liblouis.so .libs/liblouis.so.2 .libs/liblouis.so.2.3.2
libtool: link: gcc -std=gnu99 -shared  -fPIC -DPIC  
.libs/lou_backTranslateString.o .libs/compileTranslationTable.o 
.libs/lou_translateString.o .libs/wrappers.o    -O2   -Wl,-soname 
-Wl,liblouis.so.2 -o .libs/liblouis.so.2.3.2
libtool: link: (cd ".libs" && rm -f "liblouis.so.2" && ln -s 
"liblouis.so.2.3.2" "liblouis.so.2")
libtool: link: (cd ".libs" && rm -f "liblouis.so" && ln -s "liblouis.so.2.3.2" 
"liblouis.so")
libtool: link: ar cru .libs/liblouis.a  lou_backTranslateString.o 
compileTranslationTable.o lou_translateString.o wrappers.o
libtool: link: ranlib .libs/liblouis.a
libtool: link: ( cd ".libs" && rm -f "liblouis.la" && ln -s "../liblouis.la" 
"liblouis.la" )
make[2]: Leaving directory `/usr/src/liblouis/liblouis/liblouis'
make[1]: Leaving directory `/usr/src/liblouis/liblouis/liblouis'
Making all in tools
make[1]: Entering directory `/usr/src/liblouis/liblouis/tools'
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../liblouis  -I../liblouis -I../gnulib   
-g -O2 -MT lou_allround.o -MD -MP -MF .deps/lou_allround.Tpo -c -o 
lou_allround.o lou_allround.c
mv -f .deps/lou_allround.Tpo .deps/lou_allround.Po
/bin/bash ../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2   -o 
lou_allround lou_allround.o ../liblouis/liblouis.la ../gnulib/libgnu.la  
libtool: link: gcc -std=gnu99 -g -O2 -o .libs/lou_allround lou_allround.o  
../liblouis/.libs/liblouis.so ../gnulib/.libs/libgnu.a
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../liblouis  -I../liblouis -I../gnulib   
-g -O2 -MT lou_checkhyphens.o -MD -MP -MF .deps/lou_checkhyphens.Tpo -c -o 
lou_checkhyphens.o lou_checkhyphens.c
mv -f .deps/lou_checkhyphens.Tpo .deps/lou_checkhyphens.Po
/bin/bash ../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2   -o 
lou_checkhyphens lou_checkhyphens.o ../liblouis/liblouis.la ../gnulib/libgnu.la 
 
libtool: link: gcc -std=gnu99 -g -O2 -o .libs/lou_checkhyphens 
lou_checkhyphens.o  ../liblouis/.libs/liblouis.so ../gnulib/.libs/libgnu.a
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../liblouis  -I../liblouis -I../gnulib   
-g -O2 -MT lou_checktable.o -MD -MP -MF .deps/lou_checktable.Tpo -c -o 
lou_checktable.o lou_checktable.c
mv -f .deps/lou_checktable.Tpo .deps/lou_checktable.Po
/bin/bash ../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2   -o 
lou_checktable lou_checktable.o ../liblouis/liblouis.la ../gnulib/libgnu.la  
libtool: link: gcc -std=gnu99 -g -O2 -o .libs/lou_checktable lou_checktable.o  
../liblouis/.libs/liblouis.so ../gnulib/.libs/libgnu.a
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../liblouis  -I../liblouis -I../gnulib   
-g -O2 -MT lou_debug.o -MD -MP -MF .deps/lou_debug.Tpo -c -o lou_debug.o 
lou_debug.c
mv -f .deps/lou_debug.Tpo .deps/lou_debug.Po
/bin/bash ../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2   -o 
lou_debug lou_debug.o ../liblouis/liblouis.la ../gnulib/libgnu.la  
libtool: link: gcc -std=gnu99 -g -O2 -o .libs/lou_debug lou_debug.o  
../liblouis/.libs/liblouis.so ../gnulib/.libs/libgnu.a
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../liblouis  -I../liblouis -I../gnulib   
-g -O2 -MT lou_translate.o -MD -MP -MF .deps/lou_translate.Tpo -c -o 
lou_translate.o lou_translate.c
mv -f .deps/lou_translate.Tpo .deps/lou_translate.Po
/bin/bash ../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2   -o 
lou_translate lou_translate.o ../liblouis/liblouis.la ../gnulib/libgnu.la  
libtool: link: gcc -std=gnu99 -g -O2 -o .libs/lou_translate lou_translate.o  
../liblouis/.libs/liblouis.so ../gnulib/.libs/libgnu.a
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../liblouis  -I../liblouis -I../gnulib   
-g -O2 -MT lou_trace.o -MD -MP -MF .deps/lou_trace.Tpo -c -o lou_trace.o 
lou_trace.c
mv -f .deps/lou_trace.Tpo .deps/lou_trace.Po
/bin/bash ../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2   -o 
lou_trace lou_trace.o ../liblouis/liblouis.la ../gnulib/libgnu.la  
libtool: link: gcc -std=gnu99 -g -O2 -o .libs/lou_trace lou_trace.o  
../liblouis/.libs/liblouis.so ../gnulib/.libs/libgnu.a
make[1]: Leaving directory `/usr/src/liblouis/liblouis/tools'
Making all in tables
make[1]: Entering directory `/usr/src/liblouis/liblouis/tables'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/liblouis/liblouis/tables'
Making all in doc
make[1]: Entering directory `/usr/src/liblouis/liblouis/doc'
make[1]: Leaving directory `/usr/src/liblouis/liblouis/doc'
Making all in man
make[1]: Entering directory `/usr/src/liblouis/liblouis/man'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/liblouis/liblouis/man'
Making all in tests
make[1]: Entering directory `/usr/src/liblouis/liblouis/tests'
Making all in tables
make[2]: Entering directory `/usr/src/liblouis/liblouis/tests/tables'
Making all in moreTables
make[3]: Entering directory `/usr/src/liblouis/liblouis/tests/tables/moreTables'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/src/liblouis/liblouis/tests/tables/moreTables'
make[3]: Entering directory `/usr/src/liblouis/liblouis/tests/tables'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/usr/src/liblouis/liblouis/tests/tables'
make[2]: Leaving directory `/usr/src/liblouis/liblouis/tests/tables'
Making all in doctests
make[2]: Entering directory `/usr/src/liblouis/liblouis/tests/doctests'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/liblouis/liblouis/tests/doctests'
Making all in harness
make[2]: Entering directory `/usr/src/liblouis/liblouis/tests/harness'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/liblouis/liblouis/tests/harness'
Making all in harnessSources
make[2]: Entering directory `/usr/src/liblouis/liblouis/tests/harnessSources'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/liblouis/liblouis/tests/harnessSources'
make[2]: Entering directory `/usr/src/liblouis/liblouis/tests'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/usr/src/liblouis/liblouis/tests'
make[1]: Leaving directory `/usr/src/liblouis/liblouis/tests'
Making all in python
make[1]: Entering directory `/usr/src/liblouis/liblouis/python'
Making all in louis
make[2]: Entering directory `/usr/src/liblouis/liblouis/python/louis'
source ../../liblouis/liblouis.la ; \
        sed "s/###LIBLOUIS_SONAME###/$dlname/" \
                < ./__init__.py.in \
                > __init__.py
make[2]: Leaving directory `/usr/src/liblouis/liblouis/python/louis'
make[2]: Entering directory `/usr/src/liblouis/liblouis/python'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/usr/src/liblouis/liblouis/python'
make[1]: Leaving directory `/usr/src/liblouis/liblouis/python'
Making all in m4
make[1]: Entering directory `/usr/src/liblouis/liblouis/m4'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/liblouis/liblouis/m4'
Making all in windows
make[1]: Entering directory `/usr/src/liblouis/liblouis/windows'
Making all in include
make[2]: Entering directory `/usr/src/liblouis/liblouis/windows/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/liblouis/liblouis/windows/include'
make[2]: Entering directory `/usr/src/liblouis/liblouis/windows'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/usr/src/liblouis/liblouis/windows'
make[1]: Leaving directory `/usr/src/liblouis/liblouis/windows'
make[1]: Entering directory `/usr/src/liblouis/liblouis'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/usr/src/liblouis/liblouis'

Other related posts: