Build of rasqal with clang_glibc toolchain

The build took 00h 01m 28s and was SUCCESSFUL.

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

SLOCLanguage
52,742 ansic
20,635 makefile
12,196 sh
4,986 yacc
2,063 perl
1,948 lex
94,570 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: rasqal 1:0.9.33-1 (Thu Apr 13 21:15:22 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) raptor-2.0.15-4
#
# Total Installed Size: 1.93 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing raptor...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> 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 awk... (cached) gawk
# checking for gnutar... no
# checking for gtar... no
# checking for tar... tar
# checking for perl... perl
# 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 stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking for stdlib.h... (cached) yes
# checking for stdint.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for string.h... (cached) yes
# checking for strings.h... (cached) yes
# checking getopt.h usability... yes
# checking getopt.h presence... yes
# checking for getopt.h... yes
# checking regex.h usability... yes
# checking regex.h presence... yes
# checking for regex.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking math.h usability... yes
# checking math.h presence... yes
# checking for math.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking for errno.h... (cached) yes
# checking float.h usability... yes
# checking float.h presence... yes
# checking for float.h... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking for an ANSI C-conforming const... yes
# checking whether byte ordering is bigendian... no
# checking whether __FUNCTION__ is available... yes
# checking for getopt... yes
# checking for getopt_long... yes
# checking for stricmp... no
# checking for strcasecmp... yes
# checking for vsnprintf... yes
# checking for initstate_r... yes
# checking for initstate... yes
# checking for random_r... yes
# checking for random... yes
# checking for gmtime_r... yes
# checking for rand_r... yes
# checking for rand... yes
# checking for srand... yes
# checking for timegm... yes
# checking for gettimeofday... yes
# checking whether need to declare optind... no
# checking whether struct tm has tm_gmtoff field... yes
# 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 RAPTOR2... yes
# checking for pcre-config... pcre-config
# checking for pcre... 8.39
# checking for posix regex library... yes
# checking regex library to use... pcre
# checking mhash.h usability... no
# checking mhash.h presence... no
# checking for mhash.h... no
# checking for mhash... no
# checking for libgcrypt-config... libgcrypt-config
# checking gcrypt.h usability... yes
# checking gcrypt.h presence... yes
# checking for gcrypt.h... yes
# checking for gcrypt... yes
# checking message digest library to use... gcrypt
# checking for UUID... yes
# checking for libuuid... yes
# checking for uuid-config... no
# checking for ossp libuuid... no
# checking uuid/uuid.h usability... yes
# checking uuid/uuid.h presence... yes
# checking for uuid/uuid.h... yes
# checking for UUID in libc... no
# checking UUID library to use... libuuid 2.28.
# checking for xml2-config... xml2-config
# checking for libxml2 library... yes - version 2.9.4
# checking libxml/xmlschemas.h usability... yes
# checking libxml/xmlschemas.h presence... yes
# checking for libxml/xmlschemas.h... yes
# checking libxml/xmlschemastypes.h usability... yes
# checking libxml/xmlschemastypes.h presence... yes
# checking for libxml/xmlschemastypes.h... yes
# checking libxml/schemasInternals.h usability... yes
# checking libxml/schemasInternals.h presence... yes
# checking for libxml/schemasInternals.h... yes
# checking query languages required... all
# checking gmp.h usability... yes
# checking gmp.h presence... yes
# checking for gmp.h... yes
# checking for mpfr.h... yes
# checking for mpfr_init... yes
# checking for mpfr_snprintf... yes
# checking for working MPFR library... yes
# checking for working GNU MP library... yes
# checking for GNU MP library random support... yes
# checking for gmp_version... yes
# checking decimal libraries available... mpfr gmp
# checking decimal library to use... mpfr
# checking random approach... Internal Mersenne Twister
# checking for ceil, floor and round in default libs... no
# checking for ceil, floor and round with -lm... yes
# 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 data/Makefile
# config.status: creating docs/Makefile
# config.status: creating docs/version.xml
# config.status: creating scripts/Makefile
# config.status: creating libsv/Makefile
# config.status: creating libmtwist/Makefile
# config.status: creating getopt/Makefile
# config.status: creating src/Makefile
# config.status: creating src/rasqal.h
# config.status: creating src/win32_rasqal_config.h
# config.status: creating tests/Makefile
# config.status: creating tests/algebra/Makefile
# config.status: creating tests/engine/Makefile
# config.status: creating tests/laqrs/Makefile
# config.status: creating tests/laqrs/syntax/Makefile
# config.status: creating tests/sparql/Makefile
# config.status: creating tests/sparql/bugs/Makefile
# config.status: creating tests/sparql/simple/Makefile
# config.status: creating tests/sparql/part1/Makefile
# config.status: creating tests/sparql/examples/Makefile
# config.status: creating tests/sparql/syntax/Makefile
# config.status: creating tests/sparql/bound/Makefile
# config.status: creating tests/sparql/survey/Makefile
# config.status: creating tests/sparql/SyntaxFull/Makefile
# config.status: creating tests/sparql/sort/Makefile
# config.status: creating tests/sparql/ValueTesting/Makefile
# config.status: creating tests/sparql/regex/Makefile
# config.status: creating tests/sparql/Expr1/Makefile
# config.status: creating tests/sparql/Expr2/Makefile
# config.status: creating tests/sparql/ExprBuiltins/Makefile
# config.status: creating tests/sparql/ExprEquals/Makefile
# config.status: creating tests/sparql/SyntaxDev/Makefile
# config.status: creating tests/sparql/SyntaxDev/Syntax-SPARQL/Makefile
# config.status: creating tests/sparql/SyntaxDev/Syntax-SPARQL2/Makefile
# config.status: creating tests/sparql/SyntaxDev/Syntax-SPARQL3/Makefile
# config.status: creating tests/sparql/update/Makefile
# config.status: creating tests/sparql/aggregate/Makefile
# config.status: creating tests/sparql/sparql11/Makefile
# config.status: creating tests/sparql/federated/Makefile
# config.status: creating tests/sparql/warnings/Makefile
# config.status: creating utils/Makefile
# config.status: creating win32/Makefile
# config.status: creating rasqal.spec
# config.status: creating rasqal.rdf
# config.status: creating rasqal.pc
# config.status: creating src/rasqal-config
# config.status: creating rasqal-src-config
# config.status: creating src/rasqal_config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
#
# Rasqal build summary:
# RDF query languages available : sparql laqrs
# RDF query languages enabled : sparql laqrs
# Raptor version : 2.0.15
# Decimal library : mpfr
# Regex library : pcre
# Message digest library : gcrypt
# UUID library : libuuid 2.28.
# Random approach : Internal Mersenne Twister
# ceil, floor, round source : libm
#
# Making all in libsv
# make[1]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/libsv'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../src -DSV_CONFIG -I../src -DRASQAL_INTERNAL=1 -MT sv.lo -MD -MP -MF .deps/sv.Tpo -c -o sv.lo sv.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../src -DSV_CONFIG -I../src -DRASQAL_INTERNAL=1 -MT sv.lo -MD -MP -MF .deps/sv.Tpo -c sv.c -fPIC -DPIC -o .libs/sv.o
# mv -f .deps/sv.Tpo .deps/sv.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -o libsv.la sv.lo
# libtool: link: ar cru .libs/libsv.a .libs/sv.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libsv.a
# libtool: link: ( cd ".libs" && rm -f "libsv.la" && ln -s "../libsv.la" "libsv.la" )
# make[1]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/libsv'
# Making all in libmtwist
# make[1]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/libmtwist'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../src -DMTWIST_CONFIG -I../src -DRASQAL_INTERNAL=1 -MT mt.lo -MD -MP -MF .deps/mt.Tpo -c -o mt.lo mt.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../src -DMTWIST_CONFIG -I../src -DRASQAL_INTERNAL=1 -MT mt.lo -MD -MP -MF .deps/mt.Tpo -c mt.c -fPIC -DPIC -o .libs/mt.o
# mv -f .deps/mt.Tpo .deps/mt.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../src -DMTWIST_CONFIG -I../src -DRASQAL_INTERNAL=1 -MT seed.lo -MD -MP -MF .deps/seed.Tpo -c -o seed.lo seed.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../src -DMTWIST_CONFIG -I../src -DRASQAL_INTERNAL=1 -MT seed.lo -MD -MP -MF .deps/seed.Tpo -c seed.c -fPIC -DPIC -o .libs/seed.o
# mv -f .deps/seed.Tpo .deps/seed.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -o libmtwist.la mt.lo seed.lo
# libtool: link: ar cru .libs/libmtwist.a .libs/mt.o .libs/seed.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libmtwist.a
# libtool: link: ( cd ".libs" && rm -f "libmtwist.la" && ln -s "../libmtwist.la" "libmtwist.la" )
# make[1]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/libmtwist'
# Making all in src
# make[1]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/src'
# make all-am
# make[2]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/src'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_algebra.lo -MD -MP -MF .deps/rasqal_algebra.Tpo -c -o rasqal_algebra.lo rasqal_algebra.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_algebra.lo -MD -MP -MF .deps/rasqal_algebra.Tpo -c rasqal_algebra.c -fPIC -DPIC -o .libs/rasqal_algebra.o
# mv -f .deps/rasqal_algebra.Tpo .deps/rasqal_algebra.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_expr.lo -MD -MP -MF .deps/rasqal_expr.Tpo -c -o rasqal_expr.lo rasqal_expr.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_expr.lo -MD -MP -MF .deps/rasqal_expr.Tpo -c rasqal_expr.c -fPIC -DPIC -o .libs/rasqal_expr.o
# mv -f .deps/rasqal_expr.Tpo .deps/rasqal_expr.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_expr_evaluate.lo -MD -MP -MF .deps/rasqal_expr_evaluate.Tpo -c -o rasqal_expr_evaluate.lo rasqal_expr_evaluate.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_expr_evaluate.lo -MD -MP -MF .deps/rasqal_expr_evaluate.Tpo -c rasqal_expr_evaluate.c -fPIC -DPIC -o .libs/rasqal_expr_evaluate.o
# mv -f .deps/rasqal_expr_evaluate.Tpo .deps/rasqal_expr_evaluate.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_expr_datetimes.lo -MD -MP -MF .deps/rasqal_expr_datetimes.Tpo -c -o rasqal_expr_datetimes.lo rasqal_expr_datetimes.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_expr_datetimes.lo -MD -MP -MF .deps/rasqal_expr_datetimes.Tpo -c rasqal_expr_datetimes.c -fPIC -DPIC -o .libs/rasqal_expr_datetimes.o
# mv -f .deps/rasqal_expr_datetimes.Tpo .deps/rasqal_expr_datetimes.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_expr_numerics.lo -MD -MP -MF .deps/rasqal_expr_numerics.Tpo -c -o rasqal_expr_numerics.lo rasqal_expr_numerics.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_expr_numerics.lo -MD -MP -MF .deps/rasqal_expr_numerics.Tpo -c rasqal_expr_numerics.c -fPIC -DPIC -o .libs/rasqal_expr_numerics.o
# mv -f .deps/rasqal_expr_numerics.Tpo .deps/rasqal_expr_numerics.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_expr_strings.lo -MD -MP -MF .deps/rasqal_expr_strings.Tpo -c -o rasqal_expr_strings.lo rasqal_expr_strings.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_expr_strings.lo -MD -MP -MF .deps/rasqal_expr_strings.Tpo -c rasqal_expr_strings.c -fPIC -DPIC -o .libs/rasqal_expr_strings.o
# mv -f .deps/rasqal_expr_strings.Tpo .deps/rasqal_expr_strings.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_general.lo -MD -MP -MF .deps/rasqal_general.Tpo -c -o rasqal_general.lo rasqal_general.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_general.lo -MD -MP -MF .deps/rasqal_general.Tpo -c rasqal_general.c -fPIC -DPIC -o .libs/rasqal_general.o
# mv -f .deps/rasqal_general.Tpo .deps/rasqal_general.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_query.lo -MD -MP -MF .deps/rasqal_query.Tpo -c -o rasqal_query.lo rasqal_query.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_query.lo -MD -MP -MF .deps/rasqal_query.Tpo -c rasqal_query.c -fPIC -DPIC -o .libs/rasqal_query.o
# mv -f .deps/rasqal_query.Tpo .deps/rasqal_query.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_query_results.lo -MD -MP -MF .deps/rasqal_query_results.Tpo -c -o rasqal_query_results.lo rasqal_query_results.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_query_results.lo -MD -MP -MF .deps/rasqal_query_results.Tpo -c rasqal_query_results.c -fPIC -DPIC -o .libs/rasqal_query_results.o
# mv -f .deps/rasqal_query_results.Tpo .deps/rasqal_query_results.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_engine.lo -MD -MP -MF .deps/rasqal_engine.Tpo -c -o rasqal_engine.lo rasqal_engine.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_engine.lo -MD -MP -MF .deps/rasqal_engine.Tpo -c rasqal_engine.c -fPIC -DPIC -o .libs/rasqal_engine.o
# mv -f .deps/rasqal_engine.Tpo .deps/rasqal_engine.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_raptor.lo -MD -MP -MF .deps/rasqal_raptor.Tpo -c -o rasqal_raptor.lo rasqal_raptor.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_raptor.lo -MD -MP -MF .deps/rasqal_raptor.Tpo -c rasqal_raptor.c -fPIC -DPIC -o .libs/rasqal_raptor.o
# mv -f .deps/rasqal_raptor.Tpo .deps/rasqal_raptor.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_literal.lo -MD -MP -MF .deps/rasqal_literal.Tpo -c -o rasqal_literal.lo rasqal_literal.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_literal.lo -MD -MP -MF .deps/rasqal_literal.Tpo -c rasqal_literal.c -fPIC -DPIC -o .libs/rasqal_literal.o
# mv -f .deps/rasqal_literal.Tpo .deps/rasqal_literal.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_formula.lo -MD -MP -MF .deps/rasqal_formula.Tpo -c -o rasqal_formula.lo rasqal_formula.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_formula.lo -MD -MP -MF .deps/rasqal_formula.Tpo -c rasqal_formula.c -fPIC -DPIC -o .libs/rasqal_formula.o
# mv -f .deps/rasqal_formula.Tpo .deps/rasqal_formula.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_graph_pattern.lo -MD -MP -MF .deps/rasqal_graph_pattern.Tpo -c -o rasqal_graph_pattern.lo rasqal_graph_pattern.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_graph_pattern.lo -MD -MP -MF .deps/rasqal_graph_pattern.Tpo -c rasqal_graph_pattern.c -fPIC -DPIC -o .libs/rasqal_graph_pattern.o
# mv -f .deps/rasqal_graph_pattern.Tpo .deps/rasqal_graph_pattern.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_map.lo -MD -MP -MF .deps/rasqal_map.Tpo -c -o rasqal_map.lo rasqal_map.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_map.lo -MD -MP -MF .deps/rasqal_map.Tpo -c rasqal_map.c -fPIC -DPIC -o .libs/rasqal_map.o
# mv -f .deps/rasqal_map.Tpo .deps/rasqal_map.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_feature.lo -MD -MP -MF .deps/rasqal_feature.Tpo -c -o rasqal_feature.lo rasqal_feature.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_feature.lo -MD -MP -MF .deps/rasqal_feature.Tpo -c rasqal_feature.c -fPIC -DPIC -o .libs/rasqal_feature.o
# mv -f .deps/rasqal_feature.Tpo .deps/rasqal_feature.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_result_formats.lo -MD -MP -MF .deps/rasqal_result_formats.Tpo -c -o rasqal_result_formats.lo rasqal_result_formats.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_result_formats.lo -MD -MP -MF .deps/rasqal_result_formats.Tpo -c rasqal_result_formats.c -fPIC -DPIC -o .libs/rasqal_result_formats.o
# mv -f .deps/rasqal_result_formats.Tpo .deps/rasqal_result_formats.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_xsd_datatypes.lo -MD -MP -MF .deps/rasqal_xsd_datatypes.Tpo -c -o rasqal_xsd_datatypes.lo rasqal_xsd_datatypes.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_xsd_datatypes.lo -MD -MP -MF .deps/rasqal_xsd_datatypes.Tpo -c rasqal_xsd_datatypes.c -fPIC -DPIC -o .libs/rasqal_xsd_datatypes.o
# mv -f .deps/rasqal_xsd_datatypes.Tpo .deps/rasqal_xsd_datatypes.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_decimal.lo -MD -MP -MF .deps/rasqal_decimal.Tpo -c -o rasqal_decimal.lo rasqal_decimal.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_decimal.lo -MD -MP -MF .deps/rasqal_decimal.Tpo -c rasqal_decimal.c -fPIC -DPIC -o .libs/rasqal_decimal.o
# mv -f .deps/rasqal_decimal.Tpo .deps/rasqal_decimal.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_datetime.lo -MD -MP -MF .deps/rasqal_datetime.Tpo -c -o rasqal_datetime.lo rasqal_datetime.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_datetime.lo -MD -MP -MF .deps/rasqal_datetime.Tpo -c rasqal_datetime.c -fPIC -DPIC -o .libs/rasqal_datetime.o
# mv -f .deps/rasqal_datetime.Tpo .deps/rasqal_datetime.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource.lo -MD -MP -MF .deps/rasqal_rowsource.Tpo -c -o rasqal_rowsource.lo rasqal_rowsource.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource.lo -MD -MP -MF .deps/rasqal_rowsource.Tpo -c rasqal_rowsource.c -fPIC -DPIC -o .libs/rasqal_rowsource.o
# mv -f .deps/rasqal_rowsource.Tpo .deps/rasqal_rowsource.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_format_sparql_xml.lo -MD -MP -MF .deps/rasqal_format_sparql_xml.Tpo -c -o rasqal_format_sparql_xml.lo rasqal_format_sparql_xml.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_format_sparql_xml.lo -MD -MP -MF .deps/rasqal_format_sparql_xml.Tpo -c rasqal_format_sparql_xml.c -fPIC -DPIC -o .libs/rasqal_format_sparql_xml.o
# mv -f .deps/rasqal_format_sparql_xml.Tpo .deps/rasqal_format_sparql_xml.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_variable.lo -MD -MP -MF .deps/rasqal_variable.Tpo -c -o rasqal_variable.lo rasqal_variable.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_variable.lo -MD -MP -MF .deps/rasqal_variable.Tpo -c rasqal_variable.c -fPIC -DPIC -o .libs/rasqal_variable.o
# mv -f .deps/rasqal_variable.Tpo .deps/rasqal_variable.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_empty.lo -MD -MP -MF .deps/rasqal_rowsource_empty.Tpo -c -o rasqal_rowsource_empty.lo rasqal_rowsource_empty.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_empty.lo -MD -MP -MF .deps/rasqal_rowsource_empty.Tpo -c rasqal_rowsource_empty.c -fPIC -DPIC -o .libs/rasqal_rowsource_empty.o
# mv -f .deps/rasqal_rowsource_empty.Tpo .deps/rasqal_rowsource_empty.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_union.lo -MD -MP -MF .deps/rasqal_rowsource_union.Tpo -c -o rasqal_rowsource_union.lo rasqal_rowsource_union.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_union.lo -MD -MP -MF .deps/rasqal_rowsource_union.Tpo -c rasqal_rowsource_union.c -fPIC -DPIC -o .libs/rasqal_rowsource_union.o
# mv -f .deps/rasqal_rowsource_union.Tpo .deps/rasqal_rowsource_union.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_rowsequence.lo -MD -MP -MF .deps/rasqal_rowsource_rowsequence.Tpo -c -o rasqal_rowsource_rowsequence.lo rasqal_rowsource_rowsequence.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_rowsequence.lo -MD -MP -MF .deps/rasqal_rowsource_rowsequence.Tpo -c rasqal_rowsource_rowsequence.c -fPIC -DPIC -o .libs/rasqal_rowsource_rowsequence.o
# mv -f .deps/rasqal_rowsource_rowsequence.Tpo .deps/rasqal_rowsource_rowsequence.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_query_transform.lo -MD -MP -MF .deps/rasqal_query_transform.Tpo -c -o rasqal_query_transform.lo rasqal_query_transform.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_query_transform.lo -MD -MP -MF .deps/rasqal_query_transform.Tpo -c rasqal_query_transform.c -fPIC -DPIC -o .libs/rasqal_query_transform.o
# mv -f .deps/rasqal_query_transform.Tpo .deps/rasqal_query_transform.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_row.lo -MD -MP -MF .deps/rasqal_row.Tpo -c -o rasqal_row.lo rasqal_row.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_row.lo -MD -MP -MF .deps/rasqal_row.Tpo -c rasqal_row.c -fPIC -DPIC -o .libs/rasqal_row.o
# mv -f .deps/rasqal_row.Tpo .deps/rasqal_row.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_engine_algebra.lo -MD -MP -MF .deps/rasqal_engine_algebra.Tpo -c -o rasqal_engine_algebra.lo rasqal_engine_algebra.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_engine_algebra.lo -MD -MP -MF .deps/rasqal_engine_algebra.Tpo -c rasqal_engine_algebra.c -fPIC -DPIC -o .libs/rasqal_engine_algebra.o
# mv -f .deps/rasqal_engine_algebra.Tpo .deps/rasqal_engine_algebra.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_triples_source.lo -MD -MP -MF .deps/rasqal_triples_source.Tpo -c -o rasqal_triples_source.lo rasqal_triples_source.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_triples_source.lo -MD -MP -MF .deps/rasqal_triples_source.Tpo -c rasqal_triples_source.c -fPIC -DPIC -o .libs/rasqal_triples_source.o
# mv -f .deps/rasqal_triples_source.Tpo .deps/rasqal_triples_source.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_triples.lo -MD -MP -MF .deps/rasqal_rowsource_triples.Tpo -c -o rasqal_rowsource_triples.lo rasqal_rowsource_triples.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_triples.lo -MD -MP -MF .deps/rasqal_rowsource_triples.Tpo -c rasqal_rowsource_triples.c -fPIC -DPIC -o .libs/rasqal_rowsource_triples.o
# mv -f .deps/rasqal_rowsource_triples.Tpo .deps/rasqal_rowsource_triples.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_filter.lo -MD -MP -MF .deps/rasqal_rowsource_filter.Tpo -c -o rasqal_rowsource_filter.lo rasqal_rowsource_filter.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_filter.lo -MD -MP -MF .deps/rasqal_rowsource_filter.Tpo -c rasqal_rowsource_filter.c -fPIC -DPIC -o .libs/rasqal_rowsource_filter.o
# mv -f .deps/rasqal_rowsource_filter.Tpo .deps/rasqal_rowsource_filter.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_sort.lo -MD -MP -MF .deps/rasqal_rowsource_sort.Tpo -c -o rasqal_rowsource_sort.lo rasqal_rowsource_sort.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_sort.lo -MD -MP -MF .deps/rasqal_rowsource_sort.Tpo -c rasqal_rowsource_sort.c -fPIC -DPIC -o .libs/rasqal_rowsource_sort.o
# mv -f .deps/rasqal_rowsource_sort.Tpo .deps/rasqal_rowsource_sort.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_engine_sort.lo -MD -MP -MF .deps/rasqal_engine_sort.Tpo -c -o rasqal_engine_sort.lo rasqal_engine_sort.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_engine_sort.lo -MD -MP -MF .deps/rasqal_engine_sort.Tpo -c rasqal_engine_sort.c -fPIC -DPIC -o .libs/rasqal_engine_sort.o
# mv -f .deps/rasqal_engine_sort.Tpo .deps/rasqal_engine_sort.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_project.lo -MD -MP -MF .deps/rasqal_rowsource_project.Tpo -c -o rasqal_rowsource_project.lo rasqal_rowsource_project.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_project.lo -MD -MP -MF .deps/rasqal_rowsource_project.Tpo -c rasqal_rowsource_project.c -fPIC -DPIC -o .libs/rasqal_rowsource_project.o
# mv -f .deps/rasqal_rowsource_project.Tpo .deps/rasqal_rowsource_project.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_join.lo -MD -MP -MF .deps/rasqal_rowsource_join.Tpo -c -o rasqal_rowsource_join.lo rasqal_rowsource_join.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_join.lo -MD -MP -MF .deps/rasqal_rowsource_join.Tpo -c rasqal_rowsource_join.c -fPIC -DPIC -o .libs/rasqal_rowsource_join.o
# mv -f .deps/rasqal_rowsource_join.Tpo .deps/rasqal_rowsource_join.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_graph.lo -MD -MP -MF .deps/rasqal_rowsource_graph.Tpo -c -o rasqal_rowsource_graph.lo rasqal_rowsource_graph.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_graph.lo -MD -MP -MF .deps/rasqal_rowsource_graph.Tpo -c rasqal_rowsource_graph.c -fPIC -DPIC -o .libs/rasqal_rowsource_graph.o
# mv -f .deps/rasqal_rowsource_graph.Tpo .deps/rasqal_rowsource_graph.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_distinct.lo -MD -MP -MF .deps/rasqal_rowsource_distinct.Tpo -c -o rasqal_rowsource_distinct.lo rasqal_rowsource_distinct.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_distinct.lo -MD -MP -MF .deps/rasqal_rowsource_distinct.Tpo -c rasqal_rowsource_distinct.c -fPIC -DPIC -o .libs/rasqal_rowsource_distinct.o
# mv -f .deps/rasqal_rowsource_distinct.Tpo .deps/rasqal_rowsource_distinct.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_groupby.lo -MD -MP -MF .deps/rasqal_rowsource_groupby.Tpo -c -o rasqal_rowsource_groupby.lo rasqal_rowsource_groupby.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_groupby.lo -MD -MP -MF .deps/rasqal_rowsource_groupby.Tpo -c rasqal_rowsource_groupby.c -fPIC -DPIC -o .libs/rasqal_rowsource_groupby.o
# mv -f .deps/rasqal_rowsource_groupby.Tpo .deps/rasqal_rowsource_groupby.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_aggregation.lo -MD -MP -MF .deps/rasqal_rowsource_aggregation.Tpo -c -o rasqal_rowsource_aggregation.lo rasqal_rowsource_aggregation.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_aggregation.lo -MD -MP -MF .deps/rasqal_rowsource_aggregation.Tpo -c rasqal_rowsource_aggregation.c -fPIC -DPIC -o .libs/rasqal_rowsource_aggregation.o
# mv -f .deps/rasqal_rowsource_aggregation.Tpo .deps/rasqal_rowsource_aggregation.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_having.lo -MD -MP -MF .deps/rasqal_rowsource_having.Tpo -c -o rasqal_rowsource_having.lo rasqal_rowsource_having.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_having.lo -MD -MP -MF .deps/rasqal_rowsource_having.Tpo -c rasqal_rowsource_having.c -fPIC -DPIC -o .libs/rasqal_rowsource_having.o
# mv -f .deps/rasqal_rowsource_having.Tpo .deps/rasqal_rowsource_having.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_slice.lo -MD -MP -MF .deps/rasqal_rowsource_slice.Tpo -c -o rasqal_rowsource_slice.lo rasqal_rowsource_slice.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_slice.lo -MD -MP -MF .deps/rasqal_rowsource_slice.Tpo -c rasqal_rowsource_slice.c -fPIC -DPIC -o .libs/rasqal_rowsource_slice.o
# mv -f .deps/rasqal_rowsource_slice.Tpo .deps/rasqal_rowsource_slice.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_bindings.lo -MD -MP -MF .deps/rasqal_rowsource_bindings.Tpo -c -o rasqal_rowsource_bindings.lo rasqal_rowsource_bindings.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_bindings.lo -MD -MP -MF .deps/rasqal_rowsource_bindings.Tpo -c rasqal_rowsource_bindings.c -fPIC -DPIC -o .libs/rasqal_rowsource_bindings.o
# mv -f .deps/rasqal_rowsource_bindings.Tpo .deps/rasqal_rowsource_bindings.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_service.lo -MD -MP -MF .deps/rasqal_rowsource_service.Tpo -c -o rasqal_rowsource_service.lo rasqal_rowsource_service.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_service.lo -MD -MP -MF .deps/rasqal_rowsource_service.Tpo -c rasqal_rowsource_service.c -fPIC -DPIC -o .libs/rasqal_rowsource_service.o
# mv -f .deps/rasqal_rowsource_service.Tpo .deps/rasqal_rowsource_service.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_row_compatible.lo -MD -MP -MF .deps/rasqal_row_compatible.Tpo -c -o rasqal_row_compatible.lo rasqal_row_compatible.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_row_compatible.lo -MD -MP -MF .deps/rasqal_row_compatible.Tpo -c rasqal_row_compatible.c -fPIC -DPIC -o .libs/rasqal_row_compatible.o
# mv -f .deps/rasqal_row_compatible.Tpo .deps/rasqal_row_compatible.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_format_table.lo -MD -MP -MF .deps/rasqal_format_table.Tpo -c -o rasqal_format_table.lo rasqal_format_table.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_format_table.lo -MD -MP -MF .deps/rasqal_format_table.Tpo -c rasqal_format_table.c -fPIC -DPIC -o .libs/rasqal_format_table.o
# mv -f .deps/rasqal_format_table.Tpo .deps/rasqal_format_table.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_query_write.lo -MD -MP -MF .deps/rasqal_query_write.Tpo -c -o rasqal_query_write.lo rasqal_query_write.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_query_write.lo -MD -MP -MF .deps/rasqal_query_write.Tpo -c rasqal_query_write.c -fPIC -DPIC -o .libs/rasqal_query_write.o
# mv -f .deps/rasqal_query_write.Tpo .deps/rasqal_query_write.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_format_json.lo -MD -MP -MF .deps/rasqal_format_json.Tpo -c -o rasqal_format_json.lo rasqal_format_json.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_format_json.lo -MD -MP -MF .deps/rasqal_format_json.Tpo -c rasqal_format_json.c -fPIC -DPIC -o .libs/rasqal_format_json.o
# mv -f .deps/rasqal_format_json.Tpo .deps/rasqal_format_json.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_format_sv.lo -MD -MP -MF .deps/rasqal_format_sv.Tpo -c -o rasqal_format_sv.lo rasqal_format_sv.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_format_sv.lo -MD -MP -MF .deps/rasqal_format_sv.Tpo -c rasqal_format_sv.c -fPIC -DPIC -o .libs/rasqal_format_sv.o
# mv -f .deps/rasqal_format_sv.Tpo .deps/rasqal_format_sv.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_format_html.lo -MD -MP -MF .deps/rasqal_format_html.Tpo -c -o rasqal_format_html.lo rasqal_format_html.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_format_html.lo -MD -MP -MF .deps/rasqal_format_html.Tpo -c rasqal_format_html.c -fPIC -DPIC -o .libs/rasqal_format_html.o
# mv -f .deps/rasqal_format_html.Tpo .deps/rasqal_format_html.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_format_rdf.lo -MD -MP -MF .deps/rasqal_format_rdf.Tpo -c -o rasqal_format_rdf.lo rasqal_format_rdf.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_format_rdf.lo -MD -MP -MF .deps/rasqal_format_rdf.Tpo -c rasqal_format_rdf.c -fPIC -DPIC -o .libs/rasqal_format_rdf.o
# mv -f .deps/rasqal_format_rdf.Tpo .deps/rasqal_format_rdf.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_assignment.lo -MD -MP -MF .deps/rasqal_rowsource_assignment.Tpo -c -o rasqal_rowsource_assignment.lo rasqal_rowsource_assignment.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_rowsource_assignment.lo -MD -MP -MF .deps/rasqal_rowsource_assignment.Tpo -c rasqal_rowsource_assignment.c -fPIC -DPIC -o .libs/rasqal_rowsource_assignment.o
# mv -f .deps/rasqal_rowsource_assignment.Tpo .deps/rasqal_rowsource_assignment.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_update.lo -MD -MP -MF .deps/rasqal_update.Tpo -c -o rasqal_update.lo rasqal_update.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_update.lo -MD -MP -MF .deps/rasqal_update.Tpo -c rasqal_update.c -fPIC -DPIC -o .libs/rasqal_update.o
# mv -f .deps/rasqal_update.Tpo .deps/rasqal_update.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_triple.lo -MD -MP -MF .deps/rasqal_triple.Tpo -c -o rasqal_triple.lo rasqal_triple.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_triple.lo -MD -MP -MF .deps/rasqal_triple.Tpo -c rasqal_triple.c -fPIC -DPIC -o .libs/rasqal_triple.o
# mv -f .deps/rasqal_triple.Tpo .deps/rasqal_triple.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_data_graph.lo -MD -MP -MF .deps/rasqal_data_graph.Tpo -c -o rasqal_data_graph.lo rasqal_data_graph.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_data_graph.lo -MD -MP -MF .deps/rasqal_data_graph.Tpo -c rasqal_data_graph.c -fPIC -DPIC -o .libs/rasqal_data_graph.o
# mv -f .deps/rasqal_data_graph.Tpo .deps/rasqal_data_graph.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_prefix.lo -MD -MP -MF .deps/rasqal_prefix.Tpo -c -o rasqal_prefix.lo rasqal_prefix.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_prefix.lo -MD -MP -MF .deps/rasqal_prefix.Tpo -c rasqal_prefix.c -fPIC -DPIC -o .libs/rasqal_prefix.o
# mv -f .deps/rasqal_prefix.Tpo .deps/rasqal_prefix.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_solution_modifier.lo -MD -MP -MF .deps/rasqal_solution_modifier.Tpo -c -o rasqal_solution_modifier.lo rasqal_solution_modifier.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_solution_modifier.lo -MD -MP -MF .deps/rasqal_solution_modifier.Tpo -c rasqal_solution_modifier.c -fPIC -DPIC -o .libs/rasqal_solution_modifier.o
# mv -f .deps/rasqal_solution_modifier.Tpo .deps/rasqal_solution_modifier.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_projection.lo -MD -MP -MF .deps/rasqal_projection.Tpo -c -o rasqal_projection.lo rasqal_projection.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_projection.lo -MD -MP -MF .deps/rasqal_projection.Tpo -c rasqal_projection.c -fPIC -DPIC -o .libs/rasqal_projection.o
# mv -f .deps/rasqal_projection.Tpo .deps/rasqal_projection.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_bindings.lo -MD -MP -MF .deps/rasqal_bindings.Tpo -c -o rasqal_bindings.lo rasqal_bindings.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_bindings.lo -MD -MP -MF .deps/rasqal_bindings.Tpo -c rasqal_bindings.c -fPIC -DPIC -o .libs/rasqal_bindings.o
# mv -f .deps/rasqal_bindings.Tpo .deps/rasqal_bindings.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_service.lo -MD -MP -MF .deps/rasqal_service.Tpo -c -o rasqal_service.lo rasqal_service.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_service.lo -MD -MP -MF .deps/rasqal_service.Tpo -c rasqal_service.c -fPIC -DPIC -o .libs/rasqal_service.o
# mv -f .deps/rasqal_service.Tpo .deps/rasqal_service.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_dataset.lo -MD -MP -MF .deps/rasqal_dataset.Tpo -c -o rasqal_dataset.lo rasqal_dataset.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_dataset.lo -MD -MP -MF .deps/rasqal_dataset.Tpo -c rasqal_dataset.c -fPIC -DPIC -o .libs/rasqal_dataset.o
# mv -f .deps/rasqal_dataset.Tpo .deps/rasqal_dataset.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_random.lo -MD -MP -MF .deps/rasqal_random.Tpo -c -o rasqal_random.lo rasqal_random.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_random.lo -MD -MP -MF .deps/rasqal_random.Tpo -c rasqal_random.c -fPIC -DPIC -o .libs/rasqal_random.o
# mv -f .deps/rasqal_random.Tpo .deps/rasqal_random.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_digest.lo -MD -MP -MF .deps/rasqal_digest.Tpo -c -o rasqal_digest.lo rasqal_digest.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_digest.lo -MD -MP -MF .deps/rasqal_digest.Tpo -c rasqal_digest.c -fPIC -DPIC -o .libs/rasqal_digest.o
# mv -f .deps/rasqal_digest.Tpo .deps/rasqal_digest.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_iostream.lo -MD -MP -MF .deps/rasqal_iostream.Tpo -c -o rasqal_iostream.lo rasqal_iostream.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_iostream.lo -MD -MP -MF .deps/rasqal_iostream.Tpo -c rasqal_iostream.c -fPIC -DPIC -o .libs/rasqal_iostream.o
# mv -f .deps/rasqal_iostream.Tpo .deps/rasqal_iostream.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_regex.lo -MD -MP -MF .deps/rasqal_regex.Tpo -c -o rasqal_regex.lo rasqal_regex.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_regex.lo -MD -MP -MF .deps/rasqal_regex.Tpo -c rasqal_regex.c -fPIC -DPIC -o .libs/rasqal_regex.o
# mv -f .deps/rasqal_regex.Tpo .deps/rasqal_regex.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT snprintf.lo -MD -MP -MF .deps/snprintf.Tpo -c -o snprintf.lo snprintf.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -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. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_double.lo -MD -MP -MF .deps/rasqal_double.Tpo -c -o rasqal_double.lo rasqal_double.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_double.lo -MD -MP -MF .deps/rasqal_double.Tpo -c rasqal_double.c -fPIC -DPIC -o .libs/rasqal_double.o
# mv -f .deps/rasqal_double.Tpo .deps/rasqal_double.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_ntriples.lo -MD -MP -MF .deps/rasqal_ntriples.Tpo -c -o rasqal_ntriples.lo rasqal_ntriples.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_ntriples.lo -MD -MP -MF .deps/rasqal_ntriples.Tpo -c rasqal_ntriples.c -fPIC -DPIC -o .libs/rasqal_ntriples.o
# mv -f .deps/rasqal_ntriples.Tpo .deps/rasqal_ntriples.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_results_compare.lo -MD -MP -MF .deps/rasqal_results_compare.Tpo -c -o rasqal_results_compare.lo rasqal_results_compare.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT rasqal_results_compare.lo -MD -MP -MF .deps/rasqal_results_compare.Tpo -c rasqal_results_compare.c -fPIC -DPIC -o .libs/rasqal_results_compare.o
# mv -f .deps/rasqal_results_compare.Tpo .deps/rasqal_results_compare.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT sparql_lexer.lo -MD -MP -MF .deps/sparql_lexer.Tpo -c -o sparql_lexer.lo sparql_lexer.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT sparql_lexer.lo -MD -MP -MF .deps/sparql_lexer.Tpo -c sparql_lexer.c -fPIC -DPIC -o .libs/sparql_lexer.o
# mv -f .deps/sparql_lexer.Tpo .deps/sparql_lexer.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT sparql_parser.lo -MD -MP -MF .deps/sparql_parser.Tpo -c -o sparql_parser.lo sparql_parser.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -MT sparql_parser.lo -MD -MP -MF .deps/sparql_parser.Tpo -c sparql_parser.c -fPIC -DPIC -o .libs/sparql_parser.o
# mv -f .deps/sparql_parser.Tpo .deps/sparql_parser.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -I/usr/include/raptor2 -I/usr/include/uuid -DSV_CONFIG -I../libsv -DMTWIST_CONFIG -I../libmtwist -version-info 3:0:0 -o librasqal.la -rpath /usr/lib rasqal_algebra.lo rasqal_expr.lo rasqal_expr_evaluate.lo rasqal_expr_datetimes.lo rasqal_expr_numerics.lo rasqal_expr_strings.lo rasqal_general.lo rasqal_query.lo rasqal_query_results.lo rasqal_engine.lo rasqal_raptor.lo rasqal_literal.lo rasqal_formula.lo rasqal_graph_pattern.lo rasqal_map.lo rasqal_feature.lo rasqal_result_formats.lo rasqal_xsd_datatypes.lo rasqal_decimal.lo rasqal_datetime.lo rasqal_rowsource.lo rasqal_format_sparql_xml.lo rasqal_variable.lo rasqal_rowsource_empty.lo rasqal_rowsource_union.lo rasqal_rowsource_rowsequence.lo rasqal_query_transform.lo rasqal_row.lo rasqal_engine_algebra.lo rasqal_triples_source.lo rasqal_rowsource_triples.lo rasqal_rowsource_filter.lo rasqal_rowsource_sort.lo rasqal_engine_sort.lo rasqal_rowsource_project.lo rasqal_rowsource_join.lo rasqal_rowsource_graph.lo rasqal_rowsource_distinct.lo rasqal_rowsource_groupby.lo rasqal_rowsource_aggregation.lo rasqal_rowsource_having.lo rasqal_rowsource_slice.lo rasqal_rowsource_bindings.lo rasqal_rowsource_service.lo rasqal_row_compatible.lo rasqal_format_table.lo rasqal_query_write.lo rasqal_format_json.lo rasqal_format_sv.lo rasqal_format_html.lo rasqal_format_rdf.lo rasqal_rowsource_assignment.lo rasqal_update.lo rasqal_triple.lo rasqal_data_graph.lo rasqal_prefix.lo rasqal_solution_modifier.lo rasqal_projection.lo rasqal_bindings.lo rasqal_service.lo rasqal_dataset.lo rasqal_random.lo rasqal_digest.lo rasqal_iostream.lo rasqal_regex.lo snprintf.lo rasqal_double.lo rasqal_ntriples.lo rasqal_results_compare.lo sparql_lexer.lo sparql_parser.lo -lraptor2 -lpcre -lgcrypt -lgpg-error -luuid -lm -lmpfr ../libsv/libsv.la ../libmtwist/libmtwist.la -lraptor2 -lpcre -lgcrypt -lgpg-error -luuid -lm -lmpfr
# libtool: link: clang -shared -fPIC -DPIC .libs/rasqal_algebra.o .libs/rasqal_expr.o .libs/rasqal_expr_evaluate.o .libs/rasqal_expr_datetimes.o .libs/rasqal_expr_numerics.o .libs/rasqal_expr_strings.o .libs/rasqal_general.o .libs/rasqal_query.o .libs/rasqal_query_results.o .libs/rasqal_engine.o .libs/rasqal_raptor.o .libs/rasqal_literal.o .libs/rasqal_formula.o .libs/rasqal_graph_pattern.o .libs/rasqal_map.o .libs/rasqal_feature.o .libs/rasqal_result_formats.o .libs/rasqal_xsd_datatypes.o .libs/rasqal_decimal.o .libs/rasqal_datetime.o .libs/rasqal_rowsource.o .libs/rasqal_format_sparql_xml.o .libs/rasqal_variable.o .libs/rasqal_rowsource_empty.o .libs/rasqal_rowsource_union.o .libs/rasqal_rowsource_rowsequence.o .libs/rasqal_query_transform.o .libs/rasqal_row.o .libs/rasqal_engine_algebra.o .libs/rasqal_triples_source.o .libs/rasqal_rowsource_triples.o .libs/rasqal_rowsource_filter.o .libs/rasqal_rowsource_sort.o .libs/rasqal_engine_sort.o .libs/rasqal_rowsource_project.o .libs/rasqal_rowsource_join.o .libs/rasqal_rowsource_graph.o .libs/rasqal_rowsource_distinct.o .libs/rasqal_rowsource_groupby.o .libs/rasqal_rowsource_aggregation.o .libs/rasqal_rowsource_having.o .libs/rasqal_rowsource_slice.o .libs/rasqal_rowsource_bindings.o .libs/rasqal_rowsource_service.o .libs/rasqal_row_compatible.o .libs/rasqal_format_table.o .libs/rasqal_query_write.o .libs/rasqal_format_json.o .libs/rasqal_format_sv.o .libs/rasqal_format_html.o .libs/rasqal_format_rdf.o .libs/rasqal_rowsource_assignment.o .libs/rasqal_update.o .libs/rasqal_triple.o .libs/rasqal_data_graph.o .libs/rasqal_prefix.o .libs/rasqal_solution_modifier.o .libs/rasqal_projection.o .libs/rasqal_bindings.o .libs/rasqal_service.o .libs/rasqal_dataset.o .libs/rasqal_random.o .libs/rasqal_digest.o .libs/rasqal_iostream.o .libs/rasqal_regex.o .libs/snprintf.o .libs/rasqal_double.o .libs/rasqal_ntriples.o .libs/rasqal_results_compare.o .libs/sparql_lexer.o .libs/sparql_parser.o -Wl,--whole-archive ../libsv/.libs/libsv.a ../libmtwist/.libs/libmtwist.a -Wl,--no-whole-archive -lraptor2 -lpcre -lgcrypt -lgpg-error -luuid -lm -lmpfr -Wl,-soname -Wl,librasqal.so.3 -o .libs/librasqal.so.3.0.0
# libtool: link: (cd ".libs" && rm -f "librasqal.so.3" && ln -s "librasqal.so.3.0.0" "librasqal.so.3")
# libtool: link: (cd ".libs" && rm -f "librasqal.so" && ln -s "librasqal.so.3.0.0" "librasqal.so")
# libtool: link: ( cd ".libs" && rm -f "librasqal.la" && ln -s "../librasqal.la" "librasqal.la" )
# make[2]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/src'
# make[1]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/src'
# Making all in utils
# make[1]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/utils'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../src -I/usr/include/raptor2 -I/usr/include/uuid -I../src -DRASQAL_INTERNAL=1 -MT read_files.lo -MD -MP -MF .deps/read_files.Tpo -c -o read_files.lo read_files.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../src -I/usr/include/raptor2 -I/usr/include/uuid -I../src -DRASQAL_INTERNAL=1 -MT read_files.lo -MD -MP -MF .deps/read_files.Tpo -c read_files.c -fPIC -DPIC -o .libs/read_files.o
# mv -f .deps/read_files.Tpo .deps/read_files.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../src -I/usr/include/raptor2 -I/usr/include/uuid -I../src -DRASQAL_INTERNAL=1 -MT results.lo -MD -MP -MF .deps/results.Tpo -c -o results.lo results.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../src -I/usr/include/raptor2 -I/usr/include/uuid -I../src -DRASQAL_INTERNAL=1 -MT results.lo -MD -MP -MF .deps/results.Tpo -c results.c -fPIC -DPIC -o .libs/results.o
# mv -f .deps/results.Tpo .deps/results.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -o librasqalcmdline.la read_files.lo results.lo
# libtool: link: ar cru .libs/librasqalcmdline.a .libs/read_files.o .libs/results.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/librasqalcmdline.a
# libtool: link: ( cd ".libs" && rm -f "librasqalcmdline.la" && ln -s "../librasqalcmdline.la" "librasqalcmdline.la" )
# clang -DHAVE_CONFIG_H -I. -I../src -I/usr/include/raptor2 -I/usr/include/uuid -I../src -DRASQAL_INTERNAL=1 -MT roqet-roqet.o -MD -MP -MF .deps/roqet-roqet.Tpo -c -o roqet-roqet.o `test -f 'roqet.c' || echo './'`roqet.c
# mv -f .deps/roqet-roqet.Tpo .deps/roqet-roqet.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -lraptor2 -o roqet roqet-roqet.o ../src/librasqal.la librasqalcmdline.la
# libtool: link: clang -o .libs/roqet roqet-roqet.o -lraptor2 ../src/.libs/librasqal.so ./.libs/librasqalcmdline.a
# clang -DHAVE_CONFIG_H -I. -I../src -I/usr/include/raptor2 -I/usr/include/uuid -I../src -DRASQAL_INTERNAL=1 -MT check_query-check_query.o -MD -MP -MF .deps/check_query-check_query.Tpo -c -o check_query-check_query.o `test -f 'check_query.c' || echo './'`check_query.c
# mv -f .deps/check_query-check_query.Tpo .deps/check_query-check_query.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -lraptor2 -o check-query check_query-check_query.o ../src/librasqal.la librasqalcmdline.la
# libtool: link: clang -o .libs/check-query check_query-check_query.o -lraptor2 ../src/.libs/librasqal.so ./.libs/librasqalcmdline.a
# clang -DHAVE_CONFIG_H -I. -I../src -I/usr/include/raptor2 -I/usr/include/uuid -I../src -DRASQAL_INTERNAL=1 -MT to_ntriples-to-ntriples.o -MD -MP -MF .deps/to_ntriples-to-ntriples.Tpo -c -o to_ntriples-to-ntriples.o `test -f 'to-ntriples.c' || echo './'`to-ntriples.c
# mv -f .deps/to_ntriples-to-ntriples.Tpo .deps/to_ntriples-to-ntriples.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -lraptor2 -o to-ntriples to_ntriples-to-ntriples.o
# libtool: link: clang -o to-ntriples to_ntriples-to-ntriples.o -lraptor2
# make[1]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/utils'
# Making all in tests
# make[1]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests'
# Making all in algebra
# make[2]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/algebra'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/algebra'
# Making all in engine
# make[2]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/engine'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/engine'
# Making all in sparql
# make[2]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql'
# Making all in simple
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/simple'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/simple'
# Making all in part1
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/part1'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/part1'
# Making all in examples
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/examples'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/examples'
# Making all in bound
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/bound'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/bound'
# Making all in syntax
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/syntax'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/syntax'
# Making all in survey
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/survey'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/survey'
# Making all in SyntaxFull
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxFull'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxFull'
# Making all in sort
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/sort'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/sort'
# Making all in ValueTesting
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/ValueTesting'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/ValueTesting'
# Making all in regex
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/regex'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/regex'
# Making all in Expr1
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/Expr1'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/Expr1'
# Making all in Expr2
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/Expr2'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/Expr2'
# Making all in ExprBuiltins
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/ExprBuiltins'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/ExprBuiltins'
# Making all in ExprEquals
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/ExprEquals'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/ExprEquals'
# Making all in SyntaxDev
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxDev'
# Making all in Syntax-SPARQL
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxDev/Syntax-SPARQL'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxDev/Syntax-SPARQL'
# Making all in Syntax-SPARQL2
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxDev/Syntax-SPARQL2'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxDev/Syntax-SPARQL2'
# Making all in Syntax-SPARQL3
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxDev/Syntax-SPARQL3'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxDev/Syntax-SPARQL3'
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxDev'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxDev'
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxDev'
# Making all in update
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/update'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/update'
# Making all in bugs
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/bugs'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/bugs'
# Making all in aggregate
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/aggregate'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/aggregate'
# Making all in sparql11
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/sparql11'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/sparql11'
# Making all in federated
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/federated'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/federated'
# Making all in warnings
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/warnings'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/warnings'
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql'
# make[2]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql'
# Making all in laqrs
# make[2]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/laqrs'
# Making all in syntax
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/laqrs/syntax'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/laqrs/syntax'
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/laqrs'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/laqrs'
# make[2]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/laqrs'
# make[2]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests'
# make[2]: Nothing to be done for 'all-am'.
# make[2]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests'
# make[1]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests'
# Making all in docs
# make[1]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/docs'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/docs'
# Making all in data
# make[1]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/data'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/data'
# Making all in win32
# make[1]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/win32'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/win32'
# Making all in scripts
# make[1]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/scripts'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/scripts'
# make[1]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33'
# make[1]: Nothing to be done for 'all-am'.
# make[1]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in libsv
# make[1]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/libsv'
# make[2]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/libsv'
# 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/rasqal/src/rasqal-0.9.33/libsv'
# make[1]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/libsv'
# Making install in libmtwist
# make[1]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/libmtwist'
# make[2]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/libmtwist'
# 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/rasqal/src/rasqal-0.9.33/libmtwist'
# make[1]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/libmtwist'
# Making install in src
# make[1]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/src'
# make[2]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/src'
# /usr/bin/mkdir -p '/tmp/rasqal/pkg/rasqal/usr/bin'
# /usr/bin/install -c rasqal-config '/tmp/rasqal/pkg/rasqal/usr/bin'
# /usr/bin/mkdir -p '/tmp/rasqal/pkg/rasqal/usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c librasqal.la '/tmp/rasqal/pkg/rasqal/usr/lib'
# libtool: install: /usr/bin/install -c .libs/librasqal.so.3.0.0 /tmp/rasqal/pkg/rasqal/usr/lib/librasqal.so.3.0.0
# libtool: install: (cd /tmp/rasqal/pkg/rasqal/usr/lib && { ln -s -f librasqal.so.3.0.0 librasqal.so.3 || { rm -f librasqal.so.3 && ln -s librasqal.so.3.0.0 librasqal.so.3; }; })
# libtool: install: (cd /tmp/rasqal/pkg/rasqal/usr/lib && { ln -s -f librasqal.so.3.0.0 librasqal.so || { rm -f librasqal.so && ln -s librasqal.so.3.0.0 librasqal.so; }; })
# libtool: install: /usr/bin/install -c .libs/librasqal.lai /tmp/rasqal/pkg/rasqal/usr/lib/librasqal.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# /usr/bin/mkdir -p '/tmp/rasqal/pkg/rasqal/usr/share/man/man1'
# /usr/bin/install -c -m 644 rasqal-config.1 '/tmp/rasqal/pkg/rasqal/usr/share/man/man1'
# /usr/bin/mkdir -p '/tmp/rasqal/pkg/rasqal/usr/include/rasqal'
# /usr/bin/install -c -m 644 rasqal.h '/tmp/rasqal/pkg/rasqal/usr/include/rasqal'
# make[2]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/src'
# make[1]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/src'
# Making install in utils
# make[1]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/utils'
# make[2]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/utils'
# /usr/bin/mkdir -p '/tmp/rasqal/pkg/rasqal/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c roqet '/tmp/rasqal/pkg/rasqal/usr/bin'
# libtool: install: warning: `../src/librasqal.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/roqet /tmp/rasqal/pkg/rasqal/usr/bin/roqet
# /usr/bin/mkdir -p '/tmp/rasqal/pkg/rasqal/usr/share/man/man1'
# /usr/bin/install -c -m 644 roqet.1 '/tmp/rasqal/pkg/rasqal/usr/share/man/man1'
# make[2]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/utils'
# make[1]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/utils'
# Making install in tests
# make[1]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests'
# Making install in algebra
# make[2]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/algebra'
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/algebra'
# 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/rasqal/src/rasqal-0.9.33/tests/algebra'
# make[2]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/algebra'
# Making install in engine
# make[2]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/engine'
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/engine'
# 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/rasqal/src/rasqal-0.9.33/tests/engine'
# make[2]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/engine'
# Making install in sparql
# make[2]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql'
# Making install in simple
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/simple'
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/simple'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/simple'
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/simple'
# Making install in part1
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/part1'
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/part1'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/part1'
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/part1'
# Making install in examples
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/examples'
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/examples'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/examples'
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/examples'
# Making install in bound
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/bound'
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/bound'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/bound'
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/bound'
# Making install in syntax
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/syntax'
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/syntax'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/syntax'
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/syntax'
# Making install in survey
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/survey'
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/survey'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/survey'
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/survey'
# Making install in SyntaxFull
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxFull'
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxFull'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxFull'
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxFull'
# Making install in sort
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/sort'
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/sort'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/sort'
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/sort'
# Making install in ValueTesting
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/ValueTesting'
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/ValueTesting'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/ValueTesting'
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/ValueTesting'
# Making install in regex
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/regex'
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/regex'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/regex'
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/regex'
# Making install in Expr1
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/Expr1'
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/Expr1'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/Expr1'
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/Expr1'
# Making install in Expr2
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/Expr2'
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/Expr2'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/Expr2'
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/Expr2'
# Making install in ExprBuiltins
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/ExprBuiltins'
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/ExprBuiltins'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/ExprBuiltins'
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/ExprBuiltins'
# Making install in ExprEquals
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/ExprEquals'
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/ExprEquals'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/ExprEquals'
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/ExprEquals'
# Making install in SyntaxDev
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxDev'
# Making install in Syntax-SPARQL
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxDev/Syntax-SPARQL'
# make[5]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxDev/Syntax-SPARQL'
# make[5]: Nothing to be done for 'install-exec-am'.
# make[5]: Nothing to be done for 'install-data-am'.
# make[5]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxDev/Syntax-SPARQL'
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxDev/Syntax-SPARQL'
# Making install in Syntax-SPARQL2
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxDev/Syntax-SPARQL2'
# make[5]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxDev/Syntax-SPARQL2'
# make[5]: Nothing to be done for 'install-exec-am'.
# make[5]: Nothing to be done for 'install-data-am'.
# make[5]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxDev/Syntax-SPARQL2'
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxDev/Syntax-SPARQL2'
# Making install in Syntax-SPARQL3
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxDev/Syntax-SPARQL3'
# make[5]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxDev/Syntax-SPARQL3'
# make[5]: Nothing to be done for 'install-exec-am'.
# make[5]: Nothing to be done for 'install-data-am'.
# make[5]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxDev/Syntax-SPARQL3'
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxDev/Syntax-SPARQL3'
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxDev'
# make[5]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxDev'
# make[5]: Nothing to be done for 'install-exec-am'.
# make[5]: Nothing to be done for 'install-data-am'.
# make[5]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxDev'
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxDev'
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/SyntaxDev'
# Making install in update
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/update'
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/update'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/update'
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/update'
# Making install in bugs
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/bugs'
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/bugs'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/bugs'
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/bugs'
# Making install in aggregate
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/aggregate'
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/aggregate'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/aggregate'
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/aggregate'
# Making install in sparql11
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/sparql11'
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/sparql11'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/sparql11'
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/sparql11'
# Making install in federated
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/federated'
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/federated'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/federated'
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/federated'
# Making install in warnings
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/warnings'
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/warnings'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/warnings'
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql/warnings'
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql'
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql'
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql'
# make[2]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/sparql'
# Making install in laqrs
# make[2]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/laqrs'
# Making install in syntax
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/laqrs/syntax'
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/laqrs/syntax'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/laqrs/syntax'
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/laqrs/syntax'
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/laqrs'
# make[4]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests/laqrs'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/laqrs'
# make[3]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/laqrs'
# make[2]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests/laqrs'
# make[2]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/tests'
# make[3]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/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/rasqal/src/rasqal-0.9.33/tests'
# make[2]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests'
# make[1]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/tests'
# Making install in docs
# make[1]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/docs'
# make[2]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/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/indexes.html
# /usr/bin/install -c -m 644 ./html/left.png
# /usr/bin/install -c -m 644 ./html/rasqal-changes-0-9-21-to-0-9-22.html
# /usr/bin/install -c -m 644 ./html/rasqal-changes-0-9-22-to-0-9-23.html
# /usr/bin/install -c -m 644 ./html/rasqal-changes-0-9-23-to-0-9-24.html
# /usr/bin/install -c -m 644 ./html/rasqal-changes-0-9-24-to-0-9-25.html
# /usr/bin/install -c -m 644 ./html/rasqal-changes-0-9-25-to-0-9-26.html
# /usr/bin/install -c -m 644 ./html/rasqal-changes-0-9-26-to-0-9-27.html
# /usr/bin/install -c -m 644 ./html/rasqal-changes-0-9-27-to-0-9-28.html
# /usr/bin/install -c -m 644 ./html/rasqal-changes-0-9-28-to-0-9-29.html
# /usr/bin/install -c -m 644 ./html/rasqal-changes-0-9-29-to-0-9-30.html
# /usr/bin/install -c -m 644 ./html/rasqal-changes-0-9-30-to-0-9-30.html
# /usr/bin/install -c -m 644 ./html/rasqal-changes-0-9-30-to-0-9-31.html
# /usr/bin/install -c -m 644 ./html/rasqal-changes-0-9-32-to-0-9-33.html
# /usr/bin/install -c -m 644 ./html/rasqal-changes.html
# /usr/bin/install -c -m 644 ./html/rasqal-section-data.html
# /usr/bin/install -c -m 644 ./html/rasqal-section-expression.html
# /usr/bin/install -c -m 644 ./html/rasqal-section-general.html
# /usr/bin/install -c -m 644 ./html/rasqal-section-graph-pattern.html
# /usr/bin/install -c -m 644 ./html/rasqal-section-literal.html
# /usr/bin/install -c -m 644 ./html/rasqal-section-prefix.html
# /usr/bin/install -c -m 644 ./html/rasqal-section-query-results-formatter.html
# /usr/bin/install -c -m 644 ./html/rasqal-section-query-results.html
# /usr/bin/install -c -m 644 ./html/rasqal-section-query.html
# /usr/bin/install -c -m 644 ./html/rasqal-section-row.html
# /usr/bin/install -c -m 644 ./html/rasqal-section-service.html
# /usr/bin/install -c -m 644 ./html/rasqal-section-triple.html
# /usr/bin/install -c -m 644 ./html/rasqal-section-triples-source.html
# /usr/bin/install -c -m 644 ./html/rasqal-section-updates.html
# /usr/bin/install -c -m 644 ./html/rasqal-section-utilities.html
# /usr/bin/install -c -m 644 ./html/rasqal-section-variable.html
# /usr/bin/install -c -m 644 ./html/rasqal-section-variables-table.html
# /usr/bin/install -c -m 644 ./html/rasqal-section-xsd.html
# /usr/bin/install -c -m 644 ./html/rasqal.devhelp2
# /usr/bin/install -c -m 644 ./html/rasqal.html
# /usr/bin/install -c -m 644 ./html/reference-manual.html
# /usr/bin/install -c -m 644 ./html/right.png
# /usr/bin/install -c -m 644 ./html/style.css
# /usr/bin/install -c -m 644 ./html/up.png
# /usr/bin/mkdir -p '/tmp/rasqal/pkg/rasqal/usr/share/man/man3'
# /usr/bin/install -c -m 644 librasqal.3 '/tmp/rasqal/pkg/rasqal/usr/share/man/man3'
# make[2]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/docs'
# make[1]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/docs'
# Making install in data
# make[1]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/data'
# make[2]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/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/rasqal/src/rasqal-0.9.33/data'
# make[1]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/data'
# Making install in win32
# make[1]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/win32'
# make[2]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/win32'
# 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/rasqal/src/rasqal-0.9.33/win32'
# make[1]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/win32'
# Making install in scripts
# make[1]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/scripts'
# make[2]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33/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/rasqal/src/rasqal-0.9.33/scripts'
# make[1]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33/scripts'
# make[1]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33'
# make[2]: Entering directory '/tmp/rasqal/src/rasqal-0.9.33'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/rasqal/pkg/rasqal/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 rasqal.pc '/tmp/rasqal/pkg/rasqal/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33'
# make[1]: Leaving directory '/tmp/rasqal/src/rasqal-0.9.33'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "rasqal"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: rasqal 1:0.9.33-1 (Thu Apr 13 21:16:14 UTC 2017)

