Build of audit with clang_glibc toolchain

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

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

SLOCLanguage
47,652 ansic
21,766 makefile
11,696 sh
3,755 python
84,869 total

The process tree of the build process is here.

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

Log

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

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

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

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

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: audit 2.4.4-1 (Thu Apr 13 20:55:35 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) swig-3.0.10-1
#
# Total Installed Size: 4.48 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing swig...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# Configuring auditd
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# 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... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking dependency style of clang... gcc3
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... 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 /usr/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... clang -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking sys/inotify.h usability... yes
# checking sys/inotify.h presence... yes
# checking for sys/inotify.h... yes
# checking sys/epoll.h usability... yes
# checking sys/epoll.h presence... yes
# checking for sys/epoll.h... yes
# checking sys/event.h usability... no
# checking sys/event.h presence... no
# checking for sys/event.h... no
# checking port.h usability... no
# checking port.h presence... no
# checking for port.h... no
# checking poll.h usability... yes
# checking poll.h presence... yes
# checking for poll.h... yes
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking sys/eventfd.h usability... yes
# checking sys/eventfd.h presence... yes
# checking for sys/eventfd.h... yes
# checking sys/signalfd.h usability... yes
# checking sys/signalfd.h presence... yes
# checking for sys/signalfd.h... yes
# checking for inotify_init... yes
# checking for epoll_ctl... yes
# checking for kqueue... no
# checking for port_create... no
# checking for poll... yes
# checking for select... yes
# checking for eventfd... yes
# checking for signalfd... yes
# checking for clock_gettime... yes
# checking for nanosleep... yes
# checking for library containing floor... -lm
# .
# Checking for programs
# 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 for gawk... (cached) gawk
# checking for gcc... gcc
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... (cached) none needed
# checking whether gcc understands -c and -o together... (cached) yes
# checking dependency style of gcc... (cached) gcc3
# checking how to run the C preprocessor... gcc -E
# .
# Checking for header files
# checking for ANSI C header files... (cached) yes
# checking whether time.h and sys/time.h may both be included... yes
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking size of unsigned int... 4
# checking size of unsigned long... 8
# checking whether AUDIT_FEATURE_VERSION is declared... yes
# checking whether AUDIT_VERSION_BACKLOG_WAIT_TIME is declared... yes
# checking whether ADDR_NO_RANDOMIZE is declared... yes
# checking for posix_fallocate... yes
# checking whether to create python bindings... testing
# checking for python version... 3.5
# checking for python platform... linux
# checking for python script directory... ${prefix}/lib/python3.5/site-packages
# checking for python extension module directory... ${exec_prefix}/lib/python3.5/site-packages
# configure: Python bindings will be built
# checking whether to create python3 bindings... investigating
# checking for python3-config... /usr/bin/python3-config
# Python3 bindings WILL be built
# checking for python3... /usr/bin/python3
# checking whether to create Go language bindings... testing
# checking for go... no
# configure: WARNING: "Go not found - go bindings will not be made"
# ./configure: line 14614: test: =: unary operator expected
# checking whether to include auditd network listener support... yes
# checking whether to include audisp ZOS remote plugin... yes
# checking for gss_acquire_cred in -lgssapi_krb5... yes
# checking gssapi/gssapi.h usability... yes
# checking gssapi/gssapi.h presence... yes
# checking for gssapi/gssapi.h... yes
# checking whether to include alpha processor support... no
# checking whether to include arm eabi processor support... no
# checking whether to include aarch64 processor support... no
# checking whether to use apparmor... no
# checking whether to use prelude... no
# checking whether to use libwrap... no
# checking cap-ng.h usability... yes
# checking cap-ng.h presence... yes
# checking for cap-ng.h... yes
# checking for capng_clear in -lcap-ng... yes
# checking whether to use libcap-ng... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating lib/Makefile
# config.status: creating lib/audit.pc
# config.status: creating lib/test/Makefile
# config.status: creating auparse/Makefile
# config.status: creating auparse/test/Makefile
# config.status: creating auparse/auparse.pc
# config.status: creating src/Makefile
# config.status: creating src/mt/Makefile
# config.status: creating src/libev/Makefile
# config.status: creating src/test/Makefile
# config.status: creating docs/Makefile
# config.status: creating init.d/Makefile
# config.status: creating audisp/Makefile
# config.status: creating audisp/plugins/Makefile
# config.status: creating audisp/plugins/builtins/Makefile
# config.status: creating audisp/plugins/prelude/Makefile
# config.status: creating audisp/plugins/remote/Makefile
# config.status: creating audisp/plugins/zos-remote/Makefile
# config.status: creating bindings/Makefile
# config.status: creating bindings/python/Makefile
# config.status: creating bindings/python/python2/Makefile
# config.status: creating bindings/python/python3/Makefile
# config.status: creating bindings/golang/Makefile
# config.status: creating bindings/swig/Makefile
# config.status: creating bindings/swig/src/Makefile
# config.status: creating bindings/swig/python/Makefile
# config.status: creating bindings/swig/python3/Makefile
# config.status: creating tools/Makefile
# config.status: creating tools/aulast/Makefile
# config.status: creating tools/aulastlog/Makefile
# config.status: creating tools/ausyscall/Makefile
# config.status: creating tools/auvirt/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# .
#
#
# Auditd Version: 2.4.4
# Target: x86_64-unknown-linux-gnu
# Installation prefix: /usr
# Compiler: clang
# Compiler flags:
#
#
# make all-recursive
# make[1]: Entering directory '/tmp/audit/src/audit-2.4.4'
# Making all in lib
# make[2]: Entering directory '/tmp/audit/src/audit-2.4.4/lib'
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse '-DTABLE_H="actiontab.h"' -g -O2 -MT gen_actiontabs_h-gen_tables.o -MD -MP -MF .deps/gen_actiontabs_h-gen_tables.Tpo -c -o gen_actiontabs_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
# mv -f .deps/gen_actiontabs_h-gen_tables.Tpo .deps/gen_actiontabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="actiontab.h"' -g -O2 -o gen_actiontabs_h gen_actiontabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"actiontab.h\" -g -O2 -o gen_actiontabs_h gen_actiontabs_h-gen_tables.o
# ./gen_actiontabs_h --lowercase --i2s --s2i action > actiontabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse '-DTABLE_H="errtab.h"' -g -O2 -MT gen_errtabs_h-gen_tables.o -MD -MP -MF .deps/gen_errtabs_h-gen_tables.Tpo -c -o gen_errtabs_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
# mv -f .deps/gen_errtabs_h-gen_tables.Tpo .deps/gen_errtabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="errtab.h"' -g -O2 -o gen_errtabs_h gen_errtabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"errtab.h\" -g -O2 -o gen_errtabs_h gen_errtabs_h-gen_tables.o
# ./gen_errtabs_h --duplicate-ints --uppercase --i2s --s2i err > errtabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse '-DTABLE_H="fieldtab.h"' -g -O2 -MT gen_fieldtabs_h-gen_tables.o -MD -MP -MF .deps/gen_fieldtabs_h-gen_tables.Tpo -c -o gen_fieldtabs_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
# mv -f .deps/gen_fieldtabs_h-gen_tables.Tpo .deps/gen_fieldtabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="fieldtab.h"' -g -O2 -o gen_fieldtabs_h gen_fieldtabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"fieldtab.h\" -g -O2 -o gen_fieldtabs_h gen_fieldtabs_h-gen_tables.o
# ./gen_fieldtabs_h --duplicate-ints --lowercase --i2s --s2i field > fieldtabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse '-DTABLE_H="flagtab.h"' -g -O2 -MT gen_flagtabs_h-gen_tables.o -MD -MP -MF .deps/gen_flagtabs_h-gen_tables.Tpo -c -o gen_flagtabs_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
# mv -f .deps/gen_flagtabs_h-gen_tables.Tpo .deps/gen_flagtabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="flagtab.h"' -g -O2 -o gen_flagtabs_h gen_flagtabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"flagtab.h\" -g -O2 -o gen_flagtabs_h gen_flagtabs_h-gen_tables.o
# ./gen_flagtabs_h --lowercase --i2s --s2i flag > flagtabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse '-DTABLE_H="ftypetab.h"' -g -O2 -MT gen_ftypetabs_h-gen_tables.o -MD -MP -MF .deps/gen_ftypetabs_h-gen_tables.Tpo -c -o gen_ftypetabs_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
# mv -f .deps/gen_ftypetabs_h-gen_tables.Tpo .deps/gen_ftypetabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="ftypetab.h"' -g -O2 -o gen_ftypetabs_h gen_ftypetabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"ftypetab.h\" -g -O2 -o gen_ftypetabs_h gen_ftypetabs_h-gen_tables.o
# ./gen_ftypetabs_h --lowercase --i2s --s2i ftype > ftypetabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse '-DTABLE_H="i386_table.h"' -g -O2 -MT gen_i386_tables_h-gen_tables.o -MD -MP -MF .deps/gen_i386_tables_h-gen_tables.Tpo -c -o gen_i386_tables_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
# mv -f .deps/gen_i386_tables_h-gen_tables.Tpo .deps/gen_i386_tables_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="i386_table.h"' -g -O2 -o gen_i386_tables_h gen_i386_tables_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"i386_table.h\" -g -O2 -o gen_i386_tables_h gen_i386_tables_h-gen_tables.o
# ./gen_i386_tables_h --duplicate-ints --lowercase --i2s --s2i \
# i386_syscall > i386_tables.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse '-DTABLE_H="ia64_table.h"' -g -O2 -MT gen_ia64_tables_h-gen_tables.o -MD -MP -MF .deps/gen_ia64_tables_h-gen_tables.Tpo -c -o gen_ia64_tables_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
# mv -f .deps/gen_ia64_tables_h-gen_tables.Tpo .deps/gen_ia64_tables_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="ia64_table.h"' -g -O2 -o gen_ia64_tables_h gen_ia64_tables_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"ia64_table.h\" -g -O2 -o gen_ia64_tables_h gen_ia64_tables_h-gen_tables.o
# ./gen_ia64_tables_h --lowercase --i2s --s2i ia64_syscall > ia64_tables.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse '-DTABLE_H="machinetab.h"' -g -O2 -MT gen_machinetabs_h-gen_tables.o -MD -MP -MF .deps/gen_machinetabs_h-gen_tables.Tpo -c -o gen_machinetabs_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
# mv -f .deps/gen_machinetabs_h-gen_tables.Tpo .deps/gen_machinetabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="machinetab.h"' -g -O2 -o gen_machinetabs_h gen_machinetabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"machinetab.h\" -g -O2 -o gen_machinetabs_h gen_machinetabs_h-gen_tables.o
# ./gen_machinetabs_h --duplicate-ints --lowercase --i2s --s2i machine \
# > machinetabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse '-DTABLE_H="msg_typetab.h"' -g -O2 -MT gen_msg_typetabs_h-gen_tables.o -MD -MP -MF .deps/gen_msg_typetabs_h-gen_tables.Tpo -c -o gen_msg_typetabs_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
# mv -f .deps/gen_msg_typetabs_h-gen_tables.Tpo .deps/gen_msg_typetabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="msg_typetab.h"' -g -O2 -o gen_msg_typetabs_h gen_msg_typetabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"msg_typetab.h\" -g -O2 -o gen_msg_typetabs_h gen_msg_typetabs_h-gen_tables.o
# ./gen_msg_typetabs_h --uppercase --i2s --s2i msg_type > msg_typetabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse '-DTABLE_H="optab.h"' -g -O2 -MT gen_optabs_h-gen_tables.o -MD -MP -MF .deps/gen_optabs_h-gen_tables.Tpo -c -o gen_optabs_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
# mv -f .deps/gen_optabs_h-gen_tables.Tpo .deps/gen_optabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="optab.h"' -g -O2 -o gen_optabs_h gen_optabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"optab.h\" -g -O2 -o gen_optabs_h gen_optabs_h-gen_tables.o
# ./gen_optabs_h --i2s op > optabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse '-DTABLE_H="ppc_table.h"' -g -O2 -MT gen_ppc_tables_h-gen_tables.o -MD -MP -MF .deps/gen_ppc_tables_h-gen_tables.Tpo -c -o gen_ppc_tables_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
# mv -f .deps/gen_ppc_tables_h-gen_tables.Tpo .deps/gen_ppc_tables_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="ppc_table.h"' -g -O2 -o gen_ppc_tables_h gen_ppc_tables_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"ppc_table.h\" -g -O2 -o gen_ppc_tables_h gen_ppc_tables_h-gen_tables.o
# ./gen_ppc_tables_h --lowercase --i2s --s2i ppc_syscall > ppc_tables.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse '-DTABLE_H="s390_table.h"' -g -O2 -MT gen_s390_tables_h-gen_tables.o -MD -MP -MF .deps/gen_s390_tables_h-gen_tables.Tpo -c -o gen_s390_tables_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
# mv -f .deps/gen_s390_tables_h-gen_tables.Tpo .deps/gen_s390_tables_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="s390_table.h"' -g -O2 -o gen_s390_tables_h gen_s390_tables_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"s390_table.h\" -g -O2 -o gen_s390_tables_h gen_s390_tables_h-gen_tables.o
# ./gen_s390_tables_h --lowercase --i2s --s2i s390_syscall > s390_tables.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse '-DTABLE_H="s390x_table.h"' -g -O2 -MT gen_s390x_tables_h-gen_tables.o -MD -MP -MF .deps/gen_s390x_tables_h-gen_tables.Tpo -c -o gen_s390x_tables_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
# mv -f .deps/gen_s390x_tables_h-gen_tables.Tpo .deps/gen_s390x_tables_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="s390x_table.h"' -g -O2 -o gen_s390x_tables_h gen_s390x_tables_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"s390x_table.h\" -g -O2 -o gen_s390x_tables_h gen_s390x_tables_h-gen_tables.o
# ./gen_s390x_tables_h --lowercase --i2s --s2i s390x_syscall > s390x_tables.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse '-DTABLE_H="x86_64_table.h"' -g -O2 -MT gen_x86_64_tables_h-gen_tables.o -MD -MP -MF .deps/gen_x86_64_tables_h-gen_tables.Tpo -c -o gen_x86_64_tables_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
# mv -f .deps/gen_x86_64_tables_h-gen_tables.Tpo .deps/gen_x86_64_tables_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="x86_64_table.h"' -g -O2 -o gen_x86_64_tables_h gen_x86_64_tables_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"x86_64_table.h\" -g -O2 -o gen_x86_64_tables_h gen_x86_64_tables_h-gen_tables.o
# ./gen_x86_64_tables_h --lowercase --i2s --s2i x86_64_syscall > x86_64_tables.h
# make all-recursive
# make[3]: Entering directory '/tmp/audit/src/audit-2.4.4/lib'
# Making all in test
# make[4]: Entering directory '/tmp/audit/src/audit-2.4.4/lib/test'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/audit/src/audit-2.4.4/lib/test'
# make[4]: Entering directory '/tmp/audit/src/audit-2.4.4/lib'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -fPIC -DPIC -D_GNU_SOURCE -MT libaudit.lo -MD -MP -MF .deps/libaudit.Tpo -c -o libaudit.lo libaudit.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -fPIC -DPIC -D_GNU_SOURCE -MT libaudit.lo -MD -MP -MF .deps/libaudit.Tpo -c libaudit.c -fPIC -DPIC -o .libs/libaudit.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -fPIC -DPIC -D_GNU_SOURCE -MT libaudit.lo -MD -MP -MF .deps/libaudit.Tpo -c libaudit.c -o libaudit.o >/dev/null 2>&1
# mv -f .deps/libaudit.Tpo .deps/libaudit.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -fPIC -DPIC -D_GNU_SOURCE -MT message.lo -MD -MP -MF .deps/message.Tpo -c -o message.lo message.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -fPIC -DPIC -D_GNU_SOURCE -MT message.lo -MD -MP -MF .deps/message.Tpo -c message.c -fPIC -DPIC -o .libs/message.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -fPIC -DPIC -D_GNU_SOURCE -MT message.lo -MD -MP -MF .deps/message.Tpo -c message.c -o message.o >/dev/null 2>&1
# mv -f .deps/message.Tpo .deps/message.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -fPIC -DPIC -D_GNU_SOURCE -MT netlink.lo -MD -MP -MF .deps/netlink.Tpo -c -o netlink.lo netlink.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -fPIC -DPIC -D_GNU_SOURCE -MT netlink.lo -MD -MP -MF .deps/netlink.Tpo -c netlink.c -fPIC -DPIC -o .libs/netlink.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -fPIC -DPIC -D_GNU_SOURCE -MT netlink.lo -MD -MP -MF .deps/netlink.Tpo -c netlink.c -o netlink.o >/dev/null 2>&1
# mv -f .deps/netlink.Tpo .deps/netlink.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -fPIC -DPIC -D_GNU_SOURCE -MT lookup_table.lo -MD -MP -MF .deps/lookup_table.Tpo -c -o lookup_table.lo lookup_table.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -fPIC -DPIC -D_GNU_SOURCE -MT lookup_table.lo -MD -MP -MF .deps/lookup_table.Tpo -c lookup_table.c -fPIC -DPIC -o .libs/lookup_table.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -fPIC -DPIC -D_GNU_SOURCE -MT lookup_table.lo -MD -MP -MF .deps/lookup_table.Tpo -c lookup_table.c -o lookup_table.o >/dev/null 2>&1
# mv -f .deps/lookup_table.Tpo .deps/lookup_table.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -fPIC -DPIC -D_GNU_SOURCE -MT audit_logging.lo -MD -MP -MF .deps/audit_logging.Tpo -c -o audit_logging.lo audit_logging.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -fPIC -DPIC -D_GNU_SOURCE -MT audit_logging.lo -MD -MP -MF .deps/audit_logging.Tpo -c audit_logging.c -fPIC -DPIC -o .libs/audit_logging.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -fPIC -DPIC -D_GNU_SOURCE -MT audit_logging.lo -MD -MP -MF .deps/audit_logging.Tpo -c audit_logging.c -o audit_logging.o >/dev/null 2>&1
# mv -f .deps/audit_logging.Tpo .deps/audit_logging.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -fPIC -DPIC -D_GNU_SOURCE -MT deprecated.lo -MD -MP -MF .deps/deprecated.Tpo -c -o deprecated.lo deprecated.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -fPIC -DPIC -D_GNU_SOURCE -MT deprecated.lo -MD -MP -MF .deps/deprecated.Tpo -c deprecated.c -fPIC -DPIC -o .libs/deprecated.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -fPIC -DPIC -D_GNU_SOURCE -MT deprecated.lo -MD -MP -MF .deps/deprecated.Tpo -c deprecated.c -o deprecated.o >/dev/null 2>&1
# mv -f .deps/deprecated.Tpo .deps/deprecated.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -fPIC -DPIC -D_GNU_SOURCE -MT strsplit.lo -MD -MP -MF .deps/strsplit.Tpo -c -o strsplit.lo strsplit.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -fPIC -DPIC -D_GNU_SOURCE -MT strsplit.lo -MD -MP -MF .deps/strsplit.Tpo -c strsplit.c -fPIC -DPIC -o .libs/strsplit.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -fPIC -DPIC -D_GNU_SOURCE -MT strsplit.lo -MD -MP -MF .deps/strsplit.Tpo -c strsplit.c -o strsplit.o >/dev/null 2>&1
# mv -f .deps/strsplit.Tpo .deps/strsplit.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -DPIC -D_GNU_SOURCE -Wl,-z,relro -version-info 1:0 -o libaudit.la -rpath /usr/lib libaudit.lo message.lo netlink.lo lookup_table.lo audit_logging.lo deprecated.lo strsplit.lo
# libtool: link: clang -shared -fPIC -DPIC .libs/libaudit.o .libs/message.o .libs/netlink.o .libs/lookup_table.o .libs/audit_logging.o .libs/deprecated.o .libs/strsplit.o -Wl,-z -Wl,relro -Wl,-soname -Wl,libaudit.so.1 -o .libs/libaudit.so.1.0.0
# libtool: link: (cd ".libs" && rm -f "libaudit.so.1" && ln -s "libaudit.so.1.0.0" "libaudit.so.1")
# libtool: link: (cd ".libs" && rm -f "libaudit.so" && ln -s "libaudit.so.1.0.0" "libaudit.so")
# libtool: link: ar cru .libs/libaudit.a libaudit.o message.o netlink.o lookup_table.o audit_logging.o deprecated.o strsplit.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libaudit.a
# libtool: link: ( cd ".libs" && rm -f "libaudit.la" && ln -s "../libaudit.la" "libaudit.la" )
# make[4]: Leaving directory '/tmp/audit/src/audit-2.4.4/lib'
# make[3]: Leaving directory '/tmp/audit/src/audit-2.4.4/lib'
# make[2]: Leaving directory '/tmp/audit/src/audit-2.4.4/lib'
# Making all in auparse
# make[2]: Entering directory '/tmp/audit/src/audit-2.4.4/auparse'
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="accesstab.h"' -g -O2 -MT gen_accesstabs_h-gen_tables.o -MD -MP -MF .deps/gen_accesstabs_h-gen_tables.Tpo -c -o gen_accesstabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_accesstabs_h-gen_tables.Tpo .deps/gen_accesstabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="accesstab.h"' -g -O2 -o gen_accesstabs_h gen_accesstabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"accesstab.h\" -g -O2 -o gen_accesstabs_h gen_accesstabs_h-gen_tables.o
# ./gen_accesstabs_h --i2s-transtab access > accesstabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="captab.h"' -g -O2 -MT gen_captabs_h-gen_tables.o -MD -MP -MF .deps/gen_captabs_h-gen_tables.Tpo -c -o gen_captabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_captabs_h-gen_tables.Tpo .deps/gen_captabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="captab.h"' -g -O2 -o gen_captabs_h gen_captabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"captab.h\" -g -O2 -o gen_captabs_h gen_captabs_h-gen_tables.o
# ./gen_captabs_h --i2s cap > captabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="clocktab.h"' -g -O2 -MT gen_clock_h-gen_tables.o -MD -MP -MF .deps/gen_clock_h-gen_tables.Tpo -c -o gen_clock_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_clock_h-gen_tables.Tpo .deps/gen_clock_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="clocktab.h"' -g -O2 -o gen_clock_h gen_clock_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"clocktab.h\" -g -O2 -o gen_clock_h gen_clock_h-gen_tables.o
# ./gen_clock_h --i2s clock > clocktabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="clone-flagtab.h"' -g -O2 -MT gen_clone_flagtabs_h-gen_tables.o -MD -MP -MF .deps/gen_clone_flagtabs_h-gen_tables.Tpo -c -o gen_clone_flagtabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_clone_flagtabs_h-gen_tables.Tpo .deps/gen_clone_flagtabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="clone-flagtab.h"' -g -O2 -o gen_clone-flagtabs_h gen_clone_flagtabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"clone-flagtab.h\" -g -O2 -o gen_clone-flagtabs_h gen_clone_flagtabs_h-gen_tables.o
# ./gen_clone-flagtabs_h --i2s-transtab clone_flag > clone-flagtabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="epoll_ctl.h"' -g -O2 -MT gen_epoll_ctls_h-gen_tables.o -MD -MP -MF .deps/gen_epoll_ctls_h-gen_tables.Tpo -c -o gen_epoll_ctls_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_epoll_ctls_h-gen_tables.Tpo .deps/gen_epoll_ctls_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="epoll_ctl.h"' -g -O2 -o gen_epoll_ctls_h gen_epoll_ctls_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"epoll_ctl.h\" -g -O2 -o gen_epoll_ctls_h gen_epoll_ctls_h-gen_tables.o
# ./gen_epoll_ctls_h --i2s epoll_ctl > epoll_ctls.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="famtab.h"' -g -O2 -MT gen_famtabs_h-gen_tables.o -MD -MP -MF .deps/gen_famtabs_h-gen_tables.Tpo -c -o gen_famtabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_famtabs_h-gen_tables.Tpo .deps/gen_famtabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="famtab.h"' -g -O2 -o gen_famtabs_h gen_famtabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"famtab.h\" -g -O2 -o gen_famtabs_h gen_famtabs_h-gen_tables.o
# ./gen_famtabs_h --i2s fam > famtabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="fcntl-cmdtab.h"' -g -O2 -MT gen_fcntl_cmdtabs_h-gen_tables.o -MD -MP -MF .deps/gen_fcntl_cmdtabs_h-gen_tables.Tpo -c -o gen_fcntl_cmdtabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_fcntl_cmdtabs_h-gen_tables.Tpo .deps/gen_fcntl_cmdtabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="fcntl-cmdtab.h"' -g -O2 -o gen_fcntl-cmdtabs_h gen_fcntl_cmdtabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"fcntl-cmdtab.h\" -g -O2 -o gen_fcntl-cmdtabs_h gen_fcntl_cmdtabs_h-gen_tables.o
# ./gen_fcntl-cmdtabs_h --i2s fcntl > fcntl-cmdtabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="../auparse/flagtab.h"' -g -O2 -MT gen_flagtabs_h-gen_tables.o -MD -MP -MF .deps/gen_flagtabs_h-gen_tables.Tpo -c -o gen_flagtabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_flagtabs_h-gen_tables.Tpo .deps/gen_flagtabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="../auparse/flagtab.h"' -g -O2 -o gen_flagtabs_h gen_flagtabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"../auparse/flagtab.h\" -g -O2 -o gen_flagtabs_h gen_flagtabs_h-gen_tables.o
# ./gen_flagtabs_h --i2s-transtab flag > flagtabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="icmptypetab.h"' -g -O2 -MT gen_icmptypetabs_h-gen_tables.o -MD -MP -MF .deps/gen_icmptypetabs_h-gen_tables.Tpo -c -o gen_icmptypetabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_icmptypetabs_h-gen_tables.Tpo .deps/gen_icmptypetabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="icmptypetab.h"' -g -O2 -o gen_icmptypetabs_h gen_icmptypetabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"icmptypetab.h\" -g -O2 -o gen_icmptypetabs_h gen_icmptypetabs_h-gen_tables.o
# ./gen_icmptypetabs_h --i2s icmptype > icmptypetabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="ipctab.h"' -g -O2 -MT gen_ipctabs_h-gen_tables.o -MD -MP -MF .deps/gen_ipctabs_h-gen_tables.Tpo -c -o gen_ipctabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_ipctabs_h-gen_tables.Tpo .deps/gen_ipctabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="ipctab.h"' -g -O2 -o gen_ipctabs_h gen_ipctabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"ipctab.h\" -g -O2 -o gen_ipctabs_h gen_ipctabs_h-gen_tables.o
# ./gen_ipctabs_h --i2s ipc > ipctabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="ipccmdtab.h"' -g -O2 -MT gen_ipccmdtabs_h-gen_tables.o -MD -MP -MF .deps/gen_ipccmdtabs_h-gen_tables.Tpo -c -o gen_ipccmdtabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_ipccmdtabs_h-gen_tables.Tpo .deps/gen_ipccmdtabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="ipccmdtab.h"' -g -O2 -o gen_ipccmdtabs_h gen_ipccmdtabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"ipccmdtab.h\" -g -O2 -o gen_ipccmdtabs_h gen_ipccmdtabs_h-gen_tables.o
# ./gen_ipccmdtabs_h --i2s-transtab ipccmd > ipccmdtabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="ioctlreqtab.h"' -g -O2 -MT gen_ioctlreqtabs_h-gen_tables.o -MD -MP -MF .deps/gen_ioctlreqtabs_h-gen_tables.Tpo -c -o gen_ioctlreqtabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_ioctlreqtabs_h-gen_tables.Tpo .deps/gen_ioctlreqtabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="ioctlreqtab.h"' -g -O2 -o gen_ioctlreqtabs_h gen_ioctlreqtabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"ioctlreqtab.h\" -g -O2 -o gen_ioctlreqtabs_h gen_ioctlreqtabs_h-gen_tables.o
# ./gen_ioctlreqtabs_h --i2s ioctlreq > ioctlreqtabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="ipoptnametab.h"' -g -O2 -MT gen_ipoptnametabs_h-gen_tables.o -MD -MP -MF .deps/gen_ipoptnametabs_h-gen_tables.Tpo -c -o gen_ipoptnametabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_ipoptnametabs_h-gen_tables.Tpo .deps/gen_ipoptnametabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="ipoptnametab.h"' -g -O2 -o gen_ipoptnametabs_h gen_ipoptnametabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"ipoptnametab.h\" -g -O2 -o gen_ipoptnametabs_h gen_ipoptnametabs_h-gen_tables.o
# ./gen_ipoptnametabs_h --i2s ipoptname > ipoptnametabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="ip6optnametab.h"' -g -O2 -MT gen_ip6optnametabs_h-gen_tables.o -MD -MP -MF .deps/gen_ip6optnametabs_h-gen_tables.Tpo -c -o gen_ip6optnametabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_ip6optnametabs_h-gen_tables.Tpo .deps/gen_ip6optnametabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="ip6optnametab.h"' -g -O2 -o gen_ip6optnametabs_h gen_ip6optnametabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"ip6optnametab.h\" -g -O2 -o gen_ip6optnametabs_h gen_ip6optnametabs_h-gen_tables.o
# ./gen_ip6optnametabs_h --i2s ip6optname > ip6optnametabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="mmaptab.h"' -g -O2 -MT gen_mmaptabs_h-gen_tables.o -MD -MP -MF .deps/gen_mmaptabs_h-gen_tables.Tpo -c -o gen_mmaptabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_mmaptabs_h-gen_tables.Tpo .deps/gen_mmaptabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="mmaptab.h"' -g -O2 -o gen_mmaptabs_h gen_mmaptabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"mmaptab.h\" -g -O2 -o gen_mmaptabs_h gen_mmaptabs_h-gen_tables.o
# ./gen_mmaptabs_h --i2s-transtab mmap > mmaptabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="mounttab.h"' -g -O2 -MT gen_mounttabs_h-gen_tables.o -MD -MP -MF .deps/gen_mounttabs_h-gen_tables.Tpo -c -o gen_mounttabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_mounttabs_h-gen_tables.Tpo .deps/gen_mounttabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="mounttab.h"' -g -O2 -o gen_mounttabs_h gen_mounttabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"mounttab.h\" -g -O2 -o gen_mounttabs_h gen_mounttabs_h-gen_tables.o
# ./gen_mounttabs_h --i2s-transtab mount > mounttabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="nfprototab.h"' -g -O2 -MT gen_nfprototabs_h-gen_tables.o -MD -MP -MF .deps/gen_nfprototabs_h-gen_tables.Tpo -c -o gen_nfprototabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_nfprototabs_h-gen_tables.Tpo .deps/gen_nfprototabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="nfprototab.h"' -g -O2 -o gen_nfprototabs_h gen_nfprototabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"nfprototab.h\" -g -O2 -o gen_nfprototabs_h gen_nfprototabs_h-gen_tables.o
# ./gen_nfprototabs_h --i2s nfproto > nfprototabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="open-flagtab.h"' -g -O2 -MT gen_open_flagtabs_h-gen_tables.o -MD -MP -MF .deps/gen_open_flagtabs_h-gen_tables.Tpo -c -o gen_open_flagtabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_open_flagtabs_h-gen_tables.Tpo .deps/gen_open_flagtabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="open-flagtab.h"' -g -O2 -o gen_open-flagtabs_h gen_open_flagtabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"open-flagtab.h\" -g -O2 -o gen_open-flagtabs_h gen_open_flagtabs_h-gen_tables.o
# ./gen_open-flagtabs_h --i2s-transtab open_flag > open-flagtabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="persontab.h"' -g -O2 -MT gen_persontabs_h-gen_tables.o -MD -MP -MF .deps/gen_persontabs_h-gen_tables.Tpo -c -o gen_persontabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_persontabs_h-gen_tables.Tpo .deps/gen_persontabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="persontab.h"' -g -O2 -o gen_persontabs_h gen_persontabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"persontab.h\" -g -O2 -o gen_persontabs_h gen_persontabs_h-gen_tables.o
# ./gen_persontabs_h --i2s person > persontabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="prctl-opt-tab.h"' -g -O2 -MT gen_prctl_opttabs_h-gen_tables.o -MD -MP -MF .deps/gen_prctl_opttabs_h-gen_tables.Tpo -c -o gen_prctl_opttabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_prctl_opttabs_h-gen_tables.Tpo .deps/gen_prctl_opttabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="prctl-opt-tab.h"' -g -O2 -o gen_prctl_opttabs_h gen_prctl_opttabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"prctl-opt-tab.h\" -g -O2 -o gen_prctl_opttabs_h gen_prctl_opttabs_h-gen_tables.o
# ./gen_prctl_opttabs_h --i2s prctl_opt > prctl_opttabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="pktoptnametab.h"' -g -O2 -MT gen_pktoptnametabs_h-gen_tables.o -MD -MP -MF .deps/gen_pktoptnametabs_h-gen_tables.Tpo -c -o gen_pktoptnametabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_pktoptnametabs_h-gen_tables.Tpo .deps/gen_pktoptnametabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="pktoptnametab.h"' -g -O2 -o gen_pktoptnametabs_h gen_pktoptnametabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"pktoptnametab.h\" -g -O2 -o gen_pktoptnametabs_h gen_pktoptnametabs_h-gen_tables.o
# ./gen_pktoptnametabs_h --i2s pktoptname > pktoptnametabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="prottab.h"' -g -O2 -MT gen_prottabs_h-gen_tables.o -MD -MP -MF .deps/gen_prottabs_h-gen_tables.Tpo -c -o gen_prottabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_prottabs_h-gen_tables.Tpo .deps/gen_prottabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="prottab.h"' -g -O2 -o gen_prottabs_h gen_prottabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"prottab.h\" -g -O2 -o gen_prottabs_h gen_prottabs_h-gen_tables.o
# ./gen_prottabs_h --i2s-transtab prot > prottabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="ptracetab.h"' -g -O2 -MT gen_ptracetabs_h-gen_tables.o -MD -MP -MF .deps/gen_ptracetabs_h-gen_tables.Tpo -c -o gen_ptracetabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_ptracetabs_h-gen_tables.Tpo .deps/gen_ptracetabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="ptracetab.h"' -g -O2 -o gen_ptracetabs_h gen_ptracetabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"ptracetab.h\" -g -O2 -o gen_ptracetabs_h gen_ptracetabs_h-gen_tables.o
# ./gen_ptracetabs_h --i2s ptrace > ptracetabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="rlimittab.h"' -g -O2 -MT gen_rlimit_h-gen_tables.o -MD -MP -MF .deps/gen_rlimit_h-gen_tables.Tpo -c -o gen_rlimit_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_rlimit_h-gen_tables.Tpo .deps/gen_rlimit_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="rlimittab.h"' -g -O2 -o gen_rlimit_h gen_rlimit_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"rlimittab.h\" -g -O2 -o gen_rlimit_h gen_rlimit_h-gen_tables.o
# ./gen_rlimit_h --i2s rlimit > rlimittabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="recvtab.h"' -g -O2 -MT gen_recvtabs_h-gen_tables.o -MD -MP -MF .deps/gen_recvtabs_h-gen_tables.Tpo -c -o gen_recvtabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_recvtabs_h-gen_tables.Tpo .deps/gen_recvtabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="recvtab.h"' -g -O2 -o gen_recvtabs_h gen_recvtabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"recvtab.h\" -g -O2 -o gen_recvtabs_h gen_recvtabs_h-gen_tables.o
# ./gen_recvtabs_h --i2s-transtab recv > recvtabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="schedtab.h"' -g -O2 -MT gen_schedtabs_h-gen_tables.o -MD -MP -MF .deps/gen_schedtabs_h-gen_tables.Tpo -c -o gen_schedtabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_schedtabs_h-gen_tables.Tpo .deps/gen_schedtabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="schedtab.h"' -g -O2 -o gen_schedtabs_h gen_schedtabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"schedtab.h\" -g -O2 -o gen_schedtabs_h gen_schedtabs_h-gen_tables.o
# ./gen_schedtabs_h --i2s sched > schedtabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="seccomptab.h"' -g -O2 -MT gen_seccomptabs_h-gen_tables.o -MD -MP -MF .deps/gen_seccomptabs_h-gen_tables.Tpo -c -o gen_seccomptabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_seccomptabs_h-gen_tables.Tpo .deps/gen_seccomptabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="seccomptab.h"' -g -O2 -o gen_seccomptabs_h gen_seccomptabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"seccomptab.h\" -g -O2 -o gen_seccomptabs_h gen_seccomptabs_h-gen_tables.o
# ./gen_seccomptabs_h --i2s seccomp > seccomptabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="seektab.h"' -g -O2 -MT gen_seektabs_h-gen_tables.o -MD -MP -MF .deps/gen_seektabs_h-gen_tables.Tpo -c -o gen_seektabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_seektabs_h-gen_tables.Tpo .deps/gen_seektabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="seektab.h"' -g -O2 -o gen_seektabs_h gen_seektabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"seektab.h\" -g -O2 -o gen_seektabs_h gen_seektabs_h-gen_tables.o
# ./gen_seektabs_h --i2s seek > seektabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="shm_modetab.h"' -g -O2 -MT gen_shm_modetabs_h-gen_tables.o -MD -MP -MF .deps/gen_shm_modetabs_h-gen_tables.Tpo -c -o gen_shm_modetabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_shm_modetabs_h-gen_tables.Tpo .deps/gen_shm_modetabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="shm_modetab.h"' -g -O2 -o gen_shm_modetabs_h gen_shm_modetabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"shm_modetab.h\" -g -O2 -o gen_shm_modetabs_h gen_shm_modetabs_h-gen_tables.o
# ./gen_shm_modetabs_h --i2s-transtab shm_mode > shm_modetabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="signaltab.h"' -g -O2 -MT gen_signals_h-gen_tables.o -MD -MP -MF .deps/gen_signals_h-gen_tables.Tpo -c -o gen_signals_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_signals_h-gen_tables.Tpo .deps/gen_signals_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="signaltab.h"' -g -O2 -o gen_signals_h gen_signals_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"signaltab.h\" -g -O2 -o gen_signals_h gen_signals_h-gen_tables.o
# ./gen_signals_h --i2s signal > signaltabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="sockoptnametab.h"' -g -O2 -MT gen_sockoptnametabs_h-gen_tables.o -MD -MP -MF .deps/gen_sockoptnametabs_h-gen_tables.Tpo -c -o gen_sockoptnametabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_sockoptnametabs_h-gen_tables.Tpo .deps/gen_sockoptnametabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="sockoptnametab.h"' -g -O2 -o gen_sockoptnametabs_h gen_sockoptnametabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"sockoptnametab.h\" -g -O2 -o gen_sockoptnametabs_h gen_sockoptnametabs_h-gen_tables.o
# ./gen_sockoptnametabs_h --i2s sockoptname > sockoptnametabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="socktab.h"' -g -O2 -MT gen_socktabs_h-gen_tables.o -MD -MP -MF .deps/gen_socktabs_h-gen_tables.Tpo -c -o gen_socktabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_socktabs_h-gen_tables.Tpo .deps/gen_socktabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="socktab.h"' -g -O2 -o gen_socktabs_h gen_socktabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"socktab.h\" -g -O2 -o gen_socktabs_h gen_socktabs_h-gen_tables.o
# ./gen_socktabs_h --i2s sock > socktabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="sockleveltab.h"' -g -O2 -MT gen_sockleveltabs_h-gen_tables.o -MD -MP -MF .deps/gen_sockleveltabs_h-gen_tables.Tpo -c -o gen_sockleveltabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_sockleveltabs_h-gen_tables.Tpo .deps/gen_sockleveltabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="sockleveltab.h"' -g -O2 -o gen_sockleveltabs_h gen_sockleveltabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"sockleveltab.h\" -g -O2 -o gen_sockleveltabs_h gen_sockleveltabs_h-gen_tables.o
# ./gen_sockleveltabs_h --i2s socklevel > sockleveltabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="socktypetab.h"' -g -O2 -MT gen_socktypetabs_h-gen_tables.o -MD -MP -MF .deps/gen_socktypetabs_h-gen_tables.Tpo -c -o gen_socktypetabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_socktypetabs_h-gen_tables.Tpo .deps/gen_socktypetabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="socktypetab.h"' -g -O2 -o gen_socktypetabs_h gen_socktypetabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"socktypetab.h\" -g -O2 -o gen_socktypetabs_h gen_socktypetabs_h-gen_tables.o
# ./gen_socktypetabs_h --i2s sock_type > socktypetabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="tcpoptnametab.h"' -g -O2 -MT gen_tcpoptnametabs_h-gen_tables.o -MD -MP -MF .deps/gen_tcpoptnametabs_h-gen_tables.Tpo -c -o gen_tcpoptnametabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_tcpoptnametabs_h-gen_tables.Tpo .deps/gen_tcpoptnametabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="tcpoptnametab.h"' -g -O2 -o gen_tcpoptnametabs_h gen_tcpoptnametabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"tcpoptnametab.h\" -g -O2 -o gen_tcpoptnametabs_h gen_tcpoptnametabs_h-gen_tables.o
# ./gen_tcpoptnametabs_h --i2s tcpoptname > tcpoptnametabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="typetab.h"' -g -O2 -MT gen_typetabs_h-gen_tables.o -MD -MP -MF .deps/gen_typetabs_h-gen_tables.Tpo -c -o gen_typetabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_typetabs_h-gen_tables.Tpo .deps/gen_typetabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="typetab.h"' -g -O2 -o gen_typetabs_h gen_typetabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"typetab.h\" -g -O2 -o gen_typetabs_h gen_typetabs_h-gen_tables.o
# ./gen_typetabs_h --s2i type > typetabs.h
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib '-DTABLE_H="umounttab.h"' -g -O2 -MT gen_umounttabs_h-gen_tables.o -MD -MP -MF .deps/gen_umounttabs_h-gen_tables.Tpo -c -o gen_umounttabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
# mv -f .deps/gen_umounttabs_h-gen_tables.Tpo .deps/gen_umounttabs_h-gen_tables.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="umounttab.h"' -g -O2 -o gen_umounttabs_h gen_umounttabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"umounttab.h\" -g -O2 -o gen_umounttabs_h gen_umounttabs_h-gen_tables.o
# ./gen_umounttabs_h --i2s-transtab umount > umounttabs.h
# make all-recursive
# make[3]: Entering directory '/tmp/audit/src/audit-2.4.4/auparse'
# Making all in test
# make[4]: Entering directory '/tmp/audit/src/audit-2.4.4/auparse/test'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/audit/src/audit-2.4.4/auparse/test'
# make[4]: Entering directory '/tmp/audit/src/audit-2.4.4/auparse'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT nvpair.lo -MD -MP -MF .deps/nvpair.Tpo -c -o nvpair.lo nvpair.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT nvpair.lo -MD -MP -MF .deps/nvpair.Tpo -c nvpair.c -fPIC -DPIC -o .libs/nvpair.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT nvpair.lo -MD -MP -MF .deps/nvpair.Tpo -c nvpair.c -o nvpair.o >/dev/null 2>&1
# mv -f .deps/nvpair.Tpo .deps/nvpair.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT interpret.lo -MD -MP -MF .deps/interpret.Tpo -c -o interpret.lo interpret.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT interpret.lo -MD -MP -MF .deps/interpret.Tpo -c interpret.c -fPIC -DPIC -o .libs/interpret.o
# interpret.c:240:27: warning: passing 'const char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# return need_tty_escape(s, len);
# ^
# interpret.c:141:58: note: passing argument to parameter 's' here
# static unsigned int need_tty_escape(const unsigned char *s, unsigned int len)
# ^
# interpret.c:244:35: warning: passing 'const char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# return need_shell_quote_escape(s, len);;
# ^
# interpret.c:201:66: note: passing argument to parameter 's' here
# static unsigned int need_shell_quote_escape(const unsigned char *s, unsigned int len)
# ^
# interpret.c:266:11: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare]
# if (mode < 0 || mode > AUPARSE_ESC_SHELL_QUOTE)
# ~~~~ ^ ~
# interpret.c:2357:14: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# p = strchr(nk, '\0');
# ^~
# /usr/include/string.h:231:34: note: passing argument to parameter '__s' here
# extern char *strchr (const char *__s, int __c)
# ^
# interpret.c:2357:5: warning: assigning to 'const unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# p = strchr(nk, '\0');
# ^ ~~~~~~~~~~~~~~~~
# interpret.c:2361:11: warning: returning 'const unsigned char *' from a function with result type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# return p + 1;
# ^~~~~
# interpret.c:2363:15: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# nk = strchr(p + 1, '\0') + 1;
# ^~~~~
# /usr/include/string.h:231:34: note: passing argument to parameter '__s' here
# extern char *strchr (const char *__s, int __c)
# ^
# interpret.c:2363:6: warning: assigning to 'const unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# nk = strchr(p + 1, '\0') + 1;
# ^ ~~~~~~~~~~~~~~~~~~~~~~~
# interpret.c:2376:7: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# data = au_unescape((char *)raw_data);
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 9 warnings generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT interpret.lo -MD -MP -MF .deps/interpret.Tpo -c interpret.c -o interpret.o >/dev/null 2>&1
# mv -f .deps/interpret.Tpo .deps/interpret.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT nvlist.lo -MD -MP -MF .deps/nvlist.Tpo -c -o nvlist.lo nvlist.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT nvlist.lo -MD -MP -MF .deps/nvlist.Tpo -c nvlist.c -fPIC -DPIC -o .libs/nvlist.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT nvlist.lo -MD -MP -MF .deps/nvlist.Tpo -c nvlist.c -o nvlist.o >/dev/null 2>&1
# mv -f .deps/nvlist.Tpo .deps/nvlist.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT ellist.lo -MD -MP -MF .deps/ellist.Tpo -c -o ellist.lo ellist.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT ellist.lo -MD -MP -MF .deps/ellist.Tpo -c ellist.c -fPIC -DPIC -o .libs/ellist.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT ellist.lo -MD -MP -MF .deps/ellist.Tpo -c ellist.c -o ellist.o >/dev/null 2>&1
# mv -f .deps/ellist.Tpo .deps/ellist.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT auparse.lo -MD -MP -MF .deps/auparse.Tpo -c -o auparse.lo auparse.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT auparse.lo -MD -MP -MF .deps/auparse.Tpo -c auparse.c -fPIC -DPIC -o .libs/auparse.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT auparse.lo -MD -MP -MF .deps/auparse.Tpo -c auparse.c -o auparse.o >/dev/null 2>&1
# mv -f .deps/auparse.Tpo .deps/auparse.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT auditd-config.lo -MD -MP -MF .deps/auditd-config.Tpo -c -o auditd-config.lo auditd-config.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT auditd-config.lo -MD -MP -MF .deps/auditd-config.Tpo -c auditd-config.c -fPIC -DPIC -o .libs/auditd-config.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT auditd-config.lo -MD -MP -MF .deps/auditd-config.Tpo -c auditd-config.c -o auditd-config.o >/dev/null 2>&1
# mv -f .deps/auditd-config.Tpo .deps/auditd-config.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT message.lo -MD -MP -MF .deps/message.Tpo -c -o message.lo message.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT message.lo -MD -MP -MF .deps/message.Tpo -c message.c -fPIC -DPIC -o .libs/message.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT message.lo -MD -MP -MF .deps/message.Tpo -c message.c -o message.o >/dev/null 2>&1
# mv -f .deps/message.Tpo .deps/message.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT data_buf.lo -MD -MP -MF .deps/data_buf.Tpo -c -o data_buf.lo data_buf.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT data_buf.lo -MD -MP -MF .deps/data_buf.Tpo -c data_buf.c -fPIC -DPIC -o .libs/data_buf.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT data_buf.lo -MD -MP -MF .deps/data_buf.Tpo -c data_buf.c -o data_buf.o >/dev/null 2>&1
# mv -f .deps/data_buf.Tpo .deps/data_buf.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT strsplit.lo -MD -MP -MF .deps/strsplit.Tpo -c -o strsplit.lo strsplit.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT strsplit.lo -MD -MP -MF .deps/strsplit.Tpo -c strsplit.c -fPIC -DPIC -o .libs/strsplit.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT strsplit.lo -MD -MP -MF .deps/strsplit.Tpo -c strsplit.c -o strsplit.o >/dev/null 2>&1
# mv -f .deps/strsplit.Tpo .deps/strsplit.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT expression.lo -MD -MP -MF .deps/expression.Tpo -c -o expression.lo expression.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT expression.lo -MD -MP -MF .deps/expression.Tpo -c expression.c -fPIC -DPIC -o .libs/expression.o
# expression.c:541:7: warning: case value not in enumerated type 'enum token_type' [-Wswitch]
# case EO_RAW_EQ: case EO_RAW_NE: case EO_INTERPRETED_EQ:
# ^
# expression.c:541:23: warning: case value not in enumerated type 'enum token_type' [-Wswitch]
# case EO_RAW_EQ: case EO_RAW_NE: case EO_INTERPRETED_EQ:
# ^
# expression.c:541:39: warning: case value not in enumerated type 'enum token_type' [-Wswitch]
# case EO_RAW_EQ: case EO_RAW_NE: case EO_INTERPRETED_EQ:
# ^
# expression.c:542:7: warning: case value not in enumerated type 'enum token_type' [-Wswitch]
# case EO_INTERPRETED_NE:
# ^
# expression.c:561:7: warning: case value not in enumerated type 'enum token_type' [-Wswitch]
# case EO_VALUE_EQ: case EO_VALUE_NE: case EO_VALUE_LT: case EO_VALUE_LE:
# ^
# expression.c:561:25: warning: case value not in enumerated type 'enum token_type' [-Wswitch]
# case EO_VALUE_EQ: case EO_VALUE_NE: case EO_VALUE_LT: case EO_VALUE_LE:
# ^
# expression.c:561:43: warning: case value not in enumerated type 'enum token_type' [-Wswitch]
# case EO_VALUE_EQ: case EO_VALUE_NE: case EO_VALUE_LT: case EO_VALUE_LE:
# ^
# expression.c:561:61: warning: case value not in enumerated type 'enum token_type' [-Wswitch]
# case EO_VALUE_EQ: case EO_VALUE_NE: case EO_VALUE_LT: case EO_VALUE_LE:
# ^
# expression.c:562:7: warning: case value not in enumerated type 'enum token_type' [-Wswitch]
# case EO_VALUE_GT: case EO_VALUE_GE:
# ^
# expression.c:562:25: warning: case value not in enumerated type 'enum token_type' [-Wswitch]
# case EO_VALUE_GT: case EO_VALUE_GE:
# ^
# expression.c:614:7: warning: case value not in enumerated type 'enum token_type' [-Wswitch]
# case EO_NOT: {
# ^
# 11 warnings generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -MT expression.lo -MD -MP -MF .deps/expression.Tpo -c expression.c -o expression.o >/dev/null 2>&1
# mv -f .deps/expression.Tpo .deps/expression.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -Wl,-z,relro -o libauparse.la -rpath /usr/lib nvpair.lo interpret.lo nvlist.lo ellist.lo auparse.lo auditd-config.lo message.lo data_buf.lo strsplit.lo expression.lo ../lib/libaudit.la
# libtool: link: clang -shared -fPIC -DPIC .libs/nvpair.o .libs/interpret.o .libs/nvlist.o .libs/ellist.o .libs/auparse.o .libs/auditd-config.o .libs/message.o .libs/data_buf.o .libs/strsplit.o .libs/expression.o -Wl,-rpath -Wl,/tmp/audit/src/audit-2.4.4/lib/.libs ../lib/.libs/libaudit.so -Wl,-z -Wl,relro -Wl,-soname -Wl,libauparse.so.0 -o .libs/libauparse.so.0.0.0
# libtool: link: (cd ".libs" && rm -f "libauparse.so.0" && ln -s "libauparse.so.0.0.0" "libauparse.so.0")
# libtool: link: (cd ".libs" && rm -f "libauparse.so" && ln -s "libauparse.so.0.0.0" "libauparse.so")
# libtool: link: ar cru .libs/libauparse.a nvpair.o interpret.o nvlist.o ellist.o auparse.o auditd-config.o message.o data_buf.o strsplit.o expression.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libauparse.a
# libtool: link: ( cd ".libs" && rm -f "libauparse.la" && ln -s "../libauparse.la" "libauparse.la" )
# make[4]: Leaving directory '/tmp/audit/src/audit-2.4.4/auparse'
# make[3]: Leaving directory '/tmp/audit/src/audit-2.4.4/auparse'
# make[2]: Leaving directory '/tmp/audit/src/audit-2.4.4/auparse'
# Making all in src/mt
# make[2]: Entering directory '/tmp/audit/src/audit-2.4.4/src/mt'
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../lib -I../../lib -fPIC -DPIC -D_REENTRANT -D_GNU_SOURCE -DNO_TABLES -c -o libaudit.o `test -f '../../lib/libaudit.c' || echo './'`../../lib/libaudit.c
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../lib -I../../lib -fPIC -DPIC -D_REENTRANT -D_GNU_SOURCE -DNO_TABLES -c -o message.o `test -f '../../lib/message.c' || echo './'`../../lib/message.c
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../lib -I../../lib -fPIC -DPIC -D_REENTRANT -D_GNU_SOURCE -DNO_TABLES -c -o netlink.o `test -f '../../lib/netlink.c' || echo './'`../../lib/netlink.c
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../lib -I../../lib -fPIC -DPIC -D_REENTRANT -D_GNU_SOURCE -DNO_TABLES -c -o lookup_table.o `test -f '../../lib/lookup_table.c' || echo './'`../../lib/lookup_table.c
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../lib -I../../lib -fPIC -DPIC -D_REENTRANT -D_GNU_SOURCE -DNO_TABLES -c -o audit_logging.o `test -f '../../lib/audit_logging.c' || echo './'`../../lib/audit_logging.c
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../lib -I../../lib -fPIC -DPIC -D_REENTRANT -D_GNU_SOURCE -DNO_TABLES -c -o deprecated.o `test -f '../../lib/deprecated.c' || echo './'`../../lib/deprecated.c
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../lib -I../../lib -fPIC -DPIC -D_REENTRANT -D_GNU_SOURCE -DNO_TABLES -c -o strsplit.o `test -f '../../lib/strsplit.c' || echo './'`../../lib/strsplit.c
# rm -f libauditmt.a
# ar cru libauditmt.a libaudit.o message.o netlink.o lookup_table.o audit_logging.o deprecated.o strsplit.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libauditmt.a
# make[2]: Leaving directory '/tmp/audit/src/audit-2.4.4/src/mt'
# Making all in src/libev
# make[2]: Entering directory '/tmp/audit/src/audit-2.4.4/src/libev'
# clang -DHAVE_CONFIG_H -I. -I../.. -fPIC -DPIC -g -fno-strict-aliasing -DNDEBUG -MT ev.o -MD -MP -MF .deps/ev.Tpo -c -o ev.o ev.c
# ev.c:1695:31: warning: 'extern' variable has an initializer [-Wextern-initializer]
# EV_API_DECL struct ev_loop *ev_default_loop_ptr = 0; /* needs to be initialised to make it a definition despite extern */
# ^
# 1 warning generated.
# mv -f .deps/ev.Tpo .deps/ev.Po
# clang -DHAVE_CONFIG_H -I. -I../.. -fPIC -DPIC -g -fno-strict-aliasing -DNDEBUG -MT event.o -MD -MP -MF .deps/event.Tpo -c -o event.o event.c
# mv -f .deps/event.Tpo .deps/event.Po
# rm -f libev.a
# ar cru libev.a ev.o event.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libev.a
# make[2]: Leaving directory '/tmp/audit/src/audit-2.4.4/src/libev'
# Making all in src
# make[2]: Entering directory '/tmp/audit/src/audit-2.4.4/src'
# Making all in test
# make[3]: Entering directory '/tmp/audit/src/audit-2.4.4/src/test'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/audit/src/audit-2.4.4/src/test'
# make[3]: Entering directory '/tmp/audit/src/audit-2.4.4/src'
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pthread -c -o auditd-auditd.o `test -f 'auditd.c' || echo './'`auditd.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pthread -c -o auditd-auditd-event.o `test -f 'auditd-event.c' || echo './'`auditd-event.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pthread -c -o auditd-auditd-config.o `test -f 'auditd-config.c' || echo './'`auditd-config.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pthread -c -o auditd-auditd-reconfig.o `test -f 'auditd-reconfig.c' || echo './'`auditd-reconfig.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pthread -c -o auditd-auditd-sendmail.o `test -f 'auditd-sendmail.c' || echo './'`auditd-sendmail.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pthread -c -o auditd-auditd-dispatch.o `test -f 'auditd-dispatch.c' || echo './'`auditd-dispatch.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pthread -c -o auditd-auditd-listen.o `test -f 'auditd-listen.c' || echo './'`auditd-listen.c
# auditd-listen.c:537:28: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# enqueue_formatted_event(header+AUDIT_RMW_HEADER_SIZE,
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./auditd-event.h:45:36: note: passing argument to parameter 'msg' here
# void enqueue_formatted_event(char *msg, ack_func_type ack_func, void *ack_data, uint32_t sequence_id);
# ^
# auditd-listen.c:544:28: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# enqueue_formatted_event (header, NULL, NULL, 0);
# ^~~~~~
# ./auditd-event.h:45:36: note: passing argument to parameter 'msg' here
# void enqueue_formatted_event(char *msg, ack_func_type ack_func, void *ack_data, uint32_t sequence_id);
# ^
# auditd-listen.c:648:37: warning: passing 'char [8971]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# client_message (io, utok.length, msgbuf);
# ^~~~~~
# auditd-listen.c:518:17: note: passing argument to parameter 'header' here
# unsigned char *header)
# ^
# 3 warnings generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pthread -pie -Wl,-z,relro -Wl,-z,now -o auditd auditd-auditd.o auditd-auditd-event.o auditd-auditd-config.o auditd-auditd-reconfig.o auditd-auditd-sendmail.o auditd-auditd-dispatch.o auditd-auditd-listen.o -Llibev -lev -Lmt -lauditmt -lpthread -lrt -lm -lgssapi_krb5 -lkrb5
# libtool: link: clang -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pthread -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -o auditd auditd-auditd.o auditd-auditd-event.o auditd-auditd-config.o auditd-auditd-reconfig.o auditd-auditd-sendmail.o auditd-auditd-dispatch.o auditd-auditd-listen.o -Llibev -lev -Lmt -lauditmt -lpthread -lrt -lm -lgssapi_krb5 -lkrb5 -pthread
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -fPIE -DPIE -g -D_GNU_SOURCE -c -o auditctl-auditctl.o `test -f 'auditctl.c' || echo './'`auditctl.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -fPIE -DPIE -g -D_GNU_SOURCE -c -o auditctl-auditctl-llist.o `test -f 'auditctl-llist.c' || echo './'`auditctl-llist.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -fPIE -DPIE -g -D_GNU_SOURCE -c -o auditctl-delete_all.o `test -f 'delete_all.c' || echo './'`delete_all.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -fPIE -DPIE -g -D_GNU_SOURCE -c -o auditctl-auditctl-listing.o `test -f 'auditctl-listing.c' || echo './'`auditctl-listing.c
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIE -DPIE -g -D_GNU_SOURCE -pie -Wl,-z,relro -Wl,-z,now -o auditctl auditctl-auditctl.o auditctl-auditctl-llist.o auditctl-delete_all.o auditctl-auditctl-listing.o -L../lib -laudit -L../auparse -lauparse
# libtool: link: clang -fPIE -DPIE -g -D_GNU_SOURCE -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/auditctl auditctl-auditctl.o auditctl-auditctl-llist.o auditctl-delete_all.o auditctl-auditctl-listing.o -L../lib -L../auparse /tmp/audit/src/audit-2.4.4/auparse/.libs/libauparse.so /tmp/audit/src/audit-2.4.4/lib/.libs/libaudit.so
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o aureport.o aureport.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o auditd-config.o auditd-config.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o ausearch-llist.o ausearch-llist.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o aureport-options.o aureport-options.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o ausearch-string.o ausearch-string.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o ausearch-parse.o ausearch-parse.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o aureport-scan.o aureport-scan.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o aureport-output.o aureport-output.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o ausearch-lookup.o ausearch-lookup.c
# ausearch-lookup.c:387:20: warning: passing 'const char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (need_sanitize(s, len)) {
# ^
# ausearch-lookup.c:359:40: note: passing argument to parameter 's' here
# int need_sanitize(const unsigned char *s, unsigned int len)
# ^
# ausearch-lookup.c:442:5: warning: assigning to 'const unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# p = strchr((const char *)nk, '\0');
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ausearch-lookup.c:448:6: warning: assigning to 'const unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# nk = strchr((const char *)p + 1, '\0') + 1;
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ausearch-lookup.c:463:12: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if ((data = unescape((char *)val)) == NULL) {
# ^ ~~~~~~~~~~~~~~~~~~~~~
# 4 warnings generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o ausearch-int.o ausearch-int.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o ausearch-time.o ausearch-time.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o ausearch-nvpair.o ausearch-nvpair.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o ausearch-avc.o ausearch-avc.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o ausearch-lol.o ausearch-lol.c
# /bin/sh ../libtool --tag=CC --mode=link clang -D_GNU_SOURCE -o aureport aureport.o auditd-config.o ausearch-llist.o aureport-options.o ausearch-string.o ausearch-parse.o aureport-scan.o aureport-output.o ausearch-lookup.o ausearch-int.o ausearch-time.o ausearch-nvpair.o ausearch-avc.o ausearch-lol.o -L../lib -laudit
# libtool: link: clang -D_GNU_SOURCE -o .libs/aureport aureport.o auditd-config.o ausearch-llist.o aureport-options.o ausearch-string.o ausearch-parse.o aureport-scan.o aureport-output.o ausearch-lookup.o ausearch-int.o ausearch-time.o ausearch-nvpair.o ausearch-avc.o ausearch-lol.o -L../lib /tmp/audit/src/audit-2.4.4/lib/.libs/libaudit.so
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o ausearch.o ausearch.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o ausearch-options.o ausearch-options.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o ausearch-report.o ausearch-report.c
# ausearch-report.c:336:8: warning: initializing 'char *' with an expression of type 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# char *out = auparse_do_interpretation(type, &id);
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o ausearch-match.o ausearch-match.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o ausearch-checkpt.o ausearch-checkpt.c
# /bin/sh ../libtool --tag=CC --mode=link clang -D_GNU_SOURCE -o ausearch ausearch.o auditd-config.o ausearch-llist.o ausearch-options.o ausearch-report.o ausearch-match.o ausearch-string.o ausearch-parse.o ausearch-int.o ausearch-time.o ausearch-nvpair.o ausearch-lookup.o ausearch-avc.o ausearch-lol.o ausearch-checkpt.o -L../lib -laudit -L../auparse -lauparse
# libtool: link: clang -D_GNU_SOURCE -o .libs/ausearch ausearch.o auditd-config.o ausearch-llist.o ausearch-options.o ausearch-report.o ausearch-match.o ausearch-string.o ausearch-parse.o ausearch-int.o ausearch-time.o ausearch-nvpair.o ausearch-lookup.o ausearch-avc.o ausearch-lol.o ausearch-checkpt.o -L../lib -L../auparse /tmp/audit/src/audit-2.4.4/auparse/.libs/libauparse.so /tmp/audit/src/audit-2.4.4/lib/.libs/libaudit.so
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o autrace.o autrace.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o delete_all.o delete_all.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o auditctl-llist.o auditctl-llist.c
# /bin/sh ../libtool --tag=CC --mode=link clang -D_GNU_SOURCE -o autrace autrace.o delete_all.o auditctl-llist.o -L../lib -laudit
# libtool: link: clang -D_GNU_SOURCE -o .libs/autrace autrace.o delete_all.o auditctl-llist.o -L../lib /tmp/audit/src/audit-2.4.4/lib/.libs/libaudit.so
# make[3]: Leaving directory '/tmp/audit/src/audit-2.4.4/src'
# make[2]: Leaving directory '/tmp/audit/src/audit-2.4.4/src'
# Making all in audisp
# make[2]: Entering directory '/tmp/audit/src/audit-2.4.4/audisp'
# Making all in plugins
# make[3]: Entering directory '/tmp/audit/src/audit-2.4.4/audisp/plugins'
# Making all in builtins
# make[4]: Entering directory '/tmp/audit/src/audit-2.4.4/audisp/plugins/builtins'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/audit/src/audit-2.4.4/audisp/plugins/builtins'
# Making all in remote
# make[4]: Entering directory '/tmp/audit/src/audit-2.4.4/audisp/plugins/remote'
# clang -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../lib -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -Wundef -MT audisp_remote-audisp-remote.o -MD -MP -MF .deps/audisp_remote-audisp-remote.Tpo -c -o audisp_remote-audisp-remote.o `test -f 'audisp-remote.c' || echo './'`audisp-remote.c
# mv -f .deps/audisp_remote-audisp-remote.Tpo .deps/audisp_remote-audisp-remote.Po
# clang -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../lib -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -Wundef -MT audisp_remote-remote-config.o -MD -MP -MF .deps/audisp_remote-remote-config.Tpo -c -o audisp_remote-remote-config.o `test -f 'remote-config.c' || echo './'`remote-config.c
# mv -f .deps/audisp_remote-remote-config.Tpo .deps/audisp_remote-remote-config.Po
# clang -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../lib -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -Wundef -MT audisp_remote-queue.o -MD -MP -MF .deps/audisp_remote-queue.Tpo -c -o audisp_remote-queue.o `test -f 'queue.c' || echo './'`queue.c
# mv -f .deps/audisp_remote-queue.Tpo .deps/audisp_remote-queue.Po
# clang -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../lib -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -Wundef -MT audisp_remote-remote-fgets.o -MD -MP -MF .deps/audisp_remote-remote-fgets.Tpo -c -o audisp_remote-remote-fgets.o `test -f 'remote-fgets.c' || echo './'`remote-fgets.c
# mv -f .deps/audisp_remote-remote-fgets.Tpo .deps/audisp_remote-remote-fgets.Po
# /bin/sh ../../../libtool --tag=CC --mode=link clang -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -Wundef -pie -Wl,-z,relro -Wl,-z,now -lgssapi_krb5 -lkrb5 -o audisp-remote audisp_remote-audisp-remote.o audisp_remote-remote-config.o audisp_remote-queue.o audisp_remote-remote-fgets.o -lcap-ng
# libtool: link: clang -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -Wundef -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -o audisp-remote audisp_remote-audisp-remote.o audisp_remote-remote-config.o audisp_remote-queue.o audisp_remote-remote-fgets.o -lgssapi_krb5 -lkrb5 -lcap-ng
# make[4]: Leaving directory '/tmp/audit/src/audit-2.4.4/audisp/plugins/remote'
# Making all in zos-remote
# make[4]: Entering directory '/tmp/audit/src/audit-2.4.4/audisp/plugins/zos-remote'
# clang -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../lib -I../../../auparse -W -Wall -Wundef -D_GNU_SOURCE -fPIE -DPIE -c -o audispd_zos_remote-zos-remote-plugin.o `test -f 'zos-remote-plugin.c' || echo './'`zos-remote-plugin.c
# zos-remote-plugin.c:107:30: warning: passing 'volatile ZOS_REMOTE *' (aka 'volatile struct opaque *') to parameter of type 'ZOS_REMOTE *' (aka 'struct opaque *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# rc = zos_remote_init(&zos_remote_inst, conf.server,
# ^~~~~~~~~~~~~~~~
# ./zos-remote-ldap.h:297:33: note: passing argument to parameter here
# int zos_remote_init(ZOS_REMOTE *, const char *, int, const char *,
# ^
# zos-remote-plugin.c:129:39: warning: passing 'volatile ZOS_REMOTE *' (aka 'volatile struct opaque *') to parameter of type 'ZOS_REMOTE *' (aka 'struct opaque *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# rc = submit_request_s(&zos_remote_inst, ber);
# ^~~~~~~~~~~~~~~~
# ./zos-remote-ldap.h:309:34: note: passing argument to parameter here
# int submit_request_s(ZOS_REMOTE *, BerElement *);
# ^
# zos-remote-plugin.c:142:28: warning: passing 'volatile ZOS_REMOTE *' (aka 'volatile struct opaque *') to parameter of type 'ZOS_REMOTE *' (aka 'struct opaque *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# zos_remote_destroy(&zos_remote_inst);
# ^~~~~~~~~~~~~~~~
# ./zos-remote-ldap.h:303:37: note: passing argument to parameter here
# void zos_remote_destroy(ZOS_REMOTE *);
# ^
# 3 warnings generated.
# clang -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../lib -I../../../auparse -W -Wall -Wundef -D_GNU_SOURCE -fPIE -DPIE -c -o audispd_zos_remote-zos-remote-log.o `test -f 'zos-remote-log.c' || echo './'`zos-remote-log.c
# clang -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../lib -I../../../auparse -W -Wall -Wundef -D_GNU_SOURCE -fPIE -DPIE -c -o audispd_zos_remote-zos-remote-ldap.o `test -f 'zos-remote-ldap.c' || echo './'`zos-remote-ldap.c
# clang -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../lib -I../../../auparse -W -Wall -Wundef -D_GNU_SOURCE -fPIE -DPIE -c -o audispd_zos_remote-zos-remote-config.o `test -f 'zos-remote-config.c' || echo './'`zos-remote-config.c
# clang -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../lib -I../../../auparse -W -Wall -Wundef -D_GNU_SOURCE -fPIE -DPIE -c -o audispd_zos_remote-zos-remote-queue.o `test -f 'zos-remote-queue.c' || echo './'`zos-remote-queue.c
# zos-remote-queue.c:139:18: warning: passing 'volatile BerElement *' (aka 'volatile struct berelement *') to parameter of type 'BerElement *' (aka 'struct berelement *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# ber_free(q[i], 1);
# ^~~~
# /usr/include/lber.h:455:14: note: passing argument to parameter 'ber' here
# BerElement *ber,
# ^
# 1 warning generated.
# /bin/sh ../../../libtool --tag=CC --mode=link clang -W -Wall -Wundef -D_GNU_SOURCE -fPIE -DPIE -pie -Wl,-z,relro -Wl,-z,now -o audispd-zos-remote audispd_zos_remote-zos-remote-plugin.o audispd_zos_remote-zos-remote-log.o audispd_zos_remote-zos-remote-ldap.o audispd_zos_remote-zos-remote-config.o audispd_zos_remote-zos-remote-queue.o -lpthread -lldap -llber -lcap-ng -L../../../auparse -lauparse
# libtool: link: clang -W -Wall -Wundef -D_GNU_SOURCE -fPIE -DPIE -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/audispd-zos-remote audispd_zos_remote-zos-remote-plugin.o audispd_zos_remote-zos-remote-log.o audispd_zos_remote-zos-remote-ldap.o audispd_zos_remote-zos-remote-config.o audispd_zos_remote-zos-remote-queue.o -lpthread -lldap -llber -lcap-ng -L../../../auparse /tmp/audit/src/audit-2.4.4/auparse/.libs/libauparse.so /tmp/audit/src/audit-2.4.4/lib/.libs/libaudit.so
# make[4]: Leaving directory '/tmp/audit/src/audit-2.4.4/audisp/plugins/zos-remote'
# make[4]: Entering directory '/tmp/audit/src/audit-2.4.4/audisp/plugins'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/audit/src/audit-2.4.4/audisp/plugins'
# make[3]: Leaving directory '/tmp/audit/src/audit-2.4.4/audisp/plugins'
# make[3]: Entering directory '/tmp/audit/src/audit-2.4.4/audisp'
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -fPIE -DPIE -g -D_GNU_SOURCE -c -o audispd-audispd.o `test -f 'audispd.c' || echo './'`audispd.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -fPIE -DPIE -g -D_GNU_SOURCE -c -o audispd-audispd-config.o `test -f 'audispd-config.c' || echo './'`audispd-config.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -fPIE -DPIE -g -D_GNU_SOURCE -c -o audispd-audispd-pconfig.o `test -f 'audispd-pconfig.c' || echo './'`audispd-pconfig.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -fPIE -DPIE -g -D_GNU_SOURCE -c -o audispd-audispd-llist.o `test -f 'audispd-llist.c' || echo './'`audispd-llist.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -fPIE -DPIE -g -D_GNU_SOURCE -c -o audispd-queue.o `test -f 'queue.c' || echo './'`queue.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -fPIE -DPIE -g -D_GNU_SOURCE -c -o audispd-audispd-builtins.o `test -f 'audispd-builtins.c' || echo './'`audispd-builtins.c
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIE -DPIE -g -D_GNU_SOURCE -pie -Wl,-z,relro -Wl,-z,now -o audispd audispd-audispd.o audispd-audispd-config.o audispd-audispd-pconfig.o audispd-audispd-llist.o audispd-queue.o audispd-audispd-builtins.o -lpthread -L../src/mt -lauditmt
# libtool: link: clang -fPIE -DPIE -g -D_GNU_SOURCE -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -o audispd audispd-audispd.o audispd-audispd-config.o audispd-audispd-pconfig.o audispd-audispd-llist.o audispd-queue.o audispd-audispd-builtins.o -lpthread -L../src/mt -lauditmt
# make[3]: Leaving directory '/tmp/audit/src/audit-2.4.4/audisp'
# make[2]: Leaving directory '/tmp/audit/src/audit-2.4.4/audisp'
# Making all in tools
# make[2]: Entering directory '/tmp/audit/src/audit-2.4.4/tools'
# Making all in aulast
# make[3]: Entering directory '/tmp/audit/src/audit-2.4.4/tools/aulast'
# clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib -I../../auparse -D_GNU_SOURCE -c -o aulast.o aulast.c
# clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib -I../../auparse -D_GNU_SOURCE -c -o aulast-llist.o aulast-llist.c
# /bin/sh ../../libtool --tag=CC --mode=link clang -D_GNU_SOURCE -o aulast aulast.o aulast-llist.o -L../../auparse -lauparse
# libtool: link: clang -D_GNU_SOURCE -o .libs/aulast aulast.o aulast-llist.o -L../../auparse /tmp/audit/src/audit-2.4.4/auparse/.libs/libauparse.so /tmp/audit/src/audit-2.4.4/lib/.libs/libaudit.so
# make[3]: Leaving directory '/tmp/audit/src/audit-2.4.4/tools/aulast'
# Making all in aulastlog
# make[3]: Entering directory '/tmp/audit/src/audit-2.4.4/tools/aulastlog'
# clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../auparse -D_GNU_SOURCE -c -o aulastlog.o aulastlog.c
# clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../auparse -D_GNU_SOURCE -c -o aulastlog-llist.o aulastlog-llist.c
# /bin/sh ../../libtool --tag=CC --mode=link clang -D_GNU_SOURCE -o aulastlog aulastlog.o aulastlog-llist.o -L../../auparse -lauparse
# libtool: link: clang -D_GNU_SOURCE -o .libs/aulastlog aulastlog.o aulastlog-llist.o -L../../auparse /tmp/audit/src/audit-2.4.4/auparse/.libs/libauparse.so /tmp/audit/src/audit-2.4.4/lib/.libs/libaudit.so
# make[3]: Leaving directory '/tmp/audit/src/audit-2.4.4/tools/aulastlog'
# Making all in ausyscall
# make[3]: Entering directory '/tmp/audit/src/audit-2.4.4/tools/ausyscall'
# clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib -g -D_GNU_SOURCE -c -o ausyscall-ausyscall.o `test -f 'ausyscall.c' || echo './'`ausyscall.c
# /bin/sh ../../libtool --tag=CC --mode=link clang -g -D_GNU_SOURCE -o ausyscall ausyscall-ausyscall.o -L../../lib -laudit
# libtool: link: clang -g -D_GNU_SOURCE -o .libs/ausyscall ausyscall-ausyscall.o -L../../lib /tmp/audit/src/audit-2.4.4/lib/.libs/libaudit.so
# make[3]: Leaving directory '/tmp/audit/src/audit-2.4.4/tools/ausyscall'
# Making all in auvirt
# make[3]: Entering directory '/tmp/audit/src/audit-2.4.4/tools/auvirt'
# clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib -I../../auparse -I../../src -D_GNU_SOURCE -c -o auvirt.o auvirt.c
# auvirt.c:1295:10: warning: enumeration values 'ET_NONE' and 'ET_MACHINE_ID' not handled in switch [-Wswitch]
# switch (e->type) {
# ^
# auvirt.c:1455:12: warning: enumeration values 'ET_NONE' and 'ET_MACHINE_ID' not handled in switch [-Wswitch]
# switch (event->type) {
# ^
# 2 warnings generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib -I../../auparse -I../../src -D_GNU_SOURCE -c -o auvirt-list.o auvirt-list.c
# clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib -I../../auparse -I../../src -D_GNU_SOURCE -c -o ausearch-time.o `test -f '../../src/ausearch-time.c' || echo './'`../../src/ausearch-time.c
# /bin/sh ../../libtool --tag=CC --mode=link clang -D_GNU_SOURCE -o auvirt auvirt.o auvirt-list.o ausearch-time.o -L../../auparse -lauparse
# libtool: link: clang -D_GNU_SOURCE -o .libs/auvirt auvirt.o auvirt-list.o ausearch-time.o -L../../auparse /tmp/audit/src/audit-2.4.4/auparse/.libs/libauparse.so /tmp/audit/src/audit-2.4.4/lib/.libs/libaudit.so
# auvirt.o: In function `process_machine_id_event':
# auvirt.c:(.text+0x15c6): undefined reference to `copy_str'
# auvirt.c:(.text+0x15d7): undefined reference to `copy_str'
# auvirt.c:(.text+0x15f2): undefined reference to `copy_str'
# auvirt.o: In function `add_start_guest_event':
# auvirt.c:(.text+0x17c0): undefined reference to `copy_str'
# auvirt.c:(.text+0x17d1): undefined reference to `copy_str'
# auvirt.o:auvirt.c:(.text+0x1a60): more undefined references to `copy_str' follow
# auvirt.o: In function `add_resource':
# auvirt.c:(.text+0x1cbc): undefined reference to `is_resource'
# auvirt.c:(.text+0x1d04): undefined reference to `copy_str'
# auvirt.c:(.text+0x1d15): undefined reference to `copy_str'
# auvirt.c:(.text+0x1d30): undefined reference to `copy_str'
# auvirt.c:(.text+0x1d41): undefined reference to `copy_str'
# auvirt.c:(.text+0x1d52): undefined reference to `copy_str'
# auvirt.o:auvirt.c:(.text+0x1db4): more undefined references to `copy_str' follow
# auvirt.o: In function `update_resource':
# auvirt.c:(.text+0x1f1c): undefined reference to `is_resource'
# auvirt.o: In function `process_avc_selinux_context':
# auvirt.c:(.text+0x2682): undefined reference to `copy_str'
# auvirt.c:(.text+0x2697): undefined reference to `copy_str'
# auvirt.c:(.text+0x26ea): undefined reference to `copy_str'
# auvirt.c:(.text+0x2719): undefined reference to `copy_str'
# auvirt.c:(.text+0x273c): undefined reference to `copy_str'
# auvirt.o:auvirt.c:(.text+0x2772): more undefined references to `copy_str' follow
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# make[3]: *** [Makefile:490: auvirt] Error 1
# make[3]: Leaving directory '/tmp/audit/src/audit-2.4.4/tools/auvirt'
# make[2]: *** [Makefile:412: all-recursive] Error 1
# make[2]: Leaving directory '/tmp/audit/src/audit-2.4.4/tools'
# make[1]: *** [Makefile:469: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/audit/src/audit-2.4.4'
# make: *** [Makefile:401: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/audit/src/audit-2.4.4/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 audit configure 2.4.4, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --libexecdir=/usr/lib/audit --with-python=yes --enable-gssapi-krb5=yes --enable-systemd=yes --with-libcap-ng=yes
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 63d9e7377db0
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2567: checking build system type
# configure:2581: result: x86_64-unknown-linux-gnu
# configure:2601: checking host system type
# configure:2614: result: x86_64-unknown-linux-gnu
# configure:2634: checking target system type
# configure:2647: result: x86_64-unknown-linux-gnu
# configure:2689: checking for a BSD-compatible install
# configure:2757: result: /usr/bin/install -c
# configure:2768: checking whether build environment is sane
# configure:2823: result: yes
# configure:2882: checking for x86_64-unknown-linux-strip
# configure:2912: result: no
# configure:2922: checking for strip
# configure:2938: found /usr/bin/strip
# configure:2949: result: strip
# configure:2974: checking for a thread-safe mkdir -p
# configure:3013: result: /usr/bin/mkdir -p
# configure:3020: checking for gawk
# configure:3036: found /usr/bin/gawk
# configure:3047: result: gawk
# configure:3058: checking whether make sets $(MAKE)
# configure:3080: result: yes
# configure:3109: checking whether make supports nested variables
# configure:3126: result: yes
# configure:3298: checking how to print strings
# configure:3325: result: printf
# configure:3358: checking for style of include used by make
# configure:3386: result: GNU
# configure:3417: checking for x86_64-unknown-linux-gcc
# configure:3444: result: clang
# configure:3713: checking for C compiler version
# configure:3722: 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:3733: $? = 0
# configure:3722: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3733: $? = 0
# configure:3722: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3733: $? = 1
# configure:3722: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3733: $? = 1
# configure:3753: checking whether the C compiler works
# configure:3775: clang conftest.c >&5
# configure:3779: $? = 0
# configure:3827: result: yes
# configure:3830: checking for C compiler default output file name
# configure:3832: result: a.out
# configure:3838: checking for suffix of executables
# configure:3845: clang -o conftest conftest.c >&5
# configure:3849: $? = 0
# configure:3871: result:
# configure:3893: checking whether we are cross compiling
# configure:3901: clang -o conftest conftest.c >&5
# configure:3905: $? = 0
# configure:3912: ./conftest
# configure:3916: $? = 0
# configure:3931: result: no
# configure:3936: checking for suffix of object files
# configure:3958: clang -c conftest.c >&5
# configure:3962: $? = 0
# configure:3983: result: o
# configure:3987: checking whether we are using the GNU C compiler
# configure:4006: clang -c conftest.c >&5
# configure:4006: $? = 0
# configure:4015: result: yes
# configure:4024: checking whether clang accepts -g
# configure:4044: clang -c -g conftest.c >&5
# configure:4044: $? = 0
# configure:4085: result: yes
# configure:4102: checking for clang option to accept ISO C89
# configure:4165: clang -c conftest.c >&5
# configure:4165: $? = 0
# configure:4178: result: none needed
# configure:4203: checking whether clang understands -c and -o together
# configure:4225: clang -c conftest.c -o conftest2.o
# configure:4228: $? = 0
# configure:4225: clang -c conftest.c -o conftest2.o
# configure:4228: $? = 0
# configure:4240: result: yes
# configure:4259: checking dependency style of clang
# configure:4370: result: gcc3
# configure:4385: checking for a sed that does not truncate output
# configure:4449: result: /usr/bin/sed
# configure:4467: checking for grep that handles long lines and -e
# configure:4525: result: /usr/bin/grep
# configure:4530: checking for egrep
# configure:4592: result: /usr/bin/grep -E
# configure:4597: checking for fgrep
# configure:4659: result: /usr/bin/grep -F
# configure:4694: checking for ld used by clang
# configure:4761: result: /usr/bin/ld
# configure:4768: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4783: result: yes
# configure:4795: checking for BSD- or MS-compatible name lister (nm)
# configure:4844: result: /usr/bin/nm -B
# configure:4974: checking the name lister (/usr/bin/nm -B) interface
# configure:4981: clang -c conftest.c >&5
# configure:4984: /usr/bin/nm -B "conftest.o"
# configure:4987: output
# 0000000000000000 B some_variable
# configure:4994: result: BSD nm
# configure:4997: checking whether ln -s works
# configure:5001: result: yes
# configure:5009: checking the maximum length of command line arguments
# configure:5139: result: 1572864
# configure:5156: checking whether the shell understands some XSI constructs
# configure:5166: result: yes
# configure:5170: checking whether the shell understands "+="
# configure:5176: result: yes
# configure:5211: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5251: result: func_convert_file_noop
# configure:5258: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5278: result: func_convert_file_noop
# configure:5285: checking for /usr/bin/ld option to reload object files
# configure:5292: result: -r
# configure:5326: checking for x86_64-unknown-linux-objdump
# configure:5356: result: no
# configure:5366: checking for objdump
# configure:5382: found /usr/bin/objdump
# configure:5393: result: objdump
# configure:5425: checking how to recognize dependent libraries
# configure:5627: result: pass_all
# configure:5672: checking for x86_64-unknown-linux-dlltool
# configure:5702: result: no
# configure:5712: checking for dlltool
# configure:5742: result: no
# configure:5772: checking how to associate runtime and link libraries
# configure:5799: result: printf %s\n
# configure:5816: checking for x86_64-unknown-linux-ar
# configure:5846: result: no
# configure:5860: checking for ar
# configure:5876: found /usr/bin/ar
# configure:5887: result: ar
# configure:5924: checking for archiver @FILE support
# configure:5941: clang -c conftest.c >&5
# configure:5941: $? = 0
# configure:5944: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:5947: $? = 0
# configure:5952: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:5955: $? = 1
# configure:5967: result: @
# configure:5985: checking for x86_64-unknown-linux-strip
# configure:6012: result: strip
# configure:6084: checking for x86_64-unknown-linux-ranlib
# configure:6114: result: no
# configure:6124: checking for ranlib
# configure:6140: found /usr/bin/ranlib
# configure:6151: result: ranlib
# configure:6253: checking command to parse /usr/bin/nm -B output from clang object
# configure:6373: clang -c conftest.c >&5
# configure:6376: $? = 0
# configure:6380: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6383: $? = 0
# configure:6449: clang -o conftest conftest.c conftstm.o >&5
# configure:6452: $? = 0
# configure:6490: result: ok
# configure:6527: checking for sysroot
# configure:6557: result: no
# configure:6634: clang -c conftest.c >&5
# configure:6637: $? = 0
# configure:6779: checking for x86_64-unknown-linux-mt
# configure:6809: result: no
# configure:6819: checking for mt
# configure:6849: result: no
# configure:6869: checking if : is a manifest tool
# configure:6875: : '-?'
# configure:6883: result: no
# configure:7525: checking how to run the C preprocessor
# configure:7556: clang -E conftest.c
# configure:7556: $? = 0
# configure:7570: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7570: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "audit"
# | #define PACKAGE_TARNAME "audit"
# | #define PACKAGE_VERSION "2.4.4"
# | #define PACKAGE_STRING "audit 2.4.4"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "audit"
# | #define VERSION "2.4.4"
# | /* end confdefs.h. */
# | #include
# configure:7595: result: clang -E
# configure:7615: clang -E conftest.c
# configure:7615: $? = 0
# configure:7629: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7629: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "audit"
# | #define PACKAGE_TARNAME "audit"
# | #define PACKAGE_VERSION "2.4.4"
# | #define PACKAGE_STRING "audit 2.4.4"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "audit"
# | #define VERSION "2.4.4"
# | /* end confdefs.h. */
# | #include
# configure:7658: checking for ANSI C header files
# configure:7678: clang -c conftest.c >&5
# configure:7678: $? = 0
# configure:7751: clang -o conftest conftest.c >&5
# configure:7751: $? = 0
# configure:7751: ./conftest
# configure:7751: $? = 0
# configure:7762: result: yes
# configure:7775: checking for sys/types.h
# configure:7775: clang -c conftest.c >&5
# configure:7775: $? = 0
# configure:7775: result: yes
# configure:7775: checking for sys/stat.h
# configure:7775: clang -c conftest.c >&5
# configure:7775: $? = 0
# configure:7775: result: yes
# configure:7775: checking for stdlib.h
# configure:7775: clang -c conftest.c >&5
# configure:7775: $? = 0
# configure:7775: result: yes
# configure:7775: checking for string.h
# configure:7775: clang -c conftest.c >&5
# configure:7775: $? = 0
# configure:7775: result: yes
# configure:7775: checking for memory.h
# configure:7775: clang -c conftest.c >&5
# configure:7775: $? = 0
# configure:7775: result: yes
# configure:7775: checking for strings.h
# configure:7775: clang -c conftest.c >&5
# configure:7775: $? = 0
# configure:7775: result: yes
# configure:7775: checking for inttypes.h
# configure:7775: clang -c conftest.c >&5
# configure:7775: $? = 0
# configure:7775: result: yes
# configure:7775: checking for stdint.h
# configure:7775: clang -c conftest.c >&5
# configure:7775: $? = 0
# configure:7775: result: yes
# configure:7775: checking for unistd.h
# configure:7775: clang -c conftest.c >&5
# configure:7775: $? = 0
# configure:7775: result: yes
# configure:7789: checking for dlfcn.h
# configure:7789: clang -c conftest.c >&5
# configure:7789: $? = 0
# configure:7789: result: yes
# configure:7995: checking for objdir
# configure:8010: result: .libs
# configure:8281: checking if clang supports -fno-rtti -fno-exceptions
# configure:8299: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8303: $? = 0
# configure:8316: result: yes
# configure:8643: checking for clang option to produce PIC
# configure:8650: result: -fPIC -DPIC
# configure:8658: checking if clang PIC flag -fPIC -DPIC works
# configure:8676: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8680: $? = 0
# configure:8693: result: yes
# configure:8722: checking if clang static flag -static works
# configure:8750: result: yes
# configure:8765: checking if clang supports -c -o file.o
# configure:8786: clang -c -o out/conftest2.o conftest.c >&5
# configure:8790: $? = 0
# configure:8812: result: yes
# configure:8820: checking if clang supports -c -o file.o
# configure:8867: result: yes
# configure:8900: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10053: result: yes
# configure:10090: checking whether -lc should be explicitly linked in
# configure:10098: clang -c conftest.c >&5
# configure:10101: $? = 0
# configure:10116: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10119: $? = 0
# configure:10133: result: no
# configure:10293: checking dynamic linker characteristics
# configure:10804: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10804: $? = 0
# configure:11030: result: GNU/Linux ld.so
# configure:11137: checking how to hardcode library paths into programs
# configure:11162: result: immediate
# configure:11702: checking whether stripping libraries is possible
# configure:11707: result: yes
# configure:11742: checking if libtool supports shared libraries
# configure:11744: result: yes
# configure:11747: checking whether to build shared libraries
# configure:11768: result: yes
# configure:11771: checking whether to build static libraries
# configure:11775: result: yes
# configure:11818: checking sys/inotify.h usability
# configure:11818: clang -c conftest.c >&5
# configure:11818: $? = 0
# configure:11818: result: yes
# configure:11818: checking sys/inotify.h presence
# configure:11818: clang -E conftest.c
# configure:11818: $? = 0
# configure:11818: result: yes
# configure:11818: checking for sys/inotify.h
# configure:11818: result: yes
# configure:11818: checking sys/epoll.h usability
# configure:11818: clang -c conftest.c >&5
# configure:11818: $? = 0
# configure:11818: result: yes
# configure:11818: checking sys/epoll.h presence
# configure:11818: clang -E conftest.c
# configure:11818: $? = 0
# configure:11818: result: yes
# configure:11818: checking for sys/epoll.h
# configure:11818: result: yes
# configure:11818: checking sys/event.h usability
# configure:11818: clang -c conftest.c >&5
# conftest.c:58:10: fatal error: 'sys/event.h' file not found
# #include
# ^
# 1 error generated.
# configure:11818: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "audit"
# | #define PACKAGE_TARNAME "audit"
# | #define PACKAGE_VERSION "2.4.4"
# | #define PACKAGE_STRING "audit 2.4.4"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "audit"
# | #define VERSION "2.4.4"
# | #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_SYS_INOTIFY_H 1
# | #define HAVE_SYS_EPOLL_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
# | #include
# configure:11818: result: no
# configure:11818: checking sys/event.h presence
# configure:11818: clang -E conftest.c
# conftest.c:25:10: fatal error: 'sys/event.h' file not found
# #include
# ^
# 1 error generated.
# configure:11818: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "audit"
# | #define PACKAGE_TARNAME "audit"
# | #define PACKAGE_VERSION "2.4.4"
# | #define PACKAGE_STRING "audit 2.4.4"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "audit"
# | #define VERSION "2.4.4"
# | #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_SYS_INOTIFY_H 1
# | #define HAVE_SYS_EPOLL_H 1
# | /* end confdefs.h. */
# | #include
# configure:11818: result: no
# configure:11818: checking for sys/event.h
# configure:11818: result: no
# configure:11818: checking port.h usability
# configure:11818: clang -c conftest.c >&5
# conftest.c:58:10: fatal error: 'port.h' file not found
# #include
# ^
# 1 error generated.
# configure:11818: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "audit"
# | #define PACKAGE_TARNAME "audit"
# | #define PACKAGE_VERSION "2.4.4"
# | #define PACKAGE_STRING "audit 2.4.4"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "audit"
# | #define VERSION "2.4.4"
# | #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_SYS_INOTIFY_H 1
# | #define HAVE_SYS_EPOLL_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
# | #include
# configure:11818: result: no
# configure:11818: checking port.h presence
# configure:11818: clang -E conftest.c
# conftest.c:25:10: fatal error: 'port.h' file not found
# #include
# ^
# 1 error generated.
# configure:11818: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "audit"
# | #define PACKAGE_TARNAME "audit"
# | #define PACKAGE_VERSION "2.4.4"
# | #define PACKAGE_STRING "audit 2.4.4"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "audit"
# | #define VERSION "2.4.4"
# | #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_SYS_INOTIFY_H 1
# | #define HAVE_SYS_EPOLL_H 1
# | /* end confdefs.h. */
# | #include
# configure:11818: result: no
# configure:11818: checking for port.h
# configure:11818: result: no
# configure:11818: checking poll.h usability
# configure:11818: clang -c conftest.c >&5
# configure:11818: $? = 0
# configure:11818: result: yes
# configure:11818: checking poll.h presence
# configure:11818: clang -E conftest.c
# configure:11818: $? = 0
# configure:11818: result: yes
# configure:11818: checking for poll.h
# configure:11818: result: yes
# configure:11818: checking sys/select.h usability
# configure:11818: clang -c conftest.c >&5
# configure:11818: $? = 0
# configure:11818: result: yes
# configure:11818: checking sys/select.h presence
# configure:11818: clang -E conftest.c
# configure:11818: $? = 0
# configure:11818: result: yes
# configure:11818: checking for sys/select.h
# configure:11818: result: yes
# configure:11818: checking sys/eventfd.h usability
# configure:11818: clang -c conftest.c >&5
# configure:11818: $? = 0
# configure:11818: result: yes
# configure:11818: checking sys/eventfd.h presence
# configure:11818: clang -E conftest.c
# configure:11818: $? = 0
# configure:11818: result: yes
# configure:11818: checking for sys/eventfd.h
# configure:11818: result: yes
# configure:11818: checking sys/signalfd.h usability
# configure:11818: clang -c conftest.c >&5
# configure:11818: $? = 0
# configure:11818: result: yes
# configure:11818: checking sys/signalfd.h presence
# configure:11818: clang -E conftest.c
# configure:11818: $? = 0
# configure:11818: result: yes
# configure:11818: checking for sys/signalfd.h
# configure:11818: result: yes
# configure:11832: checking for inotify_init
# configure:11832: clang -o conftest conftest.c >&5
# configure:11832: $? = 0
# configure:11832: result: yes
# configure:11832: checking for epoll_ctl
# configure:11832: clang -o conftest conftest.c >&5
# configure:11832: $? = 0
# configure:11832: result: yes
# configure:11832: checking for kqueue
# configure:11832: clang -o conftest conftest.c >&5
# /tmp/conftest-d2b098.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `kqueue'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11832: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "audit"
# | #define PACKAGE_TARNAME "audit"
# | #define PACKAGE_VERSION "2.4.4"
# | #define PACKAGE_STRING "audit 2.4.4"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "audit"
# | #define VERSION "2.4.4"
# | #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_SYS_INOTIFY_H 1
# | #define HAVE_SYS_EPOLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_EVENTFD_H 1
# | #define HAVE_SYS_SIGNALFD_H 1
# | #define HAVE_INOTIFY_INIT 1
# | #define HAVE_EPOLL_CTL 1
# | /* end confdefs.h. */
# | /* Define kqueue to an innocuous variant, in case declares kqueue.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define kqueue innocuous_kqueue
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char kqueue (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef kqueue
# |
# | /* 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 kqueue ();
# | /* 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_kqueue || defined __stub___kqueue
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return kqueue ();
# | ;
# | return 0;
# | }
# configure:11832: result: no
# configure:11832: checking for port_create
# configure:11832: clang -o conftest conftest.c >&5
# /tmp/conftest-0f5416.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `port_create'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11832: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "audit"
# | #define PACKAGE_TARNAME "audit"
# | #define PACKAGE_VERSION "2.4.4"
# | #define PACKAGE_STRING "audit 2.4.4"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "audit"
# | #define VERSION "2.4.4"
# | #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_SYS_INOTIFY_H 1
# | #define HAVE_SYS_EPOLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_EVENTFD_H 1
# | #define HAVE_SYS_SIGNALFD_H 1
# | #define HAVE_INOTIFY_INIT 1
# | #define HAVE_EPOLL_CTL 1
# | /* end confdefs.h. */
# | /* Define port_create to an innocuous variant, in case declares port_create.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define port_create innocuous_port_create
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char port_create (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef port_create
# |
# | /* 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 port_create ();
# | /* 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_port_create || defined __stub___port_create
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return port_create ();
# | ;
# | return 0;
# | }
# configure:11832: result: no
# configure:11832: checking for poll
# configure:11832: clang -o conftest conftest.c >&5
# configure:11832: $? = 0
# configure:11832: result: yes
# configure:11832: checking for select
# configure:11832: clang -o conftest conftest.c >&5
# configure:11832: $? = 0
# configure:11832: result: yes
# configure:11832: checking for eventfd
# configure:11832: clang -o conftest conftest.c >&5
# configure:11832: $? = 0
# configure:11832: result: yes
# configure:11832: checking for signalfd
# configure:11832: clang -o conftest conftest.c >&5
# configure:11832: $? = 0
# configure:11832: result: yes
# configure:11844: checking for clock_gettime
# configure:11844: clang -o conftest conftest.c >&5
# configure:11844: $? = 0
# configure:11844: result: yes
# configure:11948: checking for nanosleep
# configure:11948: clang -o conftest conftest.c >&5
# configure:11948: $? = 0
# configure:11948: result: yes
# configure:12023: checking for library containing floor
# configure:12054: clang -o conftest conftest.c >&5
# conftest.c:44:6: warning: incompatible redeclaration of library function 'floor' [-Wincompatible-library-redeclaration]
# char floor ();
# ^
# conftest.c:44:6: note: 'floor' is a builtin with type 'double (double)'
# 1 warning generated.
# /tmp/conftest-092d6d.o: In function `main':
# conftest.c:(.text+0x16): undefined reference to `floor'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12054: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "audit"
# | #define PACKAGE_TARNAME "audit"
# | #define PACKAGE_VERSION "2.4.4"
# | #define PACKAGE_STRING "audit 2.4.4"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "audit"
# | #define VERSION "2.4.4"
# | #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_SYS_INOTIFY_H 1
# | #define HAVE_SYS_EPOLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_EVENTFD_H 1
# | #define HAVE_SYS_SIGNALFD_H 1
# | #define HAVE_INOTIFY_INIT 1
# | #define HAVE_EPOLL_CTL 1
# | #define HAVE_POLL 1
# | #define HAVE_SELECT 1
# | #define HAVE_EVENTFD 1
# | #define HAVE_SIGNALFD 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_NANOSLEEP 1
# | /* 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 floor ();
# | int
# | main ()
# | {
# | return floor ();
# | ;
# | return 0;
# | }
# configure:12054: clang -o conftest conftest.c -lm >&5
# conftest.c:44:6: warning: incompatible redeclaration of library function 'floor' [-Wincompatible-library-redeclaration]
# char floor ();
# ^
# conftest.c:44:6: note: 'floor' is a builtin with type 'double (double)'
# 1 warning generated.
# configure:12054: $? = 0
# configure:12071: result: -lm
# configure:12097: checking for x86_64-unknown-linux-gcc
# configure:12124: result: clang
# configure:12393: checking for C compiler version
# configure:12402: 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:12413: $? = 0
# configure:12402: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:12413: $? = 0
# configure:12402: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:12413: $? = 1
# configure:12402: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:12413: $? = 1
# configure:12417: checking whether we are using the GNU C compiler
# configure:12445: result: yes
# configure:12454: checking whether clang accepts -g
# configure:12515: result: yes
# configure:12532: checking for clang option to accept ISO C89
# configure:12608: result: none needed
# configure:12633: checking whether clang understands -c and -o together
# configure:12670: result: yes
# configure:12689: checking dependency style of clang
# configure:12800: result: gcc3
# configure:12820: checking for gawk
# configure:12847: result: gawk
# configure:12914: checking for gcc
# configure:12930: found /usr/bin/gcc
# configure:12941: result: gcc
# configure:13170: checking for C compiler version
# configure:13179: gcc --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:13190: $? = 0
# configure:13179: gcc -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# 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
# 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: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:13190: $? = 0
# configure:13179: gcc -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:13190: $? = 1
# configure:13179: gcc -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:13190: $? = 1
# configure:13194: checking whether we are using the GNU C compiler
# configure:13222: result: yes
# configure:13231: checking whether gcc accepts -g
# configure:13251: clang -c conftest.c >&5
# configure:13251: $? = 0
# configure:13292: result: yes
# configure:13309: checking for gcc option to accept ISO C89
# configure:13385: result: none needed
# configure:13410: checking whether gcc understands -c and -o together
# configure:13447: result: yes
# configure:13466: checking dependency style of gcc
# configure:13577: result: gcc3
# configure:13597: checking how to run the C preprocessor
# configure:13628: clang -E conftest.c
# configure:13628: $? = 0
# configure:13642: clang -E conftest.c
# conftest.c:38:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:13642: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "audit"
# | #define PACKAGE_TARNAME "audit"
# | #define PACKAGE_VERSION "2.4.4"
# | #define PACKAGE_STRING "audit 2.4.4"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "audit"
# | #define VERSION "2.4.4"
# | #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_SYS_INOTIFY_H 1
# | #define HAVE_SYS_EPOLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_EVENTFD_H 1
# | #define HAVE_SYS_SIGNALFD_H 1
# | #define HAVE_INOTIFY_INIT 1
# | #define HAVE_EPOLL_CTL 1
# | #define HAVE_POLL 1
# | #define HAVE_SELECT 1
# | #define HAVE_EVENTFD 1
# | #define HAVE_SIGNALFD 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_FLOOR 1
# | /* end confdefs.h. */
# | #include
# configure:13667: result: gcc -E
# configure:13687: clang -E conftest.c
# configure:13687: $? = 0
# configure:13701: clang -E conftest.c
# conftest.c:38:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:13701: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "audit"
# | #define PACKAGE_TARNAME "audit"
# | #define PACKAGE_VERSION "2.4.4"
# | #define PACKAGE_STRING "audit 2.4.4"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "audit"
# | #define VERSION "2.4.4"
# | #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_SYS_INOTIFY_H 1
# | #define HAVE_SYS_EPOLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_EVENTFD_H 1
# | #define HAVE_SYS_SIGNALFD_H 1
# | #define HAVE_INOTIFY_INIT 1
# | #define HAVE_EPOLL_CTL 1
# | #define HAVE_POLL 1
# | #define HAVE_SELECT 1
# | #define HAVE_EVENTFD 1
# | #define HAVE_SIGNALFD 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_FLOOR 1
# | /* end confdefs.h. */
# | #include
# configure:13741: checking for ANSI C header files
# configure:13845: result: yes
# configure:13853: checking whether time.h and sys/time.h may both be included
# configure:13873: clang -c conftest.c >&5
# configure:13873: $? = 0
# configure:13880: result: yes
# configure:13889: checking for an ANSI C-conforming const
# configure:13955: clang -c conftest.c >&5
# configure:13955: $? = 0
# configure:13962: result: yes
# configure:13970: checking for inline
# configure:13986: clang -c conftest.c >&5
# configure:13986: $? = 0
# configure:13994: result: inline
# configure:14016: checking size of unsigned int
# configure:14021: clang -o conftest conftest.c >&5
# configure:14021: $? = 0
# configure:14021: ./conftest
# configure:14021: $? = 0
# configure:14035: result: 4
# configure:14049: checking size of unsigned long
# configure:14054: clang -o conftest conftest.c >&5
# configure:14054: $? = 0
# configure:14054: ./conftest
# configure:14054: $? = 0
# configure:14068: result: 8
# configure:14079: checking whether AUDIT_FEATURE_VERSION is declared
# configure:14079: clang -c conftest.c >&5
# configure:14079: $? = 0
# configure:14079: result: yes
# configure:14091: checking whether AUDIT_VERSION_BACKLOG_WAIT_TIME is declared
# configure:14091: clang -c conftest.c >&5
# configure:14091: $? = 0
# configure:14091: result: yes
# configure:14103: checking whether ADDR_NO_RANDOMIZE is declared
# configure:14103: clang -c conftest.c >&5
# configure:14103: $? = 0
# configure:14103: result: yes
# configure:14117: checking for posix_fallocate
# configure:14117: clang -o conftest conftest.c >&5
# configure:14117: $? = 0
# configure:14117: result: yes
# configure:14142: checking whether to create python bindings
# configure:14157: result: testing
# configure:14222: checking for python version
# configure:14229: result: 3.5
# configure:14241: checking for python platform
# configure:14248: result: linux
# configure:14274: checking for python script directory
# configure:14309: result: ${prefix}/lib/python3.5/site-packages
# configure:14318: checking for python extension module directory
# configure:14353: result: ${exec_prefix}/lib/python3.5/site-packages
# configure:14372: Python bindings will be built
# configure:14393: checking whether to create python3 bindings
# configure:14407: result: investigating
# configure:14411: checking for python3-config
# configure:14429: found /usr/bin/python3-config
# configure:14442: result: /usr/bin/python3-config
# configure:14462: checking for python3
# configure:14480: found /usr/bin/python3
# configure:14493: result: /usr/bin/python3
# configure:14536: checking whether to create Go language bindings
# configure:14551: result: testing
# configure:14555: checking for go
# configure:14583: result: no
# configure:14608: WARNING: "Go not found - go bindings will not be made"
# configure:14624: checking whether to include auditd network listener support
# configure:14646: result: yes
# configure:14650: checking whether to include audisp ZOS remote plugin
# configure:14667: result: yes
# configure:14684: checking for gss_acquire_cred in -lgssapi_krb5
# configure:14709: clang -o conftest conftest.c -lgssapi_krb5 >&5
# configure:14709: $? = 0
# configure:14718: result: yes
# configure:14722: checking gssapi/gssapi.h usability
# configure:14722: clang -c conftest.c >&5
# configure:14722: $? = 0
# configure:14722: result: yes
# configure:14722: checking gssapi/gssapi.h presence
# configure:14722: clang -E conftest.c
# configure:14722: $? = 0
# configure:14722: result: yes
# configure:14722: checking for gssapi/gssapi.h
# configure:14722: result: yes
# configure:14824: checking whether to include alpha processor support
# configure:14847: result: no
# configure:14850: checking whether to include arm eabi processor support
# configure:14873: result: no
# configure:14876: checking whether to include aarch64 processor support
# configure:14899: result: no
# configure:14902: checking whether to use apparmor
# configure:14917: result: no
# configure:14920: checking whether to use prelude
# configure:14930: result: no
# configure:14995: checking whether to use libwrap
# configure:15224: result: no
# configure:15256: checking cap-ng.h usability
# configure:15256: clang -c conftest.c >&5
# configure:15256: $? = 0
# configure:15256: result: yes
# configure:15256: checking cap-ng.h presence
# configure:15256: clang -E conftest.c
# configure:15256: $? = 0
# configure:15256: result: yes
# configure:15256: checking for cap-ng.h
# configure:15256: result: yes
# configure:15266: checking for capng_clear in -lcap-ng
# configure:15291: clang -o conftest conftest.c -lcap-ng >&5
# configure:15291: $? = 0
# configure:15300: result: yes
# configure:15316: checking whether to use libcap-ng
# configure:15322: result: yes
# configure:15446: checking that generated files are newer than configure
# configure:15452: result: done
# configure:15539: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by audit config.status 2.4.4, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 63d9e7377db0
#
# config.status:1205: creating Makefile
# config.status:1205: creating lib/Makefile
# config.status:1205: creating lib/audit.pc
# config.status:1205: creating lib/test/Makefile
# config.status:1205: creating auparse/Makefile
# config.status:1205: creating auparse/test/Makefile
# config.status:1205: creating auparse/auparse.pc
# config.status:1205: creating src/Makefile
# config.status:1205: creating src/mt/Makefile
# config.status:1205: creating src/libev/Makefile
# config.status:1205: creating src/test/Makefile
# config.status:1205: creating docs/Makefile
# config.status:1205: creating init.d/Makefile
# config.status:1205: creating audisp/Makefile
# config.status:1205: creating audisp/plugins/Makefile
# config.status:1205: creating audisp/plugins/builtins/Makefile
# config.status:1205: creating audisp/plugins/prelude/Makefile
# config.status:1205: creating audisp/plugins/remote/Makefile
# config.status:1205: creating audisp/plugins/zos-remote/Makefile
# config.status:1205: creating bindings/Makefile
# config.status:1205: creating bindings/python/Makefile
# config.status:1205: creating bindings/python/python2/Makefile
# config.status:1205: creating bindings/python/python3/Makefile
# config.status:1205: creating bindings/golang/Makefile
# config.status:1205: creating bindings/swig/Makefile
# config.status:1205: creating bindings/swig/src/Makefile
# config.status:1205: creating bindings/swig/python/Makefile
# config.status:1205: creating bindings/swig/python3/Makefile
# config.status:1205: creating tools/Makefile
# config.status:1205: creating tools/aulast/Makefile
# config.status:1205: creating tools/aulastlog/Makefile
# config.status:1205: creating tools/ausyscall/Makefile
# config.status:1205: creating tools/auvirt/Makefile
# config.status:1205: creating config.h
# config.status:1434: executing depfiles commands
# config.status:1434: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_build_prog_CPP='gcc -E'
# ac_cv_build_prog_cc_g=yes
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_PYTHON_set=set
# ac_cv_env_PYTHON_value=/usr/bin/python3
# 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_clock_gettime=yes
# ac_cv_func_epoll_ctl=yes
# ac_cv_func_eventfd=yes
# ac_cv_func_inotify_init=yes
# ac_cv_func_kqueue=no
# ac_cv_func_nanosleep=yes
# ac_cv_func_poll=yes
# ac_cv_func_port_create=no
# ac_cv_func_posix_fallocate=yes
# ac_cv_func_select=yes
# ac_cv_func_signalfd=yes
# ac_cv_have_decl_ADDR_NO_RANDOMIZE=yes
# ac_cv_have_decl_AUDIT_FEATURE_VERSION=yes
# ac_cv_have_decl_AUDIT_VERSION_BACKLOG_WAIT_TIME=yes
# ac_cv_header_cap_ng_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_gssapi_gssapi_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_poll_h=yes
# ac_cv_header_port_h=no
# 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_epoll_h=yes
# ac_cv_header_sys_event_h=no
# ac_cv_header_sys_eventfd_h=yes
# ac_cv_header_sys_inotify_h=yes
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_signalfd_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_cap_ng_capng_clear=yes
# ac_cv_lib_gssapi_krb5_gss_acquire_cred=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_PYTHON3=/usr/bin/python3
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_path_use_python3=/usr/bin/python3-config
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_GOLANG=no
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC_FOR_BUILD=gcc
# 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_search_floor=-lm
# ac_cv_sizeof_unsigned_int=4
# ac_cv_sizeof_unsigned_long=8
# ac_cv_target=x86_64-unknown-linux-gnu
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# am_cv_python_platform=linux
# am_cv_python_pyexecdir='${exec_prefix}/lib/python3.5/site-packages'
# am_cv_python_pythondir='${prefix}/lib/python3.5/site-packages'
# am_cv_python_version=3.5
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/audit/src/audit-2.4.4/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/audit/src/audit-2.4.4/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/audit/src/audit-2.4.4/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/audit/src/audit-2.4.4/missing automake-1.15'
# AWK='gawk'
# BUILD_EXEEXT=''
# BUILD_OBJEXT=''
# CAPNG_LDADD='-lcap-ng'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CC_FOR_BUILD='gcc'
# CFLAGS=''
# CFLAGS_FOR_BUILD='-g -O2'
# CPP='clang -E'
# CPPFLAGS=''
# CPPFLAGS_FOR_BUILD=''
# CPP_FOR_BUILD='gcc -E'
# CYGPATH_W='echo'
# DEBUG='-DNDEBUG'
# DEBUG_FALSE=''
# DEBUG_TRUE='#'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# ENABLE_GSSAPI_FALSE='#'
# ENABLE_GSSAPI_TRUE=''
# ENABLE_LISTENER_FALSE='#'
# ENABLE_LISTENER_TRUE=''
# ENABLE_SYSTEMD_FALSE='#'
# ENABLE_SYSTEMD_TRUE=''
# ENABLE_ZOS_REMOTE_FALSE='#'
# ENABLE_ZOS_REMOTE_TRUE=''
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GOLANG='no'
# GOROOT=''
# GREP='/usr/bin/grep'
# HAVE_GOLANG_FALSE=''
# HAVE_GOLANG_TRUE='#'
# HAVE_PRELUDE_FALSE=''
# HAVE_PRELUDE_TRUE='#'
# HAVE_PYTHON_FALSE='#'
# HAVE_PYTHON_TRUE=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LDFLAGS_FOR_BUILD=''
# LIBOBJS=''
# LIBPRELUDE_CFLAGS=''
# LIBPRELUDE_LDFLAGS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIBTOOL_DEPS='./ltmain.sh'
# LIBWRAP_LIBS=''
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/audit/src/audit-2.4.4/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='audit'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='audit'
# PACKAGE_STRING='audit 2.4.4'
# PACKAGE_TARNAME='audit'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.4.4'
# PATH_SEPARATOR=':'
# PYINCLUDEDIR='/usr/include/python3.5m'
# PYTHON3='/usr/bin/python3'
# PYTHON3_CFLAGS='-I/usr/include/python3.5m -I/usr/include/python3.5m -Wno-unused-result -Wsign-compare -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes'
# PYTHON3_EXEC_PREFIX='${exec_prefix}'
# PYTHON3_INCLUDES='-I/usr/include/python3.5m -I/usr/include/python3.5m'
# PYTHON3_LIBS='-lpython3.5m -lpthread -ldl -lutil -lm '
# PYTHON3_PREFIX='${prefix}'
# PYTHON='/usr/bin/python3'
# PYTHON_EXEC_PREFIX='${exec_prefix}'
# PYTHON_PLATFORM='linux'
# PYTHON_PREFIX='${prefix}'
# PYTHON_VERSION='3.5'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# USE_AARCH64_FALSE=''
# USE_AARCH64_TRUE='#'
# USE_ALPHA_FALSE=''
# USE_ALPHA_TRUE='#'
# USE_ARM_FALSE=''
# USE_ARM_TRUE='#'
# USE_PYTHON3_FALSE='#'
# USE_PYTHON3_TRUE=''
# VERSION='2.4.4'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_CC_FOR_BUILD='gcc'
# 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}'
# gobind_dir=''
# gss_libs='-lgssapi_krb5 -lkrb5'
# 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/audit/src/audit-2.4.4/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='/usr/lib/audit'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# pkgpyexecdir='${pyexecdir}/audit'
# pkgpythondir='${pythondir}/audit'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# py3execdir='${exec_prefix}/lib/python3.5/site-packages'
# pybind_dir='python'
# pyexecdir='${exec_prefix}/lib/python3.5/site-packages'
# python3dir='${prefix}/lib/python3.5/site-packages'
# pythondir='${prefix}/lib/python3.5/site-packages'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
# use_python3='yes'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "audit"
# #define PACKAGE_TARNAME "audit"
# #define PACKAGE_VERSION "2.4.4"
# #define PACKAGE_STRING "audit 2.4.4"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "audit"
# #define VERSION "2.4.4"
# #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_SYS_INOTIFY_H 1
# #define HAVE_SYS_EPOLL_H 1
# #define HAVE_POLL_H 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_EVENTFD_H 1
# #define HAVE_SYS_SIGNALFD_H 1
# #define HAVE_INOTIFY_INIT 1
# #define HAVE_EPOLL_CTL 1
# #define HAVE_POLL 1
# #define HAVE_SELECT 1
# #define HAVE_EVENTFD 1
# #define HAVE_SIGNALFD 1
# #define HAVE_CLOCK_GETTIME 1
# #define HAVE_NANOSLEEP 1
# #define HAVE_FLOOR 1
# #define STDC_HEADERS 1
# #define TIME_WITH_SYS_TIME 1
# #define SIZEOF_UNSIGNED_INT 4
# #define SIZEOF_UNSIGNED_LONG 8
# #define HAVE_DECL_AUDIT_FEATURE_VERSION 1
# #define HAVE_DECL_AUDIT_VERSION_BACKLOG_WAIT_TIME 1
# #define HAVE_DECL_ADDR_NO_RANDOMIZE 1
# #define HAVE_POSIX_FALLOCATE 1
# #define USE_LISTENER 1
# #define USE_GSSAPI /**/
# #define HAVE_LIBCAP_NG 1
#
# configure: exit 0