Build of raptor with clang_glibc toolchain

The build took 00h 02m 31s and was SUCCESSFUL.

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

SLOCLanguage
43,226 ansic
12,243 makefile
11,996 sh
2,434 yacc
1,130 perl
1,070 lex
72,099 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

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: raptor 2.0.15-4 (Thu Apr 13 21:12:24 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking whether build environment is sane... yes
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking dependency style of clang... gcc3
# checking for x86_64-unknown-linux-ar... no
# checking for x86_64-unknown-linux-lib... no
# checking for x86_64-unknown-linux-link... no
# checking for ar... ar
# checking the archiver (ar) interface... ar
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking dependency style of clang... (cached) gcc3
# checking whether clang and cc understand -c and -o together... yes
# checking whether clang is clang... checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# 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 for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) 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... no
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking for flex... flex
# checking lex output file root... lex.yy
# checking lex library... none needed
# checking whether yytext is a pointer... no
# checking flex... not present - not required for non maintainer builds
# checking for bison3... no
# checking for bison... bison
# checking for gnutar... no
# checking for gtar... no
# checking for tar... tar
# checking for perl... perl
# checking for jing... no
# checking for echo... echo
# checking for ANSI C header files... (cached) yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking for stdlib.h... (cached) yes
# checking stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking for unistd.h... (cached) yes
# checking for string.h... (cached) yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking math.h usability... yes
# checking math.h presence... yes
# checking for math.h... yes
# checking getopt.h usability... yes
# checking getopt.h presence... yes
# checking for getopt.h... yes
# checking for sys/stat.h... (cached) yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking for sys/stat.h... (cached) yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking setjmp.h usability... yes
# checking setjmp.h presence... yes
# checking for setjmp.h... yes
# checking for stat... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking for fetch.h... no
# checking for an ANSI C-conforming const... yes
# checking whether byte ordering is bigendian... no
# checking for inline... inline
# checking whether __FUNCTION__ is available... yes
# checking for gettimeofday... yes
# checking for getopt... yes
# checking for getopt_long... yes
# checking for stricmp... no
# checking for strcasecmp... yes
# checking for vsnprintf... yes
# checking for isascii... yes
# checking for setjmp... yes
# checking for strtok_r... yes
# checking for qsort_r... yes
# checking for qsort_s... no
# checking for vasprintf... yes
# checking whether need to declare optind... no
# checking whether vsnprintf has C99 compatible return value... yes
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for xml2-config... xml2-config
# checking for xmlCreatePushParserCtxt... yes
# checking for libxml via xml2-config... yes - 2.9.4
# checking for xslt-config... xslt-config
# checking for curl-config... curl-config
# checking curl/curl.h usability... yes
# checking curl/curl.h presence... yes
# checking for curl/curl.h... yes
# checking for curl_easy_init... yes
# checking for libcurl via curl-config... yes - 7.49.1
# checking for ICU... yes - version 57.1
# checking for xmlCreatePushParserCtxt... (cached) yes
# checking libxml library... yes - version 2.9.4
# checking libxml/nanohttp.h usability... yes
# checking libxml/nanohttp.h presence... yes
# checking for libxml/nanohttp.h... yes
# checking libxml/parser.h usability... yes
# checking libxml/parser.h presence... yes
# checking for libxml/parser.h... yes
# checking for libxml/hash.h... yes
# checking for libxml/SAX2.h... yes
# checking if libxml xmlEntity has name_length field... no
# checking if libxml xmlEntity has etype field... yes
# checking if libxml xmlSAXHandler has initialized field... yes
# checking if libxml xmlSAXHandler has externalSubset field... yes
# checking for xmlSAX2InternalSubset... yes
# checking for xmlCtxtUseOptions... yes
# checking if libxml has parser option XML_PARSE_NONET... yes
# checking libxml/HTMLparser.h usability... yes
# checking libxml/HTMLparser.h presence... yes
# checking for libxml/HTMLparser.h... yes
# checking if libxml has parser option HTML_PARSE_NONET... yes
# checking for xsltSaveResultToString... yes
# checking for system libxslt library... yes - version 1.1.29
# checking for xsltInit... yes
# checking libxslt/xslt.h usability... yes
# checking libxslt/xslt.h presence... yes
# checking for libxslt/xslt.h... yes
# checking GRDDL parser requirements... yes
# checking JSON parser requirements... no - libyajl is not available
# checking RDF parsers required... all
# checking RDF serializers required... all
# checking XML names version... 1.0
# checking for curl/curl.h... (cached) yes
# checking for curl_easy_init... (cached) yes
# checking for libcurl library... yes - version 7.49.1 via curl-config
# checking WWW libraries available... libcurl 7.49.1 libxml 2.9.4
# checking WWW library to use... libcurl 7.49.1 via curl-config
# checking NFC library to use... ICU 57.1
# checking libinn.h usability... no
# checking libinn.h presence... no
# checking for libinn.h... no
# checking date parsing source... libcurl curl_getdate
# checking using memory signing... no
# checking whether make supports nested variables... yes
# checking for gtkdoc-check... /usr/bin/gtkdoc-check
# checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
# checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
# checking whether to build gtk-doc documentation... no
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating raptor2.spec
# config.status: creating raptor2.rdf
# config.status: creating data/Makefile
# config.status: creating docs/Makefile
# config.status: creating docs/version.xml
# config.status: creating examples/Makefile
# config.status: creating scripts/Makefile
# config.status: creating src/raptor2.h
# config.status: creating src/Makefile
# config.status: creating tests/Makefile
# config.status: creating tests/feeds/Makefile
# config.status: creating tests/grddl/Makefile
# config.status: creating tests/ntriples/Makefile
# config.status: creating tests/ntriples-2013/Makefile
# config.status: creating tests/nquads-2013/Makefile
# config.status: creating tests/rdfa/Makefile
# config.status: creating tests/rdfa11/Makefile
# config.status: creating tests/json/Makefile
# config.status: creating tests/rdfxml/Makefile
# config.status: creating tests/turtle/Makefile
# config.status: creating tests/turtle-2013/Makefile
# config.status: creating tests/trig/Makefile
# config.status: creating utils/Makefile
# config.status: creating librdfa/Makefile
# config.status: creating raptor2.pc
# config.status: creating src/raptor_config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
#
# Raptor build summary:
# RDF parsers available : rdfxml ntriples turtle trig guess rss-tag-soup rdfa nquads grddl
# RDF parsers enabled : rdfxml ntriples turtle trig guess rss-tag-soup rdfa nquads grddl
# RDF serializers available : rdfxml rdfxml-abbrev turtle ntriples rss-1.0 dot html json atom nquads
# RDF serializers enabled : rdfxml rdfxml-abbrev turtle ntriples rss-1.0 dot html json atom nquads
# XML parser : libxml 2.9.4 via xml2-config
# WWW library : libcurl 7.49.1 via curl-config
# NFC check library : ICU 57.1
#
# Making all in librdfa
# make[1]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/librdfa'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT context.lo -MD -MP -MF .deps/context.Tpo -c -o context.lo context.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT context.lo -MD -MP -MF .deps/context.Tpo -c context.c -fPIC -DPIC -o .libs/context.o
# mv -f .deps/context.Tpo .deps/context.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT curie.lo -MD -MP -MF .deps/curie.Tpo -c -o curie.lo curie.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT curie.lo -MD -MP -MF .deps/curie.Tpo -c curie.c -fPIC -DPIC -o .libs/curie.o
# mv -f .deps/curie.Tpo .deps/curie.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT iri.lo -MD -MP -MF .deps/iri.Tpo -c -o iri.lo iri.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT iri.lo -MD -MP -MF .deps/iri.Tpo -c iri.c -fPIC -DPIC -o .libs/iri.o
# mv -f .deps/iri.Tpo .deps/iri.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT language.lo -MD -MP -MF .deps/language.Tpo -c -o language.lo language.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT language.lo -MD -MP -MF .deps/language.Tpo -c language.c -fPIC -DPIC -o .libs/language.o
# mv -f .deps/language.Tpo .deps/language.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT lists.lo -MD -MP -MF .deps/lists.Tpo -c -o lists.lo lists.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT lists.lo -MD -MP -MF .deps/lists.Tpo -c lists.c -fPIC -DPIC -o .libs/lists.o
# mv -f .deps/lists.Tpo .deps/lists.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT namespace.lo -MD -MP -MF .deps/namespace.Tpo -c -o namespace.lo namespace.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT namespace.lo -MD -MP -MF .deps/namespace.Tpo -c namespace.c -fPIC -DPIC -o .libs/namespace.o
# mv -f .deps/namespace.Tpo .deps/namespace.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT rdfa.lo -MD -MP -MF .deps/rdfa.Tpo -c -o rdfa.lo rdfa.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT rdfa.lo -MD -MP -MF .deps/rdfa.Tpo -c rdfa.c -fPIC -DPIC -o .libs/rdfa.o
# mv -f .deps/rdfa.Tpo .deps/rdfa.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT rdfa_utils.lo -MD -MP -MF .deps/rdfa_utils.Tpo -c -o rdfa_utils.lo rdfa_utils.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT rdfa_utils.lo -MD -MP -MF .deps/rdfa_utils.Tpo -c rdfa_utils.c -fPIC -DPIC -o .libs/rdfa_utils.o
# mv -f .deps/rdfa_utils.Tpo .deps/rdfa_utils.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT subject.lo -MD -MP -MF .deps/subject.Tpo -c -o subject.lo subject.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT subject.lo -MD -MP -MF .deps/subject.Tpo -c subject.c -fPIC -DPIC -o .libs/subject.o
# mv -f .deps/subject.Tpo .deps/subject.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT triple.lo -MD -MP -MF .deps/triple.Tpo -c -o triple.lo triple.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT triple.lo -MD -MP -MF .deps/triple.Tpo -c triple.c -fPIC -DPIC -o .libs/triple.o
# mv -f .deps/triple.Tpo .deps/triple.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -o librdfa.la context.lo curie.lo iri.lo language.lo lists.lo namespace.lo rdfa.lo rdfa_utils.lo subject.lo triple.lo
# libtool: link: ar cru .libs/librdfa.a .libs/context.o .libs/curie.o .libs/iri.o .libs/language.o .libs/lists.o .libs/namespace.o .libs/rdfa.o .libs/rdfa_utils.o .libs/subject.o .libs/triple.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/librdfa.a
# libtool: link: ( cd ".libs" && rm -f "librdfa.la" && ln -s "../librdfa.la" "librdfa.la" )
# make[1]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/librdfa'
# Making all in src
# make[1]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/src'
# make all-am
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/src'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_parse.lo -MD -MP -MF .deps/raptor_parse.Tpo -c -o raptor_parse.lo raptor_parse.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_parse.lo -MD -MP -MF .deps/raptor_parse.Tpo -c raptor_parse.c -fPIC -DPIC -o .libs/raptor_parse.o
# raptor_parse.c:260:66: warning: incompatible pointer to integer conversion returning 'void *' from a function with result type 'int' [-Wint-conversion]
# RAPTOR_ASSERT_OBJECT_POINTER_RETURN_VALUE(world, raptor_world, NULL);
# ^~~~
# /usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'
# # define NULL ((void*)0)
# ^~~~~~~~~~
# ./raptor_internal.h:168:12: note: expanded from macro 'RAPTOR_ASSERT_OBJECT_POINTER_RETURN_VALUE'
# return ret; \
# ^~~
# 1 warning generated.
# mv -f .deps/raptor_parse.Tpo .deps/raptor_parse.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_serialize.lo -MD -MP -MF .deps/raptor_serialize.Tpo -c -o raptor_serialize.lo raptor_serialize.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_serialize.lo -MD -MP -MF .deps/raptor_serialize.Tpo -c raptor_serialize.c -fPIC -DPIC -o .libs/raptor_serialize.o
# raptor_serialize.c:243:66: warning: incompatible pointer to integer conversion returning 'void *' from a function with result type 'int' [-Wint-conversion]
# RAPTOR_ASSERT_OBJECT_POINTER_RETURN_VALUE(world, raptor_world, NULL);
# ^~~~
# /usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'
# # define NULL ((void*)0)
# ^~~~~~~~~~
# ./raptor_internal.h:168:12: note: expanded from macro 'RAPTOR_ASSERT_OBJECT_POINTER_RETURN_VALUE'
# return ret; \
# ^~~
# 1 warning generated.
# mv -f .deps/raptor_serialize.Tpo .deps/raptor_serialize.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_rfc2396.lo -MD -MP -MF .deps/raptor_rfc2396.Tpo -c -o raptor_rfc2396.lo raptor_rfc2396.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_rfc2396.lo -MD -MP -MF .deps/raptor_rfc2396.Tpo -c raptor_rfc2396.c -fPIC -DPIC -o .libs/raptor_rfc2396.o
# mv -f .deps/raptor_rfc2396.Tpo .deps/raptor_rfc2396.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_uri.lo -MD -MP -MF .deps/raptor_uri.Tpo -c -o raptor_uri.lo raptor_uri.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_uri.lo -MD -MP -MF .deps/raptor_uri.Tpo -c raptor_uri.c -fPIC -DPIC -o .libs/raptor_uri.o
# mv -f .deps/raptor_uri.Tpo .deps/raptor_uri.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_log.lo -MD -MP -MF .deps/raptor_log.Tpo -c -o raptor_log.lo raptor_log.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_log.lo -MD -MP -MF .deps/raptor_log.Tpo -c raptor_log.c -fPIC -DPIC -o .libs/raptor_log.o
# mv -f .deps/raptor_log.Tpo .deps/raptor_log.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_locator.lo -MD -MP -MF .deps/raptor_locator.Tpo -c -o raptor_locator.lo raptor_locator.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_locator.lo -MD -MP -MF .deps/raptor_locator.Tpo -c raptor_locator.c -fPIC -DPIC -o .libs/raptor_locator.o
# mv -f .deps/raptor_locator.Tpo .deps/raptor_locator.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_namespace.lo -MD -MP -MF .deps/raptor_namespace.Tpo -c -o raptor_namespace.lo raptor_namespace.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_namespace.lo -MD -MP -MF .deps/raptor_namespace.Tpo -c raptor_namespace.c -fPIC -DPIC -o .libs/raptor_namespace.o
# mv -f .deps/raptor_namespace.Tpo .deps/raptor_namespace.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_qname.lo -MD -MP -MF .deps/raptor_qname.Tpo -c -o raptor_qname.lo raptor_qname.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_qname.lo -MD -MP -MF .deps/raptor_qname.Tpo -c raptor_qname.c -fPIC -DPIC -o .libs/raptor_qname.o
# mv -f .deps/raptor_qname.Tpo .deps/raptor_qname.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_option.lo -MD -MP -MF .deps/raptor_option.Tpo -c -o raptor_option.lo raptor_option.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_option.lo -MD -MP -MF .deps/raptor_option.Tpo -c raptor_option.c -fPIC -DPIC -o .libs/raptor_option.o
# mv -f .deps/raptor_option.Tpo .deps/raptor_option.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_general.lo -MD -MP -MF .deps/raptor_general.Tpo -c -o raptor_general.lo raptor_general.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_general.lo -MD -MP -MF .deps/raptor_general.Tpo -c raptor_general.c -fPIC -DPIC -o .libs/raptor_general.o
# mv -f .deps/raptor_general.Tpo .deps/raptor_general.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_unicode.lo -MD -MP -MF .deps/raptor_unicode.Tpo -c -o raptor_unicode.lo raptor_unicode.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_unicode.lo -MD -MP -MF .deps/raptor_unicode.Tpo -c raptor_unicode.c -fPIC -DPIC -o .libs/raptor_unicode.o
# mv -f .deps/raptor_unicode.Tpo .deps/raptor_unicode.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_www.lo -MD -MP -MF .deps/raptor_www.Tpo -c -o raptor_www.lo raptor_www.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_www.lo -MD -MP -MF .deps/raptor_www.Tpo -c raptor_www.c -fPIC -DPIC -o .libs/raptor_www.o
# mv -f .deps/raptor_www.Tpo .deps/raptor_www.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_statement.lo -MD -MP -MF .deps/raptor_statement.Tpo -c -o raptor_statement.lo raptor_statement.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_statement.lo -MD -MP -MF .deps/raptor_statement.Tpo -c raptor_statement.c -fPIC -DPIC -o .libs/raptor_statement.o
# mv -f .deps/raptor_statement.Tpo .deps/raptor_statement.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_term.lo -MD -MP -MF .deps/raptor_term.Tpo -c -o raptor_term.lo raptor_term.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_term.lo -MD -MP -MF .deps/raptor_term.Tpo -c raptor_term.c -fPIC -DPIC -o .libs/raptor_term.o
# mv -f .deps/raptor_term.Tpo .deps/raptor_term.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_sequence.lo -MD -MP -MF .deps/raptor_sequence.Tpo -c -o raptor_sequence.lo raptor_sequence.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_sequence.lo -MD -MP -MF .deps/raptor_sequence.Tpo -c raptor_sequence.c -fPIC -DPIC -o .libs/raptor_sequence.o
# mv -f .deps/raptor_sequence.Tpo .deps/raptor_sequence.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_stringbuffer.lo -MD -MP -MF .deps/raptor_stringbuffer.Tpo -c -o raptor_stringbuffer.lo raptor_stringbuffer.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_stringbuffer.lo -MD -MP -MF .deps/raptor_stringbuffer.Tpo -c raptor_stringbuffer.c -fPIC -DPIC -o .libs/raptor_stringbuffer.o
# mv -f .deps/raptor_stringbuffer.Tpo .deps/raptor_stringbuffer.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_iostream.lo -MD -MP -MF .deps/raptor_iostream.Tpo -c -o raptor_iostream.lo raptor_iostream.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_iostream.lo -MD -MP -MF .deps/raptor_iostream.Tpo -c raptor_iostream.c -fPIC -DPIC -o .libs/raptor_iostream.o
# mv -f .deps/raptor_iostream.Tpo .deps/raptor_iostream.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_xml.lo -MD -MP -MF .deps/raptor_xml.Tpo -c -o raptor_xml.lo raptor_xml.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_xml.lo -MD -MP -MF .deps/raptor_xml.Tpo -c raptor_xml.c -fPIC -DPIC -o .libs/raptor_xml.o
# mv -f .deps/raptor_xml.Tpo .deps/raptor_xml.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_xml_writer.lo -MD -MP -MF .deps/raptor_xml_writer.Tpo -c -o raptor_xml_writer.lo raptor_xml_writer.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_xml_writer.lo -MD -MP -MF .deps/raptor_xml_writer.Tpo -c raptor_xml_writer.c -fPIC -DPIC -o .libs/raptor_xml_writer.o
# mv -f .deps/raptor_xml_writer.Tpo .deps/raptor_xml_writer.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_set.lo -MD -MP -MF .deps/raptor_set.Tpo -c -o raptor_set.lo raptor_set.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_set.lo -MD -MP -MF .deps/raptor_set.Tpo -c raptor_set.c -fPIC -DPIC -o .libs/raptor_set.o
# mv -f .deps/raptor_set.Tpo .deps/raptor_set.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT turtle_common.lo -MD -MP -MF .deps/turtle_common.Tpo -c -o turtle_common.lo turtle_common.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT turtle_common.lo -MD -MP -MF .deps/turtle_common.Tpo -c turtle_common.c -fPIC -DPIC -o .libs/turtle_common.o
# mv -f .deps/turtle_common.Tpo .deps/turtle_common.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_turtle_writer.lo -MD -MP -MF .deps/raptor_turtle_writer.Tpo -c -o raptor_turtle_writer.lo raptor_turtle_writer.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_turtle_writer.lo -MD -MP -MF .deps/raptor_turtle_writer.Tpo -c raptor_turtle_writer.c -fPIC -DPIC -o .libs/raptor_turtle_writer.o
# mv -f .deps/raptor_turtle_writer.Tpo .deps/raptor_turtle_writer.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_avltree.lo -MD -MP -MF .deps/raptor_avltree.Tpo -c -o raptor_avltree.lo raptor_avltree.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_avltree.lo -MD -MP -MF .deps/raptor_avltree.Tpo -c raptor_avltree.c -fPIC -DPIC -o .libs/raptor_avltree.o
# mv -f .deps/raptor_avltree.Tpo .deps/raptor_avltree.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT snprintf.lo -MD -MP -MF .deps/snprintf.Tpo -c -o snprintf.lo snprintf.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT snprintf.lo -MD -MP -MF .deps/snprintf.Tpo -c snprintf.c -fPIC -DPIC -o .libs/snprintf.o
# mv -f .deps/snprintf.Tpo .deps/snprintf.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_json_writer.lo -MD -MP -MF .deps/raptor_json_writer.Tpo -c -o raptor_json_writer.lo raptor_json_writer.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_json_writer.lo -MD -MP -MF .deps/raptor_json_writer.Tpo -c raptor_json_writer.c -fPIC -DPIC -o .libs/raptor_json_writer.o
# mv -f .deps/raptor_json_writer.Tpo .deps/raptor_json_writer.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_memstr.lo -MD -MP -MF .deps/raptor_memstr.Tpo -c -o raptor_memstr.lo raptor_memstr.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_memstr.lo -MD -MP -MF .deps/raptor_memstr.Tpo -c raptor_memstr.c -fPIC -DPIC -o .libs/raptor_memstr.o
# mv -f .deps/raptor_memstr.Tpo .deps/raptor_memstr.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_concepts.lo -MD -MP -MF .deps/raptor_concepts.Tpo -c -o raptor_concepts.lo raptor_concepts.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_concepts.lo -MD -MP -MF .deps/raptor_concepts.Tpo -c raptor_concepts.c -fPIC -DPIC -o .libs/raptor_concepts.o
# mv -f .deps/raptor_concepts.Tpo .deps/raptor_concepts.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_syntax_description.lo -MD -MP -MF .deps/raptor_syntax_description.Tpo -c -o raptor_syntax_description.lo raptor_syntax_description.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_syntax_description.lo -MD -MP -MF .deps/raptor_syntax_description.Tpo -c raptor_syntax_description.c -fPIC -DPIC -o .libs/raptor_syntax_description.o
# mv -f .deps/raptor_syntax_description.Tpo .deps/raptor_syntax_description.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_sax2.lo -MD -MP -MF .deps/raptor_sax2.Tpo -c -o raptor_sax2.lo raptor_sax2.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_sax2.lo -MD -MP -MF .deps/raptor_sax2.Tpo -c raptor_sax2.c -fPIC -DPIC -o .libs/raptor_sax2.o
# mv -f .deps/raptor_sax2.Tpo .deps/raptor_sax2.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_escaped.lo -MD -MP -MF .deps/raptor_escaped.Tpo -c -o raptor_escaped.lo raptor_escaped.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_escaped.lo -MD -MP -MF .deps/raptor_escaped.Tpo -c raptor_escaped.c -fPIC -DPIC -o .libs/raptor_escaped.o
# mv -f .deps/raptor_escaped.Tpo .deps/raptor_escaped.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_ntriples.lo -MD -MP -MF .deps/raptor_ntriples.Tpo -c -o raptor_ntriples.lo raptor_ntriples.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_ntriples.lo -MD -MP -MF .deps/raptor_ntriples.Tpo -c raptor_ntriples.c -fPIC -DPIC -o .libs/raptor_ntriples.o
# mv -f .deps/raptor_ntriples.Tpo .deps/raptor_ntriples.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT sort_r.lo -MD -MP -MF .deps/sort_r.Tpo -c -o sort_r.lo sort_r.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT sort_r.lo -MD -MP -MF .deps/sort_r.Tpo -c sort_r.c -fPIC -DPIC -o .libs/sort_r.o
# mv -f .deps/sort_r.Tpo .deps/sort_r.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_libxml.lo -MD -MP -MF .deps/raptor_libxml.Tpo -c -o raptor_libxml.lo raptor_libxml.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_libxml.lo -MD -MP -MF .deps/raptor_libxml.Tpo -c raptor_libxml.c -fPIC -DPIC -o .libs/raptor_libxml.o
# mv -f .deps/raptor_libxml.Tpo .deps/raptor_libxml.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_rdfxml.lo -MD -MP -MF .deps/raptor_rdfxml.Tpo -c -o raptor_rdfxml.lo raptor_rdfxml.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_rdfxml.lo -MD -MP -MF .deps/raptor_rdfxml.Tpo -c raptor_rdfxml.c -fPIC -DPIC -o .libs/raptor_rdfxml.o
# mv -f .deps/raptor_rdfxml.Tpo .deps/raptor_rdfxml.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT turtle_lexer.lo -MD -MP -MF .deps/turtle_lexer.Tpo -c -o turtle_lexer.lo turtle_lexer.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT turtle_lexer.lo -MD -MP -MF .deps/turtle_lexer.Tpo -c turtle_lexer.c -fPIC -DPIC -o .libs/turtle_lexer.o
# mv -f .deps/turtle_lexer.Tpo .deps/turtle_lexer.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT turtle_parser.lo -MD -MP -MF .deps/turtle_parser.Tpo -c -o turtle_parser.lo turtle_parser.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT turtle_parser.lo -MD -MP -MF .deps/turtle_parser.Tpo -c turtle_parser.c -fPIC -DPIC -o .libs/turtle_parser.o
# mv -f .deps/turtle_parser.Tpo .deps/turtle_parser.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT ntriples_parse.lo -MD -MP -MF .deps/ntriples_parse.Tpo -c -o ntriples_parse.lo ntriples_parse.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT ntriples_parse.lo -MD -MP -MF .deps/ntriples_parse.Tpo -c ntriples_parse.c -fPIC -DPIC -o .libs/ntriples_parse.o
# mv -f .deps/ntriples_parse.Tpo .deps/ntriples_parse.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_rss_common.lo -MD -MP -MF .deps/raptor_rss_common.Tpo -c -o raptor_rss_common.lo raptor_rss_common.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_rss_common.lo -MD -MP -MF .deps/raptor_rss_common.Tpo -c raptor_rss_common.c -fPIC -DPIC -o .libs/raptor_rss_common.o
# mv -f .deps/raptor_rss_common.Tpo .deps/raptor_rss_common.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_rss.lo -MD -MP -MF .deps/raptor_rss.Tpo -c -o raptor_rss.lo raptor_rss.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_rss.lo -MD -MP -MF .deps/raptor_rss.Tpo -c raptor_rss.c -fPIC -DPIC -o .libs/raptor_rss.o
# mv -f .deps/raptor_rss.Tpo .deps/raptor_rss.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_grddl.lo -MD -MP -MF .deps/raptor_grddl.Tpo -c -o raptor_grddl.lo raptor_grddl.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_grddl.lo -MD -MP -MF .deps/raptor_grddl.Tpo -c raptor_grddl.c -fPIC -DPIC -o .libs/raptor_grddl.o
# mv -f .deps/raptor_grddl.Tpo .deps/raptor_grddl.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_guess.lo -MD -MP -MF .deps/raptor_guess.Tpo -c -o raptor_guess.lo raptor_guess.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_guess.lo -MD -MP -MF .deps/raptor_guess.Tpo -c raptor_guess.c -fPIC -DPIC -o .libs/raptor_guess.o
# mv -f .deps/raptor_guess.Tpo .deps/raptor_guess.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_librdfa.lo -MD -MP -MF .deps/raptor_librdfa.Tpo -c -o raptor_librdfa.lo raptor_librdfa.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_librdfa.lo -MD -MP -MF .deps/raptor_librdfa.Tpo -c raptor_librdfa.c -fPIC -DPIC -o .libs/raptor_librdfa.o
# mv -f .deps/raptor_librdfa.Tpo .deps/raptor_librdfa.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_serialize_rdfxml.lo -MD -MP -MF .deps/raptor_serialize_rdfxml.Tpo -c -o raptor_serialize_rdfxml.lo raptor_serialize_rdfxml.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_serialize_rdfxml.lo -MD -MP -MF .deps/raptor_serialize_rdfxml.Tpo -c raptor_serialize_rdfxml.c -fPIC -DPIC -o .libs/raptor_serialize_rdfxml.o
# mv -f .deps/raptor_serialize_rdfxml.Tpo .deps/raptor_serialize_rdfxml.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_serialize_ntriples.lo -MD -MP -MF .deps/raptor_serialize_ntriples.Tpo -c -o raptor_serialize_ntriples.lo raptor_serialize_ntriples.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_serialize_ntriples.lo -MD -MP -MF .deps/raptor_serialize_ntriples.Tpo -c raptor_serialize_ntriples.c -fPIC -DPIC -o .libs/raptor_serialize_ntriples.o
# mv -f .deps/raptor_serialize_ntriples.Tpo .deps/raptor_serialize_ntriples.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_abbrev.lo -MD -MP -MF .deps/raptor_abbrev.Tpo -c -o raptor_abbrev.lo raptor_abbrev.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_abbrev.lo -MD -MP -MF .deps/raptor_abbrev.Tpo -c raptor_abbrev.c -fPIC -DPIC -o .libs/raptor_abbrev.o
# mv -f .deps/raptor_abbrev.Tpo .deps/raptor_abbrev.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_serialize_rdfxmla.lo -MD -MP -MF .deps/raptor_serialize_rdfxmla.Tpo -c -o raptor_serialize_rdfxmla.lo raptor_serialize_rdfxmla.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_serialize_rdfxmla.lo -MD -MP -MF .deps/raptor_serialize_rdfxmla.Tpo -c raptor_serialize_rdfxmla.c -fPIC -DPIC -o .libs/raptor_serialize_rdfxmla.o
# mv -f .deps/raptor_serialize_rdfxmla.Tpo .deps/raptor_serialize_rdfxmla.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_serialize_turtle.lo -MD -MP -MF .deps/raptor_serialize_turtle.Tpo -c -o raptor_serialize_turtle.lo raptor_serialize_turtle.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_serialize_turtle.lo -MD -MP -MF .deps/raptor_serialize_turtle.Tpo -c raptor_serialize_turtle.c -fPIC -DPIC -o .libs/raptor_serialize_turtle.o
# mv -f .deps/raptor_serialize_turtle.Tpo .deps/raptor_serialize_turtle.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_serialize_rss.lo -MD -MP -MF .deps/raptor_serialize_rss.Tpo -c -o raptor_serialize_rss.lo raptor_serialize_rss.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_serialize_rss.lo -MD -MP -MF .deps/raptor_serialize_rss.Tpo -c raptor_serialize_rss.c -fPIC -DPIC -o .libs/raptor_serialize_rss.o
# mv -f .deps/raptor_serialize_rss.Tpo .deps/raptor_serialize_rss.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_serialize_dot.lo -MD -MP -MF .deps/raptor_serialize_dot.Tpo -c -o raptor_serialize_dot.lo raptor_serialize_dot.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_serialize_dot.lo -MD -MP -MF .deps/raptor_serialize_dot.Tpo -c raptor_serialize_dot.c -fPIC -DPIC -o .libs/raptor_serialize_dot.o
# mv -f .deps/raptor_serialize_dot.Tpo .deps/raptor_serialize_dot.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_serialize_html.lo -MD -MP -MF .deps/raptor_serialize_html.Tpo -c -o raptor_serialize_html.lo raptor_serialize_html.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_serialize_html.lo -MD -MP -MF .deps/raptor_serialize_html.Tpo -c raptor_serialize_html.c -fPIC -DPIC -o .libs/raptor_serialize_html.o
# mv -f .deps/raptor_serialize_html.Tpo .deps/raptor_serialize_html.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_serialize_json.lo -MD -MP -MF .deps/raptor_serialize_json.Tpo -c -o raptor_serialize_json.lo raptor_serialize_json.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_serialize_json.lo -MD -MP -MF .deps/raptor_serialize_json.Tpo -c raptor_serialize_json.c -fPIC -DPIC -o .libs/raptor_serialize_json.o
# mv -f .deps/raptor_serialize_json.Tpo .deps/raptor_serialize_json.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_www_curl.lo -MD -MP -MF .deps/raptor_www_curl.Tpo -c -o raptor_www_curl.lo raptor_www_curl.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_www_curl.lo -MD -MP -MF .deps/raptor_www_curl.Tpo -c raptor_www_curl.c -fPIC -DPIC -o .libs/raptor_www_curl.o
# mv -f .deps/raptor_www_curl.Tpo .deps/raptor_www_curl.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_nfc_icu.lo -MD -MP -MF .deps/raptor_nfc_icu.Tpo -c -o raptor_nfc_icu.lo raptor_nfc_icu.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT raptor_nfc_icu.lo -MD -MP -MF .deps/raptor_nfc_icu.Tpo -c raptor_nfc_icu.c -fPIC -DPIC -o .libs/raptor_nfc_icu.o
# mv -f .deps/raptor_nfc_icu.Tpo .deps/raptor_nfc_icu.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -version-info 0:0:0 -lcurl -L/usr/lib -licuuc -lxml2 -lz -llzma -lm -ldl -L/usr/lib -lxslt -lxml2 -lz -llzma -ldl -lm -o libraptor2.la -rpath /usr/lib raptor_parse.lo raptor_serialize.lo raptor_rfc2396.lo raptor_uri.lo raptor_log.lo raptor_locator.lo raptor_namespace.lo raptor_qname.lo raptor_option.lo raptor_general.lo raptor_unicode.lo raptor_www.lo raptor_statement.lo raptor_term.lo raptor_sequence.lo raptor_stringbuffer.lo raptor_iostream.lo raptor_xml.lo raptor_xml_writer.lo raptor_set.lo turtle_common.lo raptor_turtle_writer.lo raptor_avltree.lo snprintf.lo raptor_json_writer.lo raptor_memstr.lo raptor_concepts.lo raptor_syntax_description.lo raptor_sax2.lo raptor_escaped.lo raptor_ntriples.lo sort_r.lo raptor_libxml.lo raptor_rdfxml.lo turtle_lexer.lo turtle_parser.lo ntriples_parse.lo raptor_rss_common.lo raptor_rss.lo raptor_grddl.lo raptor_guess.lo raptor_librdfa.lo raptor_serialize_rdfxml.lo raptor_serialize_ntriples.lo raptor_abbrev.lo raptor_serialize_rdfxmla.lo raptor_serialize_turtle.lo raptor_serialize_rss.lo raptor_serialize_dot.lo raptor_serialize_html.lo raptor_serialize_json.lo ../librdfa/librdfa.la raptor_www_curl.lo raptor_nfc_icu.lo
# libtool: link: clang -shared -fPIC -DPIC .libs/raptor_parse.o .libs/raptor_serialize.o .libs/raptor_rfc2396.o .libs/raptor_uri.o .libs/raptor_log.o .libs/raptor_locator.o .libs/raptor_namespace.o .libs/raptor_qname.o .libs/raptor_option.o .libs/raptor_general.o .libs/raptor_unicode.o .libs/raptor_www.o .libs/raptor_statement.o .libs/raptor_term.o .libs/raptor_sequence.o .libs/raptor_stringbuffer.o .libs/raptor_iostream.o .libs/raptor_xml.o .libs/raptor_xml_writer.o .libs/raptor_set.o .libs/turtle_common.o .libs/raptor_turtle_writer.o .libs/raptor_avltree.o .libs/snprintf.o .libs/raptor_json_writer.o .libs/raptor_memstr.o .libs/raptor_concepts.o .libs/raptor_syntax_description.o .libs/raptor_sax2.o .libs/raptor_escaped.o .libs/raptor_ntriples.o .libs/sort_r.o .libs/raptor_libxml.o .libs/raptor_rdfxml.o .libs/turtle_lexer.o .libs/turtle_parser.o .libs/ntriples_parse.o .libs/raptor_rss_common.o .libs/raptor_rss.o .libs/raptor_grddl.o .libs/raptor_guess.o .libs/raptor_librdfa.o .libs/raptor_serialize_rdfxml.o .libs/raptor_serialize_ntriples.o .libs/raptor_abbrev.o .libs/raptor_serialize_rdfxmla.o .libs/raptor_serialize_turtle.o .libs/raptor_serialize_rss.o .libs/raptor_serialize_dot.o .libs/raptor_serialize_html.o .libs/raptor_serialize_json.o .libs/raptor_www_curl.o .libs/raptor_nfc_icu.o -Wl,--whole-archive ../librdfa/.libs/librdfa.a -Wl,--no-whole-archive -lcurl -L/usr/lib -licuuc -lxslt -lxml2 -lz -llzma -ldl -lm -Wl,-soname -Wl,libraptor2.so.0 -o .libs/libraptor2.so.0.0.0
# libtool: link: (cd ".libs" && rm -f "libraptor2.so.0" && ln -s "libraptor2.so.0.0.0" "libraptor2.so.0")
# libtool: link: (cd ".libs" && rm -f "libraptor2.so" && ln -s "libraptor2.so.0.0.0" "libraptor2.so")
# libtool: link: ( cd ".libs" && rm -f "libraptor2.la" && ln -s "../libraptor2.la" "libraptor2.la" )
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/src'
# make[1]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/src'
# Making all in utils
# make[1]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/utils'
# clang -DHAVE_CONFIG_H -I. -I../src -I../src -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT rapper.o -MD -MP -MF .deps/rapper.Tpo -c -o rapper.o rapper.c
# mv -f .deps/rapper.Tpo .deps/rapper.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -o rapper rapper.o ../src/libraptor2.la
# libtool: link: clang -o .libs/rapper rapper.o ../src/.libs/libraptor2.so
# clang -DHAVE_CONFIG_H -I. -I../src -I../src -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -MT rdfdiff.o -MD -MP -MF .deps/rdfdiff.Tpo -c -o rdfdiff.o rdfdiff.c
# mv -f .deps/rdfdiff.Tpo .deps/rdfdiff.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -o rdfdiff rdfdiff.o ../src/libraptor2.la
# libtool: link: clang -o .libs/rdfdiff rdfdiff.o ../src/.libs/libraptor2.so
# make[1]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/utils'
# Making all in docs
# make[1]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/docs'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/docs'
# Making all in data
# make[1]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/data'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/data'
# Making all in tests
# make[1]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests'
# Making all in rdfxml
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/rdfxml'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/rdfxml'
# Making all in ntriples
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/ntriples'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/ntriples'
# Making all in ntriples-2013
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/ntriples-2013'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/ntriples-2013'
# Making all in nquads-2013
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/nquads-2013'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/nquads-2013'
# Making all in turtle
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/turtle'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/turtle'
# Making all in turtle-2013
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/turtle-2013'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/turtle-2013'
# Making all in trig
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/trig'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/trig'
# Making all in grddl
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/grddl'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/grddl'
# Making all in rdfa
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/rdfa'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/rdfa'
# Making all in rdfa11
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/rdfa11'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/rdfa11'
# Making all in json
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/json'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/json'
# Making all in feeds
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/feeds'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/feeds'
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests'
# make[2]: Nothing to be done for 'all-am'.
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests'
# make[1]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests'
# Making all in examples
# make[1]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/examples'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/examples'
# Making all in scripts
# make[1]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/scripts'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/scripts'
# make[1]: Entering directory '/tmp/raptor/src/raptor2-2.0.15'
# make[1]: Nothing to be done for 'all-am'.
# make[1]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in librdfa
# make[1]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/librdfa'
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/librdfa'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/librdfa'
# make[1]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/librdfa'
# Making install in src
# make[1]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/src'
# make install-am
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/src'
# make[3]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/src'
# /usr/bin/mkdir -p '/tmp/raptor/pkg/raptor/usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libraptor2.la '/tmp/raptor/pkg/raptor/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libraptor2.so.0.0.0 /tmp/raptor/pkg/raptor/usr/lib/libraptor2.so.0.0.0
# libtool: install: (cd /tmp/raptor/pkg/raptor/usr/lib && { ln -s -f libraptor2.so.0.0.0 libraptor2.so.0 || { rm -f libraptor2.so.0 && ln -s libraptor2.so.0.0.0 libraptor2.so.0; }; })
# libtool: install: (cd /tmp/raptor/pkg/raptor/usr/lib && { ln -s -f libraptor2.so.0.0.0 libraptor2.so || { rm -f libraptor2.so && ln -s libraptor2.so.0.0.0 libraptor2.so; }; })
# libtool: install: /usr/bin/install -c .libs/libraptor2.lai /tmp/raptor/pkg/raptor/usr/lib/libraptor2.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# /usr/bin/mkdir -p '/tmp/raptor/pkg/raptor/usr/include/raptor2'
# /usr/bin/install -c -m 644 raptor2.h '/tmp/raptor/pkg/raptor/usr/include/raptor2'
# /usr/bin/mkdir -p '/tmp/raptor/pkg/raptor/usr/include/raptor2'
# /usr/bin/install -c -m 644 raptor.h '/tmp/raptor/pkg/raptor/usr/include/raptor2'
# make[3]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/src'
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/src'
# make[1]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/src'
# Making install in utils
# make[1]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/utils'
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/utils'
# /usr/bin/mkdir -p '/tmp/raptor/pkg/raptor/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c rapper '/tmp/raptor/pkg/raptor/usr/bin'
# libtool: install: warning: `../src/libraptor2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/rapper /tmp/raptor/pkg/raptor/usr/bin/rapper
# /usr/bin/mkdir -p '/tmp/raptor/pkg/raptor/usr/share/man/man1'
# /usr/bin/install -c -m 644 rapper.1 '/tmp/raptor/pkg/raptor/usr/share/man/man1'
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/utils'
# make[1]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/utils'
# Making install in docs
# make[1]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/docs'
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/docs'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/install -c -m 644 ./html/home.png
# /usr/bin/install -c -m 644 ./html/index.html
# /usr/bin/install -c -m 644 ./html/index.sgml
# /usr/bin/install -c -m 644 ./html/introduction.html
# /usr/bin/install -c -m 644 ./html/ix01.html
# /usr/bin/install -c -m 644 ./html/left.png
# /usr/bin/install -c -m 644 ./html/parser-grddl.html
# /usr/bin/install -c -m 644 ./html/parser-guess.html
# /usr/bin/install -c -m 644 ./html/parser-json.html
# /usr/bin/install -c -m 644 ./html/parser-ntriples.html
# /usr/bin/install -c -m 644 ./html/parser-rdfa.html
# /usr/bin/install -c -m 644 ./html/parser-rdfxml.html
# /usr/bin/install -c -m 644 ./html/parser-rss-tag-soup.html
# /usr/bin/install -c -m 644 ./html/parser-trig.html
# /usr/bin/install -c -m 644 ./html/parser-turtle.html
# /usr/bin/install -c -m 644 ./html/raptor-formats-types-by-parser.html
# /usr/bin/install -c -m 644 ./html/raptor-formats-types-by-serializer.html
# /usr/bin/install -c -m 644 ./html/raptor-formats-types-index.html
# /usr/bin/install -c -m 644 ./html/raptor-formats.html
# /usr/bin/install -c -m 644 ./html/raptor-parsers.html
# /usr/bin/install -c -m 644 ./html/raptor-serializers.html
# /usr/bin/install -c -m 644 ./html/raptor2-changes-1-4-21-to-2-0-0.html
# /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-10-to-2-0-11.html
# /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-11-to-2-0-12.html
# /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-13-to-2-0-14.html
# /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-14-to-2-0-15.html
# /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-3-to-2-0-4.html
# /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-4-to-2-0-5.html
# /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-5-to-2-0-6.html
# /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-6-to-2-0-7.html
# /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-7-to-2-0-8.html
# /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-9-to-2-0-10.html
# /usr/bin/install -c -m 644 ./html/raptor2-changes.html
# /usr/bin/install -c -m 644 ./html/raptor2-section-avltree.html
# /usr/bin/install -c -m 644 ./html/raptor2-section-constants.html
# /usr/bin/install -c -m 644 ./html/raptor2-section-general.html
# /usr/bin/install -c -m 644 ./html/raptor2-section-iostream.html
# /usr/bin/install -c -m 644 ./html/raptor2-section-locator.html
# /usr/bin/install -c -m 644 ./html/raptor2-section-memory.html
# /usr/bin/install -c -m 644 ./html/raptor2-section-option.html
# /usr/bin/install -c -m 644 ./html/raptor2-section-parser.html
# /usr/bin/install -c -m 644 ./html/raptor2-section-sax2.html
# /usr/bin/install -c -m 644 ./html/raptor2-section-sequence.html
# /usr/bin/install -c -m 644 ./html/raptor2-section-serializer.html
# /usr/bin/install -c -m 644 ./html/raptor2-section-stringbuffer.html
# /usr/bin/install -c -m 644 ./html/raptor2-section-triples.html
# /usr/bin/install -c -m 644 ./html/raptor2-section-unicode.html
# /usr/bin/install -c -m 644 ./html/raptor2-section-uri.html
# /usr/bin/install -c -m 644 ./html/raptor2-section-world.html
# /usr/bin/install -c -m 644 ./html/raptor2-section-www.html
# /usr/bin/install -c -m 644 ./html/raptor2-section-xml-namespace.html
# /usr/bin/install -c -m 644 ./html/raptor2-section-xml-qname.html
# /usr/bin/install -c -m 644 ./html/raptor2-section-xml.html
# /usr/bin/install -c -m 644 ./html/raptor2.devhelp2
# /usr/bin/install -c -m 644 ./html/reference-manual.html
# /usr/bin/install -c -m 644 ./html/restrict-parser-network-access.html
# /usr/bin/install -c -m 644 ./html/right.png
# /usr/bin/install -c -m 644 ./html/serializer-atom.html
# /usr/bin/install -c -m 644 ./html/serializer-dot.html
# /usr/bin/install -c -m 644 ./html/serializer-json.html
# /usr/bin/install -c -m 644 ./html/serializer-nquads.html
# /usr/bin/install -c -m 644 ./html/serializer-ntriples.html
# /usr/bin/install -c -m 644 ./html/serializer-rdfxml-abbrev.html
# /usr/bin/install -c -m 644 ./html/serializer-rdfxml-xmp.html
# /usr/bin/install -c -m 644 ./html/serializer-rdfxml.html
# /usr/bin/install -c -m 644 ./html/serializer-rss-1-0.html
# /usr/bin/install -c -m 644 ./html/serializer-turtle.html
# /usr/bin/install -c -m 644 ./html/style.css
# /usr/bin/install -c -m 644 ./html/tutorial-initialising-finishing.html
# /usr/bin/install -c -m 644 ./html/tutorial-parse-strictness.html
# /usr/bin/install -c -m 644 ./html/tutorial-parser-abort.html
# /usr/bin/install -c -m 644 ./html/tutorial-parser-content.html
# /usr/bin/install -c -m 644 ./html/tutorial-parser-create.html
# /usr/bin/install -c -m 644 ./html/tutorial-parser-destroy.html
# /usr/bin/install -c -m 644 ./html/tutorial-parser-example.html
# /usr/bin/install -c -m 644 ./html/tutorial-parser-features.html
# /usr/bin/install -c -m 644 ./html/tutorial-parser-runtime-info.html
# /usr/bin/install -c -m 644 ./html/tutorial-parser-set-error-warning-handlers.html
# /usr/bin/install -c -m 644 ./html/tutorial-parser-set-id-handler.html
# /usr/bin/install -c -m 644 ./html/tutorial-parser-set-namespace-handler.html
# /usr/bin/install -c -m 644 ./html/tutorial-parser-set-triple-handler.html
# /usr/bin/install -c -m 644 ./html/tutorial-parser-static-info.html
# /usr/bin/install -c -m 644 ./html/tutorial-parsing.html
# /usr/bin/install -c -m 644 ./html/tutorial-querying-functionality.html
# /usr/bin/install -c -m 644 ./html/tutorial-serializer-create.html
# /usr/bin/install -c -m 644 ./html/tutorial-serializer-declare-namespace.html
# /usr/bin/install -c -m 644 ./html/tutorial-serializer-destroy.html
# /usr/bin/install -c -m 644 ./html/tutorial-serializer-example.html
# /usr/bin/install -c -m 644 ./html/tutorial-serializer-features.html
# /usr/bin/install -c -m 644 ./html/tutorial-serializer-get-triples.html
# /usr/bin/install -c -m 644 ./html/tutorial-serializer-runtime-info.html
# /usr/bin/install -c -m 644 ./html/tutorial-serializer-send-triples.html
# /usr/bin/install -c -m 644 ./html/tutorial-serializer-set-error-warning-handlers.html
# /usr/bin/install -c -m 644 ./html/tutorial-serializer-to-destination.html
# /usr/bin/install -c -m 644 ./html/tutorial-serializing.html
# /usr/bin/install -c -m 644 ./html/tutorial.html
# /usr/bin/install -c -m 644 ./html/up.png
# /usr/bin/mkdir -p '/tmp/raptor/pkg/raptor/usr/share/man/man3'
# /usr/bin/install -c -m 644 libraptor2.3 '/tmp/raptor/pkg/raptor/usr/share/man/man3'
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/docs'
# make[1]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/docs'
# Making install in data
# make[1]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/data'
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/data'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/data'
# make[1]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/data'
# Making install in tests
# make[1]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests'
# Making install in rdfxml
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/rdfxml'
# make[3]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/rdfxml'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/rdfxml'
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/rdfxml'
# Making install in ntriples
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/ntriples'
# make[3]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/ntriples'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/ntriples'
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/ntriples'
# Making install in ntriples-2013
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/ntriples-2013'
# make[3]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/ntriples-2013'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/ntriples-2013'
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/ntriples-2013'
# Making install in nquads-2013
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/nquads-2013'
# make[3]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/nquads-2013'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/nquads-2013'
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/nquads-2013'
# Making install in turtle
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/turtle'
# make[3]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/turtle'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/turtle'
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/turtle'
# Making install in turtle-2013
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/turtle-2013'
# make[3]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/turtle-2013'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/turtle-2013'
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/turtle-2013'
# Making install in trig
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/trig'
# make[3]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/trig'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/trig'
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/trig'
# Making install in grddl
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/grddl'
# make[3]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/grddl'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/grddl'
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/grddl'
# Making install in rdfa
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/rdfa'
# make[3]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/rdfa'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/rdfa'
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/rdfa'
# Making install in rdfa11
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/rdfa11'
# make[3]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/rdfa11'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/rdfa11'
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/rdfa11'
# Making install in json
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/json'
# make[3]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/json'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/json'
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/json'
# Making install in feeds
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/feeds'
# make[3]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests/feeds'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/feeds'
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests/feeds'
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests'
# make[3]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/tests'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests'
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests'
# make[1]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/tests'
# Making install in examples
# make[1]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/examples'
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/examples'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/examples'
# make[1]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/examples'
# Making install in scripts
# make[1]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/scripts'
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15/scripts'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/scripts'
# make[1]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15/scripts'
# make[1]: Entering directory '/tmp/raptor/src/raptor2-2.0.15'
# make[2]: Entering directory '/tmp/raptor/src/raptor2-2.0.15'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/raptor/pkg/raptor/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 raptor2.pc '/tmp/raptor/pkg/raptor/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15'
# make[1]: Leaving directory '/tmp/raptor/src/raptor2-2.0.15'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "raptor"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: raptor 2.0.15-4 (Thu Apr 13 21:13:13 UTC 2017)

CMD: pacman --query --file raptor-2.0.15-4-x86_64.pkg.tar.xz
# raptor 2.0.15-4

Creating hybrid package for 'raptor'

Trying to find vanilla package 'raptor'...

CMD: pacman --query --file /mirror/raptor-2.0.15-4.pkg.tar.xz
# raptor 2.0.15-4

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/include/raptor2/raptor.h
# /usr/include/raptor2/raptor2.h
# /usr/lib/libraptor2.so.0
# /usr/lib/libraptor2.so
# /usr/lib/libraptor2.so.0.0.0
# /usr/lib/pkgconfig/raptor2.pc
# /usr/bin/rapper
# /usr/share/man/man1/rapper.1.gz
# /usr/share/man/man3/libraptor2.3.gz
# /usr/share/gtk-doc/html/raptor2/home.png
# /usr/share/gtk-doc/html/raptor2/index.html
# /usr/share/gtk-doc/html/raptor2/index.sgml
# /usr/share/gtk-doc/html/raptor2/introduction.html
# /usr/share/gtk-doc/html/raptor2/ix01.html
# /usr/share/gtk-doc/html/raptor2/left.png
# /usr/share/gtk-doc/html/raptor2/parser-grddl.html
# /usr/share/gtk-doc/html/raptor2/parser-guess.html
# /usr/share/gtk-doc/html/raptor2/parser-json.html
# /usr/share/gtk-doc/html/raptor2/parser-ntriples.html
# /usr/share/gtk-doc/html/raptor2/parser-rdfa.html
# /usr/share/gtk-doc/html/raptor2/parser-rdfxml.html
# /usr/share/gtk-doc/html/raptor2/parser-rss-tag-soup.html
# /usr/share/gtk-doc/html/raptor2/parser-trig.html
# /usr/share/gtk-doc/html/raptor2/parser-turtle.html
# /usr/share/gtk-doc/html/raptor2/raptor-formats-types-by-parser.html
# /usr/share/gtk-doc/html/raptor2/raptor-formats-types-by-serializer.html
# /usr/share/gtk-doc/html/raptor2/raptor-formats-types-index.html
# /usr/share/gtk-doc/html/raptor2/raptor-formats.html
# /usr/share/gtk-doc/html/raptor2/raptor-parsers.html
# /usr/share/gtk-doc/html/raptor2/raptor-serializers.html
# /usr/share/gtk-doc/html/raptor2/raptor2-changes-1-4-21-to-2-0-0.html
# /usr/share/gtk-doc/html/raptor2/raptor2-changes-2-0-10-to-2-0-11.html
# /usr/share/gtk-doc/html/raptor2/raptor2-changes-2-0-11-to-2-0-12.html
# /usr/share/gtk-doc/html/raptor2/raptor2-changes-2-0-13-to-2-0-14.html
# /usr/share/gtk-doc/html/raptor2/raptor2-changes-2-0-14-to-2-0-15.html
# /usr/share/gtk-doc/html/raptor2/raptor2-changes-2-0-3-to-2-0-4.html
# /usr/share/gtk-doc/html/raptor2/raptor2-changes-2-0-4-to-2-0-5.html
# /usr/share/gtk-doc/html/raptor2/raptor2-changes-2-0-5-to-2-0-6.html
# /usr/share/gtk-doc/html/raptor2/raptor2-changes-2-0-6-to-2-0-7.html
# /usr/share/gtk-doc/html/raptor2/raptor2-changes-2-0-7-to-2-0-8.html
# /usr/share/gtk-doc/html/raptor2/raptor2-changes-2-0-9-to-2-0-10.html
# /usr/share/gtk-doc/html/raptor2/raptor2-changes.html
# /usr/share/gtk-doc/html/raptor2/raptor2-section-avltree.html
# /usr/share/gtk-doc/html/raptor2/raptor2-section-constants.html
# /usr/share/gtk-doc/html/raptor2/raptor2-section-general.html
# /usr/share/gtk-doc/html/raptor2/raptor2-section-iostream.html
# /usr/share/gtk-doc/html/raptor2/raptor2-section-locator.html
# /usr/share/gtk-doc/html/raptor2/raptor2-section-memory.html
# /usr/share/gtk-doc/html/raptor2/raptor2-section-option.html
# /usr/share/gtk-doc/html/raptor2/raptor2-section-parser.html
# /usr/share/gtk-doc/html/raptor2/raptor2-section-sax2.html
# /usr/share/gtk-doc/html/raptor2/raptor2-section-sequence.html
# /usr/share/gtk-doc/html/raptor2/raptor2-section-serializer.html
# /usr/share/gtk-doc/html/raptor2/raptor2-section-stringbuffer.html
# /usr/share/gtk-doc/html/raptor2/raptor2-section-triples.html
# /usr/share/gtk-doc/html/raptor2/raptor2-section-unicode.html
# /usr/share/gtk-doc/html/raptor2/raptor2-section-uri.html
# /usr/share/gtk-doc/html/raptor2/raptor2-section-world.html
# /usr/share/gtk-doc/html/raptor2/raptor2-section-www.html
# /usr/share/gtk-doc/html/raptor2/raptor2-section-xml-namespace.html
# /usr/share/gtk-doc/html/raptor2/raptor2-section-xml-qname.html
# /usr/share/gtk-doc/html/raptor2/raptor2-section-xml.html
# /usr/share/gtk-doc/html/raptor2/raptor2.devhelp2
# /usr/share/gtk-doc/html/raptor2/reference-manual.html
# /usr/share/gtk-doc/html/raptor2/restrict-parser-network-access.html
# /usr/share/gtk-doc/html/raptor2/right.png
# /usr/share/gtk-doc/html/raptor2/serializer-atom.html
# /usr/share/gtk-doc/html/raptor2/serializer-dot.html
# /usr/share/gtk-doc/html/raptor2/serializer-json.html
# /usr/share/gtk-doc/html/raptor2/serializer-nquads.html
# /usr/share/gtk-doc/html/raptor2/serializer-ntriples.html
# /usr/share/gtk-doc/html/raptor2/serializer-rdfxml-abbrev.html
# /usr/share/gtk-doc/html/raptor2/serializer-rdfxml-xmp.html
# /usr/share/gtk-doc/html/raptor2/serializer-rdfxml.html
# /usr/share/gtk-doc/html/raptor2/serializer-rss-1-0.html
# /usr/share/gtk-doc/html/raptor2/serializer-turtle.html
# /usr/share/gtk-doc/html/raptor2/style.css
# /usr/share/gtk-doc/html/raptor2/tutorial-initialising-finishing.html
# /usr/share/gtk-doc/html/raptor2/tutorial-parse-strictness.html
# /usr/share/gtk-doc/html/raptor2/tutorial-parser-abort.html
# /usr/share/gtk-doc/html/raptor2/tutorial-parser-content.html
# /usr/share/gtk-doc/html/raptor2/tutorial-parser-create.html
# /usr/share/gtk-doc/html/raptor2/tutorial-parser-destroy.html
# /usr/share/gtk-doc/html/raptor2/tutorial-parser-example.html
# /usr/share/gtk-doc/html/raptor2/tutorial-parser-features.html
# /usr/share/gtk-doc/html/raptor2/tutorial-parser-runtime-info.html
# /usr/share/gtk-doc/html/raptor2/tutorial-parser-set-error-warning-handlers.html
# /usr/share/gtk-doc/html/raptor2/tutorial-parser-set-id-handler.html
# /usr/share/gtk-doc/html/raptor2/tutorial-parser-set-namespace-handler.html
# /usr/share/gtk-doc/html/raptor2/tutorial-parser-set-triple-handler.html
# /usr/share/gtk-doc/html/raptor2/tutorial-parser-static-info.html
# /usr/share/gtk-doc/html/raptor2/tutorial-parsing.html
# /usr/share/gtk-doc/html/raptor2/tutorial-querying-functionality.html
# /usr/share/gtk-doc/html/raptor2/tutorial-serializer-create.html
# /usr/share/gtk-doc/html/raptor2/tutorial-serializer-declare-namespace.html
# /usr/share/gtk-doc/html/raptor2/tutorial-serializer-destroy.html
# /usr/share/gtk-doc/html/raptor2/tutorial-serializer-example.html
# /usr/share/gtk-doc/html/raptor2/tutorial-serializer-features.html
# /usr/share/gtk-doc/html/raptor2/tutorial-serializer-get-triples.html
# /usr/share/gtk-doc/html/raptor2/tutorial-serializer-runtime-info.html
# /usr/share/gtk-doc/html/raptor2/tutorial-serializer-send-triples.html
# /usr/share/gtk-doc/html/raptor2/tutorial-serializer-set-error-warning-handlers.html
# /usr/share/gtk-doc/html/raptor2/tutorial-serializer-to-destination.html
# /usr/share/gtk-doc/html/raptor2/tutorial-serializing.html
# /usr/share/gtk-doc/html/raptor2/tutorial.html
# /usr/share/gtk-doc/html/raptor2/up.png
# /sysroot/usr/lib/libraptor2.so.0.0.0
# /sysroot/usr/lib/libraptor2.so.0
# /sysroot/usr/lib/libraptor2.so
# /sysroot/usr/lib/libraptor2.la
# /sysroot/usr/lib/pkgconfig/raptor2.pc
# /sysroot/usr/include/raptor2/raptor2.h
# /sysroot/usr/include/raptor2/raptor.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf raptor.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/raptor.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/raptor.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 2314

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/raptor.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 2314

Attempting to access local repository, attempt 3

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/raptor.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 24472

Attempting to access local repository, attempt 4

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/raptor.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/raptor.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/raptor/src/raptor2-2.0.15/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 Raptor RDF Parser and Serializer library configure 2.0.15, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --disable-static --with-yajl=no --with-icu-config=/usr/bin/icu-config
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 36fc0c417bc0
# 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:2433: checking for a BSD-compatible install
# configure:2501: result: /usr/bin/install -c
# configure:2512: checking whether build environment is sane
# configure:2562: result: yes
# configure:2611: checking for x86_64-unknown-linux-strip
# configure:2641: result: no
# configure:2651: checking for strip
# configure:2667: found /usr/bin/strip
# configure:2678: result: strip
# configure:2703: checking for a thread-safe mkdir -p
# configure:2742: result: /usr/bin/mkdir -p
# configure:2755: checking for gawk
# configure:2771: found /usr/bin/gawk
# configure:2782: result: gawk
# configure:2793: checking whether make sets $(MAKE)
# configure:2815: result: yes
# configure:2905: checking whether to enable maintainer-specific portions of Makefiles
# configure:2914: result: no
# configure:2962: checking build system type
# configure:2976: result: x86_64-unknown-linux-gnu
# configure:2996: checking host system type
# configure:3009: result: x86_64-unknown-linux-gnu
# configure:3029: checking whether build environment is sane
# configure:3079: result: yes
# configure:3093: checking for style of include used by make
# configure:3121: result: GNU
# configure:3152: checking for x86_64-unknown-linux-gcc
# configure:3179: result: clang
# configure:3448: checking for C compiler version
# configure:3457: 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:3468: $? = 0
# configure:3457: 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
# ... rest of stderr output deleted ...
# configure:3468: $? = 0
# configure:3457: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3468: $? = 1
# configure:3457: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3468: $? = 1
# configure:3488: checking whether the C compiler works
# configure:3510: clang conftest.c >&5
# configure:3514: $? = 0
# configure:3562: result: yes
# configure:3565: checking for C compiler default output file name
# configure:3567: result: a.out
# configure:3573: checking for suffix of executables
# configure:3580: clang -o conftest conftest.c >&5
# configure:3584: $? = 0
# configure:3606: result:
# configure:3628: checking whether we are cross compiling
# configure:3636: clang -o conftest conftest.c >&5
# configure:3640: $? = 0
# configure:3647: ./conftest
# configure:3651: $? = 0
# configure:3666: result: no
# configure:3671: checking for suffix of object files
# configure:3693: clang -c conftest.c >&5
# configure:3697: $? = 0
# configure:3718: result: o
# configure:3722: checking whether we are using the GNU C compiler
# configure:3741: clang -c conftest.c >&5
# configure:3741: $? = 0
# configure:3750: result: yes
# configure:3759: checking whether clang accepts -g
# configure:3779: clang -c -g conftest.c >&5
# configure:3779: $? = 0
# configure:3820: result: yes
# configure:3837: checking for clang option to accept ISO C89
# configure:3900: clang -c conftest.c >&5
# configure:3900: $? = 0
# configure:3913: result: none needed
# configure:3935: checking dependency style of clang
# configure:4046: result: gcc3
# configure:4067: checking for x86_64-unknown-linux-ar
# configure:4097: result: no
# configure:4067: checking for x86_64-unknown-linux-lib
# configure:4097: result: no
# configure:4067: checking for x86_64-unknown-linux-link
# configure:4097: result: no
# configure:4111: checking for ar
# configure:4127: found /usr/bin/ar
# configure:4138: result: ar
# configure:4164: checking the archiver (ar) interface
# configure:4174: clang -c conftest.c >&5
# configure:4174: $? = 0
# configure:4176: ar cru libconftest.a conftest.o >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:4179: $? = 0
# configure:4202: result: ar
# configure:4230: checking for x86_64-unknown-linux-gcc
# configure:4257: result: clang
# configure:4526: checking for C compiler version
# configure:4535: 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:4546: $? = 0
# configure:4535: 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
# ... rest of stderr output deleted ...
# configure:4546: $? = 0
# configure:4535: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4546: $? = 1
# configure:4535: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4546: $? = 1
# configure:4550: checking whether we are using the GNU C compiler
# configure:4578: result: yes
# configure:4587: checking whether clang accepts -g
# configure:4648: result: yes
# configure:4665: checking for clang option to accept ISO C89
# configure:4741: result: none needed
# configure:4763: checking dependency style of clang
# configure:4874: result: gcc3
# configure:4890: checking whether clang and cc understand -c and -o together
# configure:4921: clang -c conftest.c -o conftest2.o >&5
# configure:4925: $? = 0
# configure:4931: clang -c conftest.c -o conftest2.o >&5
# configure:4935: $? = 0
# configure:4946: cc -c conftest.c >&5
# configure:4950: $? = 0
# configure:4958: cc -c conftest.c -o conftest2.o >&5
# configure:4962: $? = 0
# configure:4968: cc -c conftest.c -o conftest2.o >&5
# configure:4972: $? = 0
# configure:4990: result: yes
# configure:5015: checking whether clang is clang
# configure:5064: checking how to print strings
# configure:5091: result: printf
# configure:5112: checking for a sed that does not truncate output
# configure:5176: result: /usr/bin/sed
# configure:5194: checking for grep that handles long lines and -e
# configure:5252: result: /usr/bin/grep
# configure:5257: checking for egrep
# configure:5319: result: /usr/bin/grep -E
# configure:5324: checking for fgrep
# configure:5386: result: /usr/bin/grep -F
# configure:5421: checking for ld used by clang
# configure:5488: result: /usr/bin/ld
# configure:5495: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5510: result: yes
# configure:5522: checking for BSD- or MS-compatible name lister (nm)
# configure:5571: result: /usr/bin/nm -B
# configure:5701: checking the name lister (/usr/bin/nm -B) interface
# configure:5708: clang -c conftest.c >&5
# configure:5711: /usr/bin/nm -B "conftest.o"
# configure:5714: output
# 0000000000000000 B some_variable
# configure:5721: result: BSD nm
# configure:5724: checking whether ln -s works
# configure:5728: result: yes
# configure:5736: checking the maximum length of command line arguments
# configure:5866: result: 1572864
# configure:5883: checking whether the shell understands some XSI constructs
# configure:5893: result: yes
# configure:5897: checking whether the shell understands "+="
# configure:5903: result: yes
# configure:5938: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5978: result: func_convert_file_noop
# configure:5985: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:6005: result: func_convert_file_noop
# configure:6012: checking for /usr/bin/ld option to reload object files
# configure:6019: result: -r
# configure:6053: checking for x86_64-unknown-linux-objdump
# configure:6083: result: no
# configure:6093: checking for objdump
# configure:6109: found /usr/bin/objdump
# configure:6120: result: objdump
# configure:6152: checking how to recognize dependent libraries
# configure:6350: result: pass_all
# configure:6395: checking for x86_64-unknown-linux-dlltool
# configure:6425: result: no
# configure:6435: checking for dlltool
# configure:6465: result: no
# configure:6495: checking how to associate runtime and link libraries
# configure:6522: result: printf %s\n
# configure:6538: checking for x86_64-unknown-linux-ar
# configure:6565: result: ar
# configure:6646: checking for archiver @FILE support
# configure:6663: clang -c conftest.c >&5
# configure:6663: $? = 0
# configure:6666: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6669: $? = 0
# configure:6674: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:6677: $? = 1
# configure:6689: result: @
# configure:6707: checking for x86_64-unknown-linux-strip
# configure:6734: result: strip
# configure:6806: checking for x86_64-unknown-linux-ranlib
# configure:6836: result: no
# configure:6846: checking for ranlib
# configure:6862: found /usr/bin/ranlib
# configure:6873: result: ranlib
# configure:6975: checking command to parse /usr/bin/nm -B output from clang object
# configure:7095: clang -c conftest.c >&5
# configure:7098: $? = 0
# configure:7102: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:7105: $? = 0
# configure:7171: clang -o conftest conftest.c conftstm.o >&5
# configure:7174: $? = 0
# configure:7212: result: ok
# configure:7249: checking for sysroot
# configure:7279: result: no
# configure:7356: clang -c conftest.c >&5
# configure:7359: $? = 0
# configure:7495: checking for x86_64-unknown-linux-mt
# configure:7525: result: no
# configure:7535: checking for mt
# configure:7565: result: no
# configure:7585: checking if : is a manifest tool
# configure:7591: : '-?'
# configure:7599: result: no
# configure:8241: checking how to run the C preprocessor
# configure:8272: clang -E conftest.c
# configure:8272: $? = 0
# configure:8286: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:8286: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Raptor RDF Parser and Serializer library"
# | #define PACKAGE_TARNAME "raptor2"
# | #define PACKAGE_VERSION "2.0.15"
# | #define PACKAGE_STRING "Raptor RDF Parser and Serializer library 2.0.15"
# | #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "raptor2"
# | #define VERSION "2.0.15"
# | /* end confdefs.h. */
# | #include
# configure:8311: result: clang -E
# configure:8331: clang -E conftest.c
# configure:8331: $? = 0
# configure:8345: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:8345: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Raptor RDF Parser and Serializer library"
# | #define PACKAGE_TARNAME "raptor2"
# | #define PACKAGE_VERSION "2.0.15"
# | #define PACKAGE_STRING "Raptor RDF Parser and Serializer library 2.0.15"
# | #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "raptor2"
# | #define VERSION "2.0.15"
# | /* end confdefs.h. */
# | #include
# configure:8374: checking for ANSI C header files
# configure:8394: clang -c conftest.c >&5
# configure:8394: $? = 0
# configure:8467: clang -o conftest conftest.c >&5
# configure:8467: $? = 0
# configure:8467: ./conftest
# configure:8467: $? = 0
# configure:8478: result: yes
# configure:8491: checking for sys/types.h
# configure:8491: clang -c conftest.c >&5
# configure:8491: $? = 0
# configure:8491: result: yes
# configure:8491: checking for sys/stat.h
# configure:8491: clang -c conftest.c >&5
# configure:8491: $? = 0
# configure:8491: result: yes
# configure:8491: checking for stdlib.h
# configure:8491: clang -c conftest.c >&5
# configure:8491: $? = 0
# configure:8491: result: yes
# configure:8491: checking for string.h
# configure:8491: clang -c conftest.c >&5
# configure:8491: $? = 0
# configure:8491: result: yes
# configure:8491: checking for memory.h
# configure:8491: clang -c conftest.c >&5
# configure:8491: $? = 0
# configure:8491: result: yes
# configure:8491: checking for strings.h
# configure:8491: clang -c conftest.c >&5
# configure:8491: $? = 0
# configure:8491: result: yes
# configure:8491: checking for inttypes.h
# configure:8491: clang -c conftest.c >&5
# configure:8491: $? = 0
# configure:8491: result: yes
# configure:8491: checking for stdint.h
# configure:8491: clang -c conftest.c >&5
# configure:8491: $? = 0
# configure:8491: result: yes
# configure:8491: checking for unistd.h
# configure:8491: clang -c conftest.c >&5
# configure:8491: $? = 0
# configure:8491: result: yes
# configure:8505: checking for dlfcn.h
# configure:8505: clang -c conftest.c >&5
# configure:8505: $? = 0
# configure:8505: result: yes
# configure:8711: checking for objdir
# configure:8726: result: .libs
# configure:8997: checking if clang supports -fno-rtti -fno-exceptions
# configure:9015: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:9019: $? = 0
# configure:9032: result: yes
# configure:9359: checking for clang option to produce PIC
# configure:9366: result: -fPIC -DPIC
# configure:9374: checking if clang PIC flag -fPIC -DPIC works
# configure:9392: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9396: $? = 0
# configure:9409: result: yes
# configure:9438: checking if clang static flag -static works
# configure:9466: result: yes
# configure:9481: checking if clang supports -c -o file.o
# configure:9502: clang -c -o out/conftest2.o conftest.c >&5
# configure:9506: $? = 0
# configure:9528: result: yes
# configure:9536: checking if clang supports -c -o file.o
# configure:9583: result: yes
# configure:9616: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10773: result: yes
# configure:10810: checking whether -lc should be explicitly linked in
# configure:10818: clang -c conftest.c >&5
# configure:10821: $? = 0
# configure:10836: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10839: $? = 0
# configure:10853: result: no
# configure:11013: checking dynamic linker characteristics
# configure:11513: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11513: $? = 0
# configure:11747: result: GNU/Linux ld.so
# configure:11854: checking how to hardcode library paths into programs
# configure:11879: result: immediate
# configure:12419: checking whether stripping libraries is possible
# configure:12424: result: yes
# configure:12459: checking if libtool supports shared libraries
# configure:12461: result: yes
# configure:12464: checking whether to build shared libraries
# configure:12485: result: yes
# configure:12488: checking whether to build static libraries
# configure:12492: result: no
# configure:12531: checking whether ln -s works
# configure:12535: result: yes
# configure:12542: checking whether make sets $(MAKE)
# configure:12564: result: yes
# configure:12582: checking for flex
# configure:12598: found /usr/bin/flex
# configure:12609: result: flex
# configure:12647: flex conftest.l
# configure:12651: $? = 1
# configure:12653: checking lex output file root
# configure:12667: result: lex.yy
# configure:12672: checking lex library
# configure:12686: clang -o conftest conftest.c >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12686: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Raptor RDF Parser and Serializer library"
# | #define PACKAGE_TARNAME "raptor2"
# | #define PACKAGE_VERSION "2.0.15"
# | #define PACKAGE_STRING "Raptor RDF Parser and Serializer library 2.0.15"
# | #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "raptor2"
# | #define VERSION "2.0.15"
# | #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 LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# configure:12686: clang -o conftest conftest.c -lfl >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/libfl.so: undefined reference to `yylex'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12686: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Raptor RDF Parser and Serializer library"
# | #define PACKAGE_TARNAME "raptor2"
# | #define PACKAGE_VERSION "2.0.15"
# | #define PACKAGE_STRING "Raptor RDF Parser and Serializer library 2.0.15"
# | #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "raptor2"
# | #define VERSION "2.0.15"
# | #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 LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# configure:12686: clang -o conftest conftest.c -ll >&5
# /usr/bin/ld: cannot find -ll
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12686: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Raptor RDF Parser and Serializer library"
# | #define PACKAGE_TARNAME "raptor2"
# | #define PACKAGE_VERSION "2.0.15"
# | #define PACKAGE_STRING "Raptor RDF Parser and Serializer library 2.0.15"
# | #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "raptor2"
# | #define VERSION "2.0.15"
# | #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 LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# configure:12696: result: none needed
# configure:12702: checking whether yytext is a pointer
# configure:12719: clang -o conftest conftest.c >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12719: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Raptor RDF Parser and Serializer library"
# | #define PACKAGE_TARNAME "raptor2"
# | #define PACKAGE_VERSION "2.0.15"
# | #define PACKAGE_STRING "Raptor RDF Parser and Serializer library 2.0.15"
# | #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "raptor2"
# | #define VERSION "2.0.15"
# | #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 LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# | #define YYTEXT_POINTER 1
# |
# configure:12727: result: no
# configure:12737: checking flex
# configure:12791: result: not present - not required for non maintainer builds
# configure:12812: checking for bison3
# configure:12842: result: no
# configure:12812: checking for bison
# configure:12828: found /usr/bin/bison
# configure:12839: result: bison
# configure:12891: checking for gnutar
# configure:12921: result: no
# configure:12891: checking for gtar
# configure:12921: result: no
# configure:12891: checking for tar
# configure:12907: found /usr/bin/tar
# configure:12918: result: tar
# configure:12933: checking for perl
# configure:12949: found /usr/bin/perl
# configure:12960: result: perl
# configure:12976: checking for jing
# configure:13006: result: no
# configure:13032: checking for echo
# configure:13048: found /usr/bin/echo
# configure:13059: result: echo
# configure:13207: checking for ANSI C header files
# configure:13311: result: yes
# configure:13322: checking errno.h usability
# configure:13322: clang -c conftest.c >&5
# configure:13322: $? = 0
# configure:13322: result: yes
# configure:13322: checking errno.h presence
# configure:13322: clang -E conftest.c
# configure:13322: $? = 0
# configure:13322: result: yes
# configure:13322: checking for errno.h
# configure:13322: result: yes
# configure:13322: checking fcntl.h usability
# configure:13322: clang -c conftest.c >&5
# configure:13322: $? = 0
# configure:13322: result: yes
# configure:13322: checking fcntl.h presence
# configure:13322: clang -E conftest.c
# configure:13322: $? = 0
# configure:13322: result: yes
# configure:13322: checking for fcntl.h
# configure:13322: result: yes
# configure:13322: checking for stdlib.h
# configure:13322: result: yes
# configure:13322: checking stddef.h usability
# configure:13322: clang -c conftest.c >&5
# configure:13322: $? = 0
# configure:13322: result: yes
# configure:13322: checking stddef.h presence
# configure:13322: clang -E conftest.c
# configure:13322: $? = 0
# configure:13322: result: yes
# configure:13322: checking for stddef.h
# configure:13322: result: yes
# configure:13322: checking for unistd.h
# configure:13322: result: yes
# configure:13322: checking for string.h
# configure:13322: result: yes
# configure:13322: checking limits.h usability
# configure:13322: clang -c conftest.c >&5
# configure:13322: $? = 0
# configure:13322: result: yes
# configure:13322: checking limits.h presence
# configure:13322: clang -E conftest.c
# configure:13322: $? = 0
# configure:13322: result: yes
# configure:13322: checking for limits.h
# configure:13322: result: yes
# configure:13322: checking math.h usability
# configure:13322: clang -c conftest.c >&5
# configure:13322: $? = 0
# configure:13322: result: yes
# configure:13322: checking math.h presence
# configure:13322: clang -E conftest.c
# configure:13322: $? = 0
# configure:13322: result: yes
# configure:13322: checking for math.h
# configure:13322: result: yes
# configure:13322: checking getopt.h usability
# configure:13322: clang -c conftest.c >&5
# configure:13322: $? = 0
# configure:13322: result: yes
# configure:13322: checking getopt.h presence
# configure:13322: clang -E conftest.c
# configure:13322: $? = 0
# configure:13322: result: yes
# configure:13322: checking for getopt.h
# configure:13322: result: yes
# configure:13322: checking for sys/stat.h
# configure:13322: result: yes
# configure:13322: checking sys/param.h usability
# configure:13322: clang -c conftest.c >&5
# configure:13322: $? = 0
# configure:13322: result: yes
# configure:13322: checking sys/param.h presence
# configure:13322: clang -E conftest.c
# configure:13322: $? = 0
# configure:13322: result: yes
# configure:13322: checking for sys/param.h
# configure:13322: result: yes
# configure:13322: checking for sys/stat.h
# configure:13322: result: yes
# configure:13322: checking sys/time.h usability
# configure:13322: clang -c conftest.c >&5
# configure:13322: $? = 0
# configure:13322: result: yes
# configure:13322: checking sys/time.h presence
# configure:13322: clang -E conftest.c
# configure:13322: $? = 0
# configure:13322: result: yes
# configure:13322: checking for sys/time.h
# configure:13322: result: yes
# configure:13322: checking setjmp.h usability
# configure:13322: clang -c conftest.c >&5
# configure:13322: $? = 0
# configure:13322: result: yes
# configure:13322: checking setjmp.h presence
# configure:13322: clang -E conftest.c
# configure:13322: $? = 0
# configure:13322: result: yes
# configure:13322: checking for setjmp.h
# configure:13322: result: yes
# configure:13334: checking for stat
# configure:13334: clang -o conftest conftest.c >&5
# configure:13334: $? = 0
# configure:13334: result: yes
# configure:13343: checking whether time.h and sys/time.h may both be included
# configure:13363: clang -c conftest.c >&5
# configure:13363: $? = 0
# configure:13370: result: yes
# configure:13380: checking for fetch.h
# configure:13380: clang -c conftest.c >&5
# conftest.c:47:10: fatal error: 'fetch.h' file not found
# #include
# ^
# 1 error generated.
# configure:13380: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Raptor RDF Parser and Serializer library"
# | #define PACKAGE_TARNAME "raptor2"
# | #define PACKAGE_VERSION "2.0.15"
# | #define PACKAGE_STRING "Raptor RDF Parser and Serializer library 2.0.15"
# | #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "raptor2"
# | #define VERSION "2.0.15"
# | #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 LT_OBJDIR ".libs/"
# | #define FLEX_VERSION_DECIMAL 00000
# | #define STDC_HEADERS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STAT 1
# | #define TIME_WITH_SYS_TIME 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_PARAM_H
# | #include
# | #endif
# |
# |
# | #include
# configure:13380: result: no
# configure:13398: checking for an ANSI C-conforming const
# configure:13464: clang -c conftest.c >&5
# configure:13464: $? = 0
# configure:13471: result: yes
# configure:13479: checking whether byte ordering is bigendian
# configure:13494: clang -c conftest.c >&5
# conftest.c:42:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:42:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:13494: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Raptor RDF Parser and Serializer library"
# | #define PACKAGE_TARNAME "raptor2"
# | #define PACKAGE_VERSION "2.0.15"
# | #define PACKAGE_STRING "Raptor RDF Parser and Serializer library 2.0.15"
# | #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "raptor2"
# | #define VERSION "2.0.15"
# | #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 LT_OBJDIR ".libs/"
# | #define FLEX_VERSION_DECIMAL 00000
# | #define STDC_HEADERS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STAT 1
# | #define TIME_WITH_SYS_TIME 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:13539: clang -c conftest.c >&5
# configure:13539: $? = 0
# configure:13557: clang -c conftest.c >&5
# conftest.c:48:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:13557: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Raptor RDF Parser and Serializer library"
# | #define PACKAGE_TARNAME "raptor2"
# | #define PACKAGE_VERSION "2.0.15"
# | #define PACKAGE_STRING "Raptor RDF Parser and Serializer library 2.0.15"
# | #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "raptor2"
# | #define VERSION "2.0.15"
# | #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 LT_OBJDIR ".libs/"
# | #define FLEX_VERSION_DECIMAL 00000
# | #define STDC_HEADERS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STAT 1
# | #define TIME_WITH_SYS_TIME 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:13685: result: no
# configure:13703: checking for inline
# configure:13719: clang -c conftest.c >&5
# configure:13719: $? = 0
# configure:13727: result: inline
# configure:13746: checking whether __FUNCTION__ is available
# configure:13752: clang -c conftest.c >&5
# conftest.c:41:14: warning: implicitly declaring library function 'printf' with type 'int (const char *, ...)' [-Wimplicit-function-declaration]
# int main() { printf(__FUNCTION__); }
# ^
# conftest.c:41:14: note: include the header or explicitly provide a declaration for 'printf'
# 1 warning generated.
# configure:13752: $? = 0
# configure:13756: result: yes
# configure:13854: checking for gettimeofday
# configure:13854: clang -o conftest conftest.c >&5
# configure:13854: $? = 0
# configure:13854: result: yes
# configure:13854: checking for getopt
# configure:13854: clang -o conftest conftest.c >&5
# configure:13854: $? = 0
# configure:13854: result: yes
# configure:13854: checking for getopt_long
# configure:13854: clang -o conftest conftest.c >&5
# configure:13854: $? = 0
# configure:13854: result: yes
# configure:13854: checking for stricmp
# configure:13854: clang -o conftest conftest.c >&5
# /tmp/conftest-d384b7.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `stricmp'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13854: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Raptor RDF Parser and Serializer library"
# | #define PACKAGE_TARNAME "raptor2"
# | #define PACKAGE_VERSION "2.0.15"
# | #define PACKAGE_STRING "Raptor RDF Parser and Serializer library 2.0.15"
# | #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "raptor2"
# | #define VERSION "2.0.15"
# | #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 LT_OBJDIR ".libs/"
# | #define FLEX_VERSION_DECIMAL 00000
# | #define STDC_HEADERS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STAT 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE___FUNCTION__ 1
# | #define RAPTOR_VERSION_MAJOR 2
# | #define RAPTOR_VERSION_MINOR 0
# | #define RAPTOR_VERSION_RELEASE 15
# | #define RAPTOR_VERSION_DECIMAL 20015
# | #define RAPTOR_MIN_VERSION_DECIMAL 20000
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_LONG 1
# | /* end confdefs.h. */
# | /* Define stricmp to an innocuous variant, in case declares stricmp.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define stricmp innocuous_stricmp
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char stricmp (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef stricmp
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char stricmp ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_stricmp || defined __stub___stricmp
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return stricmp ();
# | ;
# | return 0;
# | }
# configure:13854: result: no
# configure:13854: checking for strcasecmp
# configure:13854: clang -o conftest conftest.c >&5
# conftest.c:73:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
# char strcasecmp ();
# ^
# conftest.c:73:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
# 1 warning generated.
# configure:13854: $? = 0
# configure:13854: result: yes
# configure:13854: checking for vsnprintf
# configure:13854: clang -o conftest conftest.c >&5
# conftest.c:74:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
# char vsnprintf ();
# ^
# conftest.c:74:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:13854: $? = 0
# configure:13854: result: yes
# configure:13854: checking for isascii
# configure:13854: clang -o conftest conftest.c >&5
# configure:13854: $? = 0
# configure:13854: result: yes
# configure:13854: checking for setjmp
# configure:13854: clang -o conftest conftest.c >&5
# conftest.c:76:6: warning: declaration of built-in function 'setjmp' requires inclusion of the header [-Wbuiltin-requires-header]
# char setjmp ();
# ^
# 1 warning generated.
# configure:13854: $? = 0
# configure:13854: result: yes
# configure:13854: checking for strtok_r
# configure:13854: clang -o conftest conftest.c >&5
# configure:13854: $? = 0
# configure:13854: result: yes
# configure:13854: checking for qsort_r
# configure:13854: clang -o conftest conftest.c >&5
# configure:13854: $? = 0
# configure:13854: result: yes
# configure:13854: checking for qsort_s
# configure:13854: clang -o conftest conftest.c >&5
# /tmp/conftest-2316fb.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `qsort_s'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13854: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Raptor RDF Parser and Serializer library"
# | #define PACKAGE_TARNAME "raptor2"
# | #define PACKAGE_VERSION "2.0.15"
# | #define PACKAGE_STRING "Raptor RDF Parser and Serializer library 2.0.15"
# | #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "raptor2"
# | #define VERSION "2.0.15"
# | #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 LT_OBJDIR ".libs/"
# | #define FLEX_VERSION_DECIMAL 00000
# | #define STDC_HEADERS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STAT 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE___FUNCTION__ 1
# | #define RAPTOR_VERSION_MAJOR 2
# | #define RAPTOR_VERSION_MINOR 0
# | #define RAPTOR_VERSION_RELEASE 15
# | #define RAPTOR_VERSION_DECIMAL 20015
# | #define RAPTOR_MIN_VERSION_DECIMAL 20000
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_ISASCII 1
# | #define HAVE_SETJMP 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_QSORT_R 1
# | /* end confdefs.h. */
# | /* Define qsort_s to an innocuous variant, in case declares qsort_s.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define qsort_s innocuous_qsort_s
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char qsort_s (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef qsort_s
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char qsort_s ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_qsort_s || defined __stub___qsort_s
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return qsort_s ();
# | ;
# | return 0;
# | }
# configure:13854: result: no
# configure:13877: checking for vasprintf
# configure:13877: clang -o conftest -D_GNU_SOURCE conftest.c >&5
# conftest.c:90:19: warning: format string missing [-Wformat]
# return vasprintf ();
# ~~~~~~~~~ ^
# 1 warning generated.
# configure:13877: $? = 0
# configure:13877: result: yes
# configure:13907: checking whether need to declare optind
# configure:13922: clang -o conftest conftest.c >&5
# configure:13922: $? = 0
# configure:13923: result: no
# configure:13938: checking whether vsnprintf has C99 compatible return value
# configure:13969: clang -o conftest conftest.c >&5
# configure:13969: $? = 0
# configure:13969: ./conftest
# configure:13969: $? = 0
# configure:13973: result: yes
# configure:13997: checking for special C compiler options needed for large files
# configure:14042: result: no
# configure:14048: checking for _FILE_OFFSET_BITS value needed for large files
# configure:14073: clang -c conftest.c >&5
# configure:14073: $? = 0
# configure:14105: result: no
# configure:14203: checking for x86_64-unknown-linux-pkg-config
# configure:14236: result: no
# configure:14246: checking for pkg-config
# configure:14264: found /usr/bin/pkg-config
# configure:14276: result: /usr/bin/pkg-config
# configure:14301: checking pkg-config is at least version 0.9.0
# configure:14304: result: yes
# configure:14342: checking for xml2-config
# configure:14358: found /usr/bin/xml2-config
# configure:14369: result: xml2-config
# configure:14390: checking for xmlCreatePushParserCtxt
# configure:14390: clang -o conftest -I/usr/include/libxml2 conftest.c -lxml2 -lz -llzma -lm -ldl >&5
# configure:14390: $? = 0
# configure:14390: result: yes
# configure:14398: checking for libxml via xml2-config
# configure:14486: result: yes - 2.9.4
# configure:14521: checking for xslt-config
# configure:14537: found /usr/bin/xslt-config
# configure:14548: result: xslt-config
# configure:14590: checking for curl-config
# configure:14606: found /usr/bin/curl-config
# configure:14617: result: curl-config
# configure:14638: checking curl/curl.h usability
# configure:14638: clang -c conftest.c >&5
# configure:14638: $? = 0
# configure:14638: result: yes
# configure:14638: checking curl/curl.h presence
# configure:14638: clang -E conftest.c
# configure:14638: $? = 0
# configure:14638: result: yes
# configure:14638: checking for curl/curl.h
# configure:14638: result: yes
# configure:14644: checking for curl_easy_init
# configure:14644: clang -o conftest conftest.c -lcurl >&5
# configure:14644: $? = 0
# configure:14644: result: yes
# configure:14652: checking for libcurl via curl-config
# configure:14743: result: yes - 7.49.1
# configure:14758: checking for ICU
# configure:14764: result: yes - version 57.1
# configure:14794: checking for xmlCreatePushParserCtxt
# configure:14794: result: yes
# configure:14801: checking libxml library
# configure:14807: result: yes - version 2.9.4
# configure:14821: checking libxml/nanohttp.h usability
# configure:14821: clang -c -I/usr/include/libxml2 conftest.c >&5
# configure:14821: $? = 0
# configure:14821: result: yes
# configure:14821: checking libxml/nanohttp.h presence
# configure:14821: clang -E -I/usr/include/libxml2 conftest.c
# configure:14821: $? = 0
# configure:14821: result: yes
# configure:14821: checking for libxml/nanohttp.h
# configure:14821: result: yes
# configure:14833: checking libxml/parser.h usability
# configure:14833: clang -c -I/usr/include/libxml2 conftest.c >&5
# configure:14833: $? = 0
# configure:14833: result: yes
# configure:14833: checking libxml/parser.h presence
# configure:14833: clang -E -I/usr/include/libxml2 conftest.c
# configure:14833: $? = 0
# configure:14833: result: yes
# configure:14833: checking for libxml/parser.h
# configure:14833: result: yes
# configure:14846: checking for libxml/hash.h
# configure:14846: clang -c -I/usr/include/libxml2 conftest.c >&5
# configure:14846: $? = 0
# configure:14846: result: yes
# configure:14846: checking for libxml/SAX2.h
# configure:14846: clang -c -I/usr/include/libxml2 conftest.c >&5
# configure:14846: $? = 0
# configure:14846: result: yes
# configure:14866: checking if libxml xmlEntity has name_length field
# configure:14883: clang -o conftest -I/usr/include/libxml2 conftest.c -lxml2 -lz -llzma -lm -ldl >&5
# conftest.c:70:20: error: no member named 'name_length' in 'struct _xmlEntity'
# xmlEntity foo; foo.name_length=0
# ~~~ ^
# 1 error generated.
# configure:14883: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Raptor RDF Parser and Serializer library"
# | #define PACKAGE_TARNAME "raptor2"
# | #define PACKAGE_VERSION "2.0.15"
# | #define PACKAGE_STRING "Raptor RDF Parser and Serializer library 2.0.15"
# | #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "raptor2"
# | #define VERSION "2.0.15"
# | #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 LT_OBJDIR ".libs/"
# | #define FLEX_VERSION_DECIMAL 00000
# | #define STDC_HEADERS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STAT 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE___FUNCTION__ 1
# | #define RAPTOR_VERSION_MAJOR 2
# | #define RAPTOR_VERSION_MINOR 0
# | #define RAPTOR_VERSION_RELEASE 15
# | #define RAPTOR_VERSION_DECIMAL 20015
# | #define RAPTOR_MIN_VERSION_DECIMAL 20000
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_ISASCII 1
# | #define HAVE_SETJMP 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_QSORT_R 1
# | #define HAVE_VASPRINTF 1
# | #define HAVE_C99_VSNPRINTF 1
# | #define HAVE_LIBXML_NANOHTTP_H 1
# | #define HAVE_LIBXML_PARSER_H 1
# | #define HAVE_LIBXML_HASH_H 1
# | #define HAVE_LIBXML_SAX2_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_LIBXML_PARSER_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | xmlEntity foo; foo.name_length=0
# | ;
# | return 0;
# | }
# configure:14890: result: no
# configure:14896: checking if libxml xmlEntity has etype field
# configure:14913: clang -o conftest -I/usr/include/libxml2 conftest.c -lxml2 -lz -llzma -lm -ldl >&5
# configure:14913: $? = 0
# configure:14914: result: yes
# configure:14926: checking if libxml xmlSAXHandler has initialized field
# configure:14943: clang -o conftest -I/usr/include/libxml2 conftest.c -lxml2 -lz -llzma -lm -ldl >&5
# configure:14943: $? = 0
# configure:14944: result: yes
# configure:14956: checking if libxml xmlSAXHandler has externalSubset field
# configure:14973: clang -o conftest -I/usr/include/libxml2 conftest.c -lxml2 -lz -llzma -lm -ldl >&5
# configure:14973: $? = 0
# configure:14974: result: yes
# configure:14989: checking for xmlSAX2InternalSubset
# configure:14989: clang -o conftest -I/usr/include/libxml2 conftest.c -lxml2 -lz -llzma -lm -ldl >&5
# configure:14989: $? = 0
# configure:14989: result: yes
# configure:14989: checking for xmlCtxtUseOptions
# configure:14989: clang -o conftest -I/usr/include/libxml2 conftest.c -lxml2 -lz -llzma -lm -ldl >&5
# configure:14989: $? = 0
# configure:14989: result: yes
# configure:14999: checking if libxml has parser option XML_PARSE_NONET
# configure:15016: clang -o conftest -I/usr/include/libxml2 conftest.c -lxml2 -lz -llzma -lm -ldl >&5
# configure:15016: $? = 0
# configure:15017: result: yes
# configure:15030: checking libxml/HTMLparser.h usability
# configure:15030: clang -c -I/usr/include/libxml2 conftest.c >&5
# configure:15030: $? = 0
# configure:15030: result: yes
# configure:15030: checking libxml/HTMLparser.h presence
# configure:15030: clang -E -I/usr/include/libxml2 conftest.c
# configure:15030: $? = 0
# configure:15030: result: yes
# configure:15030: checking for libxml/HTMLparser.h
# configure:15030: result: yes
# configure:15040: checking if libxml has parser option HTML_PARSE_NONET
# configure:15057: clang -o conftest -I/usr/include/libxml2 conftest.c -lxml2 -lz -llzma -lm -ldl >&5
# configure:15057: $? = 0
# configure:15058: result: yes
# configure:15081: checking for xsltSaveResultToString
# configure:15081: clang -o conftest -I/usr/include/libxml2 conftest.c -L/usr/lib -lxslt -lxml2 -lz -llzma -ldl -lm >&5
# configure:15081: $? = 0
# configure:15081: result: yes
# configure:15088: checking for system libxslt library
# configure:15095: result: yes - version 1.1.29
# configure:15107: checking for xsltInit
# configure:15107: clang -o conftest -I/usr/include/libxml2 conftest.c -L/usr/lib -lxslt -lxml2 -lz -llzma -ldl -lm >&5
# configure:15107: $? = 0
# configure:15107: result: yes
# configure:15115: checking libxslt/xslt.h usability
# configure:15115: clang -c -I/usr/include/libxml2 conftest.c >&5
# configure:15115: $? = 0
# configure:15115: result: yes
# configure:15115: checking libxslt/xslt.h presence
# configure:15115: clang -E -I/usr/include/libxml2 conftest.c
# configure:15115: $? = 0
# configure:15115: result: yes
# configure:15115: checking for libxslt/xslt.h
# configure:15115: result: yes
# configure:15309: checking GRDDL parser requirements
# configure:15312: result: yes
# configure:15322: checking JSON parser requirements
# configure:15330: result: no - libyajl is not available
# configure:15371: checking RDF parsers required
# configure:15380: result: all
# configure:15589: checking RDF serializers required
# configure:15598: result: all
# configure:15729: checking XML names version
# configure:15744: result: 1.0
# configure:15757: checking for curl/curl.h
# configure:15757: result: yes
# configure:15763: checking for curl_easy_init
# configure:15763: result: yes
# configure:15771: checking for libcurl library
# configure:15783: result: yes - version 7.49.1 via curl-config
# configure:15903: checking WWW libraries available
# configure:15915: result: libcurl 7.49.1 libxml 2.9.4
# configure:15919: checking WWW library to use
# configure:15935: result: libcurl 7.49.1 via curl-config
# configure:15964: checking NFC library to use
# configure:15978: result: ICU 57.1
# configure:15989: checking libinn.h usability
# configure:15989: clang -c -I/usr/include conftest.c >&5
# conftest.c:126:10: fatal error: 'libinn.h' file not found
# #include
# ^
# 1 error generated.
# configure:15989: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Raptor RDF Parser and Serializer library"
# | #define PACKAGE_TARNAME "raptor2"
# | #define PACKAGE_VERSION "2.0.15"
# | #define PACKAGE_STRING "Raptor RDF Parser and Serializer library 2.0.15"
# | #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "raptor2"
# | #define VERSION "2.0.15"
# | #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 LT_OBJDIR ".libs/"
# | #define FLEX_VERSION_DECIMAL 00000
# | #define STDC_HEADERS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STAT 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE___FUNCTION__ 1
# | #define RAPTOR_VERSION_MAJOR 2
# | #define RAPTOR_VERSION_MINOR 0
# | #define RAPTOR_VERSION_RELEASE 15
# | #define RAPTOR_VERSION_DECIMAL 20015
# | #define RAPTOR_MIN_VERSION_DECIMAL 20000
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_ISASCII 1
# | #define HAVE_SETJMP 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_QSORT_R 1
# | #define HAVE_VASPRINTF 1
# | #define HAVE_C99_VSNPRINTF 1
# | #define HAVE_LIBXML_NANOHTTP_H 1
# | #define HAVE_LIBXML_PARSER_H 1
# | #define HAVE_LIBXML_HASH_H 1
# | #define HAVE_LIBXML_SAX2_H 1
# | #define RAPTOR_LIBXML_ENTITY_ETYPE 1
# | #define RAPTOR_LIBXML_XMLSAXHANDLER_INITIALIZED 1
# | #define RAPTOR_LIBXML_XMLSAXHANDLER_EXTERNALSUBSET 1
# | #define HAVE_XMLSAX2INTERNALSUBSET 1
# | #define HAVE_XMLCTXTUSEOPTIONS 1
# | #define RAPTOR_LIBXML_XML_PARSE_NONET 1
# | #define HAVE_LIBXML_HTMLPARSER_H 1
# | #define RAPTOR_LIBXML_HTML_PARSE_NONET 1
# | #define HAVE_LIBXSLT_XSLT_H 1
# | #define RAPTOR_PARSER_RDFXML 1
# | #define RAPTOR_PARSER_NTRIPLES 1
# | #define RAPTOR_PARSER_TURTLE 1
# | #define RAPTOR_PARSER_TRIG 1
# | #define RAPTOR_PARSER_GUESS 1
# | #define RAPTOR_PARSER_RSS 1
# | #define RAPTOR_PARSER_RDFA 1
# | #define RAPTOR_PARSER_NQUADS 1
# | #define RAPTOR_PARSER_GRDDL 1
# | #define RAPTOR_SERIALIZER_RDFXML 1
# | #define RAPTOR_SERIALIZER_RDFXML_ABBREV 1
# | #define RAPTOR_SERIALIZER_TURTLE 1
# | #define RAPTOR_SERIALIZER_NTRIPLES 1
# | #define RAPTOR_SERIALIZER_RSS_1_0 1
# | #define RAPTOR_SERIALIZER_DOT 1
# | #define RAPTOR_SERIALIZER_HTML 1
# | #define RAPTOR_SERIALIZER_JSON 1
# | #define RAPTOR_SERIALIZER_ATOM 1
# | #define RAPTOR_SERIALIZER_NQUADS 1
# | #define RAPTOR_ICU_NFC 1
# | #define HAVE_CURL_CURL_H 1
# | #define RAPTOR_WWW_LIBCURL 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:15989: result: no
# configure:15989: checking libinn.h presence
# configure:15989: clang -E -I/usr/include conftest.c
# conftest.c:93:10: fatal error: 'libinn.h' file not found
# #include
# ^
# 1 error generated.
# configure:15989: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Raptor RDF Parser and Serializer library"
# | #define PACKAGE_TARNAME "raptor2"
# | #define PACKAGE_VERSION "2.0.15"
# | #define PACKAGE_STRING "Raptor RDF Parser and Serializer library 2.0.15"
# | #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "raptor2"
# | #define VERSION "2.0.15"
# | #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 LT_OBJDIR ".libs/"
# | #define FLEX_VERSION_DECIMAL 00000
# | #define STDC_HEADERS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STAT 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE___FUNCTION__ 1
# | #define RAPTOR_VERSION_MAJOR 2
# | #define RAPTOR_VERSION_MINOR 0
# | #define RAPTOR_VERSION_RELEASE 15
# | #define RAPTOR_VERSION_DECIMAL 20015
# | #define RAPTOR_MIN_VERSION_DECIMAL 20000
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_ISASCII 1
# | #define HAVE_SETJMP 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_QSORT_R 1
# | #define HAVE_VASPRINTF 1
# | #define HAVE_C99_VSNPRINTF 1
# | #define HAVE_LIBXML_NANOHTTP_H 1
# | #define HAVE_LIBXML_PARSER_H 1
# | #define HAVE_LIBXML_HASH_H 1
# | #define HAVE_LIBXML_SAX2_H 1
# | #define RAPTOR_LIBXML_ENTITY_ETYPE 1
# | #define RAPTOR_LIBXML_XMLSAXHANDLER_INITIALIZED 1
# | #define RAPTOR_LIBXML_XMLSAXHANDLER_EXTERNALSUBSET 1
# | #define HAVE_XMLSAX2INTERNALSUBSET 1
# | #define HAVE_XMLCTXTUSEOPTIONS 1
# | #define RAPTOR_LIBXML_XML_PARSE_NONET 1
# | #define HAVE_LIBXML_HTMLPARSER_H 1
# | #define RAPTOR_LIBXML_HTML_PARSE_NONET 1
# | #define HAVE_LIBXSLT_XSLT_H 1
# | #define RAPTOR_PARSER_RDFXML 1
# | #define RAPTOR_PARSER_NTRIPLES 1
# | #define RAPTOR_PARSER_TURTLE 1
# | #define RAPTOR_PARSER_TRIG 1
# | #define RAPTOR_PARSER_GUESS 1
# | #define RAPTOR_PARSER_RSS 1
# | #define RAPTOR_PARSER_RDFA 1
# | #define RAPTOR_PARSER_NQUADS 1
# | #define RAPTOR_PARSER_GRDDL 1
# | #define RAPTOR_SERIALIZER_RDFXML 1
# | #define RAPTOR_SERIALIZER_RDFXML_ABBREV 1
# | #define RAPTOR_SERIALIZER_TURTLE 1
# | #define RAPTOR_SERIALIZER_NTRIPLES 1
# | #define RAPTOR_SERIALIZER_RSS_1_0 1
# | #define RAPTOR_SERIALIZER_DOT 1
# | #define RAPTOR_SERIALIZER_HTML 1
# | #define RAPTOR_SERIALIZER_JSON 1
# | #define RAPTOR_SERIALIZER_ATOM 1
# | #define RAPTOR_SERIALIZER_NQUADS 1
# | #define RAPTOR_ICU_NFC 1
# | #define HAVE_CURL_CURL_H 1
# | #define RAPTOR_WWW_LIBCURL 1
# | /* end confdefs.h. */
# | #include
# configure:15989: result: no
# configure:15989: checking for libinn.h
# configure:15989: result: no
# configure:16085: checking date parsing source
# configure:16095: result: libcurl curl_getdate
# configure:16207: checking using memory signing
# configure:16209: result: no
# configure:16274: checking whether make supports nested variables
# configure:16291: result: yes
# configure:16311: checking for gtkdoc-check
# configure:16329: found /usr/bin/gtkdoc-check
# configure:16341: result: /usr/bin/gtkdoc-check
# configure:16353: checking for gtkdoc-rebase
# configure:16371: found /usr/bin/gtkdoc-rebase
# configure:16383: result: /usr/bin/gtkdoc-rebase
# configure:16397: checking for gtkdoc-mkpdf
# configure:16415: found /usr/bin/gtkdoc-mkpdf
# configure:16427: result: /usr/bin/gtkdoc-mkpdf
# configure:16561: checking whether to build gtk-doc documentation
# configure:16563: result: no
# configure:16903: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by Raptor RDF Parser and Serializer library config.status 2.0.15, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 36fc0c417bc0
#
# config.status:1291: creating Makefile
# config.status:1291: creating raptor2.spec
# config.status:1291: creating raptor2.rdf
# config.status:1291: creating data/Makefile
# config.status:1291: creating docs/Makefile
# config.status:1291: creating docs/version.xml
# config.status:1291: creating examples/Makefile
# config.status:1291: creating scripts/Makefile
# config.status:1291: creating src/raptor2.h
# config.status:1291: creating src/Makefile
# config.status:1291: creating tests/Makefile
# config.status:1291: creating tests/feeds/Makefile
# config.status:1291: creating tests/grddl/Makefile
# config.status:1291: creating tests/ntriples/Makefile
# config.status:1291: creating tests/ntriples-2013/Makefile
# config.status:1291: creating tests/nquads-2013/Makefile
# config.status:1291: creating tests/rdfa/Makefile
# config.status:1291: creating tests/rdfa11/Makefile
# config.status:1291: creating tests/json/Makefile
# config.status:1291: creating tests/rdfxml/Makefile
# config.status:1291: creating tests/turtle/Makefile
# config.status:1291: creating tests/turtle-2013/Makefile
# config.status:1291: creating tests/trig/Makefile
# config.status:1291: creating utils/Makefile
# config.status:1291: creating librdfa/Makefile
# config.status:1291: creating raptor2.pc
# config.status:1291: creating src/raptor_config.h
# config.status:1520: executing depfiles commands
# config.status:1520: executing libtool commands
# configure:19164: result:
# Raptor build summary:
# RDF parsers available : rdfxml ntriples turtle trig guess rss-tag-soup rdfa nquads grddl
# RDF parsers enabled : rdfxml ntriples turtle trig guess rss-tag-soup rdfa nquads grddl
# RDF serializers available : rdfxml rdfxml-abbrev turtle ntriples rss-1.0 dot html json atom nquads
# RDF serializers enabled : rdfxml rdfxml-abbrev turtle ntriples rss-1.0 dot html json atom nquads
# XML parser : libxml 2.9.4 via xml2-config
# WWW library : libcurl 7.49.1 via curl-config
# NFC check library : ICU 57.1
#
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# 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_GTKDOC_DEPS_CFLAGS_set=
# ac_cv_env_GTKDOC_DEPS_CFLAGS_value=
# ac_cv_env_GTKDOC_DEPS_LIBS_set=
# ac_cv_env_GTKDOC_DEPS_LIBS_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBCURL_CFLAGS_set=
# ac_cv_env_LIBCURL_CFLAGS_value=
# ac_cv_env_LIBCURL_LIBS_set=
# ac_cv_env_LIBCURL_LIBS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_LIBXML_CFLAGS_set=
# ac_cv_env_LIBXML_CFLAGS_value=
# ac_cv_env_LIBXML_LIBS_set=
# ac_cv_env_LIBXML_LIBS_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_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_func_curl_easy_init=yes
# ac_cv_func_getopt=yes
# ac_cv_func_getopt_long=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_isascii=yes
# ac_cv_func_qsort_r=yes
# ac_cv_func_qsort_s=no
# ac_cv_func_setjmp=yes
# ac_cv_func_stat=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_stricmp=no
# ac_cv_func_strtok_r=yes
# ac_cv_func_vasprintf=yes
# ac_cv_func_vsnprintf=yes
# ac_cv_func_xmlCreatePushParserCtxt=yes
# ac_cv_func_xmlCtxtUseOptions=yes
# ac_cv_func_xmlSAX2InternalSubset=yes
# ac_cv_func_xsltInit=yes
# ac_cv_func_xsltSaveResultToString=yes
# ac_cv_header_curl_curl_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_fetch_h=no
# ac_cv_header_getopt_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_libinn_h=no
# ac_cv_header_libxml_HTMLparser_h=yes
# ac_cv_header_libxml_SAX2_h=yes
# ac_cv_header_libxml_hash_h=yes
# ac_cv_header_libxml_nanohttp_h=yes
# ac_cv_header_libxml_parser_h=yes
# ac_cv_header_libxslt_xslt_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_math_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_setjmp_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stddef_h=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_param_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_lex='none needed'
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_GTKDOC_CHECK=/usr/bin/gtkdoc-check
# ac_cv_path_GTKDOC_MKPDF=/usr/bin/gtkdoc-mkpdf
# ac_cv_path_GTKDOC_REBASE=/usr/bin/gtkdoc-rebase
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AR=ar
# ac_cv_prog_AWK=gawk
# ac_cv_prog_BISON=bison
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CURL_CONFIG=curl-config
# ac_cv_prog_LEX=flex
# ac_cv_prog_PERL=perl
# ac_cv_prog_RECHO=echo
# ac_cv_prog_STRIP=strip
# ac_cv_prog_TAR=tar
# ac_cv_prog_XML_CONFIG=xml2-config
# ac_cv_prog_XSLT_CONFIG=xslt-config
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_clang_c_o=yes
# ac_cv_prog_cc_g=yes
# ac_cv_prog_lex_root=lex.yy
# ac_cv_prog_lex_yytext_pointer=no
# ac_cv_prog_make_make_set=yes
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_ar_interface=ar
# am_cv_make_support_nested_variables=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# 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_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/raptor/src/raptor2-2.0.15/build/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/raptor/src/raptor2-2.0.15/build/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/raptor/src/raptor2-2.0.15/build/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/raptor/src/raptor2-2.0.15/build/missing --run automake-1.11'
# AWK='gawk'
# BISON='bison'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS='-DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include '
# CURL_CONFIG='curl-config'
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# ENABLE_GTK_DOC_FALSE=''
# ENABLE_GTK_DOC_TRUE='#'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GETOPT_FALSE=''
# GETOPT_TRUE='#'
# GREP='/usr/bin/grep'
# GTKDOC_CHECK='/usr/bin/gtkdoc-check'
# GTKDOC_DEPS_CFLAGS=''
# GTKDOC_DEPS_LIBS=''
# GTKDOC_MKPDF='/usr/bin/gtkdoc-mkpdf'
# GTKDOC_REBASE='/usr/bin/gtkdoc-rebase'
# GTK_DOC_BUILD_HTML_FALSE='#'
# GTK_DOC_BUILD_HTML_TRUE=''
# GTK_DOC_BUILD_PDF_FALSE=''
# GTK_DOC_BUILD_PDF_TRUE='#'
# GTK_DOC_USE_LIBTOOL_FALSE='#'
# GTK_DOC_USE_LIBTOOL_TRUE=''
# GTK_DOC_USE_REBASE_FALSE='#'
# GTK_DOC_USE_REBASE_TRUE=''
# HTML_DIR='${datadir}/gtk-doc/html'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# JING=''
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LEX='/bin/sh /missing flex'
# LEXLIB=''
# LEX_OUTPUT_ROOT='lex.yy'
# LIBCURL_CFLAGS=''
# LIBCURL_LIBS='-lcurl'
# LIBOBJS=' ${LIBOBJDIR}raptor_www_curl$U.o ${LIBOBJDIR}raptor_nfc_icu$U.o'
# LIBRDFA_FALSE='#'
# LIBRDFA_TRUE=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIBXML_CFLAGS='-I/usr/include/libxml2'
# LIBXML_LIBS='-lxml2 -lz -llzma -lm -ldl'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=' ${LIBOBJDIR}raptor_www_curl$U.lo ${LIBOBJDIR}raptor_nfc_icu$U.lo'
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/raptor/src/raptor2-2.0.15/build/missing --run makeinfo'
# MANIFEST_TOOL=':'
# MEM=''
# MEM_LIBS=''
# MKDIR_P='/usr/bin/mkdir -p'
# NEED_STRTOK_R_FALSE=''
# NEED_STRTOK_R_TRUE='#'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='raptor2'
# PACKAGE_BUGREPORT='http://bugs.librdf.org/'
# PACKAGE_NAME='Raptor RDF Parser and Serializer library'
# PACKAGE_STRING='Raptor RDF Parser and Serializer library 2.0.15'
# PACKAGE_TARNAME='raptor2'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.0.15'
# PARSEDATE_FALSE=''
# PARSEDATE_TRUE='#'
# PATH_SEPARATOR=':'
# PERL='perl'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# PKG_CONFIG_REQUIRES=''
# RANLIB='ranlib'
# RAPTOR_ICU_NFC_FALSE='#'
# RAPTOR_ICU_NFC_TRUE=''
# RAPTOR_LDFLAGS=' -lcurl -L/usr/lib -licuuc -lxml2 -lz -llzma -lm -ldl -L/usr/lib -lxslt -lxml2 -lz -llzma -ldl -lm'
# RAPTOR_LIBTOOLLIBS='libraptor2.la'
# RAPTOR_LIBTOOL_VERSION='0:0:0'
# RAPTOR_PARSERS=' rdfxml ntriples turtle trig guess rss-tag-soup rdfa nquads grddl'
# RAPTOR_PARSER_GRDDL_FALSE='#'
# RAPTOR_PARSER_GRDDL_TRUE=''
# RAPTOR_PARSER_GUESS_FALSE='#'
# RAPTOR_PARSER_GUESS_TRUE=''
# RAPTOR_PARSER_JSON_FALSE=''
# RAPTOR_PARSER_JSON_TRUE='#'
# RAPTOR_PARSER_NQUADS_FALSE='#'
# RAPTOR_PARSER_NQUADS_TRUE=''
# RAPTOR_PARSER_NTRIPLES_FALSE='#'
# RAPTOR_PARSER_NTRIPLES_TRUE=''
# RAPTOR_PARSER_RDFA_FALSE='#'
# RAPTOR_PARSER_RDFA_TRUE=''
# RAPTOR_PARSER_RDFXML_FALSE='#'
# RAPTOR_PARSER_RDFXML_TRUE=''
# RAPTOR_PARSER_RSS_FALSE='#'
# RAPTOR_PARSER_RSS_TRUE=''
# RAPTOR_PARSER_TRIG_FALSE='#'
# RAPTOR_PARSER_TRIG_TRUE=''
# RAPTOR_PARSER_TURTLE_FALSE='#'
# RAPTOR_PARSER_TURTLE_TRUE=''
# RAPTOR_RSS_COMMON_FALSE='#'
# RAPTOR_RSS_COMMON_TRUE=''
# RAPTOR_SERIALIZERS=' rdfxml rdfxml-abbrev turtle ntriples rss-1.0 dot html json atom nquads'
# RAPTOR_SERIALIZER_ATOM_FALSE='#'
# RAPTOR_SERIALIZER_ATOM_TRUE=''
# RAPTOR_SERIALIZER_DOT_FALSE='#'
# RAPTOR_SERIALIZER_DOT_TRUE=''
# RAPTOR_SERIALIZER_HTML_FALSE='#'
# RAPTOR_SERIALIZER_HTML_TRUE=''
# RAPTOR_SERIALIZER_JSON_FALSE='#'
# RAPTOR_SERIALIZER_JSON_TRUE=''
# RAPTOR_SERIALIZER_NQUADS_FALSE='#'
# RAPTOR_SERIALIZER_NQUADS_TRUE=''
# RAPTOR_SERIALIZER_NTRIPLES_FALSE='#'
# RAPTOR_SERIALIZER_NTRIPLES_TRUE=''
# RAPTOR_SERIALIZER_RDFXML_ABBREV_FALSE='#'
# RAPTOR_SERIALIZER_RDFXML_ABBREV_TRUE=''
# RAPTOR_SERIALIZER_RDFXML_FALSE='#'
# RAPTOR_SERIALIZER_RDFXML_TRUE=''
# RAPTOR_SERIALIZER_RSS_1_0_FALSE='#'
# RAPTOR_SERIALIZER_RSS_1_0_TRUE=''
# RAPTOR_SERIALIZER_TURTLE_FALSE='#'
# RAPTOR_SERIALIZER_TURTLE_TRUE=''
# RAPTOR_VERSION=''
# RAPTOR_VERSION_DECIMAL='20015'
# RAPTOR_VERSION_MAJOR='2'
# RAPTOR_VERSION_MINOR='0'
# RAPTOR_VERSION_RELEASE='15'
# RAPTOR_WWW_LIBRARY='libcurl'
# RAPTOR_XML_LIBXML_FALSE='#'
# RAPTOR_XML_LIBXML_TRUE=''
# RAPTOR_XML_PARSER='libxml'
# RECHO='echo'
# RECHO_C=''
# RECHO_N='-n'
# RELEASE_VERSION_FALSE=''
# RELEASE_VERSION_TRUE='#'
# RPM_RELEASE='SNAP'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRCASECMP_FALSE=''
# STRCASECMP_TRUE='#'
# STRIP='strip'
# TAR='tar'
# VERSION='2.0.15'
# XML_CONFIG='xml2-config'
# XSLT_CONFIG='xslt-config'
# abs_top_builddir='/tmp/raptor/src/raptor2-2.0.15'
# abs_top_srcdir='/tmp/raptor/src/raptor2-2.0.15'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# 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'
# install_sh='${SHELL} /tmp/raptor/src/raptor2-2.0.15/build/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# 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. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "Raptor RDF Parser and Serializer library"
# #define PACKAGE_TARNAME "raptor2"
# #define PACKAGE_VERSION "2.0.15"
# #define PACKAGE_STRING "Raptor RDF Parser and Serializer library 2.0.15"
# #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# #define PACKAGE_URL ""
# #define PACKAGE "raptor2"
# #define VERSION "2.0.15"
# #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 LT_OBJDIR ".libs/"
# #define FLEX_VERSION_DECIMAL 00000
# #define STDC_HEADERS 1
# #define HAVE_ERRNO_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDDEF_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_STRING_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_MATH_H 1
# #define HAVE_GETOPT_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SETJMP_H 1
# #define HAVE_STAT 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE___FUNCTION__ 1
# #define RAPTOR_VERSION_MAJOR 2
# #define RAPTOR_VERSION_MINOR 0
# #define RAPTOR_VERSION_RELEASE 15
# #define RAPTOR_VERSION_DECIMAL 20015
# #define RAPTOR_MIN_VERSION_DECIMAL 20000
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_GETOPT 1
# #define HAVE_GETOPT_LONG 1
# #define HAVE_STRCASECMP 1
# #define HAVE_VSNPRINTF 1
# #define HAVE_ISASCII 1
# #define HAVE_SETJMP 1
# #define HAVE_STRTOK_R 1
# #define HAVE_QSORT_R 1
# #define HAVE_VASPRINTF 1
# #define HAVE_C99_VSNPRINTF 1
# #define HAVE_LIBXML_NANOHTTP_H 1
# #define HAVE_LIBXML_PARSER_H 1
# #define HAVE_LIBXML_HASH_H 1
# #define HAVE_LIBXML_SAX2_H 1
# #define RAPTOR_LIBXML_ENTITY_ETYPE 1
# #define RAPTOR_LIBXML_XMLSAXHANDLER_INITIALIZED 1
# #define RAPTOR_LIBXML_XMLSAXHANDLER_EXTERNALSUBSET 1
# #define HAVE_XMLSAX2INTERNALSUBSET 1
# #define HAVE_XMLCTXTUSEOPTIONS 1
# #define RAPTOR_LIBXML_XML_PARSE_NONET 1
# #define HAVE_LIBXML_HTMLPARSER_H 1
# #define RAPTOR_LIBXML_HTML_PARSE_NONET 1
# #define HAVE_LIBXSLT_XSLT_H 1
# #define RAPTOR_PARSER_RDFXML 1
# #define RAPTOR_PARSER_NTRIPLES 1
# #define RAPTOR_PARSER_TURTLE 1
# #define RAPTOR_PARSER_TRIG 1
# #define RAPTOR_PARSER_GUESS 1
# #define RAPTOR_PARSER_RSS 1
# #define RAPTOR_PARSER_RDFA 1
# #define RAPTOR_PARSER_NQUADS 1
# #define RAPTOR_PARSER_GRDDL 1
# #define RAPTOR_SERIALIZER_RDFXML 1
# #define RAPTOR_SERIALIZER_RDFXML_ABBREV 1
# #define RAPTOR_SERIALIZER_TURTLE 1
# #define RAPTOR_SERIALIZER_NTRIPLES 1
# #define RAPTOR_SERIALIZER_RSS_1_0 1
# #define RAPTOR_SERIALIZER_DOT 1
# #define RAPTOR_SERIALIZER_HTML 1
# #define RAPTOR_SERIALIZER_JSON 1
# #define RAPTOR_SERIALIZER_ATOM 1
# #define RAPTOR_SERIALIZER_NQUADS 1
# #define RAPTOR_ICU_NFC 1
# #define HAVE_CURL_CURL_H 1
# #define RAPTOR_WWW_LIBCURL 1
# #define RAPTOR_XML_LIBXML 1
#
# configure: exit 0