Build of snap-confine with musl toolchain

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

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

SLOCLanguage
4,660 sh
2,725 makefile
1,500 ansic
8,885 total

The process tree of the build process is here.

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

List of Errors

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

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: snap-confine 1.0.35-1 (Wed Apr 5 00:53:07 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) python-docutils-0.12-3
#
# Total Installed Size: 4.17 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 python-docutils...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -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 minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for style of include used by make... GNU
# checking whether make supports nested variables... yes
# checking dependency style of clang... gcc3
# checking whether to enable maintainer-specific portions of Makefiles... yes
# checking for clang option to accept ISO C99... none needed
# checking how to run the C preprocessor... clang -E
# checking whether make sets $(MAKE)... (cached) yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking sys/mount.h usability... yes
# checking sys/mount.h presence... yes
# checking for sys/mount.h... yes
# checking for unistd.h... (cached) yes
# checking for stdbool.h that conforms to C99... yes
# checking for _Bool... yes
# checking for uid_t in sys/types.h... yes
# checking for mode_t... yes
# checking for pid_t... yes
# checking for size_t... yes
# checking for unistd.h... (cached) yes
# checking for working chown... yes
# checking for error_at_line... no
# checking vfork.h usability... no
# checking vfork.h presence... no
# checking for vfork.h... no
# checking for fork... yes
# checking for vfork... yes
# checking for working fork... yes
# checking for working vfork... (cached) yes
# checking build system type... x86_64-pc-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for working strnlen... yes
# checking for mkdir... yes
# checking for regcomp... yes
# checking for setenv... yes
# checking for strdup... yes
# checking for strerror... yes
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for SECCOMP... yes
# configure: WARNING:
# XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
# X X
# X Apparmor is disabled, all snaps will run in devmode X
# X X
# XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
# checking for LIBUDEV... yes
# checking for UDEV... yes
# checking for GLIB... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating tests/Makefile
# config.status: creating docs/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-recursive
# make[1]: Entering directory '/tmp/snap-confine/src/snap-confine-1.0.35'
# Making all in src
# make[2]: Entering directory '/tmp/snap-confine/src/snap-confine-1.0.35/src'
# clang -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -MT snap_confine-main.o -MD -MP -MF .deps/snap_confine-main.Tpo -c -o snap_confine-main.o `test -f 'main.c' || echo './'`main.c
# clang -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -MT snap_confine-sc-main.o -MD -MP -MF .deps/snap_confine-sc-main.Tpo -c -o snap_confine-sc-main.o `test -f 'sc-main.c' || echo './'`sc-main.c
# clang -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -MT snap_confine-utils.o -MD -MP -MF .deps/snap_confine-utils.Tpo -c -o snap_confine-utils.o `test -f 'utils.c' || echo './'`utils.c
# clang -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -MT snap_confine-snap.o -MD -MP -MF .deps/snap_confine-snap.Tpo -c -o snap_confine-snap.o `test -f 'snap.c' || echo './'`snap.c
# mv -f .deps/snap_confine-main.Tpo .deps/snap_confine-main.Po
# In file included from sc-main.c:36:
# ./udev-support.h:23:10: fatal error: 'libudev.h' file not found
# #include
# ^
# clang -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -MT snap_confine-classic.o -MD -MP -MF .deps/snap_confine-classic.Tpo -c -o snap_confine-classic.o `test -f 'classic.c' || echo './'`classic.c
# 1 error generated.
# make[2]: *** [Makefile:485: snap_confine-sc-main.o] Error 1
# make[2]: *** Waiting for unfinished jobs....
# mv -f .deps/snap_confine-utils.Tpo .deps/snap_confine-utils.Po
# mv -f .deps/snap_confine-snap.Tpo .deps/snap_confine-snap.Po
# mv -f .deps/snap_confine-classic.Tpo .deps/snap_confine-classic.Po
# make[2]: Leaving directory '/tmp/snap-confine/src/snap-confine-1.0.35/src'
# make[1]: *** [Makefile:376: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/snap-confine/src/snap-confine-1.0.35'
# make: *** [Makefile:317: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/snap-confine/src/snap-confine-1.0.35/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 snap-confine configure 1.0.35, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --libexecdir=/usr/lib/snap-confine --disable-apparmor --enable-rootfs-is-core-snap --enable-nvidia-arch
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 47b91939dc3a
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/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:2341: checking for x86_64-unknown-linux-gcc
# configure:2368: result: clang
# configure:2637: checking for C compiler version
# configure:2646: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:2657: $? = 0
# configure:2646: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2657: $? = 0
# configure:2646: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2657: $? = 1
# configure:2646: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2657: $? = 1
# configure:2677: checking whether the C compiler works
# configure:2699: clang conftest.c >&5
# configure:2703: $? = 0
# configure:2751: result: yes
# configure:2754: checking for C compiler default output file name
# configure:2756: result: a.out
# configure:2762: checking for suffix of executables
# configure:2769: clang -o conftest conftest.c >&5
# configure:2773: $? = 0
# configure:2795: result:
# configure:2817: checking whether we are cross compiling
# configure:2825: clang -o conftest conftest.c >&5
# configure:2829: $? = 0
# configure:2836: ./conftest
# configure:2840: $? = 0
# configure:2855: result: no
# configure:2860: checking for suffix of object files
# configure:2882: clang -c conftest.c >&5
# configure:2886: $? = 0
# configure:2907: result: o
# configure:2911: checking whether we are using the GNU C compiler
# configure:2930: clang -c conftest.c >&5
# configure:2930: $? = 0
# configure:2939: result: yes
# configure:2948: checking whether clang accepts -g
# configure:2968: clang -c -g conftest.c >&5
# configure:2968: $? = 0
# configure:3009: result: yes
# configure:3026: checking for clang option to accept ISO C89
# configure:3089: clang -c conftest.c >&5
# configure:3089: $? = 0
# configure:3102: result: none needed
# configure:3127: checking whether clang understands -c and -o together
# configure:3149: clang -c conftest.c -o conftest2.o
# configure:3152: $? = 0
# configure:3149: clang -c conftest.c -o conftest2.o
# configure:3152: $? = 0
# configure:3164: result: yes
# configure:3187: checking how to run the C preprocessor
# configure:3218: clang -E conftest.c
# configure:3218: $? = 0
# configure:3232: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3232: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snap-confine"
# | #define PACKAGE_TARNAME "snap-confine"
# | #define PACKAGE_VERSION "1.0.35"
# | #define PACKAGE_STRING "snap-confine 1.0.35"
# | #define PACKAGE_BUGREPORT "snapcraft@lists.ubuntu.com"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3257: result: clang -E
# configure:3277: clang -E conftest.c
# configure:3277: $? = 0
# configure:3291: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3291: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snap-confine"
# | #define PACKAGE_TARNAME "snap-confine"
# | #define PACKAGE_VERSION "1.0.35"
# | #define PACKAGE_STRING "snap-confine 1.0.35"
# | #define PACKAGE_BUGREPORT "snapcraft@lists.ubuntu.com"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3320: checking for grep that handles long lines and -e
# configure:3378: result: /usr/bin/grep
# configure:3383: checking for egrep
# configure:3445: result: /usr/bin/grep -E
# configure:3450: checking for ANSI C header files
# configure:3470: clang -c conftest.c >&5
# configure:3470: $? = 0
# configure:3543: clang -o conftest conftest.c >&5
# configure:3543: $? = 0
# configure:3543: ./conftest
# configure:3543: $? = 0
# configure:3554: result: yes
# configure:3567: checking for sys/types.h
# configure:3567: clang -c conftest.c >&5
# configure:3567: $? = 0
# configure:3567: result: yes
# configure:3567: checking for sys/stat.h
# configure:3567: clang -c conftest.c >&5
# configure:3567: $? = 0
# configure:3567: result: yes
# configure:3567: checking for stdlib.h
# configure:3567: clang -c conftest.c >&5
# configure:3567: $? = 0
# configure:3567: result: yes
# configure:3567: checking for string.h
# configure:3567: clang -c conftest.c >&5
# configure:3567: $? = 0
# configure:3567: result: yes
# configure:3567: checking for memory.h
# configure:3567: clang -c conftest.c >&5
# configure:3567: $? = 0
# configure:3567: result: yes
# configure:3567: checking for strings.h
# configure:3567: clang -c conftest.c >&5
# configure:3567: $? = 0
# configure:3567: result: yes
# configure:3567: checking for inttypes.h
# configure:3567: clang -c conftest.c >&5
# configure:3567: $? = 0
# configure:3567: result: yes
# configure:3567: checking for stdint.h
# configure:3567: clang -c conftest.c >&5
# configure:3567: $? = 0
# configure:3567: result: yes
# configure:3567: checking for unistd.h
# configure:3567: clang -c conftest.c >&5
# configure:3567: $? = 0
# configure:3567: result: yes
# configure:3580: checking minix/config.h usability
# configure:3580: clang -c conftest.c >&5
# conftest.c:52:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:3580: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snap-confine"
# | #define PACKAGE_TARNAME "snap-confine"
# | #define PACKAGE_VERSION "1.0.35"
# | #define PACKAGE_STRING "snap-confine 1.0.35"
# | #define PACKAGE_BUGREPORT "snapcraft@lists.ubuntu.com"
# | #define PACKAGE_URL ""
# | #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
# | /* 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:3580: result: no
# configure:3580: checking minix/config.h presence
# configure:3580: clang -E conftest.c
# conftest.c:19:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:3580: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snap-confine"
# | #define PACKAGE_TARNAME "snap-confine"
# | #define PACKAGE_VERSION "1.0.35"
# | #define PACKAGE_STRING "snap-confine 1.0.35"
# | #define PACKAGE_BUGREPORT "snapcraft@lists.ubuntu.com"
# | #define PACKAGE_URL ""
# | #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
# | /* end confdefs.h. */
# | #include
# configure:3580: result: no
# configure:3580: checking for minix/config.h
# configure:3580: result: no
# configure:3601: checking whether it is safe to define __EXTENSIONS__
# configure:3619: clang -c conftest.c >&5
# configure:3619: $? = 0
# configure:3626: result: yes
# configure:3656: checking for a BSD-compatible install
# configure:3724: result: /usr/bin/install -c
# configure:3735: checking whether build environment is sane
# configure:3790: result: yes
# configure:3938: checking for a thread-safe mkdir -p
# configure:3977: result: /usr/bin/mkdir -p
# configure:3984: checking for gawk
# configure:4000: found /usr/bin/gawk
# configure:4011: result: gawk
# configure:4022: checking whether make sets $(MAKE)
# configure:4044: result: yes
# configure:4074: checking for style of include used by make
# configure:4102: result: GNU
# configure:4136: checking whether make supports nested variables
# configure:4153: result: yes
# configure:4238: checking dependency style of clang
# configure:4349: result: gcc3
# configure:4408: checking whether to enable maintainer-specific portions of Makefiles
# configure:4417: result: yes
# configure:4432: checking for clang option to accept ISO C99
# configure:4581: clang -c conftest.c >&5
# configure:4581: $? = 0
# configure:4594: result: none needed
# configure:4614: checking how to run the C preprocessor
# configure:4684: result: clang -E
# configure:4704: clang -E conftest.c
# configure:4704: $? = 0
# configure:4718: clang -E conftest.c
# conftest.c:26:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4718: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snap-confine"
# | #define PACKAGE_TARNAME "snap-confine"
# | #define PACKAGE_VERSION "1.0.35"
# | #define PACKAGE_STRING "snap-confine 1.0.35"
# | #define PACKAGE_BUGREPORT "snapcraft@lists.ubuntu.com"
# | #define PACKAGE_URL ""
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "snap-confine"
# | #define VERSION "1.0.35"
# | /* end confdefs.h. */
# | #include
# configure:4747: checking whether make sets $(MAKE)
# configure:4769: result: yes
# configure:4791: checking fcntl.h usability
# configure:4791: clang -c conftest.c >&5
# configure:4791: $? = 0
# configure:4791: result: yes
# configure:4791: checking fcntl.h presence
# configure:4791: clang -E conftest.c
# configure:4791: $? = 0
# configure:4791: result: yes
# configure:4791: checking for fcntl.h
# configure:4791: result: yes
# configure:4791: checking limits.h usability
# configure:4791: clang -c conftest.c >&5
# configure:4791: $? = 0
# configure:4791: result: yes
# configure:4791: checking limits.h presence
# configure:4791: clang -E conftest.c
# configure:4791: $? = 0
# configure:4791: result: yes
# configure:4791: checking for limits.h
# configure:4791: result: yes
# configure:4791: checking for stdlib.h
# configure:4791: result: yes
# configure:4791: checking for string.h
# configure:4791: result: yes
# configure:4791: checking sys/mount.h usability
# configure:4791: clang -c conftest.c >&5
# configure:4791: $? = 0
# configure:4791: result: yes
# configure:4791: checking sys/mount.h presence
# configure:4791: clang -E conftest.c
# configure:4791: $? = 0
# configure:4791: result: yes
# configure:4791: checking for sys/mount.h
# configure:4791: result: yes
# configure:4791: checking for unistd.h
# configure:4791: result: yes
# configure:4803: checking for stdbool.h that conforms to C99
# configure:4870: clang -c conftest.c >&5
# conftest.c:81:24: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
# bool e = &s;
# ~ ^
# conftest.c:85:23: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:85:28: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:85:33: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:85:38: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:85:48: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:85:53: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:85:58: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:85:63: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:86:30: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:86:35: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:86:40: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# 12 warnings generated.
# configure:4870: $? = 0
# configure:4877: result: yes
# configure:4879: checking for _Bool
# configure:4879: clang -c conftest.c >&5
# configure:4879: $? = 0
# configure:4879: clang -c conftest.c >&5
# conftest.c:68:20: error: expected expression
# if (sizeof ((_Bool)))
# ^
# 1 error generated.
# configure:4879: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snap-confine"
# | #define PACKAGE_TARNAME "snap-confine"
# | #define PACKAGE_VERSION "1.0.35"
# | #define PACKAGE_STRING "snap-confine 1.0.35"
# | #define PACKAGE_BUGREPORT "snapcraft@lists.ubuntu.com"
# | #define PACKAGE_URL ""
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "snap-confine"
# | #define VERSION "1.0.35"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((_Bool)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:4879: result: yes
# configure:4890: checking for uid_t in sys/types.h
# configure:4909: result: yes
# configure:4920: checking for mode_t
# configure:4920: clang -c conftest.c >&5
# configure:4920: $? = 0
# configure:4920: clang -c conftest.c >&5
# conftest.c:69:21: error: expected expression
# if (sizeof ((mode_t)))
# ^
# 1 error generated.
# configure:4920: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snap-confine"
# | #define PACKAGE_TARNAME "snap-confine"
# | #define PACKAGE_VERSION "1.0.35"
# | #define PACKAGE_STRING "snap-confine 1.0.35"
# | #define PACKAGE_BUGREPORT "snapcraft@lists.ubuntu.com"
# | #define PACKAGE_URL ""
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "snap-confine"
# | #define VERSION "1.0.35"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE__BOOL 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((mode_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:4920: result: yes
# configure:4931: checking for pid_t
# configure:4931: clang -c conftest.c >&5
# configure:4931: $? = 0
# configure:4931: clang -c conftest.c >&5
# conftest.c:69:20: error: expected expression
# if (sizeof ((pid_t)))
# ^
# 1 error generated.
# configure:4931: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snap-confine"
# | #define PACKAGE_TARNAME "snap-confine"
# | #define PACKAGE_VERSION "1.0.35"
# | #define PACKAGE_STRING "snap-confine 1.0.35"
# | #define PACKAGE_BUGREPORT "snapcraft@lists.ubuntu.com"
# | #define PACKAGE_URL ""
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "snap-confine"
# | #define VERSION "1.0.35"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE__BOOL 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:4931: result: yes
# configure:4942: checking for size_t
# configure:4942: clang -c conftest.c >&5
# configure:4942: $? = 0
# configure:4942: clang -c conftest.c >&5
# conftest.c:69:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:4942: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snap-confine"
# | #define PACKAGE_TARNAME "snap-confine"
# | #define PACKAGE_VERSION "1.0.35"
# | #define PACKAGE_STRING "snap-confine 1.0.35"
# | #define PACKAGE_BUGREPORT "snapcraft@lists.ubuntu.com"
# | #define PACKAGE_URL ""
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "snap-confine"
# | #define VERSION "1.0.35"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE__BOOL 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:4942: result: yes
# configure:4957: checking for unistd.h
# configure:4957: result: yes
# configure:4967: checking for working chown
# configure:5000: clang -o conftest conftest.c >&5
# configure:5000: $? = 0
# configure:5000: ./conftest
# configure:5000: $? = 0
# configure:5012: result: yes
# configure:5020: checking for error_at_line
# configure:5036: clang -o conftest conftest.c >&5
# conftest.c:35:10: fatal error: 'error.h' file not found
# #include
# ^
# 1 error generated.
# configure:5036: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snap-confine"
# | #define PACKAGE_TARNAME "snap-confine"
# | #define PACKAGE_VERSION "1.0.35"
# | #define PACKAGE_STRING "snap-confine 1.0.35"
# | #define PACKAGE_BUGREPORT "snapcraft@lists.ubuntu.com"
# | #define PACKAGE_URL ""
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "snap-confine"
# | #define VERSION "1.0.35"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CHOWN 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | error_at_line (0, 0, "", 0, "an error occurred");
# | ;
# | return 0;
# | }
# configure:5044: result: no
# configure:5057: checking vfork.h usability
# configure:5057: clang -c conftest.c >&5
# conftest.c:68:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:5057: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snap-confine"
# | #define PACKAGE_TARNAME "snap-confine"
# | #define PACKAGE_VERSION "1.0.35"
# | #define PACKAGE_STRING "snap-confine 1.0.35"
# | #define PACKAGE_BUGREPORT "snapcraft@lists.ubuntu.com"
# | #define PACKAGE_URL ""
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "snap-confine"
# | #define VERSION "1.0.35"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CHOWN 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:5057: result: no
# configure:5057: checking vfork.h presence
# configure:5057: clang -E conftest.c
# conftest.c:35:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:5057: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snap-confine"
# | #define PACKAGE_TARNAME "snap-confine"
# | #define PACKAGE_VERSION "1.0.35"
# | #define PACKAGE_STRING "snap-confine 1.0.35"
# | #define PACKAGE_BUGREPORT "snapcraft@lists.ubuntu.com"
# | #define PACKAGE_URL ""
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "snap-confine"
# | #define VERSION "1.0.35"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CHOWN 1
# | /* end confdefs.h. */
# | #include
# configure:5057: result: no
# configure:5057: checking for vfork.h
# configure:5057: result: no
# configure:5070: checking for fork
# configure:5070: clang -o conftest conftest.c >&5
# configure:5070: $? = 0
# configure:5070: result: yes
# configure:5070: checking for vfork
# configure:5070: clang -o conftest conftest.c >&5
# conftest.c:59:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration]
# char vfork ();
# ^
# conftest.c:59:6: note: 'vfork' is a builtin with type 'int (void)'
# 1 warning generated.
# configure:5070: $? = 0
# configure:5070: result: yes
# configure:5080: checking for working fork
# configure:5102: clang -o conftest conftest.c >&5
# configure:5102: $? = 0
# configure:5102: ./conftest
# configure:5102: $? = 0
# configure:5112: result: yes
# configure:5133: checking for working vfork
# configure:5243: result: yes
# configure:5272: checking build system type
# configure:5286: result: x86_64-pc-linux-gnu
# configure:5306: checking host system type
# configure:5319: result: x86_64-unknown-linux-gnu
# configure:5339: checking for working strnlen
# configure:5377: clang -o conftest conftest.c >&5
# configure:5377: $? = 0
# configure:5377: ./conftest
# configure:5377: $? = 0
# configure:5387: result: yes
# configure:5399: checking for mkdir
# configure:5399: clang -o conftest conftest.c >&5
# configure:5399: $? = 0
# configure:5399: result: yes
# configure:5399: checking for regcomp
# configure:5399: clang -o conftest conftest.c >&5
# configure:5399: $? = 0
# configure:5399: result: yes
# configure:5399: checking for setenv
# configure:5399: clang -o conftest conftest.c >&5
# configure:5399: $? = 0
# configure:5399: result: yes
# configure:5399: checking for strdup
# configure:5399: clang -o conftest conftest.c >&5
# conftest.c:65:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:65:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:5399: $? = 0
# configure:5399: result: yes
# configure:5399: checking for strerror
# configure:5399: clang -o conftest conftest.c >&5
# conftest.c:66:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:66:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:5399: $? = 0
# configure:5399: result: yes
# configure:5480: checking for x86_64-unknown-linux-pkg-config
# configure:5513: result: no
# configure:5523: checking for pkg-config
# configure:5541: found /usr/bin/pkg-config
# configure:5553: result: /usr/bin/pkg-config
# configure:5578: checking pkg-config is at least version 0.9.0
# configure:5581: result: yes
# configure:5593: checking for SECCOMP
# configure:5600: $PKG_CONFIG --exists --print-errors "libseccomp"
# configure:5603: $? = 0
# configure:5617: $PKG_CONFIG --exists --print-errors "libseccomp"
# configure:5620: $? = 0
# configure:5678: result: yes
# configure:5793: WARNING:
# XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
# X X
# X Apparmor is disabled, all snaps will run in devmode X
# X X
# XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
# configure:5807: checking for LIBUDEV
# configure:5814: $PKG_CONFIG --exists --print-errors "libudev"
# configure:5817: $? = 0
# configure:5831: $PKG_CONFIG --exists --print-errors "libudev"
# configure:5834: $? = 0
# configure:5892: result: yes
# configure:5898: checking for UDEV
# configure:5905: $PKG_CONFIG --exists --print-errors "udev"
# configure:5908: $? = 0
# configure:5922: $PKG_CONFIG --exists --print-errors "udev"
# configure:5925: $? = 0
# configure:5983: result: yes
# configure:5990: checking for GLIB
# configure:5997: $PKG_CONFIG --exists --print-errors "glib-2.0"
# configure:6000: $? = 0
# configure:6014: $PKG_CONFIG --exists --print-errors "glib-2.0"
# configure:6017: $? = 0
# configure:6075: result: yes
# configure:6280: checking that generated files are newer than configure
# configure:6286: result: done
# configure:6337: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by snap-confine config.status 1.0.35, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 47b91939dc3a
#
# config.status:918: creating Makefile
# config.status:918: creating src/Makefile
# config.status:918: creating tests/Makefile
# config.status:918: creating docs/Makefile
# config.status:918: creating config.h
# config.status:1147: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-pc-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_APPARMOR_CFLAGS_set=
# ac_cv_env_APPARMOR_CFLAGS_value=
# ac_cv_env_APPARMOR_LIBS_set=
# ac_cv_env_APPARMOR_LIBS_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_GLIB_CFLAGS_set=
# ac_cv_env_GLIB_CFLAGS_value=
# ac_cv_env_GLIB_LIBS_set=
# ac_cv_env_GLIB_LIBS_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_LIBUDEV_CFLAGS_set=
# ac_cv_env_LIBUDEV_CFLAGS_value=
# ac_cv_env_LIBUDEV_LIBS_set=
# ac_cv_env_LIBUDEV_LIBS_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_SECCOMP_CFLAGS_set=
# ac_cv_env_SECCOMP_CFLAGS_value=
# ac_cv_env_SECCOMP_LIBS_set=
# ac_cv_env_SECCOMP_LIBS_value=
# ac_cv_env_UDEV_CFLAGS_set=
# ac_cv_env_UDEV_CFLAGS_value=
# ac_cv_env_UDEV_LIBS_set=
# ac_cv_env_UDEV_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_chown_works=yes
# ac_cv_func_fork=yes
# ac_cv_func_fork_works=yes
# ac_cv_func_mkdir=yes
# ac_cv_func_regcomp=yes
# ac_cv_func_setenv=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strnlen_working=yes
# ac_cv_func_vfork=yes
# ac_cv_func_vfork_works=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_stdbool_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_mount_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_vfork_h=no
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_error_at_line=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_c99=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_type__Bool=yes
# ac_cv_type_mode_t=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_size_t=yes
# ac_cv_type_uid_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# pkg_cv_GLIB_LIBS=-lglib-2.0
# pkg_cv_LIBUDEV_CFLAGS=
# pkg_cv_LIBUDEV_LIBS=-ludev
# pkg_cv_SECCOMP_CFLAGS=
# pkg_cv_SECCOMP_LIBS=-lseccomp
# pkg_cv_UDEV_CFLAGS=
# pkg_cv_UDEV_LIBS=
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/snap-confine/src/snap-confine-1.0.35/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)'
# APPARMOR_CFLAGS=''
# APPARMOR_FALSE=''
# APPARMOR_LIBS=''
# APPARMOR_TRUE='#'
# AUTOCONF='${SHELL} /tmp/snap-confine/src/snap-confine-1.0.35/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/snap-confine/src/snap-confine-1.0.35/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/snap-confine/src/snap-confine-1.0.35/missing automake-1.15'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CONFINEMENT_TESTS_FALSE=''
# CONFINEMENT_TESTS_TRUE='#'
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# GLIB_LIBS='-lglib-2.0'
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=' ${LIBOBJDIR}error$U.o'
# LIBS=''
# LIBUDEV_CFLAGS=''
# LIBUDEV_LIBS='-ludev'
# LTLIBOBJS=' ${LIBOBJDIR}error$U.lo'
# MAINT=''
# MAINTAINER_MODE_FALSE='#'
# MAINTAINER_MODE_TRUE=''
# MAKEINFO='${SHELL} /tmp/snap-confine/src/snap-confine-1.0.35/missing makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# NVIDIA_ARCH_FALSE='#'
# NVIDIA_ARCH_TRUE=''
# NVIDIA_UBUNTU_FALSE=''
# NVIDIA_UBUNTU_TRUE='#'
# OBJEXT='o'
# PACKAGE='snap-confine'
# PACKAGE_BUGREPORT='snapcraft@lists.ubuntu.com'
# PACKAGE_NAME='snap-confine'
# PACKAGE_STRING='snap-confine 1.0.35'
# PACKAGE_TARNAME='snap-confine'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.0.35'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# ROOTFS_IS_CORE_SNAP_FALSE='#'
# ROOTFS_IS_CORE_SNAP_TRUE=''
# SECCOMP_CFLAGS=''
# SECCOMP_FALSE='#'
# SECCOMP_LIBS='-lseccomp'
# SECCOMP_TRUE=''
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP=''
# UDEV_CFLAGS=''
# UDEV_LIBS=''
# VERSION='1.0.35'
# ac_ct_CC=''
# 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-pc-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='pc'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/snap-confine/src/snap-confine-1.0.35/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='/usr/lib/snap-confine'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# runstatedir='${localstatedir}/run'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "snap-confine"
# #define PACKAGE_TARNAME "snap-confine"
# #define PACKAGE_VERSION "1.0.35"
# #define PACKAGE_STRING "snap-confine 1.0.35"
# #define PACKAGE_BUGREPORT "snapcraft@lists.ubuntu.com"
# #define PACKAGE_URL ""
# #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 __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define PACKAGE "snap-confine"
# #define VERSION "1.0.35"
# #define HAVE_FCNTL_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_MOUNT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE__BOOL 1
# #define HAVE_UNISTD_H 1
# #define HAVE_CHOWN 1
# #define HAVE_FORK 1
# #define HAVE_VFORK 1
# #define HAVE_WORKING_VFORK 1
# #define HAVE_WORKING_FORK 1
# #define HAVE_MKDIR 1
# #define HAVE_REGCOMP 1
# #define HAVE_SETENV 1
# #define HAVE_STRDUP 1
# #define HAVE_STRERROR 1
# #define HAVE_SECCOMP 1
# #define ROOTFS_IS_CORE_SNAP 1
# #define NVIDIA_ARCH 1
#
# configure: exit 0