Build of libident with clang_glibc toolchain

The build took 00h 04m 04s and was SUCCESSFUL.

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

SLOCLanguage
8,260 sh
873 ansic
663 makefile
9,796 total

The process tree of the build process is here.

Log

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

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

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

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

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: libident 0.32-6 (Thu Apr 13 12:46:16 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ANSI C... none needed
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for egrep... grep -E
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for BSD-compatible nm... nm
# checking whether ln -s works... yes
# checking how to recognise dependent libraries... pass_all
# checking how to run the C preprocessor... clang -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking for x86_64-unknown-linux-g++... clang++
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking how to run the C++ preprocessor... clang++ -E
# checking for x86_64-unknown-linux-g77... no
# checking for x86_64-unknown-linux-f77... no
# checking for x86_64-unknown-linux-xlf... no
# checking for x86_64-unknown-linux-frt... no
# checking for x86_64-unknown-linux-pgf77... no
# checking for x86_64-unknown-linux-fort77... no
# checking for x86_64-unknown-linux-fl32... no
# checking for x86_64-unknown-linux-af77... no
# checking for x86_64-unknown-linux-f90... no
# checking for x86_64-unknown-linux-xlf90... no
# checking for x86_64-unknown-linux-pgf90... no
# checking for x86_64-unknown-linux-epcf90... no
# checking for x86_64-unknown-linux-f95... no
# checking for x86_64-unknown-linux-fort... no
# checking for x86_64-unknown-linux-xlf95... no
# checking for x86_64-unknown-linux-ifc... no
# checking for x86_64-unknown-linux-efc... no
# checking for x86_64-unknown-linux-pgf95... no
# checking for x86_64-unknown-linux-lf95... no
# checking for x86_64-unknown-linux-gfortran... no
# checking for g77... no
# checking for f77... no
# checking for xlf... no
# checking for frt... no
# checking for pgf77... no
# checking for fort77... no
# checking for fl32... no
# checking for af77... no
# checking for f90... no
# checking for xlf90... no
# checking for pgf90... no
# checking for epcf90... no
# checking for f95... f95
# checking whether we are using the GNU Fortran 77 compiler... yes
# checking whether f95 accepts -g... yes
# checking the maximum length of command line arguments... 32768
# checking command to parse nm output from clang object... ok
# checking for objdir... .libs
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-strip... strip
# checking if clang static flag works... yes
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC
# checking if clang PIC flag -fPIC works... yes
# checking if clang supports -c -o file.o... yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# configure: creating libtool
# appending configuration tag "CXX" to libtool
# checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC
# checking if clang++ PIC flag -fPIC works... yes
# checking if clang++ supports -c -o file.o... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# appending configuration tag "F77" to libtool
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for f95 option to produce PIC... -fPIC
# checking if f95 PIC flag -fPIC works... yes
# checking if f95 supports -c -o file.o... yes
# checking whether the f95 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking for sys/types.h... (cached) yes
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking for unistd.h... (cached) yes
# checking for an ANSI C-conforming const... yes
# checking for size_t... yes
# checking if struct sockaddr has a sa_len member... no
# checking for struct sockaddr_storage in sys/socket.h... yes
# checking return type of signal handlers... void
# checking for library containing socket... none required
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-am
# make[1]: Entering directory '/tmp/libident/src/libident-0.32'
# if /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -MT ident.lo -MD -MP -MF ".deps/ident.Tpo" \
# -c -o ident.lo `test -f 'ident.c' || echo './'`ident.c; \
# then mv -f ".deps/ident.Tpo" ".deps/ident.Plo"; \
# else rm -f ".deps/ident.Tpo"; exit 1; \
# fi
# mkdir .libs
# clang -DHAVE_CONFIG_H -I. -I. -I. -MT ident.lo -MD -MP -MF .deps/ident.Tpo -c ident.c -fPIC -DPIC -o .libs/ident.o
# ident.c:43:56: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
# if (getpeername(fd, (struct sockaddr*)&remoteaddr, &len) < 0)
# ^~~~
# /usr/include/sys/socket.h:142:26: note: passing argument to parameter '__len' here
# socklen_t *__restrict __len) __THROW;
# ^
# ident.c:47:56: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
# if (getsockname(fd, (struct sockaddr *)&localaddr, &len) < 0)
# ^~~~
# /usr/include/sys/socket.h:128:26: note: passing argument to parameter '__len' here
# socklen_t *__restrict __len) __THROW;
# ^
# 2 warnings generated.
# clang -DHAVE_CONFIG_H -I. -I. -I. -MT ident.lo -MD -MP -MF .deps/ident.Tpo -c ident.c -o ident.o >/dev/null 2>&1
# if /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -MT id_open.lo -MD -MP -MF ".deps/id_open.Tpo" \
# -c -o id_open.lo `test -f 'id_open.c' || echo './'`id_open.c; \
# then mv -f ".deps/id_open.Tpo" ".deps/id_open.Plo"; \
# else rm -f ".deps/id_open.Tpo"; exit 1; \
# fi
# clang -DHAVE_CONFIG_H -I. -I. -I. -MT id_open.lo -MD -MP -MF .deps/id_open.Tpo -c id_open.c -fPIC -DPIC -o .libs/id_open.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -MT id_open.lo -MD -MP -MF .deps/id_open.Tpo -c id_open.c -o id_open.o >/dev/null 2>&1
# if /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -MT id_close.lo -MD -MP -MF ".deps/id_close.Tpo" \
# -c -o id_close.lo `test -f 'id_close.c' || echo './'`id_close.c; \
# then mv -f ".deps/id_close.Tpo" ".deps/id_close.Plo"; \
# else rm -f ".deps/id_close.Tpo"; exit 1; \
# fi
# clang -DHAVE_CONFIG_H -I. -I. -I. -MT id_close.lo -MD -MP -MF .deps/id_close.Tpo -c id_close.c -fPIC -DPIC -o .libs/id_close.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -MT id_close.lo -MD -MP -MF .deps/id_close.Tpo -c id_close.c -o id_close.o >/dev/null 2>&1
# if /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -MT id_query.lo -MD -MP -MF ".deps/id_query.Tpo" \
# -c -o id_query.lo `test -f 'id_query.c' || echo './'`id_query.c; \
# then mv -f ".deps/id_query.Tpo" ".deps/id_query.Plo"; \
# else rm -f ".deps/id_query.Tpo"; exit 1; \
# fi
# clang -DHAVE_CONFIG_H -I. -I. -I. -MT id_query.lo -MD -MP -MF .deps/id_query.Tpo -c id_query.c -fPIC -DPIC -o .libs/id_query.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -MT id_query.lo -MD -MP -MF .deps/id_query.Tpo -c id_query.c -o id_query.o >/dev/null 2>&1
# if /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -MT id_parse.lo -MD -MP -MF ".deps/id_parse.Tpo" \
# -c -o id_parse.lo `test -f 'id_parse.c' || echo './'`id_parse.c; \
# then mv -f ".deps/id_parse.Tpo" ".deps/id_parse.Plo"; \
# else rm -f ".deps/id_parse.Tpo"; exit 1; \
# fi
# clang -DHAVE_CONFIG_H -I. -I. -I. -MT id_parse.lo -MD -MP -MF .deps/id_parse.Tpo -c id_parse.c -fPIC -DPIC -o .libs/id_parse.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -MT id_parse.lo -MD -MP -MF .deps/id_parse.Tpo -c id_parse.c -o id_parse.o >/dev/null 2>&1
# if /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -MT support.lo -MD -MP -MF ".deps/support.Tpo" \
# -c -o support.lo `test -f 'support.c' || echo './'`support.c; \
# then mv -f ".deps/support.Tpo" ".deps/support.Plo"; \
# else rm -f ".deps/support.Tpo"; exit 1; \
# fi
# clang -DHAVE_CONFIG_H -I. -I. -I. -MT support.lo -MD -MP -MF .deps/support.Tpo -c support.c -fPIC -DPIC -o .libs/support.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -MT support.lo -MD -MP -MF .deps/support.Tpo -c support.c -o support.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=link clang -o libident.la -rpath /usr/lib ident.lo id_open.lo id_close.lo id_query.lo id_parse.lo support.lo
# clang -shared .libs/ident.o .libs/id_open.o .libs/id_close.o .libs/id_query.o .libs/id_parse.o .libs/support.o -Wl,-soname -Wl,libident.so.0 -o .libs/libident.so.0.0.0
# (cd .libs && rm -f libident.so.0 && ln -s libident.so.0.0.0 libident.so.0)
# (cd .libs && rm -f libident.so && ln -s libident.so.0.0.0 libident.so)
# ar cru .libs/libident.a ident.o id_open.o id_close.o id_query.o id_parse.o support.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib .libs/libident.a
# creating libident.la
# (cd .libs && rm -f libident.la && ln -s ../libident.la libident.la)
# make[1]: Leaving directory '/tmp/libident/src/libident-0.32'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make[1]: Entering directory '/tmp/libident/src/libident-0.32'
# /bin/sh ./admin/mkinstalldirs /tmp/libident/pkg/libident/usr/lib
# mkdir -p -- /tmp/libident/pkg/libident/usr/lib
# /bin/sh ./libtool --mode=install /usr/bin/install -c libident.la /tmp/libident/pkg/libident/usr/lib/libident.la
# /usr/bin/install -c .libs/libident.so.0.0.0 /tmp/libident/pkg/libident/usr/lib/libident.so.0.0.0
# (cd /tmp/libident/pkg/libident/usr/lib && rm -f libident.so.0 && ln -s libident.so.0.0.0 libident.so.0)
# (cd /tmp/libident/pkg/libident/usr/lib && rm -f libident.so && ln -s libident.so.0.0.0 libident.so)
# /usr/bin/install -c .libs/libident.lai /tmp/libident/pkg/libident/usr/lib/libident.la
# /usr/bin/install -c .libs/libident.a /tmp/libident/pkg/libident/usr/lib/libident.a
# ranlib /tmp/libident/pkg/libident/usr/lib/libident.a
# chmod 644 /tmp/libident/pkg/libident/usr/lib/libident.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# /bin/sh ./admin/mkinstalldirs /tmp/libident/pkg/libident/usr/sbin
# mkdir -p -- /tmp/libident/pkg/libident/usr/sbin
# /bin/sh ./admin/mkinstalldirs /tmp/libident/pkg/libident/usr/include
# mkdir -p -- /tmp/libident/pkg/libident/usr/include
# /usr/bin/install -c -m 644 ident.h /tmp/libident/pkg/libident/usr/include/ident.h
# /bin/sh ./admin/mkinstalldirs /tmp/libident/pkg/libident/usr/share/man/man3
# mkdir -p -- /tmp/libident/pkg/libident/usr/share/man/man3
# /usr/bin/install -c -m 644 ./ident.3 /tmp/libident/pkg/libident/usr/share/man/man3/ident.3
# /bin/sh ./admin/mkinstalldirs /tmp/libident/pkg/libident/usr/share/man/man8
# mkdir -p -- /tmp/libident/pkg/libident/usr/share/man/man8
# make[1]: Leaving directory '/tmp/libident/src/libident-0.32'
# ==> Tidying install...
# -> Removing doc files...
# -> Removing empty directories...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libident"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libident 0.32-6 (Thu Apr 13 12:47:10 UTC 2017)

CMD: pacman --query --file libident-0.32-6-x86_64.pkg.tar.xz
# libident 0.32-6

Creating hybrid package for 'libident'

Trying to find vanilla package 'libident'...

CMD: pacman --query --file /mirror/libident-0.32-6.pkg.tar.xz
# libident 0.32-6

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/include/ident.h
# /usr/share/licenses/libident/COPYING
# /usr/share/man/man3/ident.3.gz
# /usr/lib/libident.so
# /usr/lib/libident.so.0
# /usr/lib/libident.so.0.0.0
# /usr/lib/pkgconfig/libident.pc
# /sysroot/usr/lib/libident.so.0.0.0
# /sysroot/usr/lib/libident.so.0
# /sysroot/usr/lib/libident.so
# /sysroot/usr/lib/libident.la
# /sysroot/usr/lib/libident.a
# /sysroot/usr/lib/pkgconfig/libident.pc
# /sysroot/usr/include/ident.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libident.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libident.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/libident/src/libident-0.32/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 libident configure 0.32, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 22a855e1c643
# 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
# hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1554: checking for a BSD-compatible install
# configure:1609: result: /usr/bin/install -c
# configure:1620: checking whether build environment is sane
# configure:1663: result: yes
# configure:1696: checking for gawk
# configure:1712: found /usr/bin/gawk
# configure:1722: result: gawk
# configure:1732: checking whether make sets $(MAKE)
# configure:1752: result: yes
# configure:1831: checking for x86_64-unknown-linux-strip
# configure:1860: result: no
# configure:1869: checking for strip
# configure:1885: found /usr/bin/strip
# configure:1896: result: strip
# configure:1928: checking for x86_64-unknown-linux-gcc
# configure:1954: result: clang
# configure:2236: checking for C compiler version
# configure:2239: 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:2242: $? = 0
# configure:2244: clang -v &5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2247: $? = 0
# configure:2249: clang -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2252: $? = 1
# configure:2275: checking for C compiler default output file name
# configure:2278: clang conftest.c >&5
# configure:2281: $? = 0
# configure:2327: result: a.out
# configure:2332: checking whether the C compiler works
# configure:2338: ./a.out
# configure:2341: $? = 0
# configure:2358: result: yes
# configure:2365: checking whether we are cross compiling
# configure:2367: result: no
# configure:2370: checking for suffix of executables
# configure:2372: clang -o conftest conftest.c >&5
# configure:2375: $? = 0
# configure:2400: result:
# configure:2406: checking for suffix of object files
# configure:2427: clang -c conftest.c >&5
# configure:2430: $? = 0
# configure:2452: result: o
# configure:2456: checking whether we are using the GNU C compiler
# configure:2480: clang -c conftest.c >&5
# configure:2486: $? = 0
# configure:2489: test -z || test ! -s conftest.err
# configure:2492: $? = 0
# configure:2495: test -s conftest.o
# configure:2498: $? = 0
# configure:2511: result: yes
# configure:2517: checking whether clang accepts -g
# configure:2538: clang -c -g conftest.c >&5
# configure:2544: $? = 0
# configure:2547: test -z || test ! -s conftest.err
# configure:2550: $? = 0
# configure:2553: test -s conftest.o
# configure:2556: $? = 0
# configure:2567: result: yes
# configure:2584: checking for clang option to accept ANSI C
# configure:2654: clang -c conftest.c >&5
# configure:2660: $? = 0
# configure:2663: test -z || test ! -s conftest.err
# configure:2666: $? = 0
# configure:2669: test -s conftest.o
# configure:2672: $? = 0
# configure:2690: result: none needed
# configure:2708: clang -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:2:11: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:2714: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:2855: checking for style of include used by make
# configure:2883: result: GNU
# configure:2911: checking dependency style of clang
# configure:2994: result: gcc3
# configure:3089: checking build system type
# configure:3107: result: x86_64-unknown-linux-gnu
# configure:3115: checking host system type
# configure:3129: result: x86_64-unknown-linux-gnu
# configure:3137: checking for a sed that does not truncate output
# configure:3191: result: /usr/bin/sed
# configure:3194: checking for egrep
# configure:3204: result: grep -E
# configure:3220: checking for ld used by clang
# configure:3287: result: /usr/bin/ld
# configure:3296: checking if the linker (/usr/bin/ld) is GNU ld
# configure:3311: result: yes
# configure:3316: checking for /usr/bin/ld option to reload object files
# configure:3323: result: -r
# configure:3332: checking for BSD-compatible nm
# configure:3374: result: nm
# configure:3378: checking whether ln -s works
# configure:3382: result: yes
# configure:3389: checking how to recognise dependent libraries
# configure:3563: result: pass_all
# configure:3648: clang -c conftest.c >&5
# configure:3651: $? = 0
# configure:3776: checking how to run the C preprocessor
# configure:3811: clang -E conftest.c
# configure:3817: $? = 0
# configure:3849: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3855: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "libident"
# | #define PACKAGE_TARNAME "libident"
# | #define PACKAGE_VERSION "0.32"
# | #define PACKAGE_STRING "libident 0.32"
# | #define PACKAGE_BUGREPORT "rdenis@simphalempin.com"
# | #define PACKAGE "libident"
# | #define VERSION "0.32"
# | /* end confdefs.h. */
# | #include
# configure:3894: result: clang -E
# configure:3918: clang -E conftest.c
# configure:3924: $? = 0
# configure:3956: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3962: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "libident"
# | #define PACKAGE_TARNAME "libident"
# | #define PACKAGE_VERSION "0.32"
# | #define PACKAGE_STRING "libident 0.32"
# | #define PACKAGE_BUGREPORT "rdenis@simphalempin.com"
# | #define PACKAGE "libident"
# | #define VERSION "0.32"
# | /* end confdefs.h. */
# | #include
# configure:4006: checking for ANSI C header files
# configure:4031: clang -c conftest.c >&5
# configure:4037: $? = 0
# configure:4040: test -z || test ! -s conftest.err
# configure:4043: $? = 0
# configure:4046: test -s conftest.o
# configure:4049: $? = 0
# configure:4138: clang -o conftest conftest.c >&5
# conftest.c:28:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(2);
# ^
# conftest.c:28:7: note: include the header or explicitly provide a declaration for 'exit'
# 1 warning generated.
# configure:4141: $? = 0
# configure:4143: ./conftest
# configure:4146: $? = 0
# configure:4161: result: yes
# configure:4185: checking for sys/types.h
# configure:4201: clang -c conftest.c >&5
# configure:4207: $? = 0
# configure:4210: test -z || test ! -s conftest.err
# configure:4213: $? = 0
# configure:4216: test -s conftest.o
# configure:4219: $? = 0
# configure:4230: result: yes
# configure:4185: checking for sys/stat.h
# configure:4201: clang -c conftest.c >&5
# configure:4207: $? = 0
# configure:4210: test -z || test ! -s conftest.err
# configure:4213: $? = 0
# configure:4216: test -s conftest.o
# configure:4219: $? = 0
# configure:4230: result: yes
# configure:4185: checking for stdlib.h
# configure:4201: clang -c conftest.c >&5
# configure:4207: $? = 0
# configure:4210: test -z || test ! -s conftest.err
# configure:4213: $? = 0
# configure:4216: test -s conftest.o
# configure:4219: $? = 0
# configure:4230: result: yes
# configure:4185: checking for string.h
# configure:4201: clang -c conftest.c >&5
# configure:4207: $? = 0
# configure:4210: test -z || test ! -s conftest.err
# configure:4213: $? = 0
# configure:4216: test -s conftest.o
# configure:4219: $? = 0
# configure:4230: result: yes
# configure:4185: checking for memory.h
# configure:4201: clang -c conftest.c >&5
# configure:4207: $? = 0
# configure:4210: test -z || test ! -s conftest.err
# configure:4213: $? = 0
# configure:4216: test -s conftest.o
# configure:4219: $? = 0
# configure:4230: result: yes
# configure:4185: checking for strings.h
# configure:4201: clang -c conftest.c >&5
# configure:4207: $? = 0
# configure:4210: test -z || test ! -s conftest.err
# configure:4213: $? = 0
# configure:4216: test -s conftest.o
# configure:4219: $? = 0
# configure:4230: result: yes
# configure:4185: checking for inttypes.h
# configure:4201: clang -c conftest.c >&5
# configure:4207: $? = 0
# configure:4210: test -z || test ! -s conftest.err
# configure:4213: $? = 0
# configure:4216: test -s conftest.o
# configure:4219: $? = 0
# configure:4230: result: yes
# configure:4185: checking for stdint.h
# configure:4201: clang -c conftest.c >&5
# configure:4207: $? = 0
# configure:4210: test -z || test ! -s conftest.err
# configure:4213: $? = 0
# configure:4216: test -s conftest.o
# configure:4219: $? = 0
# configure:4230: result: yes
# configure:4185: checking for unistd.h
# configure:4201: clang -c conftest.c >&5
# configure:4207: $? = 0
# configure:4210: test -z || test ! -s conftest.err
# configure:4213: $? = 0
# configure:4216: test -s conftest.o
# configure:4219: $? = 0
# configure:4230: result: yes
# configure:4256: checking dlfcn.h usability
# configure:4268: clang -c conftest.c >&5
# configure:4274: $? = 0
# configure:4277: test -z || test ! -s conftest.err
# configure:4280: $? = 0
# configure:4283: test -s conftest.o
# configure:4286: $? = 0
# configure:4296: result: yes
# configure:4300: checking dlfcn.h presence
# configure:4310: clang -E conftest.c
# configure:4316: $? = 0
# configure:4336: result: yes
# configure:4371: checking for dlfcn.h
# configure:4378: result: yes
# configure:4401: checking for x86_64-unknown-linux-g++
# configure:4427: result: clang++
# configure:4485: checking for C++ compiler version
# configure:4488: 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:4491: $? = 0
# configure:4493: clang++ -v &5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:4496: $? = 0
# configure:4498: clang++ -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4501: $? = 1
# configure:4504: checking whether we are using the GNU C++ compiler
# configure:4528: clang++ -c conftest.cc >&5
# configure:4534: $? = 0
# configure:4537: test -z || test ! -s conftest.err
# configure:4540: $? = 0
# configure:4543: test -s conftest.o
# configure:4546: $? = 0
# configure:4559: result: yes
# configure:4565: checking whether clang++ accepts -g
# configure:4586: clang++ -c -g conftest.cc >&5
# configure:4592: $? = 0
# configure:4595: test -z || test ! -s conftest.err
# configure:4598: $? = 0
# configure:4601: test -s conftest.o
# configure:4604: $? = 0
# configure:4615: result: yes
# configure:4657: clang++ -c conftest.cc >&5
# configure:4663: $? = 0
# configure:4666: test -z || test ! -s conftest.err
# configure:4669: $? = 0
# configure:4672: test -s conftest.o
# configure:4675: $? = 0
# configure:4701: clang++ -c conftest.cc >&5
# conftest.cc:26:1: error: use of undeclared identifier 'exit'
# exit (42);
# ^
# 1 error generated.
# configure:4707: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "libident"
# | #define PACKAGE_TARNAME "libident"
# | #define PACKAGE_VERSION "0.32"
# | #define PACKAGE_STRING "libident 0.32"
# | #define PACKAGE_BUGREPORT "rdenis@simphalempin.com"
# | #define PACKAGE "libident"
# | #define VERSION "0.32"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:4657: clang++ -c conftest.cc >&5
# conftest.cc:22:17: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int) throw (); using std::exit;
# ^
# conftest.cc:22:49: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int) throw (); using std::exit;
# ^
# 2 errors generated.
# configure:4663: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "libident"
# | #define PACKAGE_TARNAME "libident"
# | #define PACKAGE_VERSION "0.32"
# | #define PACKAGE_STRING "libident 0.32"
# | #define PACKAGE_BUGREPORT "rdenis@simphalempin.com"
# | #define PACKAGE "libident"
# | #define VERSION "0.32"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | extern "C" void std::exit (int) throw (); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:4657: clang++ -c conftest.cc >&5
# conftest.cc:22:17: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int); using std::exit;
# ^
# conftest.cc:22:40: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int); using std::exit;
# ^
# 2 errors generated.
# configure:4663: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "libident"
# | #define PACKAGE_TARNAME "libident"
# | #define PACKAGE_VERSION "0.32"
# | #define PACKAGE_STRING "libident 0.32"
# | #define PACKAGE_BUGREPORT "rdenis@simphalempin.com"
# | #define PACKAGE "libident"
# | #define VERSION "0.32"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | extern "C" void std::exit (int); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:4657: clang++ -c conftest.cc >&5
# configure:4663: $? = 0
# configure:4666: test -z || test ! -s conftest.err
# configure:4669: $? = 0
# configure:4672: test -s conftest.o
# configure:4675: $? = 0
# configure:4701: clang++ -c conftest.cc >&5
# configure:4707: $? = 0
# configure:4710: test -z || test ! -s conftest.err
# configure:4713: $? = 0
# configure:4716: test -s conftest.o
# configure:4719: $? = 0
# configure:4744: checking dependency style of clang++
# configure:4827: result: gcc3
# configure:4849: checking how to run the C++ preprocessor
# configure:4880: clang++ -E conftest.cc
# configure:4886: $? = 0
# configure:4918: clang++ -E conftest.cc
# conftest.cc:25:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4924: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "libident"
# | #define PACKAGE_TARNAME "libident"
# | #define PACKAGE_VERSION "0.32"
# | #define PACKAGE_STRING "libident 0.32"
# | #define PACKAGE_BUGREPORT "rdenis@simphalempin.com"
# | #define PACKAGE "libident"
# | #define VERSION "0.32"
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | /* end confdefs.h. */
# | #include
# configure:4963: result: clang++ -E
# configure:4987: clang++ -E conftest.cc
# configure:4993: $? = 0
# configure:5025: clang++ -E conftest.cc
# conftest.cc:25:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5031: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "libident"
# | #define PACKAGE_TARNAME "libident"
# | #define PACKAGE_VERSION "0.32"
# | #define PACKAGE_STRING "libident 0.32"
# | #define PACKAGE_BUGREPORT "rdenis@simphalempin.com"
# | #define PACKAGE "libident"
# | #define VERSION "0.32"
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | /* end confdefs.h. */
# | #include
# configure:5084: checking for x86_64-unknown-linux-g77
# configure:5113: result: no
# configure:5084: checking for x86_64-unknown-linux-f77
# configure:5113: result: no
# configure:5084: checking for x86_64-unknown-linux-xlf
# configure:5113: result: no
# configure:5084: checking for x86_64-unknown-linux-frt
# configure:5113: result: no
# configure:5084: checking for x86_64-unknown-linux-pgf77
# configure:5113: result: no
# configure:5084: checking for x86_64-unknown-linux-fort77
# configure:5113: result: no
# configure:5084: checking for x86_64-unknown-linux-fl32
# configure:5113: result: no
# configure:5084: checking for x86_64-unknown-linux-af77
# configure:5113: result: no
# configure:5084: checking for x86_64-unknown-linux-f90
# configure:5113: result: no
# configure:5084: checking for x86_64-unknown-linux-xlf90
# configure:5113: result: no
# configure:5084: checking for x86_64-unknown-linux-pgf90
# configure:5113: result: no
# configure:5084: checking for x86_64-unknown-linux-epcf90
# configure:5113: result: no
# configure:5084: checking for x86_64-unknown-linux-f95
# configure:5113: result: no
# configure:5084: checking for x86_64-unknown-linux-fort
# configure:5113: result: no
# configure:5084: checking for x86_64-unknown-linux-xlf95
# configure:5113: result: no
# configure:5084: checking for x86_64-unknown-linux-ifc
# configure:5113: result: no
# configure:5084: checking for x86_64-unknown-linux-efc
# configure:5113: result: no
# configure:5084: checking for x86_64-unknown-linux-pgf95
# configure:5113: result: no
# configure:5084: checking for x86_64-unknown-linux-lf95
# configure:5113: result: no
# configure:5084: checking for x86_64-unknown-linux-gfortran
# configure:5113: result: no
# configure:5126: checking for g77
# configure:5155: result: no
# configure:5126: checking for f77
# configure:5155: result: no
# configure:5126: checking for xlf
# configure:5155: result: no
# configure:5126: checking for frt
# configure:5155: result: no
# configure:5126: checking for pgf77
# configure:5155: result: no
# configure:5126: checking for fort77
# configure:5155: result: no
# configure:5126: checking for fl32
# configure:5155: result: no
# configure:5126: checking for af77
# configure:5155: result: no
# configure:5126: checking for f90
# configure:5155: result: no
# configure:5126: checking for xlf90
# configure:5155: result: no
# configure:5126: checking for pgf90
# configure:5155: result: no
# configure:5126: checking for epcf90
# configure:5155: result: no
# configure:5126: checking for f95
# configure:5142: found /usr/bin/f95
# configure:5152: result: f95
# configure:5167: checking for Fortran 77 compiler version
# configure:5170: f95 --version &5
# GNU Fortran (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:5173: $? = 0
# configure:5175: f95 -v &5
# Using built-in specs.
# COLLECT_GCC=f95
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:5178: $? = 0
# configure:5180: f95 -V &5
# f95: error: unrecognized command line option '-V'
# f95: fatal error: no input files
# compilation terminated.
# configure:5183: $? = 1
# configure:5191: checking whether we are using the GNU Fortran 77 compiler
# configure:5205: f95 -c conftest.F >&5
# configure:5211: $? = 0
# configure:5214: test -z || test ! -s conftest.err
# configure:5217: $? = 0
# configure:5220: test -s conftest.o
# configure:5223: $? = 0
# configure:5236: result: yes
# configure:5242: checking whether f95 accepts -g
# configure:5254: f95 -c -g conftest.f >&5
# configure:5260: $? = 0
# configure:5263: test -z || test ! -s conftest.err
# configure:5266: $? = 0
# configure:5269: test -s conftest.o
# configure:5272: $? = 0
# configure:5284: result: yes
# configure:5314: checking the maximum length of command line arguments
# configure:5379: result: 32768
# configure:5390: checking command to parse nm output from clang object
# configure:5479: clang -c conftest.c >&5
# configure:5482: $? = 0
# configure:5486: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
# configure:5489: $? = 0
# configure:5541: clang -o conftest conftest.c conftstm.o >&5
# configure:5544: $? = 0
# configure:5582: result: ok
# configure:5586: checking for objdir
# configure:5601: result: .libs
# configure:5653: checking for x86_64-unknown-linux-ar
# configure:5682: result: no
# configure:5691: checking for ar
# configure:5707: found /usr/bin/ar
# configure:5718: result: ar
# configure:5733: checking for x86_64-unknown-linux-ranlib
# configure:5762: result: no
# configure:5771: checking for ranlib
# configure:5787: found /usr/bin/ranlib
# configure:5798: result: ranlib
# configure:5813: checking for x86_64-unknown-linux-strip
# configure:5839: result: strip
# configure:6140: checking if clang static flag works
# configure:6163: result: yes
# configure:6181: checking if clang supports -fno-rtti -fno-exceptions
# configure:6199: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:6203: $? = 0
# configure:6214: result: yes
# configure:6229: checking for clang option to produce PIC
# configure:6406: result: -fPIC
# configure:6414: checking if clang PIC flag -fPIC works
# configure:6432: clang -c -fPIC -DPIC conftest.c >&5
# configure:6436: $? = 0
# configure:6447: result: yes
# configure:6471: checking if clang supports -c -o file.o
# configure:6499: clang -c -o out/conftest2.o conftest.c >&5
# configure:6503: $? = 0
# configure:6523: result: yes
# configure:6549: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:7395: result: yes
# configure:7421: checking whether -lc should be explicitly linked in
# configure:7426: clang -c conftest.c >&5
# configure:7429: $? = 0
# configure:7443: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
# configure:7446: $? = 0
# configure:7458: result: no
# configure:7466: checking dynamic linker characteristics
# configure:8006: result: GNU/Linux ld.so
# configure:8010: checking how to hardcode library paths into programs
# configure:8035: result: immediate
# configure:8049: checking whether stripping libraries is possible
# configure:8054: result: yes
# configure:8877: checking if libtool supports shared libraries
# configure:8879: result: yes
# configure:8882: checking whether to build shared libraries
# configure:8940: result: yes
# configure:8943: checking whether to build static libraries
# configure:8947: result: yes
# configure:9039: creating libtool
# configure:9586: checking for ld used by clang++
# configure:9653: result: /usr/bin/ld -m elf_x86_64
# configure:9662: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:9677: result: yes
# configure:9728: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10554: result: yes
# configure:10572: clang++ -c conftest.cc >&5
# configure:10575: $? = 0
# configure:10671: checking for clang++ option to produce PIC
# configure:10923: result: -fPIC
# configure:10931: checking if clang++ PIC flag -fPIC works
# configure:10949: clang++ -c -fPIC -DPIC conftest.cc >&5
# configure:10953: $? = 0
# configure:10964: result: yes
# configure:10988: checking if clang++ supports -c -o file.o
# configure:11016: clang++ -c -o out/conftest2.o conftest.cc >&5
# configure:11020: $? = 0
# configure:11040: result: yes
# configure:11066: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:11091: result: yes
# configure:11162: checking dynamic linker characteristics
# configure:11702: result: GNU/Linux ld.so
# configure:11706: checking how to hardcode library paths into programs
# configure:11731: result: immediate
# configure:11745: checking whether stripping libraries is possible
# configure:11750: result: yes
# configure:13050: checking if libtool supports shared libraries
# configure:13052: result: yes
# configure:13055: checking whether to build shared libraries
# configure:13073: result: yes
# configure:13076: checking whether to build static libraries
# configure:13080: result: yes
# configure:13092: checking for f95 option to produce PIC
# configure:13269: result: -fPIC
# configure:13277: checking if f95 PIC flag -fPIC works
# configure:13295: f95 -c -g -O2 -fPIC conftest.f >&5
# configure:13299: $? = 0
# configure:13310: result: yes
# configure:13334: checking if f95 supports -c -o file.o
# configure:13362: f95 -c -g -O2 -o out/conftest2.o conftest.f >&5
# configure:13366: $? = 0
# configure:13386: result: yes
# configure:13412: checking whether the f95 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:14238: result: yes
# configure:14309: checking dynamic linker characteristics
# configure:14849: result: GNU/Linux ld.so
# configure:14853: checking how to hardcode library paths into programs
# configure:14878: result: immediate
# configure:14892: checking whether stripping libraries is possible
# configure:14897: result: yes
# configure:18998: checking for sys/types.h
# configure:19003: result: yes
# configure:19007: checking sys/select.h usability
# configure:19019: clang -c conftest.c >&5
# configure:19025: $? = 0
# configure:19028: test -z || test ! -s conftest.err
# configure:19031: $? = 0
# configure:19034: test -s conftest.o
# configure:19037: $? = 0
# configure:19047: result: yes
# configure:19051: checking sys/select.h presence
# configure:19061: clang -E conftest.c
# configure:19067: $? = 0
# configure:19087: result: yes
# configure:19122: checking for sys/select.h
# configure:19129: result: yes
# configure:19007: checking sys/time.h usability
# configure:19019: clang -c conftest.c >&5
# configure:19025: $? = 0
# configure:19028: test -z || test ! -s conftest.err
# configure:19031: $? = 0
# configure:19034: test -s conftest.o
# configure:19037: $? = 0
# configure:19047: result: yes
# configure:19051: checking sys/time.h presence
# configure:19061: clang -E conftest.c
# configure:19067: $? = 0
# configure:19087: result: yes
# configure:19122: checking for sys/time.h
# configure:19129: result: yes
# configure:19007: checking fcntl.h usability
# configure:19019: clang -c conftest.c >&5
# configure:19025: $? = 0
# configure:19028: test -z || test ! -s conftest.err
# configure:19031: $? = 0
# configure:19034: test -s conftest.o
# configure:19037: $? = 0
# configure:19047: result: yes
# configure:19051: checking fcntl.h presence
# configure:19061: clang -E conftest.c
# configure:19067: $? = 0
# configure:19087: result: yes
# configure:19122: checking for fcntl.h
# configure:19129: result: yes
# configure:19007: checking netdb.h usability
# configure:19019: clang -c conftest.c >&5
# configure:19025: $? = 0
# configure:19028: test -z || test ! -s conftest.err
# configure:19031: $? = 0
# configure:19034: test -s conftest.o
# configure:19037: $? = 0
# configure:19047: result: yes
# configure:19051: checking netdb.h presence
# configure:19061: clang -E conftest.c
# configure:19067: $? = 0
# configure:19087: result: yes
# configure:19122: checking for netdb.h
# configure:19129: result: yes
# configure:19007: checking netinet/in.h usability
# configure:19019: clang -c conftest.c >&5
# configure:19025: $? = 0
# configure:19028: test -z || test ! -s conftest.err
# configure:19031: $? = 0
# configure:19034: test -s conftest.o
# configure:19037: $? = 0
# configure:19047: result: yes
# configure:19051: checking netinet/in.h presence
# configure:19061: clang -E conftest.c
# configure:19067: $? = 0
# configure:19087: result: yes
# configure:19122: checking for netinet/in.h
# configure:19129: result: yes
# configure:19007: checking sys/socket.h usability
# configure:19019: clang -c conftest.c >&5
# configure:19025: $? = 0
# configure:19028: test -z || test ! -s conftest.err
# configure:19031: $? = 0
# configure:19034: test -s conftest.o
# configure:19037: $? = 0
# configure:19047: result: yes
# configure:19051: checking sys/socket.h presence
# configure:19061: clang -E conftest.c
# configure:19067: $? = 0
# configure:19087: result: yes
# configure:19122: checking for sys/socket.h
# configure:19129: result: yes
# configure:19007: checking syslog.h usability
# configure:19019: clang -c conftest.c >&5
# configure:19025: $? = 0
# configure:19028: test -z || test ! -s conftest.err
# configure:19031: $? = 0
# configure:19034: test -s conftest.o
# configure:19037: $? = 0
# configure:19047: result: yes
# configure:19051: checking syslog.h presence
# configure:19061: clang -E conftest.c
# configure:19067: $? = 0
# configure:19087: result: yes
# configure:19122: checking for syslog.h
# configure:19129: result: yes
# configure:18998: checking for unistd.h
# configure:19003: result: yes
# configure:19144: checking for an ANSI C-conforming const
# configure:19211: clang -c conftest.c >&5
# configure:19217: $? = 0
# configure:19220: test -z || test ! -s conftest.err
# configure:19223: $? = 0
# configure:19226: test -s conftest.o
# configure:19229: $? = 0
# configure:19240: result: yes
# configure:19250: checking for size_t
# configure:19274: clang -c conftest.c >&5
# configure:19280: $? = 0
# configure:19283: test -z || test ! -s conftest.err
# configure:19286: $? = 0
# configure:19289: test -s conftest.o
# configure:19292: $? = 0
# configure:19303: result: yes
# configure:19317: checking if struct sockaddr has a sa_len member
# configure:19343: clang -c conftest.c >&5
# conftest.c:43:28: error: no member named 'sa_len' in 'struct sockaddr'
# struct sockaddr addr; addr.sa_len = 0;
# ~~~~ ^
# 1 error generated.
# configure:19349: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "libident"
# | #define PACKAGE_TARNAME "libident"
# | #define PACKAGE_VERSION "0.32"
# | #define PACKAGE_STRING "libident 0.32"
# | #define PACKAGE_BUGREPORT "rdenis@simphalempin.com"
# | #define PACKAGE "libident"
# | #define VERSION "0.32"
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_SOCKET_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | struct sockaddr addr; addr.sa_len = 0;
# | ;
# | return 0;
# | }
# configure:19372: result: no
# configure:19385: checking for struct sockaddr_storage in sys/socket.h
# configure:19409: clang -c conftest.c >&5
# configure:19415: $? = 0
# configure:19418: test -z || test ! -s conftest.err
# configure:19421: $? = 0
# configure:19424: test -s conftest.o
# configure:19427: $? = 0
# configure:19438: result: yes
# configure:19453: checking return type of signal handlers
# configure:19484: clang -c conftest.c >&5
# configure:19490: $? = 0
# configure:19493: test -z || test ! -s conftest.err
# configure:19496: $? = 0
# configure:19499: test -s conftest.o
# configure:19502: $? = 0
# configure:19513: result: void
# configure:19521: checking for library containing socket
# configure:19551: clang -o conftest conftest.c >&5
# configure:19557: $? = 0
# configure:19560: test -z || test ! -s conftest.err
# configure:19563: $? = 0
# configure:19566: test -s conftest
# configure:19569: $? = 0
# configure:19638: result: none required
# configure:20276: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libident config.status 0.32, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 22a855e1c643
#
# config.status:752: creating Makefile
# config.status:818: creating config.h
# config.status:1126: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_build_alias=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_F77_set=
# ac_cv_env_F77_value=
# ac_cv_env_FFLAGS_set=
# ac_cv_env_FFLAGS_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_exeext=
# ac_cv_f77_compiler_gnu=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_socket_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_syslog_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_host_alias=x86_64-unknown-linux
# ac_cv_objext=o
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXX=clang++
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_F77=f95
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_egrep='grep -E'
# ac_cv_prog_f77_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_search_socket='none required'
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM=nm
# lt_cv_path_SED=/usr/bin/sed
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_c_o_F77=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
# lt_cv_sys_max_cmd_len=32768
# lt_lt_cv_prog_compiler_c_o='"yes"'
# lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
# lt_lt_cv_prog_compiler_c_o_F77='"yes"'
# lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
# lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
# lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
# rdc_cv_struct_sockaddr_len=no
# rdc_cv_struct_sockaddr_storage=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libident/src/libident-0.32/admin/missing --run aclocal-1.7'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/libident/src/libident-0.32/admin/missing --run tar'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/libident/src/libident-0.32/admin/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/libident/src/libident-0.32/admin/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/libident/src/libident-0.32/admin/missing --run automake-1.7'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO='echo'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='grep -E'
# EXEEXT=''
# F77='f95'
# FFLAGS='-g -O2'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/libident/src/libident-0.32/admin/missing --run makeinfo'
# OBJEXT='o'
# PACKAGE='libident'
# PACKAGE_BUGREPORT='rdenis@simphalempin.com'
# PACKAGE_NAME='libident'
# PACKAGE_STRING='libident 0.32'
# PACKAGE_TARNAME='libident'
# PACKAGE_VERSION='0.32'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# TESTERS_FALSE=''
# TESTERS_TRUE='#'
# VERSION='0.32'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_F77='f95'
# ac_ct_RANLIB='ranlib'
# ac_ct_STRIP='strip'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__leading_dot='.'
# am__quote=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${prefix}/share'
# 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'
# includedir='${prefix}/include'
# infodir='${prefix}/info'
# install_sh='/tmp/libident/src/libident-0.32/admin/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localstatedir='${prefix}/var'
# mandir='/usr/share/man'
# oldincludedir='/usr/include'
# prefix='/usr'
# program_transform_name='s,x,x,'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define HAVE_DLFCN_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYSLOG_H 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UNISTD_H 1
# #define PACKAGE "libident"
# #define PACKAGE_BUGREPORT "rdenis@simphalempin.com"
# #define PACKAGE_NAME "libident"
# #define PACKAGE_STRING "libident 0.32"
# #define PACKAGE_TARNAME "libident"
# #define PACKAGE_VERSION "0.32"
# #define RETSIGTYPE void
# #define STDC_HEADERS 1
# #define VERSION "0.32"
# #endif
# #ifdef __cplusplus
# extern "C" void exit (int) throw ();
#
# configure: exit 0