CMD: pacman --query --file rasqal-1:0.9.33-1-x86_64.pkg.tar.xz
# rasqal 1:0.9.33-1

Creating hybrid package for 'rasqal'

Trying to find vanilla package 'rasqal'...

CMD: pacman --query --file /mirror/rasqal-1:0.9.33-1.pkg.tar.xz
# rasqal 1:0.9.33-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/rasqal-config
# /usr/bin/roqet
# /usr/lib/librasqal.so.3
# /usr/lib/librasqal.so
# /usr/lib/librasqal.so.3.0.0
# /usr/lib/pkgconfig/rasqal.pc
# /usr/include/rasqal/rasqal.h
# /usr/share/man/man1/rasqal-config.1.gz
# /usr/share/man/man1/roqet.1.gz
# /usr/share/man/man3/librasqal.3.gz
# /usr/share/gtk-doc/html/rasqal/home.png
# /usr/share/gtk-doc/html/rasqal/index.html
# /usr/share/gtk-doc/html/rasqal/index.sgml
# /usr/share/gtk-doc/html/rasqal/indexes.html
# /usr/share/gtk-doc/html/rasqal/left.png
# /usr/share/gtk-doc/html/rasqal/rasqal-changes-0-9-21-to-0-9-22.html
# /usr/share/gtk-doc/html/rasqal/rasqal-changes-0-9-22-to-0-9-23.html
# /usr/share/gtk-doc/html/rasqal/rasqal-changes-0-9-23-to-0-9-24.html
# /usr/share/gtk-doc/html/rasqal/rasqal-changes-0-9-24-to-0-9-25.html
# /usr/share/gtk-doc/html/rasqal/rasqal-changes-0-9-25-to-0-9-26.html
# /usr/share/gtk-doc/html/rasqal/rasqal-changes-0-9-26-to-0-9-27.html
# /usr/share/gtk-doc/html/rasqal/rasqal-changes-0-9-27-to-0-9-28.html
# /usr/share/gtk-doc/html/rasqal/rasqal-changes-0-9-28-to-0-9-29.html
# /usr/share/gtk-doc/html/rasqal/rasqal-changes-0-9-29-to-0-9-30.html
# /usr/share/gtk-doc/html/rasqal/rasqal-changes-0-9-30-to-0-9-30.html
# /usr/share/gtk-doc/html/rasqal/rasqal-changes-0-9-30-to-0-9-31.html
# /usr/share/gtk-doc/html/rasqal/rasqal-changes-0-9-32-to-0-9-33.html
# /usr/share/gtk-doc/html/rasqal/rasqal-changes.html
# /usr/share/gtk-doc/html/rasqal/rasqal-section-data.html
# /usr/share/gtk-doc/html/rasqal/rasqal-section-expression.html
# /usr/share/gtk-doc/html/rasqal/rasqal-section-general.html
# /usr/share/gtk-doc/html/rasqal/rasqal-section-graph-pattern.html
# /usr/share/gtk-doc/html/rasqal/rasqal-section-literal.html
# /usr/share/gtk-doc/html/rasqal/rasqal-section-prefix.html
# /usr/share/gtk-doc/html/rasqal/rasqal-section-query-results-formatter.html
# /usr/share/gtk-doc/html/rasqal/rasqal-section-query-results.html
# /usr/share/gtk-doc/html/rasqal/rasqal-section-query.html
# /usr/share/gtk-doc/html/rasqal/rasqal-section-row.html
# /usr/share/gtk-doc/html/rasqal/rasqal-section-service.html
# /usr/share/gtk-doc/html/rasqal/rasqal-section-triple.html
# /usr/share/gtk-doc/html/rasqal/rasqal-section-triples-source.html
# /usr/share/gtk-doc/html/rasqal/rasqal-section-updates.html
# /usr/share/gtk-doc/html/rasqal/rasqal-section-utilities.html
# /usr/share/gtk-doc/html/rasqal/rasqal-section-variable.html
# /usr/share/gtk-doc/html/rasqal/rasqal-section-variables-table.html
# /usr/share/gtk-doc/html/rasqal/rasqal-section-xsd.html
# /usr/share/gtk-doc/html/rasqal/rasqal.devhelp2
# /usr/share/gtk-doc/html/rasqal/rasqal.html
# /usr/share/gtk-doc/html/rasqal/reference-manual.html
# /usr/share/gtk-doc/html/rasqal/right.png
# /usr/share/gtk-doc/html/rasqal/style.css
# /usr/share/gtk-doc/html/rasqal/up.png
# /sysroot/usr/lib/librasqal.so.3.0.0
# /sysroot/usr/lib/librasqal.so.3
# /sysroot/usr/lib/librasqal.so
# /sysroot/usr/lib/librasqal.la
# /sysroot/usr/lib/pkgconfig/rasqal.pc
# /sysroot/usr/include/rasqal/rasqal.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/rasqal.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/rasqal.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/rasqal/src/rasqal-0.9.33/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 Rasqal RDF Query Library configure 0.9.33, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --disable-static --enable-release
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 613648953f2d
# 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/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2461: checking for a BSD-compatible install
# configure:2529: result: /usr/bin/install -c
# configure:2540: checking whether build environment is sane
# configure:2590: result: yes
# configure:2639: checking for x86_64-unknown-linux-strip
# configure:2669: result: no
# configure:2679: checking for strip
# configure:2695: found /usr/bin/strip
# configure:2706: result: strip
# configure:2731: checking for a thread-safe mkdir -p
# configure:2770: result: /usr/bin/mkdir -p
# configure:2783: checking for gawk
# configure:2799: found /usr/bin/gawk
# configure:2810: result: gawk
# configure:2821: checking whether make sets $(MAKE)
# configure:2843: result: yes
# configure:2925: checking whether to enable maintainer-specific portions of Makefiles
# configure:2934: result: no
# configure:2968: checking build system type
# configure:2982: result: x86_64-unknown-linux-gnu
# configure:3002: checking host system type
# configure:3015: result: x86_64-unknown-linux-gnu
# configure:3035: checking whether build environment is sane
# configure:3085: result: yes
# configure:3099: checking for style of include used by make
# configure:3127: result: GNU
# configure:3158: checking for x86_64-unknown-linux-gcc
# configure:3185: result: clang
# configure:3454: checking for C compiler version
# configure:3463: 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:3474: $? = 0
# configure:3463: 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:3474: $? = 0
# configure:3463: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3474: $? = 1
# configure:3463: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3474: $? = 1
# configure:3494: checking whether the C compiler works
# configure:3516: clang conftest.c >&5
# configure:3520: $? = 0
# configure:3568: result: yes
# configure:3571: checking for C compiler default output file name
# configure:3573: result: a.out
# configure:3579: checking for suffix of executables
# configure:3586: clang -o conftest conftest.c >&5
# configure:3590: $? = 0
# configure:3612: result:
# configure:3634: checking whether we are cross compiling
# configure:3642: clang -o conftest conftest.c >&5
# configure:3646: $? = 0
# configure:3653: ./conftest
# configure:3657: $? = 0
# configure:3672: result: no
# configure:3677: checking for suffix of object files
# configure:3699: clang -c conftest.c >&5
# configure:3703: $? = 0
# configure:3724: result: o
# configure:3728: checking whether we are using the GNU C compiler
# configure:3747: clang -c conftest.c >&5
# configure:3747: $? = 0
# configure:3756: result: yes
# configure:3765: checking whether clang accepts -g
# configure:3785: clang -c -g conftest.c >&5
# configure:3785: $? = 0
# configure:3826: result: yes
# configure:3843: checking for clang option to accept ISO C89
# configure:3906: clang -c conftest.c >&5
# configure:3906: $? = 0
# configure:3919: result: none needed
# configure:3941: checking dependency style of clang
# configure:4052: result: gcc3
# configure:4073: checking for x86_64-unknown-linux-ar
# configure:4103: result: no
# configure:4073: checking for x86_64-unknown-linux-lib
# configure:4103: result: no
# configure:4073: checking for x86_64-unknown-linux-link
# configure:4103: result: no
# configure:4117: checking for ar
# configure:4133: found /usr/bin/ar
# configure:4144: result: ar
# configure:4170: checking the archiver (ar) interface
# configure:4180: clang -c conftest.c >&5
# configure:4180: $? = 0
# configure:4182: ar cru libconftest.a conftest.o >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:4185: $? = 0
# configure:4208: result: ar
# configure:4236: checking for x86_64-unknown-linux-gcc
# configure:4263: result: clang
# configure:4532: checking for C compiler version
# configure:4541: 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:4552: $? = 0
# configure:4541: 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:4552: $? = 0
# configure:4541: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4552: $? = 1
# configure:4541: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4552: $? = 1
# configure:4556: checking whether we are using the GNU C compiler
# configure:4584: result: yes
# configure:4593: checking whether clang accepts -g
# configure:4654: result: yes
# configure:4671: checking for clang option to accept ISO C89
# configure:4747: result: none needed
# configure:4769: checking dependency style of clang
# configure:4880: result: gcc3
# configure:4896: checking whether clang and cc understand -c and -o together
# configure:4927: clang -c conftest.c -o conftest2.o >&5
# configure:4931: $? = 0
# configure:4937: clang -c conftest.c -o conftest2.o >&5
# configure:4941: $? = 0
# configure:4952: cc -c conftest.c >&5
# configure:4956: $? = 0
# configure:4964: cc -c conftest.c -o conftest2.o >&5
# configure:4968: $? = 0
# configure:4974: cc -c conftest.c -o conftest2.o >&5
# configure:4978: $? = 0
# configure:4996: result: yes
# configure:5021: checking whether clang is clang
# configure:5070: checking how to print strings
# configure:5097: result: printf
# configure:5118: checking for a sed that does not truncate output
# configure:5182: result: /usr/bin/sed
# configure:5200: checking for grep that handles long lines and -e
# configure:5258: result: /usr/bin/grep
# configure:5263: checking for egrep
# configure:5325: result: /usr/bin/grep -E
# configure:5330: checking for fgrep
# configure:5392: result: /usr/bin/grep -F
# configure:5427: checking for ld used by clang
# configure:5494: result: /usr/bin/ld
# configure:5501: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5516: result: yes
# configure:5528: checking for BSD- or MS-compatible name lister (nm)
# configure:5577: result: /usr/bin/nm -B
# configure:5707: checking the name lister (/usr/bin/nm -B) interface
# configure:5714: clang -c conftest.c >&5
# configure:5717: /usr/bin/nm -B "conftest.o"
# configure:5720: output
# 0000000000000000 B some_variable
# configure:5727: result: BSD nm
# configure:5730: checking whether ln -s works
# configure:5734: result: yes
# configure:5742: checking the maximum length of command line arguments
# configure:5872: result: 1572864
# configure:5889: checking whether the shell understands some XSI constructs
# configure:5899: result: yes
# configure:5903: checking whether the shell understands "+="
# configure:5909: result: yes
# configure:5944: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5984: result: func_convert_file_noop
# configure:5991: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:6011: result: func_convert_file_noop
# configure:6018: checking for /usr/bin/ld option to reload object files
# configure:6025: result: -r
# configure:6059: checking for x86_64-unknown-linux-objdump
# configure:6089: result: no
# configure:6099: checking for objdump
# configure:6115: found /usr/bin/objdump
# configure:6126: result: objdump
# configure:6158: checking how to recognize dependent libraries
# configure:6356: result: pass_all
# configure:6401: checking for x86_64-unknown-linux-dlltool
# configure:6431: result: no
# configure:6441: checking for dlltool
# configure:6471: result: no
# configure:6501: checking how to associate runtime and link libraries
# configure:6528: result: printf %s\n
# configure:6544: checking for x86_64-unknown-linux-ar
# configure:6571: result: ar
# configure:6652: checking for archiver @FILE support
# configure:6669: clang -c conftest.c >&5
# configure:6669: $? = 0
# configure:6672: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6675: $? = 0
# configure:6680: 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:6683: $? = 1
# configure:6695: result: @
# configure:6713: checking for x86_64-unknown-linux-strip
# configure:6740: result: strip
# configure:6812: checking for x86_64-unknown-linux-ranlib
# configure:6842: result: no
# configure:6852: checking for ranlib
# configure:6868: found /usr/bin/ranlib
# configure:6879: result: ranlib
# configure:6981: checking command to parse /usr/bin/nm -B output from clang object
# configure:7101: clang -c conftest.c >&5
# configure:7104: $? = 0
# configure:7108: /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:7111: $? = 0
# configure:7177: clang -o conftest conftest.c conftstm.o >&5
# configure:7180: $? = 0
# configure:7218: result: ok
# configure:7255: checking for sysroot
# configure:7285: result: no
# configure:7362: clang -c conftest.c >&5
# configure:7365: $? = 0
# configure:7501: checking for x86_64-unknown-linux-mt
# configure:7531: result: no
# configure:7541: checking for mt
# configure:7571: result: no
# configure:7591: checking if : is a manifest tool
# configure:7597: : '-?'
# configure:7605: result: no
# configure:8247: checking how to run the C preprocessor
# configure:8278: clang -E conftest.c
# configure:8278: $? = 0
# configure:8292: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:8292: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Rasqal RDF Query Library"
# | #define PACKAGE_TARNAME "rasqal"
# | #define PACKAGE_VERSION "0.9.33"
# | #define PACKAGE_STRING "Rasqal RDF Query Library 0.9.33"
# | #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "rasqal"
# | #define VERSION "0.9.33"
# | /* end confdefs.h. */
# | #include
# configure:8317: result: clang -E
# configure:8337: clang -E conftest.c
# configure:8337: $? = 0
# configure:8351: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:8351: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Rasqal RDF Query Library"
# | #define PACKAGE_TARNAME "rasqal"
# | #define PACKAGE_VERSION "0.9.33"
# | #define PACKAGE_STRING "Rasqal RDF Query Library 0.9.33"
# | #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "rasqal"
# | #define VERSION "0.9.33"
# | /* end confdefs.h. */
# | #include
# configure:8380: checking for ANSI C header files
# configure:8400: clang -c conftest.c >&5
# configure:8400: $? = 0
# configure:8473: clang -o conftest conftest.c >&5
# configure:8473: $? = 0
# configure:8473: ./conftest
# configure:8473: $? = 0
# configure:8484: result: yes
# configure:8497: checking for sys/types.h
# configure:8497: clang -c conftest.c >&5
# configure:8497: $? = 0
# configure:8497: result: yes
# configure:8497: checking for sys/stat.h
# configure:8497: clang -c conftest.c >&5
# configure:8497: $? = 0
# configure:8497: result: yes
# configure:8497: checking for stdlib.h
# configure:8497: clang -c conftest.c >&5
# configure:8497: $? = 0
# configure:8497: result: yes
# configure:8497: checking for string.h
# configure:8497: clang -c conftest.c >&5
# configure:8497: $? = 0
# configure:8497: result: yes
# configure:8497: checking for memory.h
# configure:8497: clang -c conftest.c >&5
# configure:8497: $? = 0
# configure:8497: result: yes
# configure:8497: checking for strings.h
# configure:8497: clang -c conftest.c >&5
# configure:8497: $? = 0
# configure:8497: result: yes
# configure:8497: checking for inttypes.h
# configure:8497: clang -c conftest.c >&5
# configure:8497: $? = 0
# configure:8497: result: yes
# configure:8497: checking for stdint.h
# configure:8497: clang -c conftest.c >&5
# configure:8497: $? = 0
# configure:8497: result: yes
# configure:8497: checking for unistd.h
# configure:8497: clang -c conftest.c >&5
# configure:8497: $? = 0
# configure:8497: result: yes
# configure:8511: checking for dlfcn.h
# configure:8511: clang -c conftest.c >&5
# configure:8511: $? = 0
# configure:8511: result: yes
# configure:8717: checking for objdir
# configure:8732: result: .libs
# configure:9003: checking if clang supports -fno-rtti -fno-exceptions
# configure:9021: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:9025: $? = 0
# configure:9038: result: yes
# configure:9365: checking for clang option to produce PIC
# configure:9372: result: -fPIC -DPIC
# configure:9380: checking if clang PIC flag -fPIC -DPIC works
# configure:9398: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9402: $? = 0
# configure:9415: result: yes
# configure:9444: checking if clang static flag -static works
# configure:9472: result: yes
# configure:9487: checking if clang supports -c -o file.o
# configure:9508: clang -c -o out/conftest2.o conftest.c >&5
# configure:9512: $? = 0
# configure:9534: result: yes
# configure:9542: checking if clang supports -c -o file.o
# configure:9589: result: yes
# configure:9622: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10779: result: yes
# configure:10816: checking whether -lc should be explicitly linked in
# configure:10824: clang -c conftest.c >&5
# configure:10827: $? = 0
# configure:10842: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10845: $? = 0
# configure:10859: result: no
# configure:11019: checking dynamic linker characteristics
# configure:11519: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11519: $? = 0
# configure:11753: result: GNU/Linux ld.so
# configure:11860: checking how to hardcode library paths into programs
# configure:11885: result: immediate
# configure:12425: checking whether stripping libraries is possible
# configure:12430: result: yes
# configure:12465: checking if libtool supports shared libraries
# configure:12467: result: yes
# configure:12470: checking whether to build shared libraries
# configure:12491: result: yes
# configure:12494: checking whether to build static libraries
# configure:12498: result: no
# configure:12537: checking whether ln -s works
# configure:12541: result: yes
# configure:12548: checking whether make sets $(MAKE)
# configure:12570: result: yes
# configure:12589: checking for flex
# configure:12605: found /usr/bin/flex
# configure:12616: result: flex
# configure:12654: flex conftest.l
# configure:12658: $? = 1
# configure:12660: checking lex output file root
# configure:12674: result: lex.yy
# configure:12679: checking lex library
# configure:12693: 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:12693: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Rasqal RDF Query Library"
# | #define PACKAGE_TARNAME "rasqal"
# | #define PACKAGE_VERSION "0.9.33"
# | #define PACKAGE_STRING "Rasqal RDF Query Library 0.9.33"
# | #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "rasqal"
# | #define VERSION "0.9.33"
# | #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:12693: 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:12693: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Rasqal RDF Query Library"
# | #define PACKAGE_TARNAME "rasqal"
# | #define PACKAGE_VERSION "0.9.33"
# | #define PACKAGE_STRING "Rasqal RDF Query Library 0.9.33"
# | #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "rasqal"
# | #define VERSION "0.9.33"
# | #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:12693: 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:12693: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Rasqal RDF Query Library"
# | #define PACKAGE_TARNAME "rasqal"
# | #define PACKAGE_VERSION "0.9.33"
# | #define PACKAGE_STRING "Rasqal RDF Query Library 0.9.33"
# | #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "rasqal"
# | #define VERSION "0.9.33"
# | #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:12703: result: none needed
# configure:12709: checking whether yytext is a pointer
# configure:12726: 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:12726: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Rasqal RDF Query Library"
# | #define PACKAGE_TARNAME "rasqal"
# | #define PACKAGE_VERSION "0.9.33"
# | #define PACKAGE_STRING "Rasqal RDF Query Library 0.9.33"
# | #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "rasqal"
# | #define VERSION "0.9.33"
# | #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:12734: result: no
# configure:12744: checking flex
# configure:12798: result: not present - not required for non maintainer builds
# configure:12819: checking for bison3
# configure:12849: result: no
# configure:12819: checking for bison
# configure:12835: found /usr/bin/bison
# configure:12846: result: bison
# configure:12897: checking for awk
# configure:12924: result: gawk
# configure:12940: checking for gnutar
# configure:12970: result: no
# configure:12940: checking for gtar
# configure:12970: result: no
# configure:12940: checking for tar
# configure:12956: found /usr/bin/tar
# configure:12967: result: tar
# configure:12982: checking for perl
# configure:12998: found /usr/bin/perl
# configure:13009: result: perl
# configure:13038: checking for echo
# configure:13054: found /usr/bin/echo
# configure:13065: result: echo
# configure:13230: checking for ANSI C header files
# configure:13334: result: yes
# configure:13345: checking errno.h usability
# configure:13345: clang -c conftest.c >&5
# configure:13345: $? = 0
# configure:13345: result: yes
# configure:13345: checking errno.h presence
# configure:13345: clang -E conftest.c
# configure:13345: $? = 0
# configure:13345: result: yes
# configure:13345: checking for errno.h
# configure:13345: result: yes
# configure:13345: checking stddef.h usability
# configure:13345: clang -c conftest.c >&5
# configure:13345: $? = 0
# configure:13345: result: yes
# configure:13345: checking stddef.h presence
# configure:13345: clang -E conftest.c
# configure:13345: $? = 0
# configure:13345: result: yes
# configure:13345: checking for stddef.h
# configure:13345: result: yes
# configure:13345: checking for stdlib.h
# configure:13345: result: yes
# configure:13345: checking for stdint.h
# configure:13345: result: yes
# configure:13345: checking for unistd.h
# configure:13345: result: yes
# configure:13345: checking for string.h
# configure:13345: result: yes
# configure:13345: checking for strings.h
# configure:13345: result: yes
# configure:13345: checking getopt.h usability
# configure:13345: clang -c conftest.c >&5
# configure:13345: $? = 0
# configure:13345: result: yes
# configure:13345: checking getopt.h presence
# configure:13345: clang -E conftest.c
# configure:13345: $? = 0
# configure:13345: result: yes
# configure:13345: checking for getopt.h
# configure:13345: result: yes
# configure:13345: checking regex.h usability
# configure:13345: clang -c conftest.c >&5
# configure:13345: $? = 0
# configure:13345: result: yes
# configure:13345: checking regex.h presence
# configure:13345: clang -E conftest.c
# configure:13345: $? = 0
# configure:13345: result: yes
# configure:13345: checking for regex.h
# configure:13345: result: yes
# configure:13345: checking sys/time.h usability
# configure:13345: clang -c conftest.c >&5
# configure:13345: $? = 0
# configure:13345: result: yes
# configure:13345: checking sys/time.h presence
# configure:13345: clang -E conftest.c
# configure:13345: $? = 0
# configure:13345: result: yes
# configure:13345: checking for sys/time.h
# configure:13345: result: yes
# configure:13345: checking time.h usability
# configure:13345: clang -c conftest.c >&5
# configure:13345: $? = 0
# configure:13345: result: yes
# configure:13345: checking time.h presence
# configure:13345: clang -E conftest.c
# configure:13345: $? = 0
# configure:13345: result: yes
# configure:13345: checking for time.h
# configure:13345: result: yes
# configure:13345: checking math.h usability
# configure:13345: clang -c conftest.c >&5
# configure:13345: $? = 0
# configure:13345: result: yes
# configure:13345: checking math.h presence
# configure:13345: clang -E conftest.c
# configure:13345: $? = 0
# configure:13345: result: yes
# configure:13345: checking for math.h
# configure:13345: result: yes
# configure:13345: checking limits.h usability
# configure:13345: clang -c conftest.c >&5
# configure:13345: $? = 0
# configure:13345: result: yes
# configure:13345: checking limits.h presence
# configure:13345: clang -E conftest.c
# configure:13345: $? = 0
# configure:13345: result: yes
# configure:13345: checking for limits.h
# configure:13345: result: yes
# configure:13345: checking for errno.h
# configure:13345: result: yes
# configure:13345: checking float.h usability
# configure:13345: clang -c conftest.c >&5
# configure:13345: $? = 0
# configure:13345: result: yes
# configure:13345: checking float.h presence
# configure:13345: clang -E conftest.c
# configure:13345: $? = 0
# configure:13345: result: yes
# configure:13345: checking for float.h
# configure:13345: result: yes
# configure:13355: checking whether time.h and sys/time.h may both be included
# configure:13375: clang -c conftest.c >&5
# configure:13375: $? = 0
# configure:13382: result: yes
# configure:13405: checking for an ANSI C-conforming const
# configure:13471: clang -c conftest.c >&5
# configure:13471: $? = 0
# configure:13478: result: yes
# configure:13486: checking whether byte ordering is bigendian
# configure:13501: 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:13501: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Rasqal RDF Query Library"
# | #define PACKAGE_TARNAME "rasqal"
# | #define PACKAGE_VERSION "0.9.33"
# | #define PACKAGE_STRING "Rasqal RDF Query Library 0.9.33"
# | #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "rasqal"
# | #define VERSION "0.9.33"
# | #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_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FLOAT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:13546: clang -c conftest.c >&5
# configure:13546: $? = 0
# configure:13564: clang -c conftest.c >&5
# conftest.c:48:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:13564: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Rasqal RDF Query Library"
# | #define PACKAGE_TARNAME "rasqal"
# | #define PACKAGE_VERSION "0.9.33"
# | #define PACKAGE_STRING "Rasqal RDF Query Library 0.9.33"
# | #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "rasqal"
# | #define VERSION "0.9.33"
# | #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_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FLOAT_H 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:13692: result: no
# configure:13711: checking whether __FUNCTION__ is available
# configure:13717: 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:13717: $? = 0
# configure:13721: result: yes
# configure:13811: checking for getopt
# configure:13811: clang -o conftest conftest.c >&5
# configure:13811: $? = 0
# configure:13811: result: yes
# configure:13811: checking for getopt_long
# configure:13811: clang -o conftest conftest.c >&5
# configure:13811: $? = 0
# configure:13811: result: yes
# configure:13811: checking for stricmp
# configure:13811: clang -o conftest conftest.c >&5
# /tmp/conftest-0283f9.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:13811: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Rasqal RDF Query Library"
# | #define PACKAGE_TARNAME "rasqal"
# | #define PACKAGE_VERSION "0.9.33"
# | #define PACKAGE_STRING "Rasqal RDF Query Library 0.9.33"
# | #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "rasqal"
# | #define VERSION "0.9.33"
# | #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_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FLOAT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE___FUNCTION__ 1
# | #define RASQAL_VERSION_MAJOR 0
# | #define RASQAL_VERSION_MINOR 9
# | #define RASQAL_VERSION_RELEASE 33
# | #define RASQAL_VERSION_DECIMAL 933
# | #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:13811: result: no
# configure:13811: checking for strcasecmp
# configure:13811: clang -o conftest conftest.c >&5
# conftest.c:71:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
# char strcasecmp ();
# ^
# conftest.c:71:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
# 1 warning generated.
# configure:13811: $? = 0
# configure:13811: result: yes
# configure:13811: checking for vsnprintf
# configure:13811: clang -o conftest conftest.c >&5
# conftest.c:72:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
# char vsnprintf ();
# ^
# conftest.c:72:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:13811: $? = 0
# configure:13811: result: yes
# configure:13811: checking for initstate_r
# configure:13811: clang -o conftest conftest.c >&5
# configure:13811: $? = 0
# configure:13811: result: yes
# configure:13811: checking for initstate
# configure:13811: clang -o conftest conftest.c >&5
# configure:13811: $? = 0
# configure:13811: result: yes
# configure:13811: checking for random_r
# configure:13811: clang -o conftest conftest.c >&5
# configure:13811: $? = 0
# configure:13811: result: yes
# configure:13811: checking for random
# configure:13811: clang -o conftest conftest.c >&5
# configure:13811: $? = 0
# configure:13811: result: yes
# configure:13811: checking for gmtime_r
# configure:13811: clang -o conftest conftest.c >&5
# configure:13811: $? = 0
# configure:13811: result: yes
# configure:13811: checking for rand_r
# configure:13811: clang -o conftest conftest.c >&5
# configure:13811: $? = 0
# configure:13811: result: yes
# configure:13811: checking for rand
# configure:13811: clang -o conftest conftest.c >&5
# configure:13811: $? = 0
# configure:13811: result: yes
# configure:13811: checking for srand
# configure:13811: clang -o conftest conftest.c >&5
# configure:13811: $? = 0
# configure:13811: result: yes
# configure:13811: checking for timegm
# configure:13811: clang -o conftest conftest.c >&5
# configure:13811: $? = 0
# configure:13811: result: yes
# configure:13811: checking for gettimeofday
# configure:13811: clang -o conftest conftest.c >&5
# configure:13811: $? = 0
# configure:13811: result: yes
# configure:13855: checking whether need to declare optind
# configure:13874: clang -o conftest conftest.c >&5
# configure:13874: $? = 0
# configure:13875: result: no
# configure:13888: checking whether struct tm has tm_gmtoff field
# configure:13907: clang -c conftest.c >&5
# configure:13907: $? = 0
# configure:13913: result: yes
# configure:13937: checking for x86_64-unknown-linux-pkg-config
# configure:13970: result: no
# configure:13980: checking for pkg-config
# configure:13998: found /usr/bin/pkg-config
# configure:14010: result: /usr/bin/pkg-config
# configure:14035: checking pkg-config is at least version 0.9.0
# configure:14038: result: yes
# configure:14049: checking for RAPTOR2
# configure:14056: $PKG_CONFIG --exists --print-errors "raptor2"
# configure:14059: $? = 0
# configure:14073: $PKG_CONFIG --exists --print-errors "raptor2"
# configure:14076: $? = 0
# configure:14118: result: yes
# configure:14199: checking for pcre-config
# configure:14215: found /usr/bin/pcre-config
# configure:14226: result: pcre-config
# configure:14240: checking for pcre
# configure:14252: result: 8.39
# configure:14270: checking for posix regex library
# configure:14286: clang -o conftest conftest.c >&5
# configure:14286: $? = 0
# configure:14301: result: yes
# configure:14352: checking regex library to use
# configure:14367: result: pcre
# configure:14397: checking mhash.h usability
# configure:14397: clang -c conftest.c >&5
# conftest.c:97:10: fatal error: 'mhash.h' file not found
# #include
# ^
# 1 error generated.
# configure:14397: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Rasqal RDF Query Library"
# | #define PACKAGE_TARNAME "rasqal"
# | #define PACKAGE_VERSION "0.9.33"
# | #define PACKAGE_STRING "Rasqal RDF Query Library 0.9.33"
# | #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "rasqal"
# | #define VERSION "0.9.33"
# | #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_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FLOAT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE___FUNCTION__ 1
# | #define RASQAL_VERSION_MAJOR 0
# | #define RASQAL_VERSION_MINOR 9
# | #define RASQAL_VERSION_RELEASE 33
# | #define RASQAL_VERSION_DECIMAL 933
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_INITSTATE_R 1
# | #define HAVE_INITSTATE 1
# | #define HAVE_RANDOM_R 1
# | #define HAVE_RANDOM 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_RAND 1
# | #define HAVE_SRAND 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_TM_GMTOFF 1
# | #define HAVE_REGEX_PCRE 1
# | #define HAVE_REGEX_POSIX 1
# | #define RASQAL_REGEX_PCRE 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:14397: result: no
# configure:14397: checking mhash.h presence
# configure:14397: clang -E conftest.c
# conftest.c:64:10: fatal error: 'mhash.h' file not found
# #include
# ^
# 1 error generated.
# configure:14397: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Rasqal RDF Query Library"
# | #define PACKAGE_TARNAME "rasqal"
# | #define PACKAGE_VERSION "0.9.33"
# | #define PACKAGE_STRING "Rasqal RDF Query Library 0.9.33"
# | #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "rasqal"
# | #define VERSION "0.9.33"
# | #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_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FLOAT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE___FUNCTION__ 1
# | #define RASQAL_VERSION_MAJOR 0
# | #define RASQAL_VERSION_MINOR 9
# | #define RASQAL_VERSION_RELEASE 33
# | #define RASQAL_VERSION_DECIMAL 933
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_INITSTATE_R 1
# | #define HAVE_INITSTATE 1
# | #define HAVE_RANDOM_R 1
# | #define HAVE_RANDOM 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_RAND 1
# | #define HAVE_SRAND 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_TM_GMTOFF 1
# | #define HAVE_REGEX_PCRE 1
# | #define HAVE_REGEX_POSIX 1
# | #define RASQAL_REGEX_PCRE 1
# | /* end confdefs.h. */
# | #include
# configure:14397: result: no
# configure:14397: checking for mhash.h
# configure:14397: result: no
# configure:14408: checking for mhash
# configure:14430: clang -o conftest conftest.c -lmhash >&5
# conftest.c:72:10: fatal error: 'mhash.h' file not found
# #include
# ^
# 1 error generated.
# configure:14430: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Rasqal RDF Query Library"
# | #define PACKAGE_TARNAME "rasqal"
# | #define PACKAGE_VERSION "0.9.33"
# | #define PACKAGE_STRING "Rasqal RDF Query Library 0.9.33"
# | #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "rasqal"
# | #define VERSION "0.9.33"
# | #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_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FLOAT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE___FUNCTION__ 1
# | #define RASQAL_VERSION_MAJOR 0
# | #define RASQAL_VERSION_MINOR 9
# | #define RASQAL_VERSION_RELEASE 33
# | #define RASQAL_VERSION_DECIMAL 933
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_INITSTATE_R 1
# | #define HAVE_INITSTATE 1
# | #define HAVE_RANDOM_R 1
# | #define HAVE_RANDOM 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_RAND 1
# | #define HAVE_SRAND 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_TM_GMTOFF 1
# | #define HAVE_REGEX_PCRE 1
# | #define HAVE_REGEX_POSIX 1
# | #define RASQAL_REGEX_PCRE 1
# | /* end confdefs.h. */
# |
# | #undef PACKAGE
# | #undef PACKAGE_BUGREPORT
# | #undef PACKAGE_NAME
# | #undef PACKAGE_STRING
# | #undef PACKAGE_TARNAME
# | #undef PACKAGE_VERSION
# | #undef VERSION
# | #include
# | int
# | main ()
# | {
# | MHASH m; mhash_init(MHASH_MD5);
# | ;
# | return 0;
# | }
# configure:14438: result: no
# configure:14471: checking for libgcrypt-config
# configure:14487: found /usr/bin/libgcrypt-config
# configure:14498: result: libgcrypt-config
# configure:14514: checking gcrypt.h usability
# configure:14514: clang -c conftest.c >&5
# configure:14514: $? = 0
# configure:14514: result: yes
# configure:14514: checking gcrypt.h presence
# configure:14514: clang -E conftest.c
# configure:14514: $? = 0
# configure:14514: result: yes
# configure:14514: checking for gcrypt.h
# configure:14514: result: yes
# configure:14525: checking for gcrypt
# configure:14548: clang -o conftest conftest.c -lgcrypt -lgpg-error >&5
# conftest.c:70:34: warning: incompatible pointer types passing 'gcry_md_hd_t' (aka 'struct gcry_md_handle *') to parameter of type 'gcry_md_hd_t *' (aka 'struct gcry_md_handle **'); take the address with & [-Wincompatible-pointer-types]
# gcry_md_hd_t hash; gcry_md_open(hash, GCRY_MD_MD5, 0);
# ^~~~
# &
# /usr/include/gcrypt.h:1264:42: note: passing argument to parameter 'h' here
# gcry_error_t gcry_md_open (gcry_md_hd_t *h, int algo, unsigned int flags);
# ^
# 1 warning generated.
# configure:14548: $? = 0
# configure:14561: result: yes
# configure:14610: checking message digest library to use
# configure:14627: result: gcrypt
# configure:14650: checking for UUID
# configure:14657: $PKG_CONFIG --exists --print-errors "uuid"
# configure:14660: $? = 0
# configure:14674: $PKG_CONFIG --exists --print-errors "uuid"
# configure:14677: $? = 0
# configure:14715: result: yes
# configure:14742: clang -o conftest -I/usr/include/uuid conftest.c -luuid >&5
# conftest.c:75:27: warning: incompatible pointer types passing 'uuid_t *' (aka 'unsigned char (*)[16]') to parameter of type 'unsigned char *' [-Wincompatible-pointer-types]
# uuid_t data; uuid_clear(&data);
# ^~~~~
# /usr/include/uuid/uuid.h:70:31: note: passing argument to parameter 'uu' here
# extern void uuid_clear(uuid_t uu);
# ^
# 1 warning generated.
# configure:14742: $? = 0
# configure:14754: checking for libuuid
# configure:14756: result: yes
# configure:14763: checking for uuid-config
# configure:14793: result: no
# configure:14801: checking for ossp libuuid
# configure:14835: result: no
# configure:14840: checking uuid/uuid.h usability
# configure:14840: clang -c conftest.c >&5
# configure:14840: $? = 0
# configure:14840: result: yes
# configure:14840: checking uuid/uuid.h presence
# configure:14840: clang -E conftest.c
# configure:14840: $? = 0
# configure:14840: result: yes
# configure:14840: checking for uuid/uuid.h
# configure:14840: result: yes
# configure:14850: checking for UUID in libc
# configure:14865: clang -o conftest conftest.c >&5
# conftest.c:72:26: warning: incompatible pointer types passing 'uuid_t *' (aka 'unsigned char (*)[16]') to parameter of type 'unsigned char *' [-Wincompatible-pointer-types]
# uuid_t data; uuid_clear(&data);
# ^~~~~
# /usr/include/uuid/uuid.h:70:31: note: passing argument to parameter 'uu' here
# extern void uuid_clear(uuid_t uu);
# ^
# 1 warning generated.
# /tmp/conftest-f2c224.o: In function `main':
# conftest.c:(.text+0x17): undefined reference to `uuid_clear'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14865: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Rasqal RDF Query Library"
# | #define PACKAGE_TARNAME "rasqal"
# | #define PACKAGE_VERSION "0.9.33"
# | #define PACKAGE_STRING "Rasqal RDF Query Library 0.9.33"
# | #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "rasqal"
# | #define VERSION "0.9.33"
# | #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_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FLOAT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE___FUNCTION__ 1
# | #define RASQAL_VERSION_MAJOR 0
# | #define RASQAL_VERSION_MINOR 9
# | #define RASQAL_VERSION_RELEASE 33
# | #define RASQAL_VERSION_DECIMAL 933
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_INITSTATE_R 1
# | #define HAVE_INITSTATE 1
# | #define HAVE_RANDOM_R 1
# | #define HAVE_RANDOM 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_RAND 1
# | #define HAVE_SRAND 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_TM_GMTOFF 1
# | #define HAVE_REGEX_PCRE 1
# | #define HAVE_REGEX_POSIX 1
# | #define RASQAL_REGEX_PCRE 1
# | #define HAVE_GCRYPT_H 1
# | #define RASQAL_DIGEST_GCRYPT 1
# | #define HAVE_UUID_UUID_H 1
# | /* end confdefs.h. */
# |
# | #include
# | int
# | main ()
# | {
# | uuid_t data; uuid_clear(&data);
# | ;
# | return 0;
# | }
# configure:14873: result: no
# configure:14932: checking UUID library to use
# configure:14951: result: libuuid 2.28.
# configure:14995: checking for xml2-config
# configure:15011: found /usr/bin/xml2-config
# configure:15022: result: xml2-config
# configure:15037: checking for libxml2 library
# configure:15047: result: yes - version 2.9.4
# configure:15056: checking libxml/xmlschemas.h usability
# configure:15056: clang -c -I/usr/include/libxml2 conftest.c >&5
# configure:15056: $? = 0
# configure:15056: result: yes
# configure:15056: checking libxml/xmlschemas.h presence
# configure:15056: clang -E -I/usr/include/libxml2 conftest.c
# configure:15056: $? = 0
# configure:15056: result: yes
# configure:15056: checking for libxml/xmlschemas.h
# configure:15056: result: yes
# configure:15056: checking libxml/xmlschemastypes.h usability
# configure:15056: clang -c -I/usr/include/libxml2 conftest.c >&5
# configure:15056: $? = 0
# configure:15056: result: yes
# configure:15056: checking libxml/xmlschemastypes.h presence
# configure:15056: clang -E -I/usr/include/libxml2 conftest.c
# configure:15056: $? = 0
# configure:15056: result: yes
# configure:15056: checking for libxml/xmlschemastypes.h
# configure:15056: result: yes
# configure:15056: checking libxml/schemasInternals.h usability
# configure:15056: clang -c -I/usr/include/libxml2 conftest.c >&5
# configure:15056: $? = 0
# configure:15056: result: yes
# configure:15056: checking libxml/schemasInternals.h presence
# configure:15056: clang -E -I/usr/include/libxml2 conftest.c
# configure:15056: $? = 0
# configure:15056: result: yes
# configure:15056: checking for libxml/schemasInternals.h
# configure:15056: result: yes
# configure:15105: checking query languages required
# configure:15114: result: all
# configure:15250: checking gmp.h usability
# configure:15250: clang -c conftest.c >&5
# configure:15250: $? = 0
# configure:15250: result: yes
# configure:15250: checking gmp.h presence
# configure:15250: clang -E conftest.c
# configure:15250: $? = 0
# configure:15250: result: yes
# configure:15250: checking for gmp.h
# configure:15250: result: yes
# configure:15265: checking for mpfr.h
# configure:15265: clang -c conftest.c >&5
# configure:15265: $? = 0
# configure:15265: result: yes
# configure:15291: checking for mpfr_init
# configure:15291: clang -o conftest conftest.c -lmpfr >&5
# configure:15291: $? = 0
# configure:15291: result: yes
# configure:15304: checking for mpfr_snprintf
# configure:15304: clang -o conftest conftest.c -lmpfr >&5
# configure:15304: $? = 0
# configure:15304: result: yes
# configure:15313: checking for working MPFR library
# configure:15317: result: yes
# configure:15332: checking for working GNU MP library
# configure:15345: clang -o conftest conftest.c -lgmp >&5
# configure:15345: $? = 0
# configure:15347: result: yes
# configure:15355: checking for GNU MP library random support
# configure:15388: clang -o conftest conftest.c -lgmp >&5
# configure:15388: $? = 0
# configure:15390: result: yes
# configure:15398: checking for gmp_version
# configure:15411: clang -o conftest conftest.c -lgmp >&5
# configure:15411: $? = 0
# configure:15413: result: yes
# configure:15480: checking decimal libraries available
# configure:15489: result: mpfr gmp
# configure:15494: checking decimal library to use
# configure:15504: result: mpfr
# configure:15524: checking random approach
# configure:15597: result: Internal Mersenne Twister
# configure:15612: checking for ceil, floor and round in default libs
# configure:15640: clang -o conftest conftest.c >&5
# /tmp/conftest-933e63.o: In function `main':
# conftest.c:(.text+0x2e): undefined reference to `ceil'
# conftest.c:(.text+0x40): undefined reference to `floor'
# conftest.c:(.text+0x58): undefined reference to `round'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15640: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Rasqal RDF Query Library"
# | #define PACKAGE_TARNAME "rasqal"
# | #define PACKAGE_VERSION "0.9.33"
# | #define PACKAGE_STRING "Rasqal RDF Query Library 0.9.33"
# | #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "rasqal"
# | #define VERSION "0.9.33"
# | #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_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FLOAT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE___FUNCTION__ 1
# | #define RASQAL_VERSION_MAJOR 0
# | #define RASQAL_VERSION_MINOR 9
# | #define RASQAL_VERSION_RELEASE 33
# | #define RASQAL_VERSION_DECIMAL 933
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_INITSTATE_R 1
# | #define HAVE_INITSTATE 1
# | #define HAVE_RANDOM_R 1
# | #define HAVE_RANDOM 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_RAND 1
# | #define HAVE_SRAND 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_TM_GMTOFF 1
# | #define HAVE_REGEX_PCRE 1
# | #define HAVE_REGEX_POSIX 1
# | #define RASQAL_REGEX_PCRE 1
# | #define HAVE_GCRYPT_H 1
# | #define RASQAL_DIGEST_GCRYPT 1
# | #define HAVE_UUID_UUID_H 1
# | #define RASQAL_UUID_LIBUUID 1
# | #define HAVE_LIBXML_XMLSCHEMAS_H 1
# | #define HAVE_LIBXML_XMLSCHEMASTYPES_H 1
# | #define HAVE_LIBXML_SCHEMASINTERNALS_H 1
# | #define RASQAL_QUERY_SPARQL 1
# | #define RASQAL_QUERY_LAQRS 1
# | #define HAVE_GMP_H 1
# | #define HAVE_MPFR_H 1
# | #define HAVE_GMP_VERSION 1
# | #define RASQAL_DECIMAL_MPFR 1
# | #define RANDOM_ALGO_MTWIST 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_MATH_H
# | #include
# | #endif
# | #ifdef HAVE_STDLIB_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# |
# | extern char **environ;
# | double t = strtod(environ[0], NULL);
# | return (int)(ceil(t) * floor(t) * round(t));
# |
# | ;
# | return 0;
# | }
# configure:15645: result: no
# configure:15654: checking for ceil, floor and round with -lm
# configure:15681: clang -o conftest conftest.c -lm >&5
# configure:15681: $? = 0
# configure:15681: ./conftest
# configure:15681: $? = 0
# configure:15682: result: yes
# configure:15756: checking using memory signing
# configure:15758: result: no
# configure:15806: checking whether make supports nested variables
# configure:15823: result: yes
# configure:15847: checking for gtkdoc-check
# configure:15865: found /usr/bin/gtkdoc-check
# configure:15877: result: /usr/bin/gtkdoc-check
# configure:15889: checking for gtkdoc-rebase
# configure:15907: found /usr/bin/gtkdoc-rebase
# configure:15919: result: /usr/bin/gtkdoc-rebase
# configure:15933: checking for gtkdoc-mkpdf
# configure:15951: found /usr/bin/gtkdoc-mkpdf
# configure:15963: result: /usr/bin/gtkdoc-mkpdf
# configure:16097: checking whether to build gtk-doc documentation
# configure:16099: result: no
# configure:16359: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by Rasqal RDF Query Library config.status 0.9.33, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 613648953f2d
#
# config.status:1261: creating Makefile
# config.status:1261: creating data/Makefile
# config.status:1261: creating docs/Makefile
# config.status:1261: creating docs/version.xml
# config.status:1261: creating scripts/Makefile
# config.status:1261: creating libsv/Makefile
# config.status:1261: creating libmtwist/Makefile
# config.status:1261: creating getopt/Makefile
# config.status:1261: creating src/Makefile
# config.status:1261: creating src/rasqal.h
# config.status:1261: creating src/win32_rasqal_config.h
# config.status:1261: creating tests/Makefile
# config.status:1261: creating tests/algebra/Makefile
# config.status:1261: creating tests/engine/Makefile
# config.status:1261: creating tests/laqrs/Makefile
# config.status:1261: creating tests/laqrs/syntax/Makefile
# config.status:1261: creating tests/sparql/Makefile
# config.status:1261: creating tests/sparql/bugs/Makefile
# config.status:1261: creating tests/sparql/simple/Makefile
# config.status:1261: creating tests/sparql/part1/Makefile
# config.status:1261: creating tests/sparql/examples/Makefile
# config.status:1261: creating tests/sparql/syntax/Makefile
# config.status:1261: creating tests/sparql/bound/Makefile
# config.status:1261: creating tests/sparql/survey/Makefile
# config.status:1261: creating tests/sparql/SyntaxFull/Makefile
# config.status:1261: creating tests/sparql/sort/Makefile
# config.status:1261: creating tests/sparql/ValueTesting/Makefile
# config.status:1261: creating tests/sparql/regex/Makefile
# config.status:1261: creating tests/sparql/Expr1/Makefile
# config.status:1261: creating tests/sparql/Expr2/Makefile
# config.status:1261: creating tests/sparql/ExprBuiltins/Makefile
# config.status:1261: creating tests/sparql/ExprEquals/Makefile
# config.status:1261: creating tests/sparql/SyntaxDev/Makefile
# config.status:1261: creating tests/sparql/SyntaxDev/Syntax-SPARQL/Makefile
# config.status:1261: creating tests/sparql/SyntaxDev/Syntax-SPARQL2/Makefile
# config.status:1261: creating tests/sparql/SyntaxDev/Syntax-SPARQL3/Makefile
# config.status:1261: creating tests/sparql/update/Makefile
# config.status:1261: creating tests/sparql/aggregate/Makefile
# config.status:1261: creating tests/sparql/sparql11/Makefile
# config.status:1261: creating tests/sparql/federated/Makefile
# config.status:1261: creating tests/sparql/warnings/Makefile
# config.status:1261: creating utils/Makefile
# config.status:1261: creating win32/Makefile
# config.status:1261: creating rasqal.spec
# config.status:1261: creating rasqal.rdf
# config.status:1261: creating rasqal.pc
# config.status:1261: creating src/rasqal-config
# config.status:1261: creating rasqal-src-config
# config.status:1261: creating src/rasqal_config.h
# config.status:1490: executing depfiles commands
# config.status:1490: executing libtool commands
# configure:18646: result:
# Rasqal build summary:
# RDF query languages available : sparql laqrs
# RDF query languages enabled : sparql laqrs
# Raptor version : 2.0.15
# Decimal library : mpfr
# Regex library : pcre
# Message digest library : gcrypt
# UUID library : libuuid 2.28.
# Random approach : Internal Mersenne Twister
# ceil, floor, round source : libm
#
#
# ## ---------------- ##
# ## 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_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_LIBS_set=
# ac_cv_env_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_RAPTOR2_CFLAGS_set=
# ac_cv_env_RAPTOR2_CFLAGS_value=
# ac_cv_env_RAPTOR2_LIBS_set=
# ac_cv_env_RAPTOR2_LIBS_value=
# ac_cv_env_UUID_CFLAGS_set=
# ac_cv_env_UUID_CFLAGS_value=
# ac_cv_env_UUID_LIBS_set=
# ac_cv_env_UUID_LIBS_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_getopt=yes
# ac_cv_func_getopt_long=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_gmtime_r=yes
# ac_cv_func_initstate=yes
# ac_cv_func_initstate_r=yes
# ac_cv_func_mpfr_init=yes
# ac_cv_func_mpfr_snprintf=yes
# ac_cv_func_rand=yes
# ac_cv_func_rand_r=yes
# ac_cv_func_random=yes
# ac_cv_func_random_r=yes
# ac_cv_func_srand=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_stricmp=no
# ac_cv_func_timegm=yes
# ac_cv_func_vsnprintf=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_float_h=yes
# ac_cv_header_gcrypt_h=yes
# ac_cv_header_getopt_h=yes
# ac_cv_header_gmp_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_libxml_schemasInternals_h=yes
# ac_cv_header_libxml_xmlschemas_h=yes
# ac_cv_header_libxml_xmlschemastypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_math_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_mhash_h=no
# ac_cv_header_mpfr_h=yes
# ac_cv_header_regex_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_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_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_uuid_uuid_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_LEX=flex
# ac_cv_prog_LIBGCRYPT_CONFIG=libgcrypt-config
# ac_cv_prog_PCRE_CONFIG=pcre-config
# 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_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
# 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
# pkg_cv_RAPTOR2_CFLAGS=-I/usr/include/raptor2
# pkg_cv_RAPTOR2_LIBS=-lraptor2
# pkg_cv_UUID_CFLAGS=-I/usr/include/uuid
# pkg_cv_UUID_LIBS=-luuid
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/rasqal/src/rasqal-0.9.33/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/rasqal/src/rasqal-0.9.33/build/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/rasqal/src/rasqal-0.9.33/build/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/rasqal/src/rasqal-0.9.33/build/missing --run automake-1.11'
# AWK='gawk'
# BISON='bison'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS='-DRASQAL_INTERNAL=1 '
# 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='#'
# GETTIMEOFDAY_FALSE=''
# GETTIMEOFDAY_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=''
# HAVE_SYS_TIME_H='1'
# HAVE_TIME_H='1'
# HTML_DIR='${datadir}/gtk-doc/html'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LEX='/bin/sh /missing flex'
# LEXLIB=''
# LEX_OUTPUT_ROOT='lex.yy'
# LIBGCRYPT_CONFIG='libgcrypt-config'
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/rasqal/src/rasqal-0.9.33/build/missing --run makeinfo'
# MANIFEST_TOOL=':'
# MEM=''
# MEM_LIBS=''
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='rasqal'
# PACKAGE_BUGREPORT='http://bugs.librdf.org/'
# PACKAGE_NAME='Rasqal RDF Query Library'
# PACKAGE_STRING='Rasqal RDF Query Library 0.9.33'
# PACKAGE_TARNAME='rasqal'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.9.33'
# PATH_SEPARATOR=':'
# PCRE_CONFIG='pcre-config'
# PERL='perl'
# PKGCONFIG_CFLAGS=' -I/usr/include/uuid'
# PKGCONFIG_LIBS=' -lpcre -luuid'
# PKGCONFIG_REQUIRES=''
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# RANLIB='ranlib'
# RAPTOR2_CFLAGS='-I/usr/include/raptor2'
# RAPTOR2_LIBS='-lraptor2'
# RAPTOR_MIN_VERSION='2.0.7'
# RAPTOR_VERSION_DEC='20015'
# RASQAL_DIGEST_INTERNAL_FALSE=''
# RASQAL_DIGEST_INTERNAL_TRUE='#'
# RASQAL_EXTERNAL_LIBS=' -lraptor2 -lpcre -lgcrypt -lgpg-error -luuid -lm -lmpfr'
# RASQAL_INTERNAL_CPPFLAGS=' -I/usr/include/raptor2 -I/usr/include/uuid '
# RASQAL_INTERNAL_LIBS=''
# RASQAL_LIBTOOLLIBS='librasqal.la'
# RASQAL_LIBTOOL_VERSION='3:0:0'
# RASQAL_MTWIST_FALSE='#'
# RASQAL_MTWIST_TRUE=''
# RASQAL_QUERY_LAQRS_FALSE='#'
# RASQAL_QUERY_LAQRS_TRUE=''
# RASQAL_QUERY_SPARQL_FALSE='#'
# RASQAL_QUERY_SPARQL_TRUE=''
# RASQAL_SORT_FALSE=''
# RASQAL_SORT_TRUE='#'
# RASQAL_VERSION=''
# RASQAL_VERSION_DECIMAL='933'
# RASQAL_VERSION_MAJOR='0'
# RASQAL_VERSION_MINOR='9'
# RASQAL_VERSION_RELEASE='33'
# RECHO='echo'
# RECHO_C=''
# RECHO_N='-n'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STANDARD_CFLAGS=' '
# STRCASECMP_FALSE=''
# STRCASECMP_TRUE='#'
# STRIP='strip'
# TAR='tar'
# TIMEGM_FALSE=''
# TIMEGM_TRUE='#'
# UUID_CFLAGS='-I/usr/include/uuid'
# UUID_CONFIG=''
# UUID_LIBS='-luuid'
# VERSION='0.9.33'
# XML_CONFIG='xml2-config'
# abs_top_builddir='/tmp/rasqal/src/rasqal-0.9.33'
# abs_top_srcdir='/tmp/rasqal/src/rasqal-0.9.33'
# 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/rasqal/src/rasqal-0.9.33/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 "Rasqal RDF Query Library"
# #define PACKAGE_TARNAME "rasqal"
# #define PACKAGE_VERSION "0.9.33"
# #define PACKAGE_STRING "Rasqal RDF Query Library 0.9.33"
# #define PACKAGE_BUGREPORT "http://bugs.librdf.org/"
# #define PACKAGE_URL ""
# #define PACKAGE "rasqal"
# #define VERSION "0.9.33"
# #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_STDDEF_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_GETOPT_H 1
# #define HAVE_REGEX_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_TIME_H 1
# #define HAVE_MATH_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_FLOAT_H 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE___FUNCTION__ 1
# #define RASQAL_VERSION_MAJOR 0
# #define RASQAL_VERSION_MINOR 9
# #define RASQAL_VERSION_RELEASE 33
# #define RASQAL_VERSION_DECIMAL 933
# #define HAVE_GETOPT 1
# #define HAVE_GETOPT_LONG 1
# #define HAVE_STRCASECMP 1
# #define HAVE_VSNPRINTF 1
# #define HAVE_INITSTATE_R 1
# #define HAVE_INITSTATE 1
# #define HAVE_RANDOM_R 1
# #define HAVE_RANDOM 1
# #define HAVE_GMTIME_R 1
# #define HAVE_RAND_R 1
# #define HAVE_RAND 1
# #define HAVE_SRAND 1
# #define HAVE_TIMEGM 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_TM_GMTOFF 1
# #define HAVE_REGEX_PCRE 1
# #define HAVE_REGEX_POSIX 1
# #define RASQAL_REGEX_PCRE 1
# #define HAVE_GCRYPT_H 1
# #define RASQAL_DIGEST_GCRYPT 1
# #define HAVE_UUID_UUID_H 1
# #define RASQAL_UUID_LIBUUID 1
# #define HAVE_LIBXML_XMLSCHEMAS_H 1
# #define HAVE_LIBXML_XMLSCHEMASTYPES_H 1
# #define HAVE_LIBXML_SCHEMASINTERNALS_H 1
# #define RASQAL_QUERY_SPARQL 1
# #define RASQAL_QUERY_LAQRS 1
# #define HAVE_GMP_H 1
# #define HAVE_MPFR_H 1
# #define HAVE_GMP_VERSION 1
# #define RASQAL_DECIMAL_MPFR 1
# #define RANDOM_ALGO_MTWIST 1
#
# configure: exit 0