The build took 00h 01m 32s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
4,915 |
ansic |
4,181 |
sh |
3,159 |
makefile |
12,255 |
total |
The process tree of the build process is here.
Several sub-process invocations were improper; see the process tree for details. Summary:
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:
There were existing files in /sysroot, using those
CMD: sudo -u tuscan PATH=/sysroot/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: cliquer 1.21-1 (Tue Apr 4 22:56:20 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4
aclocal: warning: couldn't open directory 'm4': No such file or directory
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/sbin/automake line 3936.
configure.ac:8: installing './compile'
configure.ac:8: installing './config.guess'
configure.ac:8: installing './config.sub'
configure.ac:6: installing './install-sh'
configure.ac:6: installing './missing'
Makefile.am: installing './INSTALL'
lib/Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'
autoreconf: Leaving directory `.'
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/sbin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
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... yes
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 whether clang understands -c and -o together... yes
checking dependency style of clang... gcc3
checking for a sed that does not truncate output... /usr/sbin/sed
checking for grep that handles long lines and -e... /usr/sbin/grep
checking for egrep... /usr/sbin/grep -E
checking for fgrep... /usr/sbin/grep -F
checking for ld used by clang... /sysroot/bin/ld
checking if the linker (/sysroot/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/nm -B
checking the name lister (/sysroot/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
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 /sysroot/bin/ld option to reload object files... -r
checking for x86_64-unknown-linux-objdump... no
checking for objdump... objdump
configure: WARNING: using cross tools not prefixed with host triplet
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... no
checking for 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 /sysroot/bin/nm -B output from clang object... ok
checking for sysroot... no
checking for a working dd... /usr/sbin/dd
checking how to truncate binary pipes... /usr/sbin/dd bs=4096 count=1
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... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/sysroot/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 for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... cross
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking 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 whether clang understands -c and -o together... (cached) yes
checking dependency style of clang... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.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 string.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for unistd.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for size_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... no
checking for getopt... yes
checking for getopt_long... yes
checking for setvbuf... yes
checking for strcasecmp... yes
checking for gettimeoftheday... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating lib/Makefile
config.status: creating include/Makefile
config.status: creating test/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make all-recursive
make[1]: Entering directory '/tmp/cliquer/src/autocliquer-1.21'
Making all in lib
make[2]: Entering directory '/tmp/cliquer/src/autocliquer-1.21/lib'
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -MT libcliquer_la-cliquer.lo -MD -MP -MF .deps/libcliquer_la-cliquer.Tpo -c -o libcliquer_la-cliquer.lo `test -f 'cliquer.c' || echo './'`cliquer.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -MT libcliquer_la-graph.lo -MD -MP -MF .deps/libcliquer_la-graph.Tpo -c -o libcliquer_la-graph.lo `test -f 'graph.c' || echo './'`graph.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -MT libcliquer_la-reorder.lo -MD -MP -MF .deps/libcliquer_la-reorder.Tpo -c -o libcliquer_la-reorder.lo `test -f 'reorder.c' || echo './'`reorder.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -MT libcliquer_la-cliquer.lo -MD -MP -MF .deps/libcliquer_la-cliquer.Tpo -c cliquer.c -fPIC -DPIC -o .libs/libcliquer_la-cliquer.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -MT libcliquer_la-reorder.lo -MD -MP -MF .deps/libcliquer_la-reorder.Tpo -c reorder.c -fPIC -DPIC -o .libs/libcliquer_la-reorder.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -MT libcliquer_la-graph.lo -MD -MP -MF .deps/libcliquer_la-graph.Tpo -c graph.c -fPIC -DPIC -o .libs/libcliquer_la-graph.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -MT libcliquer_la-reorder.lo -MD -MP -MF .deps/libcliquer_la-reorder.Tpo -c reorder.c -o libcliquer_la-reorder.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -MT libcliquer_la-graph.lo -MD -MP -MF .deps/libcliquer_la-graph.Tpo -c graph.c -o libcliquer_la-graph.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -MT libcliquer_la-cliquer.lo -MD -MP -MF .deps/libcliquer_la-cliquer.Tpo -c cliquer.c -o libcliquer_la-cliquer.o >/dev/null 2>&1
mv -f .deps/libcliquer_la-reorder.Tpo .deps/libcliquer_la-reorder.Plo
mv -f .deps/libcliquer_la-graph.Tpo .deps/libcliquer_la-graph.Plo
mv -f .deps/libcliquer_la-cliquer.Tpo .deps/libcliquer_la-cliquer.Plo
/bin/sh ../libtool --tag=CC --mode=link clang -version-info 1:21:0 -o libcliquer.la -rpath /usr/lib libcliquer_la-cliquer.lo libcliquer_la-graph.lo libcliquer_la-reorder.lo
libtool: link: clang -shared -fPIC -DPIC .libs/libcliquer_la-cliquer.o .libs/libcliquer_la-graph.o .libs/libcliquer_la-reorder.o -Wl,-soname -Wl,libcliquer.so.1 -o .libs/libcliquer.so.1.0.21
libtool: link: (cd ".libs" && rm -f "libcliquer.so.1" && ln -s "libcliquer.so.1.0.21" "libcliquer.so.1")
libtool: link: (cd ".libs" && rm -f "libcliquer.so" && ln -s "libcliquer.so.1.0.21" "libcliquer.so")
libtool: link: ar cru .libs/libcliquer.a libcliquer_la-cliquer.o libcliquer_la-graph.o libcliquer_la-reorder.o
/r: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcliquer.a
libtool: link: ( cd ".libs" && rm -f "libcliquer.la" && ln -s "../libcliquer.la" "libcliquer.la" )
make[2]: Leaving directory '/tmp/cliquer/src/autocliquer-1.21/lib'
Making all in src
make[2]: Entering directory '/tmp/cliquer/src/autocliquer-1.21/src'
clang -DHAVE_CONFIG_H -I. -I.. -I../include -MT cl-cl.o -MD -MP -MF .deps/cl-cl.Tpo -c -o cl-cl.o `test -f 'cl.c' || echo './'`cl.c
mv -f .deps/cl-cl.Tpo .deps/cl-cl.Po
/bin/sh ../libtool --tag=CC --mode=link clang -o cl cl-cl.o ../lib/libcliquer.la
libtool: link: clang -o .libs/cl cl-cl.o ../lib/.libs/libcliquer.so
make[2]: Leaving directory '/tmp/cliquer/src/autocliquer-1.21/src'
Making all in include
make[2]: Entering directory '/tmp/cliquer/src/autocliquer-1.21/include'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/cliquer/src/autocliquer-1.21/include'
Making all in test
make[2]: Entering directory '/tmp/cliquer/src/autocliquer-1.21/test'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/cliquer/src/autocliquer-1.21/test'
make[2]: Entering directory '/tmp/cliquer/src/autocliquer-1.21'
make[2]: Leaving directory '/tmp/cliquer/src/autocliquer-1.21'
make[1]: Leaving directory '/tmp/cliquer/src/autocliquer-1.21'
==> Entering fakeroot environment...
==> Starting package()...
Making install in lib
make[1]: Entering directory '/tmp/cliquer/src/autocliquer-1.21/lib'
make[2]: Entering directory '/tmp/cliquer/src/autocliquer-1.21/lib'
make[2]: Nothing to be done for 'install-data-am'.
/usr/sbin/mkdir -p '/tmp/cliquer/pkg/cliquer/usr/lib'
/bin/sh ../libtool --mode=install /usr/bin/install -c libcliquer.la '/tmp/cliquer/pkg/cliquer/usr/lib'
libtool: install: /usr/bin/install -c .libs/libcliquer.so.1.0.21 /tmp/cliquer/pkg/cliquer/usr/lib/libcliquer.so.1.0.21
libtool: install: (cd /tmp/cliquer/pkg/cliquer/usr/lib && { ln -s -f libcliquer.so.1.0.21 libcliquer.so.1 || { rm -f libcliquer.so.1 && ln -s libcliquer.so.1.0.21 libcliquer.so.1; }; })
libtool: install: (cd /tmp/cliquer/pkg/cliquer/usr/lib && { ln -s -f libcliquer.so.1.0.21 libcliquer.so || { rm -f libcliquer.so && ln -s libcliquer.so.1.0.21 libcliquer.so; }; })
libtool: install: /usr/bin/install -c .libs/libcliquer.lai /tmp/cliquer/pkg/cliquer/usr/lib/libcliquer.la
libtool: install: /usr/bin/install -c .libs/libcliquer.a /tmp/cliquer/pkg/cliquer/usr/lib/libcliquer.a
libtool: install: chmod 644 /tmp/cliquer/pkg/cliquer/usr/lib/libcliquer.a
libtool: install: ranlib /tmp/cliquer/pkg/cliquer/usr/lib/libcliquer.a
libtool: warning: remember to run 'libtool --finish /usr/lib'
make[2]: Leaving directory '/tmp/cliquer/src/autocliquer-1.21/lib'
make[1]: Leaving directory '/tmp/cliquer/src/autocliquer-1.21/lib'
Making install in src
make[1]: Entering directory '/tmp/cliquer/src/autocliquer-1.21/src'
make[2]: Entering directory '/tmp/cliquer/src/autocliquer-1.21/src'
make[2]: Nothing to be done for 'install-data-am'.
/usr/sbin/mkdir -p '/tmp/cliquer/pkg/cliquer/usr/bin'
/bin/sh ../libtool --mode=install /usr/bin/install -c cl '/tmp/cliquer/pkg/cliquer/usr/bin'
libtool: warning: '../lib/libcliquer.la' has not been installed in '/usr/lib'
libtool: install: /usr/bin/install -c .libs/cl /tmp/cliquer/pkg/cliquer/usr/bin/cl
make[2]: Leaving directory '/tmp/cliquer/src/autocliquer-1.21/src'
make[1]: Leaving directory '/tmp/cliquer/src/autocliquer-1.21/src'
Making install in include
make[1]: Entering directory '/tmp/cliquer/src/autocliquer-1.21/include'
make[2]: Entering directory '/tmp/cliquer/src/autocliquer-1.21/include'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/sbin/mkdir -p '/tmp/cliquer/pkg/cliquer/usr/include'
/usr/sbin/mkdir -p '/tmp/cliquer/pkg/cliquer/usr/include/cliquer'
/usr/bin/install -c -m 644 cliquer/cliquerconf.h cliquer/cliquer.h cliquer/graph.h cliquer/misc.h cliquer/reorder.h cliquer/set.h '/tmp/cliquer/pkg/cliquer/usr/include/cliquer'
make[2]: Leaving directory '/tmp/cliquer/src/autocliquer-1.21/include'
make[1]: Leaving directory '/tmp/cliquer/src/autocliquer-1.21/include'
Making install in test
make[1]: Entering directory '/tmp/cliquer/src/autocliquer-1.21/test'
make[2]: Entering directory '/tmp/cliquer/src/autocliquer-1.21/test'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/sbin/mkdir -p '/tmp/cliquer/pkg/cliquer/usr/share/cliquer'
/usr/bin/install -c -m 644 testcase-large.b testcase-large-w.b testcase-small.a '/tmp/cliquer/pkg/cliquer/usr/share/cliquer'
make[2]: Leaving directory '/tmp/cliquer/src/autocliquer-1.21/test'
make[1]: Leaving directory '/tmp/cliquer/src/autocliquer-1.21/test'
make[1]: Entering directory '/tmp/cliquer/src/autocliquer-1.21'
make[2]: Entering directory '/tmp/cliquer/src/autocliquer-1.21'
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/cliquer/src/autocliquer-1.21'
make[1]: Leaving directory '/tmp/cliquer/src/autocliquer-1.21'
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "cliquer"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: cliquer 1.21-1 (Tue Apr 4 22:56:51 UTC 2017)
CMD: pacman --query --file cliquer-1.21-1-x86_64.pkg.tar.xz
Creating hybrid package for 'cliquer'
Trying to find vanilla package 'cliquer'...
CMD: pacman --query --file /mirror/cliquer-1.21-1.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.MTREE
/usr/lib/libcliquer.so.1
/usr/lib/libcliquer.so
/usr/lib/libcliquer.so.1.0.21
/usr/bin/cl
/usr/include/cliquer/cliquerconf.h
/usr/include/cliquer/cliquer.h
/usr/include/cliquer/graph.h
/usr/include/cliquer/misc.h
/usr/include/cliquer/reorder.h
/usr/include/cliquer/set.h
/usr/share/cliquer/testcase-large.b
/usr/share/cliquer/testcase-large-w.b
/usr/share/cliquer/testcase-small.a
/sysroot/usr/lib/libcliquer.so.1.0.21
/sysroot/usr/lib/libcliquer.so.1
/sysroot/usr/lib/libcliquer.so
/sysroot/usr/lib/libcliquer.la
/sysroot/usr/lib/libcliquer.a
/sysroot/usr/include/cliquer/cliquerconf.h
/sysroot/usr/include/cliquer/cliquer.h
/sysroot/usr/include/cliquer/graph.h
/sysroot/usr/include/cliquer/misc.h
/sysroot/usr/include/cliquer/reorder.h
/sysroot/usr/include/cliquer/set.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 cliquer.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/cliquer.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/cliquer.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/cliquer.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/cliquer/src/autocliquer-1.21/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 cliquer configure 1.21, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr
## --------- ##
## Platform. ##
## --------- ##
hostname = 2ecb9c8de492
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: /sysroot/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2315: checking for a BSD-compatible install
configure:2383: result: /usr/bin/install -c
configure:2394: checking whether build environment is sane
configure:2449: result: yes
configure:2508: checking for x86_64-unknown-linux-strip
configure:2538: result: no
configure:2548: checking for strip
configure:2564: found /sysroot/bin/strip
configure:2575: result: strip
configure:2600: checking for a thread-safe mkdir -p
configure:2639: result: /usr/sbin/mkdir -p
configure:2646: checking for gawk
configure:2662: found /usr/sbin/gawk
configure:2673: result: gawk
configure:2684: checking whether make sets $(MAKE)
configure:2706: result: yes
configure:2735: checking whether make supports nested variables
configure:2752: result: yes
configure:2908: checking build system type
configure:2922: result: x86_64-unknown-linux-gnu
configure:2942: checking host system type
configure:2955: result: x86_64-unknown-linux-gnu
configure:2996: checking how to print strings
configure:3023: result: printf
configure:3056: checking for style of include used by make
configure:3084: result: GNU
configure:3115: checking for x86_64-unknown-linux-gcc
configure:3142: result: clang
configure:3411: checking for C compiler version
configure:3420: clang --version >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
configure:3431: $? = 0
configure:3420: clang -v >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
Selected multilib: .;@m64
configure:3431: $? = 0
configure:3420: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:3431: $? = 1
configure:3420: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:3431: $? = 1
configure:3451: checking whether the C compiler works
configure:3473: clang conftest.c >&5
configure:3477: $? = 0
configure:3525: result: yes
configure:3528: checking for C compiler default output file name
configure:3530: result: a.out
configure:3536: checking for suffix of executables
configure:3543: clang -o conftest conftest.c >&5
configure:3547: $? = 0
configure:3569: result:
configure:3591: checking whether we are cross compiling
configure:3599: clang -o conftest conftest.c >&5
configure:3603: $? = 0
configure:3610: ./conftest
./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
configure:3614: $? = 127
configure:3629: result: yes
configure:3634: checking for suffix of object files
configure:3656: clang -c conftest.c >&5
configure:3660: $? = 0
configure:3681: result: o
configure:3685: checking whether we are using the GNU C compiler
configure:3704: clang -c conftest.c >&5
configure:3704: $? = 0
configure:3713: result: yes
configure:3722: checking whether clang accepts -g
configure:3742: clang -c -g conftest.c >&5
configure:3742: $? = 0
configure:3783: result: yes
configure:3800: checking for clang option to accept ISO C89
configure:3863: clang -c conftest.c >&5
configure:3863: $? = 0
configure:3876: result: none needed
configure:3901: checking whether clang understands -c and -o together
configure:3923: clang -c conftest.c -o conftest2.o
configure:3926: $? = 0
configure:3923: clang -c conftest.c -o conftest2.o
configure:3926: $? = 0
configure:3938: result: yes
configure:3957: checking dependency style of clang
configure:4068: result: gcc3
configure:4083: checking for a sed that does not truncate output
configure:4147: result: /usr/sbin/sed
configure:4165: checking for grep that handles long lines and -e
configure:4223: result: /usr/sbin/grep
configure:4228: checking for egrep
configure:4290: result: /usr/sbin/grep -E
configure:4295: checking for fgrep
configure:4357: result: /usr/sbin/grep -F
configure:4392: checking for ld used by clang
configure:4459: result: /sysroot/bin/ld
configure:4466: checking if the linker (/sysroot/bin/ld) is GNU ld
configure:4481: result: yes
configure:4493: checking for BSD- or MS-compatible name lister (nm)
configure:4547: result: /sysroot/bin/nm -B
configure:4677: checking the name lister (/sysroot/bin/nm -B) interface
configure:4684: clang -c conftest.c >&5
configure:4687: /sysroot/bin/nm -B "conftest.o"
configure:4690: output
0000000000000000 B some_variable
configure:4697: result: BSD nm
configure:4700: checking whether ln -s works
configure:4704: result: yes
configure:4712: checking the maximum length of command line arguments
configure:4843: result: 1572864
configure:4891: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:4931: result: func_convert_file_noop
configure:4938: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:4958: result: func_convert_file_noop
configure:4965: checking for /sysroot/bin/ld option to reload object files
configure:4972: result: -r
configure:5006: checking for x86_64-unknown-linux-objdump
configure:5036: result: no
configure:5046: checking for objdump
configure:5062: found /sysroot/bin/objdump
configure:5073: result: objdump
configure:5085: WARNING: using cross tools not prefixed with host triplet
configure:5105: checking how to recognize dependent libraries
configure:5305: result: pass_all
configure:5350: checking for x86_64-unknown-linux-dlltool
configure:5380: result: no
configure:5390: checking for dlltool
configure:5420: result: no
configure:5450: checking how to associate runtime and link libraries
configure:5477: result: printf %s\n
configure:5494: checking for x86_64-unknown-linux-ar
configure:5524: result: no
configure:5538: checking for ar
configure:5554: found /sysroot/bin/ar
configure:5565: result: ar
configure:5602: checking for archiver @FILE support
configure:5619: clang -c conftest.c >&5
configure:5619: $? = 0
configure:5622: ar cru libconftest.a @conftest.lst >&5
/r: `u' modifier ignored since `D' is the default (see `U')
configure:5625: $? = 0
configure:5630: ar cru libconftest.a @conftest.lst >&5
/r: `u' modifier ignored since `D' is the default (see `U')
/r: conftest.o: No such file or directory
configure:5633: $? = 1
configure:5645: result: @
configure:5663: checking for x86_64-unknown-linux-strip
configure:5690: result: strip
configure:5762: checking for x86_64-unknown-linux-ranlib
configure:5792: result: no
configure:5802: checking for ranlib
configure:5818: found /sysroot/bin/ranlib
configure:5829: result: ranlib
configure:5931: checking command to parse /sysroot/bin/nm -B output from clang object
configure:6084: clang -c conftest.c >&5
configure:6087: $? = 0
configure:6091: /sysroot/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:6094: $? = 0
configure:6160: clang -o conftest conftest.c conftstm.o >&5
configure:6163: $? = 0
configure:6201: result: ok
configure:6248: checking for sysroot
configure:6278: result: no
configure:6285: checking for a working dd
configure:6323: result: /usr/sbin/dd
configure:6327: checking how to truncate binary pipes
configure:6342: result: /usr/sbin/dd bs=4096 count=1
configure:6478: clang -c conftest.c >&5
configure:6481: $? = 0
configure:6631: checking for x86_64-unknown-linux-mt
configure:6661: result: no
configure:6671: checking for mt
configure:6701: result: no
configure:6721: checking if : is a manifest tool
configure:6727: : '-?'
configure:6735: result: no
configure:7412: checking how to run the C preprocessor
configure:7443: clang -E conftest.c
configure:7443: $? = 0
configure:7457: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:7457: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cliquer"
| #define PACKAGE_TARNAME "cliquer"
| #define PACKAGE_VERSION "1.21"
| #define PACKAGE_STRING "cliquer 1.21"
| #define PACKAGE_BUGREPORT "dimpase@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "cliquer"
| #define VERSION "1.21"
| /* end confdefs.h. */
| #include
configure:7482: result: clang -E
configure:7502: clang -E conftest.c
configure:7502: $? = 0
configure:7516: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:7516: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cliquer"
| #define PACKAGE_TARNAME "cliquer"
| #define PACKAGE_VERSION "1.21"
| #define PACKAGE_STRING "cliquer 1.21"
| #define PACKAGE_BUGREPORT "dimpase@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "cliquer"
| #define VERSION "1.21"
| /* end confdefs.h. */
| #include
configure:7545: checking for ANSI C header files
configure:7565: clang -c conftest.c >&5
configure:7565: $? = 0
configure:7649: result: yes
configure:7662: checking for sys/types.h
configure:7662: clang -c conftest.c >&5
configure:7662: $? = 0
configure:7662: result: yes
configure:7662: checking for sys/stat.h
configure:7662: clang -c conftest.c >&5
configure:7662: $? = 0
configure:7662: result: yes
configure:7662: checking for stdlib.h
configure:7662: clang -c conftest.c >&5
configure:7662: $? = 0
configure:7662: result: yes
configure:7662: checking for string.h
configure:7662: clang -c conftest.c >&5
configure:7662: $? = 0
configure:7662: result: yes
configure:7662: checking for memory.h
configure:7662: clang -c conftest.c >&5
configure:7662: $? = 0
configure:7662: result: yes
configure:7662: checking for strings.h
configure:7662: clang -c conftest.c >&5
configure:7662: $? = 0
configure:7662: result: yes
configure:7662: checking for inttypes.h
configure:7662: clang -c conftest.c >&5
configure:7662: $? = 0
configure:7662: result: yes
configure:7662: checking for stdint.h
configure:7662: clang -c conftest.c >&5
configure:7662: $? = 0
configure:7662: result: yes
configure:7662: checking for unistd.h
configure:7662: clang -c conftest.c >&5
configure:7662: $? = 0
configure:7662: result: yes
configure:7676: checking for dlfcn.h
configure:7676: clang -c conftest.c >&5
configure:7676: $? = 0
configure:7676: result: yes
configure:7931: checking for objdir
configure:7946: result: .libs
configure:8210: checking if clang supports -fno-rtti -fno-exceptions
configure:8228: clang -c -fno-rtti -fno-exceptions conftest.c >&5
configure:8232: $? = 0
configure:8245: result: yes
configure:8603: checking for clang option to produce PIC
configure:8610: result: -fPIC -DPIC
configure:8618: checking if clang PIC flag -fPIC -DPIC works
configure:8636: clang -c -fPIC -DPIC -DPIC conftest.c >&5
configure:8640: $? = 0
configure:8653: result: yes
configure:8682: checking if clang static flag -static works
configure:8710: result: no
configure:8725: checking if clang supports -c -o file.o
configure:8746: clang -c -o out/conftest2.o conftest.c >&5
configure:8750: $? = 0
configure:8772: result: yes
configure:8780: checking if clang supports -c -o file.o
configure:8827: result: yes
configure:8860: checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
configure:10119: result: yes
configure:10156: checking whether -lc should be explicitly linked in
configure:10164: clang -c conftest.c >&5
configure:10167: $? = 0
configure:10182: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
configure:10185: $? = 0
configure:10199: result: no
configure:10359: checking dynamic linker characteristics
configure:10940: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
configure:10940: $? = 0
configure:11177: result: GNU/Linux ld.so
configure:11299: checking how to hardcode library paths into programs
configure:11324: result: immediate
configure:11426: checking for shl_load
configure:11426: clang -o conftest conftest.c >&5
/tmp/conftest-a86893.o:conftest.c:function main: error: undefined reference to 'shl_load'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11426: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cliquer"
| #define PACKAGE_TARNAME "cliquer"
| #define PACKAGE_VERSION "1.21"
| #define PACKAGE_STRING "cliquer 1.21"
| #define PACKAGE_BUGREPORT "dimpase@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "cliquer"
| #define VERSION "1.21"
| #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 shl_load to an innocuous variant, in case declares shl_load.
| For example, HP-UX 11i declares gettimeofday. */
| #define shl_load innocuous_shl_load
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shl_load (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef shl_load
|
| /* 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 shl_load ();
| /* 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_shl_load || defined __stub___shl_load
| choke me
| #endif
|
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:11426: result: no
configure:11430: checking for shl_load in -ldld
configure:11455: clang -o conftest conftest.c -ldld >&5
/sysroot/bin/ld: error: cannot find -ldld
/tmp/conftest-52c2a7.o:conftest.c:function main: error: undefined reference to 'shl_load'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11455: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cliquer"
| #define PACKAGE_TARNAME "cliquer"
| #define PACKAGE_VERSION "1.21"
| #define PACKAGE_STRING "cliquer 1.21"
| #define PACKAGE_BUGREPORT "dimpase@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "cliquer"
| #define VERSION "1.21"
| #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. */
|
| /* 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 shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:11464: result: no
configure:11469: checking for dlopen
configure:11469: clang -o conftest conftest.c >&5
configure:11469: $? = 0
configure:11469: result: yes
configure:11626: checking whether a program can dlopen itself
configure:11727: result: cross
configure:11872: checking whether stripping libraries is possible
configure:11877: result: yes
configure:11912: checking if libtool supports shared libraries
configure:11914: result: yes
configure:11917: checking whether to build shared libraries
configure:11942: result: yes
configure:11945: checking whether to build static libraries
configure:11949: result: yes
configure:12008: checking for x86_64-unknown-linux-gcc
configure:12035: result: clang
configure:12304: checking for C compiler version
configure:12313: clang --version >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
configure:12324: $? = 0
configure:12313: clang -v >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
Selected multilib: .;@m64
configure:12324: $? = 0
configure:12313: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:12324: $? = 1
configure:12313: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:12324: $? = 1
configure:12328: checking whether we are using the GNU C compiler
configure:12356: result: yes
configure:12365: checking whether clang accepts -g
configure:12426: result: yes
configure:12443: checking for clang option to accept ISO C89
configure:12519: result: none needed
configure:12544: checking whether clang understands -c and -o together
configure:12581: result: yes
configure:12600: checking dependency style of clang
configure:12711: result: gcc3
configure:12727: checking whether make sets $(MAKE)
configure:12749: result: yes
configure:12767: checking limits.h usability
configure:12767: clang -c conftest.c >&5
configure:12767: $? = 0
configure:12767: result: yes
configure:12767: checking limits.h presence
configure:12767: clang -E conftest.c
configure:12767: $? = 0
configure:12767: result: yes
configure:12767: checking for limits.h
configure:12767: result: yes
configure:12767: checking stddef.h usability
configure:12767: clang -c conftest.c >&5
configure:12767: $? = 0
configure:12767: result: yes
configure:12767: checking stddef.h presence
configure:12767: clang -E conftest.c
configure:12767: $? = 0
configure:12767: result: yes
configure:12767: checking for stddef.h
configure:12767: result: yes
configure:12767: checking for stdlib.h
configure:12767: result: yes
configure:12767: checking for string.h
configure:12767: result: yes
configure:12767: checking sys/time.h usability
configure:12767: clang -c conftest.c >&5
configure:12767: $? = 0
configure:12767: result: yes
configure:12767: checking sys/time.h presence
configure:12767: clang -E conftest.c
configure:12767: $? = 0
configure:12767: result: yes
configure:12767: checking for sys/time.h
configure:12767: result: yes
configure:12767: checking sys/times.h usability
configure:12767: clang -c conftest.c >&5
configure:12767: $? = 0
configure:12767: result: yes
configure:12767: checking sys/times.h presence
configure:12767: clang -E conftest.c
configure:12767: $? = 0
configure:12767: result: yes
configure:12767: checking for sys/times.h
configure:12767: result: yes
configure:12767: checking for unistd.h
configure:12767: result: yes
configure:12767: checking ctype.h usability
configure:12767: clang -c conftest.c >&5
configure:12767: $? = 0
configure:12767: result: yes
configure:12767: checking ctype.h presence
configure:12767: clang -E conftest.c
configure:12767: $? = 0
configure:12767: result: yes
configure:12767: checking for ctype.h
configure:12767: result: yes
configure:12767: checking time.h usability
configure:12767: clang -c conftest.c >&5
configure:12767: $? = 0
configure:12767: result: yes
configure:12767: checking time.h presence
configure:12767: clang -E conftest.c
configure:12767: $? = 0
configure:12767: result: yes
configure:12767: checking for time.h
configure:12767: result: yes
configure:12767: checking getopt.h usability
configure:12767: clang -c conftest.c >&5
configure:12767: $? = 0
configure:12767: result: yes
configure:12767: checking getopt.h presence
configure:12767: clang -E conftest.c
configure:12767: $? = 0
configure:12767: result: yes
configure:12767: checking for getopt.h
configure:12767: result: yes
configure:12779: checking for size_t
configure:12779: clang -c conftest.c >&5
configure:12779: $? = 0
configure:12779: clang -c conftest.c >&5
conftest.c:69:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
configure:12779: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cliquer"
| #define PACKAGE_TARNAME "cliquer"
| #define PACKAGE_VERSION "1.21"
| #define PACKAGE_STRING "cliquer 1.21"
| #define PACKAGE_BUGREPORT "dimpase@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "cliquer"
| #define VERSION "1.21"
| #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 HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_GETOPT_H 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
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:12779: result: yes
configure:12794: checking for stdlib.h
configure:12794: result: yes
configure:12804: checking for GNU libc compatible malloc
configure:12838: result: no
configure:12862: checking for getopt
configure:12862: clang -o conftest conftest.c >&5
configure:12862: $? = 0
configure:12862: result: yes
configure:12862: checking for getopt_long
configure:12862: clang -o conftest conftest.c >&5
configure:12862: $? = 0
configure:12862: result: yes
configure:12862: checking for setvbuf
configure:12862: clang -o conftest conftest.c >&5
configure:12862: $? = 0
configure:12862: result: yes
configure:12862: checking for strcasecmp
configure:12862: clang -o conftest conftest.c >&5
conftest.c:62:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
char strcasecmp ();
^
conftest.c:62:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
1 warning generated.
configure:12862: $? = 0
configure:12862: result: yes
configure:12862: checking for gettimeoftheday
configure:12862: clang -o conftest conftest.c >&5
/tmp/conftest-2708ce.o:conftest.c:function main: error: undefined reference to 'gettimeoftheday'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12862: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cliquer"
| #define PACKAGE_TARNAME "cliquer"
| #define PACKAGE_VERSION "1.21"
| #define PACKAGE_STRING "cliquer 1.21"
| #define PACKAGE_BUGREPORT "dimpase@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "cliquer"
| #define VERSION "1.21"
| #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 HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 0
| #define malloc rpl_malloc
| #define HAVE_GETOPT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SETVBUF 1
| #define HAVE_STRCASECMP 1
| /* end confdefs.h. */
| /* Define gettimeoftheday to an innocuous variant, in case declares gettimeoftheday.
| For example, HP-UX 11i declares gettimeofday. */
| #define gettimeoftheday innocuous_gettimeoftheday
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char gettimeoftheday (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef gettimeoftheday
|
| /* 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 gettimeoftheday ();
| /* 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_gettimeoftheday || defined __stub___gettimeoftheday
| choke me
| #endif
|
| int
| main ()
| {
| return gettimeoftheday ();
| ;
| return 0;
| }
configure:12862: result: no
configure:12981: checking that generated files are newer than configure
configure:12987: result: done
configure:13014: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by cliquer config.status 1.21, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 2ecb9c8de492
config.status:1107: creating Makefile
config.status:1107: creating src/Makefile
config.status:1107: creating lib/Makefile
config.status:1107: creating include/Makefile
config.status:1107: creating test/Makefile
config.status:1107: creating config.h
config.status:1336: executing depfiles commands
config.status:1336: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=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_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_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_dlopen=yes
ac_cv_func_getopt=yes
ac_cv_func_getopt_long=yes
ac_cv_func_gettimeoftheday=no
ac_cv_func_malloc_0_nonnull=no
ac_cv_func_setvbuf=yes
ac_cv_func_shl_load=no
ac_cv_func_strcasecmp=yes
ac_cv_header_ctype_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_memory_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_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_dld_shl_load=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/sbin/grep -E'
ac_cv_path_FGREP='/usr/sbin/grep -F'
ac_cv_path_GREP=/usr/sbin/grep
ac_cv_path_SED=/usr/sbin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/usr/sbin/dd
ac_cv_path_mkdir=/usr/sbin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=clang
ac_cv_prog_CPP='clang -E'
ac_cv_prog_STRIP=strip
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_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=
lt_cv_dlopen_self=cross
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=/sysroot/bin/ld
lt_cv_path_NM='/sysroot/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=no
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=yes
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][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
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
lt_cv_truncate_bin='/usr/sbin/dd bs=4096 count=1'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /tmp/cliquer/src/autocliquer-1.21/missing aclocal-1.15'
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/cliquer/src/autocliquer-1.21/missing autoconf'
AUTOHEADER='${SHELL} /tmp/cliquer/src/autocliquer-1.21/missing autoheader'
AUTOMAKE='${SHELL} /tmp/cliquer/src/autocliquer-1.21/missing automake-1.15'
AWK='gawk'
CC='clang'
CCDEPMODE='depmode=gcc3'
CFLAGS=''
CPP='clang -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/sbin/grep -E'
EXEEXT=''
FGREP='/usr/sbin/grep -F'
GREP='/usr/sbin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/sysroot/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBOBJS=' ${LIBOBJDIR}malloc$U.o'
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=' ${LIBOBJDIR}malloc$U.lo'
LT_AGE='0'
LT_CURRENT='1'
LT_REVISION='21'
LT_SYS_LIBRARY_PATH=''
MAKEINFO='${SHELL} /tmp/cliquer/src/autocliquer-1.21/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/usr/sbin/mkdir -p'
NM='/sysroot/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='cliquer'
PACKAGE_BUGREPORT='dimpase@gmail.com'
PACKAGE_NAME='cliquer'
PACKAGE_STRING='cliquer 1.21'
PACKAGE_TARNAME='cliquer'
PACKAGE_URL=''
PACKAGE_VERSION='1.21'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/usr/sbin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='1.21'
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/cliquer/src/autocliquer-1.21/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(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 "cliquer"
#define PACKAGE_TARNAME "cliquer"
#define PACKAGE_VERSION "1.21"
#define PACKAGE_STRING "cliquer 1.21"
#define PACKAGE_BUGREPORT "dimpase@gmail.com"
#define PACKAGE_URL ""
#define PACKAGE "cliquer"
#define VERSION "1.21"
#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 HAVE_LIMITS_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_CTYPE_H 1
#define HAVE_TIME_H 1
#define HAVE_GETOPT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 0
#define malloc rpl_malloc
#define HAVE_GETOPT 1
#define HAVE_GETOPT_LONG 1
#define HAVE_SETVBUF 1
#define HAVE_STRCASECMP 1
configure: exit 0