Build of libots with clang_glibc toolchain

The build took 00h 01m 03s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
7,941 sh
1,586 ansic
1,192 makefile
10,719 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: libots 0.5.0-4 (Thu Apr 13 18:57:51 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking whether make sets $(MAKE)... yes
# checking for working aclocal-1.4... missing
# checking for working autoconf... found
# checking for working automake-1.4... missing
# checking for working autoheader... found
# checking for working makeinfo... found
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether make sets $(MAKE)... (cached) yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# 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 ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for BSD-compatible nm... /usr/bin/nm -B
# checking whether ln -s works... yes
# checking how to recognise dependent libraries... pass_all
# checking how to run the C preprocessor... clang -E
# 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 dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking how to run the C++ preprocessor... clang++ -E
# checking for x86_64-unknown-linux-g77... no
# checking for x86_64-unknown-linux-f77... no
# checking for x86_64-unknown-linux-xlf... no
# checking for x86_64-unknown-linux-frt... no
# checking for x86_64-unknown-linux-pgf77... no
# checking for x86_64-unknown-linux-cf77... no
# checking for x86_64-unknown-linux-fort77... no
# checking for x86_64-unknown-linux-fl32... no
# checking for x86_64-unknown-linux-af77... no
# checking for x86_64-unknown-linux-f90... no
# checking for x86_64-unknown-linux-xlf90... no
# checking for x86_64-unknown-linux-pgf90... no
# checking for x86_64-unknown-linux-pghpf... no
# checking for x86_64-unknown-linux-epcf90... no
# checking for x86_64-unknown-linux-gfortran... no
# checking for x86_64-unknown-linux-g95... no
# checking for x86_64-unknown-linux-f95... no
# checking for x86_64-unknown-linux-fort... no
# checking for x86_64-unknown-linux-xlf95... no
# checking for x86_64-unknown-linux-ifort... no
# checking for x86_64-unknown-linux-ifc... no
# checking for x86_64-unknown-linux-efc... no
# checking for x86_64-unknown-linux-pgf95... no
# checking for x86_64-unknown-linux-lf95... no
# checking for x86_64-unknown-linux-ftn... no
# checking for g77... no
# checking for f77... no
# checking for xlf... no
# checking for frt... no
# checking for pgf77... no
# checking for cf77... no
# checking for fort77... no
# checking for fl32... no
# checking for af77... no
# checking for f90... no
# checking for xlf90... no
# checking for pgf90... no
# checking for pghpf... no
# checking for epcf90... no
# checking for gfortran... gfortran
# checking whether we are using the GNU Fortran 77 compiler... yes
# checking whether gfortran accepts -g... yes
# checking the maximum length of command line arguments... 32768
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for objdir... .libs
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC
# checking if clang PIC flag -fPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) 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
# configure: creating libtool
# appending configuration tag "CXX" to libtool
# checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC
# checking if clang++ PIC flag -fPIC works... yes
# checking if clang++ static flag -static works... yes
# checking if clang++ supports -c -o file.o... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# appending configuration tag "F77" to libtool
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for gfortran option to produce PIC... -fPIC
# checking if gfortran PIC flag -fPIC works... yes
# checking if gfortran static flag -static works... no
# checking if gfortran supports -c -o file.o... yes
# checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking for ANSI C header files... (cached) yes
# checking for an ANSI C-conforming const... yes
# checking for pkg-config... /usr/bin/pkg-config
# checking for glib-2.0 >= 2.0 libxml-2.0 >= 2.4.23... yes
# checking OTS_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2
# checking OTS_LIBS... -lglib-2.0 -lxml2
# checking for poptParseArgvString in -lpopt... yes
# checking for native Win32... no
# checking for Win32 platform in general... no
# checking for gtkdoc-mkdb... true
# checking gtk-doc version (1.25) >= 0.9... yes
# checking for db2html... false
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: WARNING: Makefile.in seems to ignore the --datarootdir setting
# config.status: creating libots-1.pc
# config.status: creating ots.spec
# config.status: creating src/Makefile
# config.status: WARNING: src/Makefile.in seems to ignore the --datarootdir setting
# config.status: creating dic/Makefile
# config.status: WARNING: dic/Makefile.in seems to ignore the --datarootdir setting
# config.status: creating doc/Makefile
# config.status: WARNING: doc/Makefile.in seems to ignore the --datarootdir setting
# config.status: creating articles/Makefile
# config.status: WARNING: articles/Makefile.in seems to ignore the --datarootdir setting
# config.status: creating ots-config.h
# config.status: executing default-1 commands
#
# ots-0.5.0
#
# prefix: /usr
# compiler: clang
#
# make all-recursive
# make[1]: Entering directory '/tmp/libots/src/ots-0.5.0'
# Making all in src
# make[2]: Entering directory '/tmp/libots/src/ots-0.5.0/src'
# /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c article.c
# mkdir .libs
# clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c article.c -fPIC -DPIC -o .libs/article.o
# article.c:107:37: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if ((aWord == NULL) || (0==strlen(aWord)) ||(NULL==aLine)) return;
# ^~~~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# article.c:109:68: warning: passing 'const unsigned char *' to parameter of type 'const gchar *' (aka 'const char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# aLine->words = g_list_append (aLine->words, (gpointer) g_strdup (aWord));
# ^~~~~
# /usr/include/glib-2.0/glib/gstrfuncs.h:216:52: note: passing argument to parameter 'str' here
# gchar* g_strdup (const gchar *str) G_GNUC_MALLOC;
# ^
# 2 warnings generated.
# clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c article.c -o article.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c dictionary.c
# clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c dictionary.c -fPIC -DPIC -o .libs/dictionary.o
# dictionary.c:321:33: warning: passing 'char [4]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# idf_key=xmlGetProp(tf_words,"idf");
# ^~~~~
# /usr/include/libxml2/libxml/tree.h:1030:22: note: passing argument to parameter 'name' here
# const xmlChar *name);
# ^
# dictionary.c:322:77: warning: passing 'xmlChar *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# Doc->tf_terms = g_list_append (Doc->tf_terms,ots_new_OtsWordTF(key,atof(idf_key)));
# ^~~~~~~
# /usr/include/stdlib.h:144:33: note: passing argument to parameter '__nptr' here
# extern double atof (const char *__nptr)
# ^
# dictionary.c:322:68: warning: passing 'xmlChar *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# Doc->tf_terms = g_list_append (Doc->tf_terms,ots_new_OtsWordTF(key,atof(idf_key)));
# ^~~
# ./libots.h:114:43: note: passing argument to parameter 'word' here
# OtsWordTF* ots_new_OtsWordTF(const char* word,const double idf);
# ^
# 3 warnings generated.
# clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c dictionary.c -o dictionary.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c grader.c
# clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c grader.c -fPIC -DPIC -o .libs/grader.o
# clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c grader.c -o grader.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c grader-tf.c
# clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c grader-tf.c -fPIC -DPIC -o .libs/grader-tf.o
# grader-tf.c:108:9: warning: implicitly declaring library function 'log' with type 'double (double)' [-Wimplicit-function-declaration]
# return -log(doc_word_count/term_count);
# ^
# grader-tf.c:108:9: note: include the header or explicitly provide a declaration for 'log'
# 1 warning generated.
# clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c grader-tf.c -o grader-tf.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c grader-tc.c
# clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c grader-tc.c -fPIC -DPIC -o .libs/grader-tc.o
# grader-tc.c:65:62: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (li->data && strlen (li->data)) ots_add_wordstat (Doc, (char *)li->data);
# ^~~~~~~~~~~~~~~~
# ./grader-tc.h:53:62: note: passing argument to parameter 'wordString' here
# void ots_add_wordstat (OtsArticle * Doc,unsigned const char *wordString);
# ^
# grader-tc.c:112:16: warning: assigning to 'char *' from 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# tmp_stem = ots_stem_strip ((unsigned char *) li->data, rule);
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2 warnings generated.
# clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c grader-tc.c -o grader-tc.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c html.c
# clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c html.c -fPIC -DPIC -o .libs/html.o
# html.c:62:13: warning: assigning to 'unsigned char *' from 'gchar *' (aka 'char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# utf8_data = text->str;
# ^ ~~~~~~~~~
# html.c:105:34: warning: passing 'unsigned char *' to parameter of type 'const gchar *' (aka 'const char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# g_string_append_len (text, utf8_data, line_len);
# ^~~~~~~~~
# /usr/include/glib-2.0/glib/gstring.h:84:59: note: passing argument to parameter 'val' here
# const gchar *val,
# ^
# html.c:112:13: warning: assigning to 'unsigned char *' from 'gchar *' (aka 'char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# utf8_data = text->str;
# ^ ~~~~~~~~~
# 3 warnings generated.
# clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c html.c -o html.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c parser.c
# clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c parser.c -fPIC -DPIC -o .libs/parser.o
# parser.c:68:16: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# strncpy (buffer + total_read, fread_buffer, nread);
# ^~~~~~~~~~~~~~~~~~~
# /usr/include/string.h:128:40: note: passing argument to parameter '__dest' here
# extern char *strncpy (char *__restrict __dest,
# ^
# parser.c:68:37: warning: passing 'unsigned char [8192]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# strncpy (buffer + total_read, fread_buffer, nread);
# ^~~~~~~~~~~~
# /usr/include/string.h:129:32: note: passing argument to parameter '__src' here
# const char *__restrict __src, size_t __n)
# ^
# parser.c:141:31: warning: passing 'gchar *' (aka 'char *') to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# ots_append_word (tmpLine, word_buffer->str);
# ^~~~~~~~~~~~~~~~
# ./libots.h:96:64: note: passing argument to parameter 'aWord' here
# void ots_append_word (OtsSentence * aLine,unsigned const char *aWord);
# ^
# parser.c:151:43: warning: passing 'char [2]' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (uc=='\n') {ots_append_word (tmpLine,"\n");}
# ^~~~
# ./libots.h:96:64: note: passing argument to parameter 'aWord' here
# void ots_append_word (OtsSentence * aLine,unsigned const char *aWord);
# ^
# parser.c:153:29: warning: passing 'char [2]' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# {ots_append_word (tmpLine," ");}
# ^~~
# ./libots.h:96:64: note: passing argument to parameter 'aWord' here
# void ots_append_word (OtsSentence * aLine,unsigned const char *aWord);
# ^
# parser.c:166:31: warning: passing 'gchar *' (aka 'char *') to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# ots_append_word (tmpLine, word_buffer->str);
# ^~~~~~~~~~~~~~~~
# ./libots.h:96:64: note: passing argument to parameter 'aWord' here
# void ots_append_word (OtsSentence * aLine,unsigned const char *aWord);
# ^
# 6 warnings generated.
# clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c parser.c -o parser.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c text.c
# clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c text.c -fPIC -DPIC -o .libs/text.o
# text.c:50:13: warning: assigning to 'unsigned char *' from 'gchar *' (aka 'char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# utf8_data = text->str;
# ^ ~~~~~~~~~
# text.c:79:34: warning: passing 'unsigned char *' to parameter of type 'const gchar *' (aka 'const char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# g_string_append_len (text, utf8_data, line_len);
# ^~~~~~~~~
# /usr/include/glib-2.0/glib/gstring.h:84:59: note: passing argument to parameter 'val' here
# const gchar *val,
# ^
# text.c:85:13: warning: assigning to 'unsigned char *' from 'gchar *' (aka 'char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# utf8_data = text->str;
# ^ ~~~~~~~~~
# 3 warnings generated.
# clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c text.c -o text.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c stemmer.c
# clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c stemmer.c -fPIC -DPIC -o .libs/stemmer.o
# stemmer.c:81:18: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# clen = strlen (comp);
# ^~~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# stemmer.c:114:18: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# plen = strlen (pre);
# ^~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# stemmer.c:115:18: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# wlen = strlen (aWord);
# ^~~~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# stemmer.c:116:18: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# nlen = strlen (new);
# ^~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# stemmer.c:122:11: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# new_str = g_new0 (char, wlen + nlen +5);
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# stemmer.c:143:18: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# wlen = strlen (aWord);
# ^~~~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# stemmer.c:144:18: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# plen = strlen (post);
# ^~~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# stemmer.c:145:18: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# nlen = strlen (new);
# ^~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# stemmer.c:154:11: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# new_str = g_new0 (char, wlen + nlen +5);
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# stemmer.c:173:28: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if ((aWord)&&(0 == strcmp (aWord, old)))
# ^~~~~
# /usr/include/string.h:140:32: note: passing argument to parameter '__s1' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# stemmer.c:173:35: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if ((aWord)&&(0 == strcmp (aWord, old)))
# ^~~
# /usr/include/string.h:140:50: note: passing argument to parameter '__s2' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# stemmer.c:175:24: warning: passing 'const unsigned char *' to parameter of type 'const gchar *' (aka 'const char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# return g_strdup (new);
# ^~~
# /usr/include/glib-2.0/glib/gstrfuncs.h:216:52: note: passing argument to parameter 'str' here
# gchar* g_strdup (const gchar *str) G_GNUC_MALLOC;
# ^
# stemmer.c:175:14: warning: returning 'gchar *' (aka 'char *') from a function with result type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# return g_strdup (new);
# ^~~~~~~~~~~~~~
# stemmer.c:197:30: warning: passing 'const unsigned char *' to parameter of type 'const gchar *' (aka 'const char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# normWord = g_utf8_strdown (aWord, -1); /*lowercase the word */
# ^~~~~
# /usr/include/glib-2.0/glib/gunicode.h:812:37: note: passing argument to parameter 'str' here
# gchar *g_utf8_strdown (const gchar *str,
# ^
# stemmer.c:197:12: warning: assigning to 'unsigned char *' from 'gchar *' (aka 'char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# normWord = g_utf8_strdown (aWord, -1); /*lowercase the word */
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
# stemmer.c:207:33: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# ots_stem_break (li->data, prefix, newfix);
# ^~~~~~
# stemmer.c:71:58: note: passing argument to parameter 'part_a' here
# ots_stem_break (unsigned const char *comp,unsigned char *part_a,unsigned char *part_b) /*given already alocated part_a and b */
# ^
# stemmer.c:207:41: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# ots_stem_break (li->data, prefix, newfix);
# ^~~~~~
# stemmer.c:71:80: note: passing argument to parameter 'part_b' here
# ots_stem_break (unsigned const char *comp,unsigned char *part_a,unsigned char *part_b) /*given already alocated part_a and b */
# ^
# stemmer.c:208:44: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# rep = ots_stem_remove_pre (normWord, prefix, newfix);
# ^~~~~~
# stemmer.c:107:70: note: passing argument to parameter 'pre' here
# ots_stem_remove_pre (unsigned const char *aWord,unsigned const char *pre,unsigned const char *new)
# ^
# stemmer.c:208:52: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# rep = ots_stem_remove_pre (normWord, prefix, newfix);
# ^~~~~~
# stemmer.c:107:95: note: passing argument to parameter 'new' here
# ots_stem_remove_pre (unsigned const char *aWord,unsigned const char *pre,unsigned const char *new)
# ^
# stemmer.c:220:33: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# ots_stem_break (li->data, prefix, newfix);
# ^~~~~~
# stemmer.c:71:58: note: passing argument to parameter 'part_a' here
# ots_stem_break (unsigned const char *comp,unsigned char *part_a,unsigned char *part_b) /*given already alocated part_a and b */
# ^
# stemmer.c:220:41: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# ots_stem_break (li->data, prefix, newfix);
# ^~~~~~
# stemmer.c:71:80: note: passing argument to parameter 'part_b' here
# ots_stem_break (unsigned const char *comp,unsigned char *part_a,unsigned char *part_b) /*given already alocated part_a and b */
# ^
# stemmer.c:221:44: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# rep = ots_stem_remove_post(normWord, prefix, newfix);
# ^~~~~~
# stemmer.c:136:71: note: passing argument to parameter 'post' here
# ots_stem_remove_post (unsigned const char *aWord,unsigned const char *post,unsigned const char *new)
# ^
# stemmer.c:221:52: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# rep = ots_stem_remove_post(normWord, prefix, newfix);
# ^~~~~~
# stemmer.c:136:97: note: passing argument to parameter 'new' here
# ots_stem_remove_post (unsigned const char *aWord,unsigned const char *post,unsigned const char *new)
# ^
# stemmer.c:253:10: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# prefix = g_new0 (char, MAX_PREFIX_SIZE);
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# stemmer.c:254:10: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# newfix = g_new0 (char, MAX_PREFIX_SIZE);
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# stemmer.c:324:14: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strlen(normWord)<3) /*stem is two letter long. thats not right. N(eed)==N(ation) ?*/
# ^~~~~~~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# 26 warnings generated.
# clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c stemmer.c -o stemmer.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c highlighter.c
# clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c highlighter.c -fPIC -DPIC -o .libs/highlighter.o
# clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c highlighter.c -o highlighter.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c wordlist.c
# clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c wordlist.c -fPIC -DPIC -o .libs/wordlist.o
# wordlist.c:35:15: warning: assigning to 'gchar *' (aka 'char *') from 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# aWord->word = ots_stem_format(wordString,rule);
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# wordlist.c:36:15: warning: assigning to 'gchar *' (aka 'char *') from 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# aWord->stem = ots_stem_strip(wordString,rule);
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# wordlist.c:45:27: warning: passing 'const unsigned char *' to parameter of type 'const gchar *' (aka 'const char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# aWord->word = g_strdup (wordString);
# ^~~~~~~~~~
# /usr/include/glib-2.0/glib/gstrfuncs.h:216:52: note: passing argument to parameter 'str' here
# gchar* g_strdup (const gchar *str) G_GNUC_MALLOC;
# ^
# wordlist.c:46:27: warning: passing 'const unsigned char *' to parameter of type 'const gchar *' (aka 'const char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# aWord->stem = g_strdup (wordString);
# ^~~~~~~~~~
# /usr/include/glib-2.0/glib/gstrfuncs.h:216:52: note: passing argument to parameter 'str' here
# gchar* g_strdup (const gchar *str) G_GNUC_MALLOC;
# ^
# wordlist.c:117:15: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations]
# if (0 == g_strncasecmp ((((OtsWordEntery *) li->data)->word), /*fix me: unicode issue?*/
# ^
# /usr/include/glib-2.0/glib/gstrfuncs.h:203:23: note: 'g_strncasecmp' has been explicitly marked deprecated here
# gint g_strncasecmp (const gchar *s1,
# ^
# wordlist.c:174:17: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (0==strlen(wordString)) return;
# ^~~~~~~~~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# wordlist.c:175:17: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (0==strcmp(wordString," ")) return;
# ^~~~~~~~~~
# /usr/include/string.h:140:32: note: passing argument to parameter '__s1' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# wordlist.c:176:17: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (0==strcmp(wordString,"\n")) return;
# ^~~~~~~~~~
# /usr/include/string.h:140:32: note: passing argument to parameter '__s1' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# wordlist.c:177:17: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (0==strcmp(wordString,"\t")) return;
# ^~~~~~~~~~
# /usr/include/string.h:140:32: note: passing argument to parameter '__s1' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# wordlist.c:180:7: warning: assigning to 'char *' from 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# tmp = ots_stem_strip (wordString, rule);
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 10 warnings generated.
# clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c wordlist.c -o wordlist.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c relations.c
# clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c relations.c -fPIC -DPIC -o .libs/relations.o
# relations.c:83:47: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (text!=NULL) ots_parse_stream (text,strlen(text), Art); /* read text , put it in struct Article */
# ^~~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# relations.c:89:4: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# tmp=ots_word_in_list(Art->ImpWords,i);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# relations.c:90:26: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if ((tmp!=NULL)&&(strlen(tmp)>0)) {g_string_append(word,tmp);
# ^~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# relations.c:90:57: warning: passing 'unsigned char *' to parameter of type 'const gchar *' (aka 'const char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# if ((tmp!=NULL)&&(strlen(tmp)>0)) {g_string_append(word,tmp);
# ^~~
# /usr/include/glib-2.0/glib/gstring.h:81:59: note: passing argument to parameter 'val' here
# const gchar *val);
# ^
# relations.c:95:4: warning: assigning to 'unsigned char *' from 'gchar *' (aka 'char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# str=word->str;
# ^~~~~~~~~~
# relations.c:99:8: warning: returning 'unsigned char *' from a function with result type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# return str;
# ^~~
# relations.c:117:47: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (text!=NULL) ots_parse_stream (text,strlen(text), Art);
# ^~~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# relations.c:123:4: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# tmp=ots_stem_in_list(Art->ImpWords,i);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# relations.c:124:20: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if ((tmp)&&(strlen(tmp)>0))
# ^~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# relations.c:125:38: warning: passing 'unsigned char *' to parameter of type 'const gchar *' (aka 'const char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# topics=g_list_append(topics,g_strdup(tmp));
# ^~~
# /usr/include/glib-2.0/glib/gstrfuncs.h:216:52: note: passing argument to parameter 'str' here
# gchar* g_strdup (const gchar *str) G_GNUC_MALLOC;
# ^
# relations.c:145:26: warning: passing 'const GList *' (aka 'const struct _GList *') to parameter of type 'GList *' (aka 'struct _GList *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# tmplist1 = g_list_first(topic_list1);
# ^~~~~~~~~~~
# /usr/include/glib-2.0/glib/glist.h:128:60: note: passing argument to parameter 'list' here
# GList* g_list_first (GList *list);
# ^
# relations.c:148:26: warning: passing 'const GList *' (aka 'const struct _GList *') to parameter of type 'GList *' (aka 'struct _GList *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# tmplist2 = g_list_first(topic_list2);
# ^~~~~~~~~~~
# /usr/include/glib-2.0/glib/glist.h:128:60: note: passing argument to parameter 'list' here
# GList* g_list_first (GList *list);
# ^
# 12 warnings generated.
# clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c relations.c -o relations.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=link clang -o libots-1.la -rpath /usr/lib -version-info 5:0:5 article.lo dictionary.lo grader.lo grader-tf.lo grader-tc.lo html.lo parser.lo text.lo stemmer.lo highlighter.lo wordlist.lo relations.lo -lglib-2.0 -lxml2
# clang -shared .libs/article.o .libs/dictionary.o .libs/grader.o .libs/grader-tf.o .libs/grader-tc.o .libs/html.o .libs/parser.o .libs/text.o .libs/stemmer.o .libs/highlighter.o .libs/wordlist.o .libs/relations.o -lglib-2.0 -lxml2 -Wl,-soname -Wl,libots-1.0 -o .libs/libots-1.0.5.0
# (cd .libs && rm -f libots-1.0 && ln -s libots-1.0.5.0 libots-1.0)
# (cd .libs && rm -f libots-1 && ln -s libots-1.0.5.0 libots-1)
# ar cru .libs/libots-1.a article.o dictionary.o grader.o grader-tf.o grader-tc.o html.o parser.o text.o stemmer.o highlighter.o wordlist.o relations.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib .libs/libots-1.a
# creating libots-1.la
# (cd .libs && rm -f libots-1.la && ln -s ../libots-1.la libots-1.la)
# clang -DHAVE_CONFIG_H -DVERSION=\"0.5.0\" -DDICTIONARY_DIR=\"/usr/share/ots/\" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -c ots.c
# ots.c:130:38: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (!ots_load_xml_dictionary (Art, dictionary_file))
# ^~~~~~~~~~~~~~~
# ./libots.h:101:73: note: passing argument to parameter 'name' here
# gboolean ots_load_xml_dictionary (OtsArticle * Doc,unsigned const char *name);
# ^
# ots.c:46:7: warning: unused variable 'c' [-Wunused-variable]
# int c,n_args=0;
# ^
# 2 warnings generated.
# /bin/sh ../libtool --mode=link clang -o ots ots.o ../src/libots-1.la -lglib-2.0 -lxml2 -lpopt
# clang -o .libs/ots ots.o ../src/.libs/libots-1 -lpopt -lglib-2.0 -lxml2
# creating ots
# make[2]: Leaving directory '/tmp/libots/src/ots-0.5.0/src'
# Making all in dic
# make[2]: Entering directory '/tmp/libots/src/ots-0.5.0/dic'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libots/src/ots-0.5.0/dic'
# Making all in doc
# make[2]: Entering directory '/tmp/libots/src/ots-0.5.0/doc'
# Makefile:244: ../gtk-doc.make: No such file or directory
# make[2]: *** No rule to make target '../gtk-doc.make'. Stop.
# make[2]: Leaving directory '/tmp/libots/src/ots-0.5.0/doc'
# make[1]: *** [Makefile:212: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/libots/src/ots-0.5.0'
# make: *** [Makefile:356: all-recursive-am] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/libots/src/ots-0.5.0/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by ots configure 0.4.2, which was
# generated by GNU Autoconf 2.60. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 49bb74321ccc
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2005: checking for a BSD-compatible install
# configure:2061: result: /usr/bin/install -c
# configure:2072: checking whether build environment is sane
# configure:2115: result: yes
# configure:2130: checking whether make sets $(MAKE)
# configure:2151: result: yes
# configure:2183: checking for working aclocal-1.4
# configure:2194: result: missing
# configure:2198: checking for working autoconf
# configure:2205: result: found
# configure:2213: checking for working automake-1.4
# configure:2224: result: missing
# configure:2228: checking for working autoheader
# configure:2235: result: found
# configure:2243: checking for working makeinfo
# configure:2250: result: found
# configure:2259: checking whether to enable maintainer-specific portions of Makefiles
# configure:2268: result: no
# configure:2292: checking for x86_64-unknown-linux-gcc
# configure:2319: result: clang
# configure:2597: checking for C compiler version
# configure:2604: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2607: $? = 0
# configure:2614: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2617: $? = 0
# configure:2624: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2627: $? = 1
# configure:2650: checking for C compiler default output file name
# configure:2677: clang conftest.c >&5
# configure:2680: $? = 0
# configure:2726: result: a.out
# configure:2731: checking whether the C compiler works
# configure:2741: ./a.out
# configure:2744: $? = 0
# configure:2761: result: yes
# configure:2768: checking whether we are cross compiling
# configure:2770: result: no
# configure:2773: checking for suffix of executables
# configure:2780: clang -o conftest conftest.c >&5
# configure:2783: $? = 0
# configure:2807: result:
# configure:2813: checking for suffix of object files
# configure:2839: clang -c conftest.c >&5
# configure:2842: $? = 0
# configure:2865: result: o
# configure:2869: checking whether we are using the GNU C compiler
# configure:2898: clang -c conftest.c >&5
# configure:2904: $? = 0
# configure:2911: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:2914: $? = 0
# configure:2921: test -s conftest.o
# configure:2924: $? = 0
# configure:2938: result: yes
# configure:2943: checking whether clang accepts -g
# configure:2973: clang -c -g conftest.c >&5
# configure:2979: $? = 0
# configure:2986: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:2989: $? = 0
# configure:2996: test -s conftest.o
# configure:2999: $? = 0
# configure:3129: result: yes
# configure:3146: checking for clang option to accept ISO C89
# configure:3220: clang -c conftest.c >&5
# configure:3226: $? = 0
# configure:3233: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:3236: $? = 0
# configure:3243: test -s conftest.o
# configure:3246: $? = 0
# configure:3266: result: none needed
# configure:3304: checking for a BSD-compatible install
# configure:3360: result: /usr/bin/install -c
# configure:3371: checking whether make sets $(MAKE)
# configure:3392: result: yes
# configure:3482: checking build system type
# configure:3500: result: x86_64-unknown-linux-gnu
# configure:3522: checking host system type
# configure:3537: result: x86_64-unknown-linux-gnu
# configure:3559: checking for a sed that does not truncate output
# configure:3613: result: /usr/bin/sed
# configure:3616: checking for grep that handles long lines and -e
# configure:3690: result: /usr/bin/grep
# configure:3695: checking for egrep
# configure:3773: result: /usr/bin/grep -E
# configure:3789: checking for ld used by clang
# configure:3856: result: /usr/bin/ld
# configure:3865: checking if the linker (/usr/bin/ld) is GNU ld
# configure:3880: result: yes
# configure:3885: checking for /usr/bin/ld option to reload object files
# configure:3892: result: -r
# configure:3910: checking for BSD-compatible nm
# configure:3959: result: /usr/bin/nm -B
# configure:3963: checking whether ln -s works
# configure:3967: result: yes
# configure:3974: checking how to recognise dependent libraries
# configure:4150: result: pass_all
# configure:4238: clang -c conftest.c >&5
# configure:4241: $? = 0
# configure:4690: checking how to run the C preprocessor
# configure:4730: clang -E conftest.c
# configure:4736: $? = 0
# configure:4774: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4780: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "ots"
# | #define PACKAGE_TARNAME "ots"
# | #define PACKAGE_VERSION "0.4.2"
# | #define PACKAGE_STRING "ots 0.4.2"
# | #define PACKAGE_BUGREPORT "nadav256@hotmail.com"
# | #define PACKAGE "ots"
# | #define VERSION "0.5.0"
# | /* end confdefs.h. */
# | #include
# configure:4820: result: clang -E
# configure:4849: clang -E conftest.c
# configure:4855: $? = 0
# configure:4893: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4899: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "ots"
# | #define PACKAGE_TARNAME "ots"
# | #define PACKAGE_VERSION "0.4.2"
# | #define PACKAGE_STRING "ots 0.4.2"
# | #define PACKAGE_BUGREPORT "nadav256@hotmail.com"
# | #define PACKAGE "ots"
# | #define VERSION "0.5.0"
# | /* end confdefs.h. */
# | #include
# configure:4944: checking for ANSI C header files
# configure:4974: clang -c conftest.c >&5
# configure:4980: $? = 0
# configure:4987: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:4990: $? = 0
# configure:4997: test -s conftest.o
# configure:5000: $? = 0
# configure:5096: clang -o conftest conftest.c >&5
# configure:5099: $? = 0
# configure:5105: ./conftest
# configure:5108: $? = 0
# configure:5125: result: yes
# configure:5149: checking for sys/types.h
# configure:5170: clang -c conftest.c >&5
# configure:5176: $? = 0
# configure:5183: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:5186: $? = 0
# configure:5193: test -s conftest.o
# configure:5196: $? = 0
# configure:5209: result: yes
# configure:5149: checking for sys/stat.h
# configure:5170: clang -c conftest.c >&5
# configure:5176: $? = 0
# configure:5183: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:5186: $? = 0
# configure:5193: test -s conftest.o
# configure:5196: $? = 0
# configure:5209: result: yes
# configure:5149: checking for stdlib.h
# configure:5170: clang -c conftest.c >&5
# configure:5176: $? = 0
# configure:5183: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:5186: $? = 0
# configure:5193: test -s conftest.o
# configure:5196: $? = 0
# configure:5209: result: yes
# configure:5149: checking for string.h
# configure:5170: clang -c conftest.c >&5
# configure:5176: $? = 0
# configure:5183: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:5186: $? = 0
# configure:5193: test -s conftest.o
# configure:5196: $? = 0
# configure:5209: result: yes
# configure:5149: checking for memory.h
# configure:5170: clang -c conftest.c >&5
# configure:5176: $? = 0
# configure:5183: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:5186: $? = 0
# configure:5193: test -s conftest.o
# configure:5196: $? = 0
# configure:5209: result: yes
# configure:5149: checking for strings.h
# configure:5170: clang -c conftest.c >&5
# configure:5176: $? = 0
# configure:5183: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:5186: $? = 0
# configure:5193: test -s conftest.o
# configure:5196: $? = 0
# configure:5209: result: yes
# configure:5149: checking for inttypes.h
# configure:5170: clang -c conftest.c >&5
# configure:5176: $? = 0
# configure:5183: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:5186: $? = 0
# configure:5193: test -s conftest.o
# configure:5196: $? = 0
# configure:5209: result: yes
# configure:5149: checking for stdint.h
# configure:5170: clang -c conftest.c >&5
# configure:5176: $? = 0
# configure:5183: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:5186: $? = 0
# configure:5193: test -s conftest.o
# configure:5196: $? = 0
# configure:5209: result: yes
# configure:5149: checking for unistd.h
# configure:5170: clang -c conftest.c >&5
# configure:5176: $? = 0
# configure:5183: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:5186: $? = 0
# configure:5193: test -s conftest.o
# configure:5196: $? = 0
# configure:5209: result: yes
# configure:5236: checking dlfcn.h usability
# configure:5253: clang -c conftest.c >&5
# configure:5259: $? = 0
# configure:5266: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:5269: $? = 0
# configure:5276: test -s conftest.o
# configure:5279: $? = 0
# configure:5290: result: yes
# configure:5294: checking dlfcn.h presence
# configure:5309: clang -E conftest.c
# configure:5315: $? = 0
# configure:5336: result: yes
# configure:5369: checking for dlfcn.h
# configure:5377: result: yes
# configure:5506: checking for C++ compiler version
# configure:5513: clang++ --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:5516: $? = 0
# configure:5523: clang++ -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:5526: $? = 0
# configure:5533: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:5536: $? = 1
# configure:5539: checking whether we are using the GNU C++ compiler
# configure:5568: clang++ -c conftest.cpp >&5
# configure:5574: $? = 0
# configure:5581: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
# configure:5584: $? = 0
# configure:5591: test -s conftest.o
# configure:5594: $? = 0
# configure:5608: result: yes
# configure:5613: checking whether clang++ accepts -g
# configure:5643: clang++ -c -g conftest.cpp >&5
# configure:5649: $? = 0
# configure:5656: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
# configure:5659: $? = 0
# configure:5666: test -s conftest.o
# configure:5669: $? = 0
# configure:5799: result: yes
# configure:5832: checking how to run the C++ preprocessor
# configure:5868: clang++ -E conftest.cpp
# configure:5874: $? = 0
# configure:5912: clang++ -E conftest.cpp
# conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5918: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "ots"
# | #define PACKAGE_TARNAME "ots"
# | #define PACKAGE_VERSION "0.4.2"
# | #define PACKAGE_STRING "ots 0.4.2"
# | #define PACKAGE_BUGREPORT "nadav256@hotmail.com"
# | #define PACKAGE "ots"
# | #define VERSION "0.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:5958: result: clang++ -E
# configure:5987: clang++ -E conftest.cpp
# configure:5993: $? = 0
# configure:6031: clang++ -E conftest.cpp
# conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:6037: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "ots"
# | #define PACKAGE_TARNAME "ots"
# | #define PACKAGE_VERSION "0.4.2"
# | #define PACKAGE_STRING "ots 0.4.2"
# | #define PACKAGE_BUGREPORT "nadav256@hotmail.com"
# | #define PACKAGE "ots"
# | #define VERSION "0.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:6093: checking for x86_64-unknown-linux-g77
# configure:6123: result: no
# configure:6093: checking for x86_64-unknown-linux-f77
# configure:6123: result: no
# configure:6093: checking for x86_64-unknown-linux-xlf
# configure:6123: result: no
# configure:6093: checking for x86_64-unknown-linux-frt
# configure:6123: result: no
# configure:6093: checking for x86_64-unknown-linux-pgf77
# configure:6123: result: no
# configure:6093: checking for x86_64-unknown-linux-cf77
# configure:6123: result: no
# configure:6093: checking for x86_64-unknown-linux-fort77
# configure:6123: result: no
# configure:6093: checking for x86_64-unknown-linux-fl32
# configure:6123: result: no
# configure:6093: checking for x86_64-unknown-linux-af77
# configure:6123: result: no
# configure:6093: checking for x86_64-unknown-linux-f90
# configure:6123: result: no
# configure:6093: checking for x86_64-unknown-linux-xlf90
# configure:6123: result: no
# configure:6093: checking for x86_64-unknown-linux-pgf90
# configure:6123: result: no
# configure:6093: checking for x86_64-unknown-linux-pghpf
# configure:6123: result: no
# configure:6093: checking for x86_64-unknown-linux-epcf90
# configure:6123: result: no
# configure:6093: checking for x86_64-unknown-linux-gfortran
# configure:6123: result: no
# configure:6093: checking for x86_64-unknown-linux-g95
# configure:6123: result: no
# configure:6093: checking for x86_64-unknown-linux-f95
# configure:6123: result: no
# configure:6093: checking for x86_64-unknown-linux-fort
# configure:6123: result: no
# configure:6093: checking for x86_64-unknown-linux-xlf95
# configure:6123: result: no
# configure:6093: checking for x86_64-unknown-linux-ifort
# configure:6123: result: no
# configure:6093: checking for x86_64-unknown-linux-ifc
# configure:6123: result: no
# configure:6093: checking for x86_64-unknown-linux-efc
# configure:6123: result: no
# configure:6093: checking for x86_64-unknown-linux-pgf95
# configure:6123: result: no
# configure:6093: checking for x86_64-unknown-linux-lf95
# configure:6123: result: no
# configure:6093: checking for x86_64-unknown-linux-ftn
# configure:6123: result: no
# configure:6137: checking for g77
# configure:6167: result: no
# configure:6137: checking for f77
# configure:6167: result: no
# configure:6137: checking for xlf
# configure:6167: result: no
# configure:6137: checking for frt
# configure:6167: result: no
# configure:6137: checking for pgf77
# configure:6167: result: no
# configure:6137: checking for cf77
# configure:6167: result: no
# configure:6137: checking for fort77
# configure:6167: result: no
# configure:6137: checking for fl32
# configure:6167: result: no
# configure:6137: checking for af77
# configure:6167: result: no
# configure:6137: checking for f90
# configure:6167: result: no
# configure:6137: checking for xlf90
# configure:6167: result: no
# configure:6137: checking for pgf90
# configure:6167: result: no
# configure:6137: checking for pghpf
# configure:6167: result: no
# configure:6137: checking for epcf90
# configure:6167: result: no
# configure:6137: checking for gfortran
# configure:6153: found /usr/bin/gfortran
# configure:6164: result: gfortran
# configure:6194: checking for Fortran 77 compiler version
# configure:6201: gfortran --version >&5
# GNU Fortran (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:6204: $? = 0
# configure:6211: gfortran -v >&5
# Using built-in specs.
# COLLECT_GCC=gfortran
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:6214: $? = 0
# configure:6221: gfortran -V >&5
# gfortran: error: unrecognized command line option '-V'
# gfortran: fatal error: no input files
# compilation terminated.
# configure:6224: $? = 1
# configure:6232: checking whether we are using the GNU Fortran 77 compiler
# configure:6251: gfortran -c conftest.F >&5
# configure:6257: $? = 0
# configure:6264: test -z "$ac_f77_werror_flag" || test ! -s conftest.err
# configure:6267: $? = 0
# configure:6274: test -s conftest.o
# configure:6277: $? = 0
# configure:6291: result: yes
# configure:6297: checking whether gfortran accepts -g
# configure:6314: gfortran -c -g conftest.f >&5
# configure:6320: $? = 0
# configure:6327: test -z "$ac_f77_werror_flag" || test ! -s conftest.err
# configure:6330: $? = 0
# configure:6337: test -s conftest.o
# configure:6340: $? = 0
# configure:6353: result: yes
# configure:6383: checking the maximum length of command line arguments
# configure:6492: result: 32768
# configure:6503: checking command to parse /usr/bin/nm -B output from clang object
# configure:6608: clang -c conftest.c >&5
# configure:6611: $? = 0
# configure:6615: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:6618: $? = 0
# configure:6670: clang -o conftest conftest.c conftstm.o >&5
# configure:6673: $? = 0
# configure:6711: result: ok
# configure:6715: checking for objdir
# configure:6730: result: .libs
# configure:6782: checking for x86_64-unknown-linux-ar
# configure:6812: result: no
# configure:6822: checking for ar
# configure:6838: found /usr/bin/ar
# configure:6849: result: ar
# configure:6878: checking for x86_64-unknown-linux-ranlib
# configure:6908: result: no
# configure:6918: checking for ranlib
# configure:6934: found /usr/bin/ranlib
# configure:6945: result: ranlib
# configure:6974: checking for x86_64-unknown-linux-strip
# configure:7004: result: no
# configure:7014: checking for strip
# configure:7030: found /usr/bin/strip
# configure:7041: result: strip
# configure:7327: checking if clang supports -fno-rtti -fno-exceptions
# configure:7345: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:7349: $? = 0
# configure:7362: result: yes
# configure:7377: checking for clang option to produce PIC
# configure:7587: result: -fPIC
# configure:7595: checking if clang PIC flag -fPIC works
# configure:7613: clang -c -fPIC -DPIC conftest.c >&5
# configure:7617: $? = 0
# configure:7630: result: yes
# configure:7658: checking if clang static flag -static works
# configure:7686: result: yes
# configure:7696: checking if clang supports -c -o file.o
# configure:7717: clang -c -o out/conftest2.o conftest.c >&5
# configure:7721: $? = 0
# configure:7743: result: yes
# configure:7769: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:8756: result: yes
# configure:8777: checking whether -lc should be explicitly linked in
# configure:8782: clang -c conftest.c >&5
# configure:8785: $? = 0
# configure:8800: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
# configure:8803: $? = 0
# configure:8815: result: no
# configure:8823: checking dynamic linker characteristics
# configure:9399: result: GNU/Linux ld.so
# configure:9408: checking how to hardcode library paths into programs
# configure:9433: result: immediate
# configure:9447: checking whether stripping libraries is possible
# configure:9452: result: yes
# configure:10365: checking if libtool supports shared libraries
# configure:10367: result: yes
# configure:10370: checking whether to build shared libraries
# configure:10391: result: yes
# configure:10394: checking whether to build static libraries
# configure:10398: result: yes
# configure:10490: creating libtool
# configure:11078: checking for ld used by clang++
# configure:11145: result: /usr/bin/ld -m elf_x86_64
# configure:11154: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:11169: result: yes
# configure:11220: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:12186: result: yes
# configure:12204: clang++ -c conftest.cpp >&5
# configure:12207: $? = 0
# configure:12326: checking for clang++ option to produce PIC
# configure:12600: result: -fPIC
# configure:12608: checking if clang++ PIC flag -fPIC works
# configure:12626: clang++ -c -fPIC -DPIC conftest.cpp >&5
# configure:12630: $? = 0
# configure:12643: result: yes
# configure:12671: checking if clang++ static flag -static works
# configure:12699: result: yes
# configure:12709: checking if clang++ supports -c -o file.o
# configure:12730: clang++ -c -o out/conftest2.o conftest.cpp >&5
# configure:12734: $? = 0
# configure:12756: result: yes
# configure:12782: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:12810: result: yes
# configure:12877: checking dynamic linker characteristics
# configure:13453: result: GNU/Linux ld.so
# configure:13462: checking how to hardcode library paths into programs
# configure:13487: result: immediate
# configure:14013: checking if libtool supports shared libraries
# configure:14015: result: yes
# configure:14018: checking whether to build shared libraries
# configure:14038: result: yes
# configure:14041: checking whether to build static libraries
# configure:14045: result: yes
# configure:14055: checking for gfortran option to produce PIC
# configure:14265: result: -fPIC
# configure:14273: checking if gfortran PIC flag -fPIC works
# configure:14291: gfortran -c -g -O2 -fPIC conftest.f >&5
# configure:14295: $? = 0
# configure:14308: result: yes
# configure:14336: checking if gfortran static flag -static works
# configure:14364: result: no
# configure:14374: checking if gfortran supports -c -o file.o
# configure:14395: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
# configure:14399: $? = 0
# configure:14421: result: yes
# configure:14447: checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:15414: result: yes
# configure:15481: checking dynamic linker characteristics
# configure:16057: result: GNU/Linux ld.so
# configure:16066: checking how to hardcode library paths into programs
# configure:16091: result: immediate
# configure:19671: checking for ANSI C header files
# configure:19852: result: yes
# configure:19864: checking for an ANSI C-conforming const
# configure:19939: clang -c conftest.c >&5
# configure:19945: $? = 0
# configure:19952: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:19955: $? = 0
# configure:19962: test -s conftest.o
# configure:19965: $? = 0
# configure:19977: result: yes
# configure:19994: checking for pkg-config
# configure:20012: found /usr/bin/pkg-config
# configure:20025: result: /usr/bin/pkg-config
# configure:20043: checking for glib-2.0 >= 2.0 libxml-2.0 >= 2.4.23
# configure:20047: result: yes
# configure:20051: checking OTS_CFLAGS
# configure:20054: result: -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2
# configure:20057: checking OTS_LIBS
# configure:20060: result: -lglib-2.0 -lxml2
# configure:20104: checking for poptParseArgvString in -lpopt
# configure:20139: clang -o conftest conftest.c -lpopt >&5
# configure:20145: $? = 0
# configure:20152: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:20155: $? = 0
# configure:20162: test -s conftest
# configure:20165: $? = 0
# configure:20179: result: yes
# configure:20200: checking for native Win32
# configure:20210: result: no
# configure:20222: checking for Win32 platform in general
# configure:20232: result: no
# configure:20265: checking for gtkdoc-mkdb
# configure:20281: found /usr/bin/gtkdoc-mkdb
# configure:20293: result: true
# configure:20305: checking gtk-doc version (1.25) >= 0.9
# configure:20320: result: yes
# configure:20330: checking for db2html
# configure:20358: result: false
# configure:20502: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by ots config.status 0.4.2, which was
# generated by GNU Autoconf 2.60. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 49bb74321ccc
#
# config.status:659: creating Makefile
# config.status:794: WARNING: Makefile.in seems to ignore the --datarootdir setting
# config.status:659: creating libots-1.pc
# config.status:659: creating ots.spec
# config.status:659: creating src/Makefile
# config.status:794: WARNING: src/Makefile.in seems to ignore the --datarootdir setting
# config.status:659: creating dic/Makefile
# config.status:794: WARNING: dic/Makefile.in seems to ignore the --datarootdir setting
# config.status:659: creating doc/Makefile
# config.status:794: WARNING: doc/Makefile.in seems to ignore the --datarootdir setting
# config.status:659: creating articles/Makefile
# config.status:794: WARNING: articles/Makefile.in seems to ignore the --datarootdir setting
# config.status:659: creating ots-config.h
# config.status:894: executing default-1 commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_F77_set=
# ac_cv_env_F77_value=
# ac_cv_env_FFLAGS_set=
# ac_cv_env_FFLAGS_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_f77_compiler_gnu=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_popt_poptParseArgvString=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_DB2HTML=false
# ac_cv_prog_GTKDOC=true
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_F77=gfortran
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_f77_g=yes
# ac_cv_prog_make_make_set=yes
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_SED=/usr/bin/sed
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_c_o_F77=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
# lt_cv_sys_max_cmd_len=32768
# lt_lt_cv_prog_compiler_c_o='"yes"'
# lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
# lt_lt_cv_prog_compiler_c_o_F77='"yes"'
# lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
# lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
# lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='/tmp/libots/src/ots-0.5.0/missing aclocal-1.4'
# ANSI_CFLAGS='-Wall'
# AR='ar'
# AS='as'
# AUTOCONF='autoconf'
# AUTOHEADER='autoheader'
# AUTOMAKE='/tmp/libots/src/ots-0.5.0/missing automake-1.4'
# CC='clang'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXFLAGS=''
# DB2HTML='false'
# DEFS='-DHAVE_CONFIG_H'
# DLLTOOL='dlltool'
# ECHO='echo'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# ENABLE_GTK_DOC_FALSE='#'
# ENABLE_GTK_DOC_TRUE=''
# EXEEXT=''
# F77='gfortran'
# FFLAGS='-g -O2'
# GREP='/usr/bin/grep'
# GTKDOC='true'
# HAVE_DOCBOOK_FALSE=''
# HAVE_DOCBOOK_TRUE='#'
# HTML_DIR='${datadir}/doc/libots/html'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LN_S='ln -s'
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='makeinfo'
# OBJDUMP='objdump'
# OBJEXT='o'
# OS_WIN32_FALSE=''
# OS_WIN32_TRUE='#'
# OTS_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2'
# OTS_LIBS='-lglib-2.0 -lxml2'
# OTS_MAJOR_VERSION='0'
# OTS_MICRO_VERSION='0'
# OTS_MINOR_VERSION='5'
# OTS_VERSION='0.5.0'
# PACKAGE='ots'
# PACKAGE_BUGREPORT='nadav256@hotmail.com'
# PACKAGE_NAME='ots'
# PACKAGE_STRING='ots 0.4.2'
# PACKAGE_TARNAME='ots'
# PACKAGE_VERSION='0.4.2'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# PLATFORM_WIN32_FALSE=''
# PLATFORM_WIN32_TRUE='#'
# POPT_LIBS='-lpopt'
# POPT_REQUIRED='1.5'
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='0.5.0'
# VERSION_INFO='5:0:5'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_F77='gfortran'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME "ots"
# #define PACKAGE_TARNAME "ots"
# #define PACKAGE_VERSION "0.4.2"
# #define PACKAGE_STRING "ots 0.4.2"
# #define PACKAGE_BUGREPORT "nadav256@hotmail.com"
# #define PACKAGE "ots"
# #define VERSION "0.5.0"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define STDC_HEADERS 1
#
# configure: exit 0