Build of audit with vanilla toolchain

The build took 00h 00m 40s 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.

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...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: audit 2.4.4-1 (Wed Aug 24 14:28:40 UTC 2016)
# ==> 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... no
# checking for gcc... gcc
# 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 gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking whether gcc understands -c and -o together... yes
# checking dependency style of gcc... 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 gcc... /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 gcc 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... gcc -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 gcc supports -fno-rtti -fno-exceptions... no
# checking for gcc option to produce PIC... -fPIC -DPIC
# checking if gcc PIC flag -fPIC -DPIC works... yes
# checking if gcc static flag -static works... yes
# checking if gcc supports -c -o file.o... yes
# checking if gcc supports -c -o file.o... (cached) yes
# checking whether the gcc 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... gcc
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether gcc accepts -g... (cached) 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 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: gcc
# 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
# 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_actiontabs_h-gen_tables.Tpo .deps/gen_actiontabs_h-gen_tables.Po
# 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_errtabs_h-gen_tables.Tpo .deps/gen_errtabs_h-gen_tables.Po
# 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_fieldtabs_h-gen_tables.Tpo .deps/gen_fieldtabs_h-gen_tables.Po
# 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_flagtabs_h-gen_tables.Tpo .deps/gen_flagtabs_h-gen_tables.Po
# 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_ftypetabs_h-gen_tables.Tpo .deps/gen_ftypetabs_h-gen_tables.Po
# 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_i386_tables_h-gen_tables.Tpo .deps/gen_i386_tables_h-gen_tables.Po
# 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_ia64_tables_h-gen_tables.Tpo .deps/gen_ia64_tables_h-gen_tables.Po
# 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_machinetabs_h-gen_tables.Tpo .deps/gen_machinetabs_h-gen_tables.Po
# 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
# 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_msg_typetabs_h-gen_tables.Tpo .deps/gen_msg_typetabs_h-gen_tables.Po
# 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_ppc_tables_h-gen_tables.Tpo .deps/gen_ppc_tables_h-gen_tables.Po
# 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_s390_tables_h-gen_tables.Tpo .deps/gen_s390_tables_h-gen_tables.Po
# 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_s390x_tables_h-gen_tables.Tpo .deps/gen_s390x_tables_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
# 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="errtab.h"' -g -O2 -o gen_errtabs_h gen_errtabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"actiontab.h\" -g -O2 -o gen_actiontabs_h gen_actiontabs_h-gen_tables.o
# /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=\"errtab.h\" -g -O2 -o gen_errtabs_h gen_errtabs_h-gen_tables.o
# /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=\"fieldtab.h\" -g -O2 -o gen_fieldtabs_h gen_fieldtabs_h-gen_tables.o
# /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=\"flagtab.h\" -g -O2 -o gen_flagtabs_h gen_flagtabs_h-gen_tables.o
# /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=\"ftypetab.h\" -g -O2 -o gen_ftypetabs_h gen_ftypetabs_h-gen_tables.o
# /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=\"i386_table.h\" -g -O2 -o gen_i386_tables_h gen_i386_tables_h-gen_tables.o
# /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=\"ia64_table.h\" -g -O2 -o gen_ia64_tables_h gen_ia64_tables_h-gen_tables.o
# /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=\"machinetab.h\" -g -O2 -o gen_machinetabs_h gen_machinetabs_h-gen_tables.o
# /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=\"msg_typetab.h\" -g -O2 -o gen_msg_typetabs_h gen_msg_typetabs_h-gen_tables.o
# /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=\"optab.h\" -g -O2 -o gen_optabs_h gen_optabs_h-gen_tables.o
# /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=\"ppc_table.h\" -g -O2 -o gen_ppc_tables_h gen_ppc_tables_h-gen_tables.o
# /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=\"s390_table.h\" -g -O2 -o gen_s390_tables_h gen_s390_tables_h-gen_tables.o
# /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=\"s390x_table.h\" -g -O2 -o gen_s390x_tables_h gen_s390x_tables_h-gen_tables.o
# ./gen_actiontabs_h --lowercase --i2s --s2i action > actiontabs.h
# ./gen_errtabs_h --duplicate-ints --uppercase --i2s --s2i err > errtabs.h
# ./gen_fieldtabs_h --duplicate-ints --lowercase --i2s --s2i field > fieldtabs.h
# ./gen_flagtabs_h --lowercase --i2s --s2i flag > flagtabs.h
# ./gen_ftypetabs_h --lowercase --i2s --s2i ftype > ftypetabs.h
# ./gen_i386_tables_h --duplicate-ints --lowercase --i2s --s2i \
# i386_syscall > i386_tables.h
# ./gen_ia64_tables_h --lowercase --i2s --s2i ia64_syscall > ia64_tables.h
# ./gen_machinetabs_h --duplicate-ints --lowercase --i2s --s2i machine \
# > machinetabs.h
# ./gen_msg_typetabs_h --uppercase --i2s --s2i msg_type > msg_typetabs.h
# ./gen_optabs_h --i2s op > optabs.h
# ./gen_ppc_tables_h --lowercase --i2s --s2i ppc_syscall > ppc_tables.h
# 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_s390_tables_h --lowercase --i2s --s2i s390_syscall > s390_tables.h
# ./gen_s390x_tables_h --lowercase --i2s --s2i s390x_syscall > s390x_tables.h
# ./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 gcc -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
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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: gcc -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: gcc -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: gcc -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 gcc -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: gcc -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: gcc -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
# libtool: compile: gcc -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 gcc -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: gcc -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
# mv -f .deps/libaudit.Tpo .deps/libaudit.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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: gcc -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: gcc -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
# libtool: compile: gcc -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 gcc -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
# mv -f .deps/lookup_table.Tpo .deps/lookup_table.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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: gcc -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: gcc -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: gcc -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
# libtool: compile: gcc -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/strsplit.Tpo .deps/strsplit.Plo
# mv -f .deps/deprecated.Tpo .deps/deprecated.Plo
# /bin/sh ../libtool --tag=CC --mode=link gcc -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: gcc -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
# 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
# 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_accesstabs_h-gen_tables.Tpo .deps/gen_accesstabs_h-gen_tables.Po
# 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_clock_h-gen_tables.Tpo .deps/gen_clock_h-gen_tables.Po
# 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_clone_flagtabs_h-gen_tables.Tpo .deps/gen_clone_flagtabs_h-gen_tables.Po
# 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_epoll_ctls_h-gen_tables.Tpo .deps/gen_epoll_ctls_h-gen_tables.Po
# 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_famtabs_h-gen_tables.Tpo .deps/gen_famtabs_h-gen_tables.Po
# 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
# 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_fcntl_cmdtabs_h-gen_tables.Tpo .deps/gen_fcntl_cmdtabs_h-gen_tables.Po
# 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_icmptypetabs_h-gen_tables.Tpo .deps/gen_icmptypetabs_h-gen_tables.Po
# 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_ipctabs_h-gen_tables.Tpo .deps/gen_ipctabs_h-gen_tables.Po
# 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
# 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_ipccmdtabs_h-gen_tables.Tpo .deps/gen_ipccmdtabs_h-gen_tables.Po
# 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_ipoptnametabs_h-gen_tables.Tpo .deps/gen_ipoptnametabs_h-gen_tables.Po
# 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_ip6optnametabs_h-gen_tables.Tpo .deps/gen_ip6optnametabs_h-gen_tables.Po
# 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_mmaptabs_h-gen_tables.Tpo .deps/gen_mmaptabs_h-gen_tables.Po
# 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_mounttabs_h-gen_tables.Tpo .deps/gen_mounttabs_h-gen_tables.Po
# 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_nfprototabs_h-gen_tables.Tpo .deps/gen_nfprototabs_h-gen_tables.Po
# 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_open_flagtabs_h-gen_tables.Tpo .deps/gen_open_flagtabs_h-gen_tables.Po
# 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_persontabs_h-gen_tables.Tpo .deps/gen_persontabs_h-gen_tables.Po
# 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_prctl_opttabs_h-gen_tables.Tpo .deps/gen_prctl_opttabs_h-gen_tables.Po
# 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_pktoptnametabs_h-gen_tables.Tpo .deps/gen_pktoptnametabs_h-gen_tables.Po
# 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_prottabs_h-gen_tables.Tpo .deps/gen_prottabs_h-gen_tables.Po
# 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_ptracetabs_h-gen_tables.Tpo .deps/gen_ptracetabs_h-gen_tables.Po
# 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_rlimit_h-gen_tables.Tpo .deps/gen_rlimit_h-gen_tables.Po
# 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_recvtabs_h-gen_tables.Tpo .deps/gen_recvtabs_h-gen_tables.Po
# 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_schedtabs_h-gen_tables.Tpo .deps/gen_schedtabs_h-gen_tables.Po
# 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_seccomptabs_h-gen_tables.Tpo .deps/gen_seccomptabs_h-gen_tables.Po
# 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_seektabs_h-gen_tables.Tpo .deps/gen_seektabs_h-gen_tables.Po
# 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_shm_modetabs_h-gen_tables.Tpo .deps/gen_shm_modetabs_h-gen_tables.Po
# 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_signals_h-gen_tables.Tpo .deps/gen_signals_h-gen_tables.Po
# 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_sockoptnametabs_h-gen_tables.Tpo .deps/gen_sockoptnametabs_h-gen_tables.Po
# 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_socktabs_h-gen_tables.Tpo .deps/gen_socktabs_h-gen_tables.Po
# 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
# mv -f .deps/gen_sockleveltabs_h-gen_tables.Tpo .deps/gen_sockleveltabs_h-gen_tables.Po
# 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
# 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
# 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_tcpoptnametabs_h-gen_tables.Tpo .deps/gen_tcpoptnametabs_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
# /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
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="clocktab.h"' -g -O2 -o gen_clock_h gen_clock_h-gen_tables.o
# 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="clone-flagtab.h"' -g -O2 -o gen_clone-flagtabs_h gen_clone_flagtabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"clocktab.h\" -g -O2 -o gen_clock_h gen_clock_h-gen_tables.o
# /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=\"clone-flagtab.h\" -g -O2 -o gen_clone-flagtabs_h gen_clone_flagtabs_h-gen_tables.o
# /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=\"epoll_ctl.h\" -g -O2 -o gen_epoll_ctls_h gen_epoll_ctls_h-gen_tables.o
# /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=\"famtab.h\" -g -O2 -o gen_famtabs_h gen_famtabs_h-gen_tables.o
# /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=\"fcntl-cmdtab.h\" -g -O2 -o gen_fcntl-cmdtabs_h gen_fcntl_cmdtabs_h-gen_tables.o
# /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=\"../auparse/flagtab.h\" -g -O2 -o gen_flagtabs_h gen_flagtabs_h-gen_tables.o
# /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=\"icmptypetab.h\" -g -O2 -o gen_icmptypetabs_h gen_icmptypetabs_h-gen_tables.o
# /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=\"ipctab.h\" -g -O2 -o gen_ipctabs_h gen_ipctabs_h-gen_tables.o
# /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=\"ipccmdtab.h\" -g -O2 -o gen_ipccmdtabs_h gen_ipccmdtabs_h-gen_tables.o
# /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=\"ioctlreqtab.h\" -g -O2 -o gen_ioctlreqtabs_h gen_ioctlreqtabs_h-gen_tables.o
# /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=\"ipoptnametab.h\" -g -O2 -o gen_ipoptnametabs_h gen_ipoptnametabs_h-gen_tables.o
# /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=\"ip6optnametab.h\" -g -O2 -o gen_ip6optnametabs_h gen_ip6optnametabs_h-gen_tables.o
# /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=\"mmaptab.h\" -g -O2 -o gen_mmaptabs_h gen_mmaptabs_h-gen_tables.o
# /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=\"mounttab.h\" -g -O2 -o gen_mounttabs_h gen_mounttabs_h-gen_tables.o
# /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=\"nfprototab.h\" -g -O2 -o gen_nfprototabs_h gen_nfprototabs_h-gen_tables.o
# /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=\"open-flagtab.h\" -g -O2 -o gen_open-flagtabs_h gen_open_flagtabs_h-gen_tables.o
# /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=\"persontab.h\" -g -O2 -o gen_persontabs_h gen_persontabs_h-gen_tables.o
# /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=\"prctl-opt-tab.h\" -g -O2 -o gen_prctl_opttabs_h gen_prctl_opttabs_h-gen_tables.o
# /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=\"pktoptnametab.h\" -g -O2 -o gen_pktoptnametabs_h gen_pktoptnametabs_h-gen_tables.o
# /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=\"prottab.h\" -g -O2 -o gen_prottabs_h gen_prottabs_h-gen_tables.o
# /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=\"ptracetab.h\" -g -O2 -o gen_ptracetabs_h gen_ptracetabs_h-gen_tables.o
# /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=\"rlimittab.h\" -g -O2 -o gen_rlimit_h gen_rlimit_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"recvtab.h\" -g -O2 -o gen_recvtabs_h gen_recvtabs_h-gen_tables.o
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="schedtab.h"' -g -O2 -o gen_schedtabs_h gen_schedtabs_h-gen_tables.o
# /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=\"schedtab.h\" -g -O2 -o gen_schedtabs_h gen_schedtabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"seccomptab.h\" -g -O2 -o gen_seccomptabs_h gen_seccomptabs_h-gen_tables.o
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="seektab.h"' -g -O2 -o gen_seektabs_h gen_seektabs_h-gen_tables.o
# /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=\"seektab.h\" -g -O2 -o gen_seektabs_h gen_seektabs_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
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="signaltab.h"' -g -O2 -o gen_signals_h gen_signals_h-gen_tables.o
# /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=\"signaltab.h\" -g -O2 -o gen_signals_h gen_signals_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"sockoptnametab.h\" -g -O2 -o gen_sockoptnametabs_h gen_sockoptnametabs_h-gen_tables.o
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="socktab.h"' -g -O2 -o gen_socktabs_h gen_socktabs_h-gen_tables.o
# /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=\"socktab.h\" -g -O2 -o gen_socktabs_h gen_socktabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"sockleveltab.h\" -g -O2 -o gen_sockleveltabs_h gen_sockleveltabs_h-gen_tables.o
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="socktypetab.h"' -g -O2 -o gen_socktypetabs_h gen_socktypetabs_h-gen_tables.o
# /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=\"socktypetab.h\" -g -O2 -o gen_socktypetabs_h gen_socktypetabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"tcpoptnametab.h\" -g -O2 -o gen_tcpoptnametabs_h gen_tcpoptnametabs_h-gen_tables.o
# /bin/sh ../libtool --tag=CC --mode=link gcc '-DTABLE_H="typetab.h"' -g -O2 -o gen_typetabs_h gen_typetabs_h-gen_tables.o
# /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=\"typetab.h\" -g -O2 -o gen_typetabs_h gen_typetabs_h-gen_tables.o
# libtool: link: gcc -DTABLE_H=\"umounttab.h\" -g -O2 -o gen_umounttabs_h gen_umounttabs_h-gen_tables.o
# ./gen_accesstabs_h --i2s-transtab access > accesstabs.h
# ./gen_captabs_h --i2s cap > captabs.h
# ./gen_clock_h --i2s clock > clocktabs.h
# ./gen_clone-flagtabs_h --i2s-transtab clone_flag > clone-flagtabs.h
# ./gen_epoll_ctls_h --i2s epoll_ctl > epoll_ctls.h
# ./gen_famtabs_h --i2s fam > famtabs.h
# ./gen_fcntl-cmdtabs_h --i2s fcntl > fcntl-cmdtabs.h
# ./gen_flagtabs_h --i2s-transtab flag > flagtabs.h
# ./gen_icmptypetabs_h --i2s icmptype > icmptypetabs.h
# ./gen_ipctabs_h --i2s ipc > ipctabs.h
# ./gen_ipccmdtabs_h --i2s-transtab ipccmd > ipccmdtabs.h
# ./gen_ioctlreqtabs_h --i2s ioctlreq > ioctlreqtabs.h
# ./gen_ipoptnametabs_h --i2s ipoptname > ipoptnametabs.h
# ./gen_ip6optnametabs_h --i2s ip6optname > ip6optnametabs.h
# ./gen_mmaptabs_h --i2s-transtab mmap > mmaptabs.h
# ./gen_mounttabs_h --i2s-transtab mount > mounttabs.h
# ./gen_nfprototabs_h --i2s nfproto > nfprototabs.h
# ./gen_open-flagtabs_h --i2s-transtab open_flag > open-flagtabs.h
# ./gen_persontabs_h --i2s person > persontabs.h
# ./gen_prctl_opttabs_h --i2s prctl_opt > prctl_opttabs.h
# ./gen_pktoptnametabs_h --i2s pktoptname > pktoptnametabs.h
# ./gen_prottabs_h --i2s-transtab prot > prottabs.h
# ./gen_ptracetabs_h --i2s ptrace > ptracetabs.h
# ./gen_rlimit_h --i2s rlimit > rlimittabs.h
# ./gen_recvtabs_h --i2s-transtab recv > recvtabs.h
# ./gen_schedtabs_h --i2s sched > schedtabs.h
# ./gen_seccomptabs_h --i2s seccomp > seccomptabs.h
# ./gen_seektabs_h --i2s seek > seektabs.h
# ./gen_shm_modetabs_h --i2s-transtab shm_mode > shm_modetabs.h
# ./gen_signals_h --i2s signal > signaltabs.h
# ./gen_sockoptnametabs_h --i2s sockoptname > sockoptnametabs.h
# ./gen_socktabs_h --i2s sock > socktabs.h
# ./gen_sockleveltabs_h --i2s socklevel > sockleveltabs.h
# ./gen_socktypetabs_h --i2s sock_type > socktypetabs.h
# ./gen_tcpoptnametabs_h --i2s tcpoptname > tcpoptnametabs.h
# ./gen_typetabs_h --s2i type > typetabs.h
# ./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 gcc -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
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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: gcc -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: gcc -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
# libtool: compile: gcc -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 gcc -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: gcc -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: gcc -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 gcc -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: gcc -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: gcc -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 gcc -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: gcc -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
# libtool: compile: gcc -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: gcc -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/interpret.Tpo .deps/interpret.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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
# mv -f .deps/auparse.Tpo .deps/auparse.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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: gcc -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: gcc -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: gcc -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
# libtool: compile: gcc -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/message.Tpo .deps/message.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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: gcc -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
# mv -f .deps/auditd-config.Tpo .deps/auditd-config.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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: gcc -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
# libtool: compile: gcc -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: gcc -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/data_buf.Tpo .deps/data_buf.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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
# mv -f .deps/strsplit.Tpo .deps/strsplit.Plo
# libtool: compile: gcc -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
# libtool: compile: gcc -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 gcc -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: gcc -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'
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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'
# gcc -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
# gcc -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
# ev.c:1695:31: warning: 'ev_default_loop_ptr' initialized and declared 'extern'
# EV_API_DECL struct ev_loop *ev_default_loop_ptr = 0; /* needs to be initialised to make it a definition despite extern */
# ^~~~~~~~~~~~~~~~~~~
# mv -f .deps/event.Tpo .deps/event.Po
# mv -f .deps/ev.Tpo .deps/ev.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'
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o aureport.o aureport.c
# gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o auditd-config.o auditd-config.c
# gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o ausearch-llist.o ausearch-llist.c
# gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o aureport-options.o aureport-options.c
# gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o ausearch-string.o ausearch-string.c
# gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o ausearch-parse.o ausearch-parse.c
# gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o aureport-scan.o aureport-scan.c
# gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o aureport-output.o aureport-output.c
# gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o ausearch-lookup.o ausearch-lookup.c
# gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o ausearch-int.o ausearch-int.c
# gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o ausearch-time.o ausearch-time.c
# gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o ausearch-nvpair.o ausearch-nvpair.c
# gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o ausearch-avc.o ausearch-avc.c
# gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o ausearch-lol.o ausearch-lol.c
# gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o ausearch.o ausearch.c
# gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o ausearch-options.o ausearch-options.c
# gcc -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: In function 'interpret':
# ausearch-report.c:336:14: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
# char *out = auparse_do_interpretation(type, &id);
# ^~~~~~~~~~~~~~~~~~~~~~~~~
# gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o ausearch-match.o ausearch-match.c
# gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o ausearch-checkpt.o ausearch-checkpt.c
# gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o autrace.o autrace.c
# gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -D_GNU_SOURCE -c -o delete_all.o delete_all.c
# gcc -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 gcc -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
# /bin/sh ../libtool --tag=CC --mode=link gcc -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: gcc -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
# libtool: link: gcc -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
# /bin/sh ../libtool --tag=CC --mode=link gcc -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
# /bin/sh ../libtool --tag=CC --mode=link gcc -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: gcc -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
# /bin/sh ../libtool --tag=CC --mode=link gcc -D_GNU_SOURCE -o autrace autrace.o delete_all.o auditctl-llist.o -L../lib -laudit
# libtool: link: gcc -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
# libtool: link: gcc -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'
# gcc -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
# gcc -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
# gcc -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-audisp-remote.Tpo .deps/audisp_remote-audisp-remote.Po
# gcc -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-queue.Tpo .deps/audisp_remote-queue.Po
# mv -f .deps/audisp_remote-remote-fgets.Tpo .deps/audisp_remote-remote-fgets.Po
# /bin/sh ../../../libtool --tag=CC --mode=link gcc -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: gcc -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'
# gcc -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
# gcc -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
# zos-remote-plugin.c: In function 'submission_thread_main':
# zos-remote-plugin.c:107:30: warning: passing argument 1 of 'zos_remote_init' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
# rc = zos_remote_init(&zos_remote_inst, conf.server,
# ^
# In file included from zos-remote-log.h:27:0,
# from zos-remote-plugin.c:45:
# zos-remote-ldap.h:297:5: note: expected 'ZOS_REMOTE * {aka struct opaque *}' but argument is of type 'volatile ZOS_REMOTE * {aka volatile struct opaque *}'
# int zos_remote_init(ZOS_REMOTE *, const char *, int, const char *,
# ^~~~~~~~~~~~~~~
# zos-remote-plugin.c:129:39: warning: passing argument 1 of 'submit_request_s' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
# rc = submit_request_s(&zos_remote_inst, ber);
# ^
# In file included from zos-remote-log.h:27:0,
# from zos-remote-plugin.c:45:
# zos-remote-ldap.h:309:5: note: expected 'ZOS_REMOTE * {aka struct opaque *}' but argument is of type 'volatile ZOS_REMOTE * {aka volatile struct opaque *}'
# int submit_request_s(ZOS_REMOTE *, BerElement *);
# ^~~~~~~~~~~~~~~~
# zos-remote-plugin.c:142:28: warning: passing argument 1 of 'zos_remote_destroy' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
# zos_remote_destroy(&zos_remote_inst);
# ^
# In file included from zos-remote-log.h:27:0,
# from zos-remote-plugin.c:45:
# zos-remote-ldap.h:303:6: note: expected 'ZOS_REMOTE * {aka struct opaque *}' but argument is of type 'volatile ZOS_REMOTE * {aka volatile struct opaque *}'
# void zos_remote_destroy(ZOS_REMOTE *);
# ^~~~~~~~~~~~~~~~~~
# gcc -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
# gcc -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
# gcc -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: In function 'destroy_queue':
# zos-remote-queue.c:139:18: warning: passing argument 1 of 'ber_free' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
# ber_free(q[i], 1);
# ^
# In file included from zos-remote-queue.h:28:0,
# from zos-remote-queue.c:25:
# /usr/include/lber.h:454:1: note: expected 'BerElement * {aka struct berelement *}' but argument is of type 'volatile BerElement * {aka volatile struct berelement *}'
# ber_free LDAP_P((
# ^~~~~~~~
# /bin/sh ../../../libtool --tag=CC --mode=link gcc -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: gcc -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'
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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 gcc -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: gcc -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'
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib -I../../auparse -D_GNU_SOURCE -c -o aulast.o aulast.c
# gcc -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 gcc -D_GNU_SOURCE -o aulast aulast.o aulast-llist.o -L../../auparse -lauparse
# libtool: link: gcc -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'
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../auparse -D_GNU_SOURCE -c -o aulastlog.o aulastlog.c
# gcc -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 gcc -D_GNU_SOURCE -o aulastlog aulastlog.o aulastlog-llist.o -L../../auparse -lauparse
# libtool: link: gcc -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'
# gcc -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 gcc -g -D_GNU_SOURCE -o ausyscall ausyscall-ausyscall.o -L../../lib -laudit
# libtool: link: gcc -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'
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib -I../../auparse -I../../src -D_GNU_SOURCE -c -o auvirt.o auvirt.c
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib -I../../auparse -I../../src -D_GNU_SOURCE -c -o auvirt-list.o auvirt-list.c
# gcc -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 gcc -D_GNU_SOURCE -o auvirt auvirt.o auvirt-list.o ausearch-time.o -L../../auparse -lauparse
# libtool: link: gcc -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+0x12bb): undefined reference to `copy_str'
# auvirt.c:(.text+0x12d2): undefined reference to `copy_str'
# auvirt.c:(.text+0x12f3): undefined reference to `copy_str'
# auvirt.o: In function `add_start_guest_event':
# auvirt.c:(.text+0x148d): undefined reference to `copy_str'
# auvirt.c:(.text+0x14a4): undefined reference to `copy_str'
# auvirt.o:auvirt.c:(.text+0x16ee): more undefined references to `copy_str' follow
# auvirt.o: In function `add_resource':
# auvirt.c:(.text+0x18e0): undefined reference to `is_resource'
# auvirt.c:(.text+0x191e): undefined reference to `copy_str'
# auvirt.c:(.text+0x1935): undefined reference to `copy_str'
# auvirt.c:(.text+0x1953): undefined reference to `copy_str'
# auvirt.c:(.text+0x196a): undefined reference to `copy_str'
# auvirt.c:(.text+0x1981): undefined reference to `copy_str'
# auvirt.o:auvirt.c:(.text+0x19e7): more undefined references to `copy_str' follow
# auvirt.o: In function `update_resource':
# auvirt.c:(.text+0x1b15): undefined reference to `is_resource'
# auvirt.o: In function `process_avc_selinux_context':
# auvirt.c:(.text+0x2180): undefined reference to `copy_str'
# auvirt.c:(.text+0x219b): undefined reference to `copy_str'
# auvirt.c:(.text+0x21ed): undefined reference to `copy_str'
# auvirt.c:(.text+0x221d): undefined reference to `copy_str'
# auvirt.c:(.text+0x2241): undefined reference to `copy_str'
# auvirt.o:auvirt.c:(.text+0x2276): more undefined references to `copy_str' follow
# collect2: error: ld returned 1 exit status
# 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 = 105fe48d3ca5
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /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/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:3447: result: no
# configure:3457: checking for gcc
# configure:3473: found /usr/bin/gcc
# configure:3484: result: gcc
# configure:3713: checking for C compiler version
# configure:3722: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3733: $? = 0
# configure:3722: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3733: $? = 0
# configure:3722: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3733: $? = 1
# configure:3722: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3733: $? = 1
# configure:3753: checking whether the C compiler works
# configure:3775: gcc 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: gcc -o conftest conftest.c >&5
# configure:3849: $? = 0
# configure:3871: result:
# configure:3893: checking whether we are cross compiling
# configure:3901: gcc -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: gcc -c conftest.c >&5
# configure:3962: $? = 0
# configure:3983: result: o
# configure:3987: checking whether we are using the GNU C compiler
# configure:4006: gcc -c conftest.c >&5
# configure:4006: $? = 0
# configure:4015: result: yes
# configure:4024: checking whether gcc accepts -g
# configure:4044: gcc -c -g conftest.c >&5
# configure:4044: $? = 0
# configure:4085: result: yes
# configure:4102: checking for gcc option to accept ISO C89
# configure:4165: gcc -c conftest.c >&5
# configure:4165: $? = 0
# configure:4178: result: none needed
# configure:4203: checking whether gcc understands -c and -o together
# configure:4225: gcc -c conftest.c -o conftest2.o
# configure:4228: $? = 0
# configure:4225: gcc -c conftest.c -o conftest2.o
# configure:4228: $? = 0
# configure:4240: result: yes
# configure:4259: checking dependency style of gcc
# 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 gcc
# 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: gcc -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: gcc -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 gcc object
# configure:6373: gcc -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: gcc -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: gcc -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: gcc -E conftest.c
# configure:7556: $? = 0
# configure:7570: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -E
# configure:7615: gcc -E conftest.c
# configure:7615: $? = 0
# configure:7629: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -c conftest.c >&5
# configure:7678: $? = 0
# configure:7751: gcc -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: gcc -c conftest.c >&5
# configure:7775: $? = 0
# configure:7775: result: yes
# configure:7775: checking for sys/stat.h
# configure:7775: gcc -c conftest.c >&5
# configure:7775: $? = 0
# configure:7775: result: yes
# configure:7775: checking for stdlib.h
# configure:7775: gcc -c conftest.c >&5
# configure:7775: $? = 0
# configure:7775: result: yes
# configure:7775: checking for string.h
# configure:7775: gcc -c conftest.c >&5
# configure:7775: $? = 0
# configure:7775: result: yes
# configure:7775: checking for memory.h
# configure:7775: gcc -c conftest.c >&5
# configure:7775: $? = 0
# configure:7775: result: yes
# configure:7775: checking for strings.h
# configure:7775: gcc -c conftest.c >&5
# configure:7775: $? = 0
# configure:7775: result: yes
# configure:7775: checking for inttypes.h
# configure:7775: gcc -c conftest.c >&5
# configure:7775: $? = 0
# configure:7775: result: yes
# configure:7775: checking for stdint.h
# configure:7775: gcc -c conftest.c >&5
# configure:7775: $? = 0
# configure:7775: result: yes
# configure:7775: checking for unistd.h
# configure:7775: gcc -c conftest.c >&5
# configure:7775: $? = 0
# configure:7775: result: yes
# configure:7789: checking for dlfcn.h
# configure:7789: gcc -c conftest.c >&5
# configure:7789: $? = 0
# configure:7789: result: yes
# configure:7995: checking for objdir
# configure:8010: result: .libs
# configure:8281: checking if gcc supports -fno-rtti -fno-exceptions
# configure:8299: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:8303: $? = 0
# configure:8316: result: no
# configure:8643: checking for gcc option to produce PIC
# configure:8650: result: -fPIC -DPIC
# configure:8658: checking if gcc PIC flag -fPIC -DPIC works
# configure:8676: gcc -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8680: $? = 0
# configure:8693: result: yes
# configure:8722: checking if gcc static flag -static works
# configure:8750: result: yes
# configure:8765: checking if gcc supports -c -o file.o
# configure:8786: gcc -c -o out/conftest2.o conftest.c >&5
# configure:8790: $? = 0
# configure:8812: result: yes
# configure:8820: checking if gcc supports -c -o file.o
# configure:8867: result: yes
# configure:8900: checking whether the gcc 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: gcc -c conftest.c >&5
# configure:10101: $? = 0
# configure:10116: gcc -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: gcc -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: gcc -c conftest.c >&5
# configure:11818: $? = 0
# configure:11818: result: yes
# configure:11818: checking sys/inotify.h presence
# configure:11818: gcc -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: gcc -c conftest.c >&5
# configure:11818: $? = 0
# configure:11818: result: yes
# configure:11818: checking sys/epoll.h presence
# configure:11818: gcc -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: gcc -c conftest.c >&5
# conftest.c:58:23: fatal error: sys/event.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -E conftest.c
# conftest.c:25:23: fatal error: sys/event.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -c conftest.c >&5
# conftest.c:58:18: fatal error: port.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -E conftest.c
# conftest.c:25:18: fatal error: port.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -c conftest.c >&5
# configure:11818: $? = 0
# configure:11818: result: yes
# configure:11818: checking poll.h presence
# configure:11818: gcc -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: gcc -c conftest.c >&5
# configure:11818: $? = 0
# configure:11818: result: yes
# configure:11818: checking sys/select.h presence
# configure:11818: gcc -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: gcc -c conftest.c >&5
# configure:11818: $? = 0
# configure:11818: result: yes
# configure:11818: checking sys/eventfd.h presence
# configure:11818: gcc -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: gcc -c conftest.c >&5
# configure:11818: $? = 0
# configure:11818: result: yes
# configure:11818: checking sys/signalfd.h presence
# configure:11818: gcc -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: gcc -o conftest conftest.c >&5
# configure:11832: $? = 0
# configure:11832: result: yes
# configure:11832: checking for epoll_ctl
# configure:11832: gcc -o conftest conftest.c >&5
# configure:11832: $? = 0
# configure:11832: result: yes
# configure:11832: checking for kqueue
# configure:11832: gcc -o conftest conftest.c >&5
# /tmp/ccQF92to.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `kqueue'
# collect2: error: ld returned 1 exit status
# 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: gcc -o conftest conftest.c >&5
# /tmp/ccgD6mWr.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `port_create'
# collect2: error: ld returned 1 exit status
# 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: gcc -o conftest conftest.c >&5
# configure:11832: $? = 0
# configure:11832: result: yes
# configure:11832: checking for select
# configure:11832: gcc -o conftest conftest.c >&5
# configure:11832: $? = 0
# configure:11832: result: yes
# configure:11832: checking for eventfd
# configure:11832: gcc -o conftest conftest.c >&5
# configure:11832: $? = 0
# configure:11832: result: yes
# configure:11832: checking for signalfd
# configure:11832: gcc -o conftest conftest.c >&5
# configure:11832: $? = 0
# configure:11832: result: yes
# configure:11844: checking for clock_gettime
# configure:11844: gcc -o conftest conftest.c >&5
# configure:11844: $? = 0
# configure:11844: result: yes
# configure:11948: checking for nanosleep
# configure:11948: gcc -o conftest conftest.c >&5
# configure:11948: $? = 0
# configure:11948: result: yes
# configure:12023: checking for library containing floor
# configure:12054: gcc -o conftest conftest.c >&5
# conftest.c:44:6: warning: conflicting types for built-in function 'floor'
# char floor ();
# ^~~~~
# /tmp/ccGoYzav.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `floor'
# collect2: error: ld returned 1 exit status
# 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: gcc -o conftest conftest.c -lm >&5
# conftest.c:44:6: warning: conflicting types for built-in function 'floor'
# char floor ();
# ^~~~~
# configure:12054: $? = 0
# configure:12071: result: -lm
# configure:12097: checking for x86_64-unknown-linux-gcc
# configure:12124: result: gcc
# configure:12393: checking for C compiler version
# configure:12402: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:12413: $? = 0
# configure:12402: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:12413: $? = 0
# configure:12402: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:12413: $? = 1
# configure:12402: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:12413: $? = 1
# configure:12417: checking whether we are using the GNU C compiler
# configure:12445: result: yes
# configure:12454: checking whether gcc accepts -g
# configure:12515: result: yes
# configure:12532: checking for gcc option to accept ISO C89
# configure:12608: result: none needed
# configure:12633: checking whether gcc understands -c and -o together
# configure:12670: result: yes
# configure:12689: checking dependency style of gcc
# 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
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:13190: $? = 0
# configure:13179: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:13190: $? = 0
# configure:13179: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:13190: $? = 1
# configure:13179: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# 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: gcc -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: gcc -E conftest.c
# configure:13628: $? = 0
# configure:13642: gcc -E conftest.c
# conftest.c:38:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -E conftest.c
# configure:13687: $? = 0
# configure:13701: gcc -E conftest.c
# conftest.c:38:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -c conftest.c >&5
# configure:13873: $? = 0
# configure:13880: result: yes
# configure:13889: checking for an ANSI C-conforming const
# configure:13955: gcc -c conftest.c >&5
# configure:13955: $? = 0
# configure:13962: result: yes
# configure:13970: checking for inline
# configure:13986: gcc -c conftest.c >&5
# configure:13986: $? = 0
# configure:13994: result: inline
# configure:14016: checking size of unsigned int
# configure:14021: gcc -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: gcc -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: gcc -c conftest.c >&5
# configure:14079: $? = 0
# configure:14079: result: yes
# configure:14091: checking whether AUDIT_VERSION_BACKLOG_WAIT_TIME is declared
# configure:14091: gcc -c conftest.c >&5
# configure:14091: $? = 0
# configure:14091: result: yes
# configure:14103: checking whether ADDR_NO_RANDOMIZE is declared
# configure:14103: gcc -c conftest.c >&5
# configure:14103: $? = 0
# configure:14103: result: yes
# configure:14117: checking for posix_fallocate
# configure:14117: gcc -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: gcc -o conftest conftest.c -lgssapi_krb5 >&5
# configure:14709: $? = 0
# configure:14718: result: yes
# configure:14722: checking gssapi/gssapi.h usability
# configure:14722: gcc -c conftest.c >&5
# configure:14722: $? = 0
# configure:14722: result: yes
# configure:14722: checking gssapi/gssapi.h presence
# configure:14722: gcc -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: gcc -c conftest.c >&5
# configure:15256: $? = 0
# configure:15256: result: yes
# configure:15256: checking cap-ng.h presence
# configure:15256: gcc -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: gcc -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 105fe48d3ca5
#
# 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=
# ac_cv_env_CC_value=
# 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=gcc
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_GOLANG=no
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# 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=no
# 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='gcc'
# CCDEPMODE='depmode=gcc3'
# CC_FOR_BUILD='gcc'
# CFLAGS=''
# CFLAGS_FOR_BUILD='-g -O2'
# CPP='gcc -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='gcc'
# 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