Build of libcacard with musl toolchain

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

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

SLOCLanguage
4,713 sh
4,576 ansic
2,168 makefile
11,457 total

The process tree of the build process is here.

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: libcacard 2.5.2-1 (Wed Apr 5 02:00:12 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether to enable maintainer-specific portions of Makefiles... yes
# checking whether make supports nested variables... (cached) yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for native Win32... no
# checking whether to enable debugging... no
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... yes
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by clang... /sysroot/bin/ld
# checking if the linker (/sysroot/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/nm -B
# checking the name lister (/sysroot/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /sysroot/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# configure: WARNING: using cross tools not prefixed with host triplet
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /sysroot/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for a working dd... /usr/sbin/dd
# checking how to truncate binary pipes... /usr/sbin/dd bs=4096 count=1
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... clang -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... no
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking 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... no
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/sbin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking whether C compiler accepts -Werror=unknown-warning-option... yes
# checking whether C compiler accepts -fno-strict-aliasing... yes
# checking whether C compiler accepts -Wall... yes
# checking whether C compiler accepts -Wextra... yes
# checking whether C compiler accepts -Wundef... yes
# checking whether C compiler accepts -Wnested-externs... yes
# checking whether C compiler accepts -Wwrite-strings... yes
# checking whether C compiler accepts -Wpointer-arith... yes
# checking whether C compiler accepts -Wmissing-declarations... yes
# checking whether C compiler accepts -Wmissing-prototypes... yes
# checking whether C compiler accepts -Wstrict-prototypes... yes
# checking whether C compiler accepts -Wredundant-decls... yes
# checking whether C compiler accepts -Wno-unused-parameter... yes
# checking whether C compiler accepts -Wno-missing-field-initializers... yes
# checking whether C compiler accepts -Wdeclaration-after-statement... yes
# checking whether C compiler accepts -Wformat=2... yes
# checking whether C compiler accepts -Wold-style-definition... yes
# checking whether C compiler accepts -Wcast-align... yes
# checking whether C compiler accepts -Wformat-nonliteral... yes
# checking whether C compiler accepts -Wformat-security... yes
# checking whether C compiler accepts -Wsign-compare... yes
# checking whether C compiler accepts -Wstrict-aliasing... yes
# checking whether C compiler accepts -Wshadow... yes
# checking whether C compiler accepts -Winline... yes
# checking whether C compiler accepts -Wpacked... yes
# checking whether C compiler accepts -Wmissing-format-attribute... yes
# checking whether C compiler accepts -Wmissing-noreturn... yes
# checking whether C compiler accepts -Winit-self... yes
# checking whether C compiler accepts -Wredundant-decls... (cached) yes
# checking whether C compiler accepts -Wmissing-include-dirs... yes
# checking whether C compiler accepts -Wunused-but-set-variable... no
# checking whether C compiler accepts -Warray-bounds... yes
# checking whether C compiler accepts -Wimplicit-function-declaration... yes
# checking whether C compiler accepts -Wreturn-type... yes
# checking whether C compiler accepts -Wswitch-enum... yes
# checking whether C compiler accepts -Wswitch-default... yes
# checking whether C compiler accepts -Wno-error=unused-parameter... yes
# checking whether C compiler accepts -Wno-error=missing-field-initializers... yes
# checking whether C compiler accepts -Werror=unknown-warning-option... (cached) yes
# checking whether the linker accepts -Wl,--no-as-needed... yes
# checking whether to build with code coverage support... no
# checking for CACARD... yes
# checking for GTHREAD... yes
# checking for PCSC... no
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating libcacard.pc
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# configure:
#
# libcacard - 2.5.2
#
# • Prefix: /usr
# • PCSC enabled: no
# • Code coverage: no
#
# make all-recursive
# make[1]: Entering directory '/tmp/libcacard/src/libcacard-2.5.2'
# Making all in src
# make[2]: Entering directory '/tmp/libcacard/src/libcacard-2.5.2/src'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libcacard/src/libcacard-2.5.2/src'
# make[2]: Entering directory '/tmp/libcacard/src/libcacard-2.5.2'
# CC src/cac.lo
# CC src/card_7816.lo
# CC src/event.lo
# CC src/vcard.lo
# CC src/vcard_emul_nss.lo
# CC src/vcard_emul_type.lo
# CC src/vcardt.lo
# CC src/vreader.lo
# CC src/vscclient-vscclient.o
# CCLD libcacard.la
# /sysroot/bin/ld: error: cannot find -lglib-2.0
# /sysroot/bin/ld: error: cannot find -lssl3
# /sysroot/bin/ld: error: cannot find -lsmime3
# /sysroot/bin/ld: error: cannot find -lnss3
# /sysroot/bin/ld: error: cannot find -lnssutil3
# /sysroot/bin/ld: error: cannot find -lplds4
# /sysroot/bin/ld: error: cannot find -lplc4
# /sysroot/bin/ld: error: cannot find -lnspr4
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# make[2]: *** [Makefile:970: libcacard.la] Error 1
# make[2]: Leaving directory '/tmp/libcacard/src/libcacard-2.5.2'
# make[1]: *** [Makefile:1305: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/libcacard/src/libcacard-2.5.2'
# make: *** [Makefile:804: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/libcacard/src/libcacard-2.5.2/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 libcacard configure 2.5.2, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 8c7bd31d13b3
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2265: checking for a BSD-compatible install
# configure:2333: result: /usr/bin/install -c
# configure:2344: checking whether build environment is sane
# configure:2399: result: yes
# configure:2458: checking for x86_64-unknown-linux-strip
# configure:2488: result: no
# configure:2498: checking for strip
# configure:2514: found /sysroot/bin/strip
# configure:2525: result: strip
# configure:2550: checking for a thread-safe mkdir -p
# configure:2589: result: /usr/sbin/mkdir -p
# configure:2596: checking for gawk
# configure:2612: found /usr/sbin/gawk
# configure:2623: result: gawk
# configure:2634: checking whether make sets $(MAKE)
# configure:2656: result: yes
# configure:2685: checking whether make supports nested variables
# configure:2702: result: yes
# configure:2829: checking whether to enable maintainer-specific portions of Makefiles
# configure:2838: result: yes
# configure:2862: checking whether make supports nested variables
# configure:2879: result: yes
# configure:2895: checking build system type
# configure:2909: result: x86_64-unknown-linux-gnu
# configure:2929: checking host system type
# configure:2942: result: x86_64-unknown-linux-gnu
# configure:2962: checking for native Win32
# configure:2972: result: no
# configure:2985: checking whether to enable debugging
# configure:3047: result: no
# configure:3087: checking for x86_64-unknown-linux-gcc
# configure:3114: result: clang
# configure:3383: checking for C compiler version
# configure:3392: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3403: $? = 0
# configure:3392: 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:3403: $? = 0
# configure:3392: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3403: $? = 1
# configure:3392: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3403: $? = 1
# configure:3423: checking whether the C compiler works
# configure:3445: clang conftest.c >&5
# configure:3449: $? = 0
# configure:3497: result: yes
# configure:3500: checking for C compiler default output file name
# configure:3502: result: a.out
# configure:3508: checking for suffix of executables
# configure:3515: clang -o conftest conftest.c >&5
# configure:3519: $? = 0
# configure:3541: result:
# configure:3563: checking whether we are cross compiling
# configure:3571: clang -o conftest conftest.c >&5
# configure:3575: $? = 0
# configure:3582: ./conftest
# ./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:3586: $? = 127
# configure:3601: result: yes
# configure:3606: checking for suffix of object files
# configure:3628: clang -c conftest.c >&5
# configure:3632: $? = 0
# configure:3653: result: o
# configure:3657: checking whether we are using the GNU C compiler
# configure:3676: clang -c conftest.c >&5
# configure:3676: $? = 0
# configure:3685: result: yes
# configure:3694: checking whether clang accepts -g
# configure:3714: clang -c -g conftest.c >&5
# configure:3714: $? = 0
# configure:3755: result: yes
# configure:3772: checking for clang option to accept ISO C89
# configure:3835: clang -c conftest.c >&5
# configure:3835: $? = 0
# configure:3848: result: none needed
# configure:3873: checking whether clang understands -c and -o together
# configure:3895: clang -c conftest.c -o conftest2.o
# configure:3898: $? = 0
# configure:3895: clang -c conftest.c -o conftest2.o
# configure:3898: $? = 0
# configure:3910: result: yes
# configure:3938: checking for style of include used by make
# configure:3966: result: GNU
# configure:3992: checking dependency style of clang
# configure:4103: result: gcc3
# configure:4165: checking how to print strings
# configure:4192: result: printf
# configure:4213: checking for a sed that does not truncate output
# configure:4277: result: /usr/sbin/sed
# configure:4295: checking for grep that handles long lines and -e
# configure:4353: result: /usr/sbin/grep
# configure:4358: checking for egrep
# configure:4420: result: /usr/sbin/grep -E
# configure:4425: checking for fgrep
# configure:4487: result: /usr/sbin/grep -F
# configure:4522: checking for ld used by clang
# configure:4589: result: /sysroot/bin/ld
# configure:4596: checking if the linker (/sysroot/bin/ld) is GNU ld
# configure:4611: result: yes
# configure:4623: checking for BSD- or MS-compatible name lister (nm)
# configure:4677: result: /sysroot/bin/nm -B
# configure:4807: checking the name lister (/sysroot/bin/nm -B) interface
# configure:4814: clang -c conftest.c >&5
# configure:4817: /sysroot/bin/nm -B "conftest.o"
# configure:4820: output
# 0000000000000000 B some_variable
# configure:4827: result: BSD nm
# configure:4830: checking whether ln -s works
# configure:4834: result: yes
# configure:4842: checking the maximum length of command line arguments
# configure:4973: result: 1572864
# configure:5021: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5061: result: func_convert_file_noop
# configure:5068: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5088: result: func_convert_file_noop
# configure:5095: checking for /sysroot/bin/ld option to reload object files
# configure:5102: result: -r
# configure:5136: checking for x86_64-unknown-linux-objdump
# configure:5166: result: no
# configure:5176: checking for objdump
# configure:5192: found /sysroot/bin/objdump
# configure:5203: result: objdump
# configure:5215: WARNING: using cross tools not prefixed with host triplet
# configure:5232: checking how to recognize dependent libraries
# configure:5432: result: pass_all
# configure:5477: checking for x86_64-unknown-linux-dlltool
# configure:5507: result: no
# configure:5517: checking for dlltool
# configure:5547: result: no
# configure:5574: checking how to associate runtime and link libraries
# configure:5601: result: printf %s\n
# configure:5618: checking for x86_64-unknown-linux-ar
# configure:5648: result: no
# configure:5662: checking for ar
# configure:5678: found /sysroot/bin/ar
# configure:5689: result: ar
# configure:5726: checking for archiver @FILE support
# configure:5743: clang -c conftest.c >&5
# configure:5743: $? = 0
# configure:5746: ar cru libconftest.a @conftest.lst >&5
# /r: `u' modifier ignored since `D' is the default (see `U')
# configure:5749: $? = 0
# configure:5754: ar cru libconftest.a @conftest.lst >&5
# /r: `u' modifier ignored since `D' is the default (see `U')
# /r: conftest.o: No such file or directory
# configure:5757: $? = 1
# configure:5769: result: @
# configure:5787: checking for x86_64-unknown-linux-strip
# configure:5814: result: strip
# configure:5886: checking for x86_64-unknown-linux-ranlib
# configure:5916: result: no
# configure:5926: checking for ranlib
# configure:5942: found /sysroot/bin/ranlib
# configure:5953: result: ranlib
# configure:6055: checking command to parse /sysroot/bin/nm -B output from clang object
# configure:6208: clang -c conftest.c >&5
# configure:6211: $? = 0
# configure:6215: /sysroot/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6218: $? = 0
# configure:6284: clang -o conftest conftest.c conftstm.o >&5
# configure:6287: $? = 0
# configure:6325: result: ok
# configure:6372: checking for sysroot
# configure:6402: result: no
# configure:6409: checking for a working dd
# configure:6447: result: /usr/sbin/dd
# configure:6451: checking how to truncate binary pipes
# configure:6466: result: /usr/sbin/dd bs=4096 count=1
# configure:6602: clang -c conftest.c >&5
# configure:6605: $? = 0
# configure:6755: checking for x86_64-unknown-linux-mt
# configure:6785: result: no
# configure:6795: checking for mt
# configure:6825: result: no
# configure:6845: checking if : is a manifest tool
# configure:6851: : '-?'
# configure:6859: result: no
# configure:7536: checking how to run the C preprocessor
# configure:7567: clang -E conftest.c
# configure:7567: $? = 0
# configure:7581: clang -E conftest.c
# conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7581: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libcacard"
# | #define PACKAGE_TARNAME "libcacard"
# | #define PACKAGE_VERSION "2.5.2"
# | #define PACKAGE_STRING "libcacard 2.5.2"
# | #define PACKAGE_BUGREPORT "spice-devel@lists.freedesktop.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libcacard"
# | #define VERSION "2.5.2"
# | #define NDEBUG /**/
# | /* end confdefs.h. */
# | #include
# configure:7606: result: clang -E
# configure:7626: clang -E conftest.c
# configure:7626: $? = 0
# configure:7640: clang -E conftest.c
# conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7640: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libcacard"
# | #define PACKAGE_TARNAME "libcacard"
# | #define PACKAGE_VERSION "2.5.2"
# | #define PACKAGE_STRING "libcacard 2.5.2"
# | #define PACKAGE_BUGREPORT "spice-devel@lists.freedesktop.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libcacard"
# | #define VERSION "2.5.2"
# | #define NDEBUG /**/
# | /* end confdefs.h. */
# | #include
# configure:7669: checking for ANSI C header files
# configure:7689: clang -c conftest.c >&5
# configure:7689: $? = 0
# configure:7773: result: yes
# configure:7786: checking for sys/types.h
# configure:7786: clang -c conftest.c >&5
# configure:7786: $? = 0
# configure:7786: result: yes
# configure:7786: checking for sys/stat.h
# configure:7786: clang -c conftest.c >&5
# configure:7786: $? = 0
# configure:7786: result: yes
# configure:7786: checking for stdlib.h
# configure:7786: clang -c conftest.c >&5
# configure:7786: $? = 0
# configure:7786: result: yes
# configure:7786: checking for string.h
# configure:7786: clang -c conftest.c >&5
# configure:7786: $? = 0
# configure:7786: result: yes
# configure:7786: checking for memory.h
# configure:7786: clang -c conftest.c >&5
# configure:7786: $? = 0
# configure:7786: result: yes
# configure:7786: checking for strings.h
# configure:7786: clang -c conftest.c >&5
# configure:7786: $? = 0
# configure:7786: result: yes
# configure:7786: checking for inttypes.h
# configure:7786: clang -c conftest.c >&5
# configure:7786: $? = 0
# configure:7786: result: yes
# configure:7786: checking for stdint.h
# configure:7786: clang -c conftest.c >&5
# configure:7786: $? = 0
# configure:7786: result: yes
# configure:7786: checking for unistd.h
# configure:7786: clang -c conftest.c >&5
# configure:7786: $? = 0
# configure:7786: result: yes
# configure:7800: checking for dlfcn.h
# configure:7800: clang -c conftest.c >&5
# configure:7800: $? = 0
# configure:7800: result: yes
# configure:8353: checking for objdir
# configure:8368: result: .libs
# configure:8632: checking if clang supports -fno-rtti -fno-exceptions
# configure:8650: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8654: $? = 0
# configure:8667: result: yes
# configure:9025: checking for clang option to produce PIC
# configure:9032: result: -fPIC -DPIC
# configure:9040: checking if clang PIC flag -fPIC -DPIC works
# configure:9058: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9062: $? = 0
# configure:9075: result: yes
# configure:9104: checking if clang static flag -static works
# configure:9132: result: no
# configure:9147: checking if clang supports -c -o file.o
# configure:9168: clang -c -o out/conftest2.o conftest.c >&5
# configure:9172: $? = 0
# configure:9194: result: yes
# configure:9202: checking if clang supports -c -o file.o
# configure:9249: result: yes
# configure:9282: checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:10541: result: yes
# configure:10578: checking whether -lc should be explicitly linked in
# configure:10586: clang -c conftest.c >&5
# configure:10589: $? = 0
# configure:10604: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:10607: $? = 0
# configure:10621: result: no
# configure:10781: checking dynamic linker characteristics
# configure:11362: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11362: $? = 0
# configure:11602: result: GNU/Linux ld.so
# configure:11724: checking how to hardcode library paths into programs
# configure:11749: result: immediate
# configure:12297: checking whether stripping libraries is possible
# configure:12302: result: yes
# configure:12337: checking if libtool supports shared libraries
# configure:12339: result: yes
# configure:12342: checking whether to build shared libraries
# configure:12367: result: yes
# configure:12370: checking whether to build static libraries
# configure:12374: result: no
# configure:12422: checking for x86_64-unknown-linux-pkg-config
# configure:12455: result: no
# configure:12465: checking for pkg-config
# configure:12483: found /usr/sbin/pkg-config
# configure:12495: result: /usr/sbin/pkg-config
# configure:12520: checking pkg-config is at least version 0.9.0
# configure:12523: result: yes
# configure:12600: checking whether C compiler accepts -Werror=unknown-warning-option
# configure:12619: clang -c -Werror=unknown-warning-option conftest.c >&5
# configure:12619: $? = 0
# configure:12627: result: yes
# configure:12647: checking whether C compiler accepts -fno-strict-aliasing
# configure:12666: clang -c -Werror=unknown-warning-option -fno-strict-aliasing conftest.c >&5
# configure:12666: $? = 0
# configure:12675: result: yes
# configure:12702: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12705: $? = 0
# configure:12726: checking whether C compiler accepts -Wall
# configure:12745: clang -c -Werror=unknown-warning-option -Wall conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wextra
# configure:12745: clang -c -Werror=unknown-warning-option -Wextra conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wundef
# configure:12745: clang -c -Werror=unknown-warning-option -Wundef conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wnested-externs
# configure:12745: clang -c -Werror=unknown-warning-option -Wnested-externs conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wwrite-strings
# configure:12745: clang -c -Werror=unknown-warning-option -Wwrite-strings conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wpointer-arith
# configure:12745: clang -c -Werror=unknown-warning-option -Wpointer-arith conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wmissing-declarations
# configure:12745: clang -c -Werror=unknown-warning-option -Wmissing-declarations conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wmissing-prototypes
# configure:12745: clang -c -Werror=unknown-warning-option -Wmissing-prototypes conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wstrict-prototypes
# configure:12745: clang -c -Werror=unknown-warning-option -Wstrict-prototypes conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wredundant-decls
# configure:12745: clang -c -Werror=unknown-warning-option -Wredundant-decls conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wno-unused-parameter
# configure:12745: clang -c -Werror=unknown-warning-option -Wno-unused-parameter conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wno-missing-field-initializers
# configure:12745: clang -c -Werror=unknown-warning-option -Wno-missing-field-initializers conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wdeclaration-after-statement
# configure:12745: clang -c -Werror=unknown-warning-option -Wdeclaration-after-statement conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wformat=2
# configure:12745: clang -c -Werror=unknown-warning-option -Wformat=2 conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wold-style-definition
# configure:12745: clang -c -Werror=unknown-warning-option -Wold-style-definition conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wcast-align
# configure:12745: clang -c -Werror=unknown-warning-option -Wcast-align conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wformat-nonliteral
# configure:12745: clang -c -Werror=unknown-warning-option -Wformat-nonliteral conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wformat-security
# configure:12745: clang -c -Werror=unknown-warning-option -Wformat-security conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wsign-compare
# configure:12745: clang -c -Werror=unknown-warning-option -Wsign-compare conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wstrict-aliasing
# configure:12745: clang -c -Werror=unknown-warning-option -Wstrict-aliasing conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wshadow
# configure:12745: clang -c -Werror=unknown-warning-option -Wshadow conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Winline
# configure:12745: clang -c -Werror=unknown-warning-option -Winline conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wpacked
# configure:12745: clang -c -Werror=unknown-warning-option -Wpacked conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wmissing-format-attribute
# configure:12745: clang -c -Werror=unknown-warning-option -Wmissing-format-attribute conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wmissing-noreturn
# configure:12745: clang -c -Werror=unknown-warning-option -Wmissing-noreturn conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Winit-self
# configure:12745: clang -c -Werror=unknown-warning-option -Winit-self conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wredundant-decls
# configure:12754: result: yes
# configure:12762: : WARN_CFLAGS already contains $flag
# configure:12765: $? = 0
# configure:12726: checking whether C compiler accepts -Wmissing-include-dirs
# configure:12745: clang -c -Werror=unknown-warning-option -Wmissing-include-dirs conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wunused-but-set-variable
# configure:12745: clang -c -Werror=unknown-warning-option -Wunused-but-set-variable conftest.c >&5
# error: unknown warning option '-Wunused-but-set-variable'; did you mean '-Wunused-const-variable'? [-Werror,-Wunknown-warning-option]
# configure:12745: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libcacard"
# | #define PACKAGE_TARNAME "libcacard"
# | #define PACKAGE_VERSION "2.5.2"
# | #define PACKAGE_STRING "libcacard 2.5.2"
# | #define PACKAGE_BUGREPORT "spice-devel@lists.freedesktop.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libcacard"
# | #define VERSION "2.5.2"
# | #define NDEBUG /**/
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:12754: result: no
# configure:12726: checking whether C compiler accepts -Warray-bounds
# configure:12745: clang -c -Werror=unknown-warning-option -Warray-bounds conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wimplicit-function-declaration
# configure:12745: clang -c -Werror=unknown-warning-option -Wimplicit-function-declaration conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wreturn-type
# configure:12745: clang -c -Werror=unknown-warning-option -Wreturn-type conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wswitch-enum
# configure:12745: clang -c -Werror=unknown-warning-option -Wswitch-enum conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wswitch-default
# configure:12745: clang -c -Werror=unknown-warning-option -Wswitch-default conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12931: checking whether C compiler accepts -Wno-error=unused-parameter
# configure:12950: clang -c -Werror=unknown-warning-option -Wno-error=unused-parameter conftest.c >&5
# configure:12950: $? = 0
# configure:12959: result: yes
# configure:12975: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12978: $? = 0
# configure:12931: checking whether C compiler accepts -Wno-error=missing-field-initializers
# configure:12950: clang -c -Werror=unknown-warning-option -Wno-error=missing-field-initializers conftest.c >&5
# configure:12950: $? = 0
# configure:12959: result: yes
# configure:12975: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12978: $? = 0
# configure:13033: checking whether C compiler accepts -Werror=unknown-warning-option
# configure:13060: result: yes
# configure:13080: checking whether the linker accepts -Wl,--no-as-needed
# configure:13099: clang -o conftest -Werror=unknown-warning-option -Wl,--no-as-needed conftest.c >&5
# configure:13099: $? = 0
# configure:13109: result: yes
# configure:13136: : WARN_LDFLAGS="$WARN_LDFLAGS"
# configure:13139: $? = 0
# configure:13353: : WARN_SCANNERFLAGS="$WARN_SCANNERFLAGS"
# configure:13356: $? = 0
# configure:13378: : WARN_SCANNERFLAGS="$WARN_SCANNERFLAGS"
# configure:13381: $? = 0
# configure:13454: checking whether to build with code coverage support
# configure:13474: result: no
# configure:13796: checking for CACARD
# configure:13803: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.22 nss >= 3.12.8"
# configure:13806: $? = 0
# configure:13820: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.22 nss >= 3.12.8"
# configure:13823: $? = 0
# configure:13881: result: yes
# configure:13887: checking for GTHREAD
# configure:13894: $PKG_CONFIG --exists --print-errors "gthread-2.0"
# configure:13897: $? = 0
# configure:13911: $PKG_CONFIG --exists --print-errors "gthread-2.0"
# configure:13914: $? = 0
# configure:13972: result: yes
# configure:13988: checking for PCSC
# configure:13995: $PKG_CONFIG --exists --print-errors "libpcsclite"
# Package libpcsclite was not found in the pkg-config search path.
# Perhaps you should add the directory containing `libpcsclite.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'libpcsclite' found
# configure:13998: $? = 1
# configure:14012: $PKG_CONFIG --exists --print-errors "libpcsclite"
# Package libpcsclite was not found in the pkg-config search path.
# Perhaps you should add the directory containing `libpcsclite.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'libpcsclite' found
# configure:14015: $? = 1
# configure:14029: result: no
# No package 'libpcsclite' found
# configure:14232: checking that generated files are newer than configure
# configure:14238: result: done
# configure:14285: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libcacard config.status 2.5.2, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 8c7bd31d13b3
#
# config.status:1207: creating Makefile
# config.status:1207: creating src/Makefile
# config.status:1207: creating libcacard.pc
# config.status:1207: creating config.h
# config.status:1436: executing depfiles commands
# config.status:1436: executing libtool commands
# configure:16443:
#
# libcacard - 2.5.2
#
# • Prefix: /usr
# • PCSC enabled: no
# • Code coverage: no
#
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CACARD_CFLAGS_set=
# ac_cv_env_CACARD_CFLAGS_value=
# ac_cv_env_CACARD_LIBS_set=
# ac_cv_env_CACARD_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_GTHREAD_CFLAGS_set=
# ac_cv_env_GTHREAD_CFLAGS_value=
# ac_cv_env_GTHREAD_LIBS_set=
# ac_cv_env_GTHREAD_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_LT_SYS_LIBRARY_PATH_set=
# ac_cv_env_LT_SYS_LIBRARY_PATH_value=
# ac_cv_env_PCSC_CFLAGS_set=
# ac_cv_env_PCSC_CFLAGS_value=
# ac_cv_env_PCSC_LIBS_set=
# ac_cv_env_PCSC_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_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_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_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_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/sbin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_lt_DD=/usr/sbin/dd
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# ax_cv_check_cflags__Wall=yes
# ax_cv_check_cflags__Warray_bounds=yes
# ax_cv_check_cflags__Wcast_align=yes
# ax_cv_check_cflags__Wdeclaration_after_statement=yes
# ax_cv_check_cflags__Wextra=yes
# ax_cv_check_cflags__Wformat_2=yes
# ax_cv_check_cflags__Wformat_nonliteral=yes
# ax_cv_check_cflags__Wformat_security=yes
# ax_cv_check_cflags__Wimplicit_function_declaration=yes
# ax_cv_check_cflags__Winit_self=yes
# ax_cv_check_cflags__Winline=yes
# ax_cv_check_cflags__Wmissing_declarations=yes
# ax_cv_check_cflags__Wmissing_format_attribute=yes
# ax_cv_check_cflags__Wmissing_include_dirs=yes
# ax_cv_check_cflags__Wmissing_noreturn=yes
# ax_cv_check_cflags__Wmissing_prototypes=yes
# ax_cv_check_cflags__Wnested_externs=yes
# ax_cv_check_cflags__Wno_error_missing_field_initializers=yes
# ax_cv_check_cflags__Wno_error_unused_parameter=yes
# ax_cv_check_cflags__Wno_missing_field_initializers=yes
# ax_cv_check_cflags__Wno_unused_parameter=yes
# ax_cv_check_cflags__Wold_style_definition=yes
# ax_cv_check_cflags__Wpacked=yes
# ax_cv_check_cflags__Wpointer_arith=yes
# ax_cv_check_cflags__Wredundant_decls=yes
# ax_cv_check_cflags__Wreturn_type=yes
# ax_cv_check_cflags__Wshadow=yes
# ax_cv_check_cflags__Wsign_compare=yes
# ax_cv_check_cflags__Wstrict_aliasing=yes
# ax_cv_check_cflags__Wstrict_prototypes=yes
# ax_cv_check_cflags__Wswitch_default=yes
# ax_cv_check_cflags__Wswitch_enum=yes
# ax_cv_check_cflags__Wundef=yes
# ax_cv_check_cflags__Wunused_but_set_variable=no
# ax_cv_check_cflags__Wwrite_strings=yes
# ax_cv_check_cflags___Werror_unknown_warning_option=yes
# ax_cv_check_cflags__fno_strict_aliasing=yes
# ax_cv_check_ldflags__Wl___no_as_needed=yes
# 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=/sysroot/bin/ld
# lt_cv_path_NM='/sysroot/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=no
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_global_symbol_to_import=
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# lt_cv_truncate_bin='/usr/sbin/dd bs=4096 count=1'
# pkg_cv_CACARD_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/nss -I/usr/include/nspr'
# pkg_cv_CACARD_LIBS='-lglib-2.0 -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4'
# pkg_cv_GTHREAD_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# pkg_cv_GTHREAD_LIBS='-lgthread-2.0 -pthread -lglib-2.0'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
#
#
#
#
#
#
#
#
#
# $(LCOV) $(code_coverage_quiet) --directory $(CODE_COVERAGE_DIRECTORY) --capture --output-file "$(CODE_COVERAGE_OUTPUT_FILE).tmp" --test-name "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" --no-checksum --compat-libtool $(CODE_COVERAGE_LCOV_OPTIONS)
# $(LCOV) $(code_coverage_quiet) --directory $(CODE_COVERAGE_DIRECTORY) --remove "$(CODE_COVERAGE_OUTPUT_FILE).tmp" "/tmp/*" $(CODE_COVERAGE_IGNORE_PATTERN) --output-file "$(CODE_COVERAGE_OUTPUT_FILE)"
# $(MAKE) $(AM_MAKEFLAGS) code-coverage-capture
# -$(LCOV) --directory $(top_builddir) -z
# -$(MAKE) $(AM_MAKEFLAGS) -k check
# -@rm -f $(CODE_COVERAGE_OUTPUT_FILE).tmp
# -find . -name "*.gcda" -o -name "*.gcov" -delete
# -rm -rf $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_FILE).tmp $(CODE_COVERAGE_OUTPUT_DIRECTORY)
# @echo "Need to reconfigure with --enable-code-coverage"
# @echo "Need to reconfigure with --enable-code-coverage"
# @echo "file://$(abs_builddir)/$(CODE_COVERAGE_OUTPUT_DIRECTORY)/index.html"
# LANG=C $(GENHTML) $(code_coverage_quiet) --prefix $(CODE_COVERAGE_DIRECTORY) --output-directory "$(CODE_COVERAGE_OUTPUT_DIRECTORY)" --title "$(PACKAGE_NAME)-$(PACKAGE_VERSION) Code Coverage" --legend --show-details "$(CODE_COVERAGE_OUTPUT_FILE)" $(CODE_COVERAGE_GENHTML_OPTIONS)
# #
# #
# # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage)
# # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info)
# # (Default: $(top_builddir))
# # (Default: $CODE_COVERAGE_LCOV_OPTIONS_DEFAULT)
# # (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH)
# # by lcov for code coverage. (Default:
# # instance. (Default: empty)
# # reports to be created. (Default:
# # - CODE_COVERAGE_DIRECTORY: Top-level directory for code coverage reporting.
# # - CODE_COVERAGE_GENHTML_OPTIONS: Extra options to pass to the genhtml
# # - CODE_COVERAGE_IGNORE_PATTERN: Extra glob pattern of files to ignore
# # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the lcov instance.
# # - CODE_COVERAGE_LCOV_OPTIONS_DEFAULT: Extra options to pass to the lcov instance.
# # - CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH: --gcov-tool pathtogcov
# # - CODE_COVERAGE_OUTPUT_DIRECTORY: Directory for generated code coverage
# # - CODE_COVERAGE_OUTPUT_FILE: Filename and path for the .info file generated
# # $(PACKAGE_VERSION). In order to add the current git hash to the title,
# # Capture code coverage data
# # Code coverage
# # Hook rule executed before code-coverage-capture, overridable by the user
# # Optional variables
# # Optional:
# # The generated report will be titled using the $(PACKAGE_NAME) and
# # Use recursive makes in order to ignore errors during check
# # use the git-version-gen script, available online.
# '
# .PHONY: check-code-coverage code-coverage-capture code-coverage-capture-hook code-coverage-clean
# ACLOCAL='${SHELL} /tmp/libcacard/src/libcacard-2.5.2/build-aux/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AR='ar'
# AS='as'
# AUTOCONF='${SHELL} /tmp/libcacard/src/libcacard-2.5.2/build-aux/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/libcacard/src/libcacard-2.5.2/build-aux/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/libcacard/src/libcacard-2.5.2/build-aux/missing automake-1.15'
# AWK='gawk'
# CACARD_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/nss -I/usr/include/nspr'
# CACARD_LIBS='-lglib-2.0 -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CODE_COVERAGE_CFLAGS=''
# CODE_COVERAGE_DIRECTORY ?= $(top_builddir)
# CODE_COVERAGE_ENABLED='no'
# CODE_COVERAGE_ENABLED_FALSE=''
# CODE_COVERAGE_ENABLED_TRUE='#'
# CODE_COVERAGE_GENHTML_OPTIONS ?=
# CODE_COVERAGE_IGNORE_PATTERN ?=
# CODE_COVERAGE_LCOV_OPTIONS ?= $(CODE_COVERAGE_LCOV_OPTIONS_DEFAULT)
# CODE_COVERAGE_LCOV_OPTIONS_DEFAULT ?= $(CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH)
# CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH ?= --gcov-tool "$(GCOV)"
# CODE_COVERAGE_LDFLAGS=''
# CODE_COVERAGE_OUTPUT_DIRECTORY ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage
# CODE_COVERAGE_OUTPUT_FILE ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info
# CODE_COVERAGE_RULES='
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DISTCHECK_CONFIGURE_FLAGS += --disable-code-coverage
# DISTCHECK_CONFIGURE_FLAGS ?=
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# ENABLE_ALWAYS_BUILD_TESTS_FALSE=''
# ENABLE_ALWAYS_BUILD_TESTS_TRUE='#'
# ENABLE_INSTALLED_TESTS_FALSE=''
# ENABLE_INSTALLED_TESTS_TRUE='#'
# ENABLE_PCSC_FALSE=''
# ENABLE_PCSC_TRUE='#'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GCOV=''
# GENHTML=''
# GITIGNOREFILES += $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_DIRECTORY)
# GITIGNOREFILES ?=
# GREP='/usr/sbin/grep'
# GTHREAD_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# GTHREAD_LIBS='-lgthread-2.0 -pthread -lglib-2.0'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LCOV=''
# LD='/sysroot/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# LT_SYS_LIBRARY_PATH=''
# MAINT=''
# MAINTAINER_MODE_FALSE='#'
# MAINTAINER_MODE_TRUE=''
# MAKEINFO='${SHELL} /tmp/libcacard/src/libcacard-2.5.2/build-aux/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/sysroot/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OS_WIN32_FALSE=''
# OS_WIN32_TRUE='#'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libcacard'
# PACKAGE_BUGREPORT='spice-devel@lists.freedesktop.org'
# PACKAGE_NAME='libcacard'
# PACKAGE_STRING='libcacard 2.5.2'
# PACKAGE_TARNAME='libcacard'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.5.2'
# PATH_SEPARATOR=':'
# PCSC_CFLAGS=''
# PCSC_LIBS=''
# PKG_CONFIG='/usr/sbin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# RANLIB='ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='2.5.2'
# WARN_CFLAGS='-fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wno-error=unused-parameter -Wno-error=missing-field-initializers'
# WARN_LDFLAGS='-Wl,--no-as-needed'
# WARN_SCANNERFLAGS=' --warn-all '
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# check-code-coverage:
# clean: code-coverage-clean
# code-coverage-capture-hook:
# code-coverage-capture: code-coverage-capture-hook
# code-coverage-clean:
# code_coverage_quiet = $(code_coverage_quiet_$(V))
# code_coverage_quiet_ = $(code_coverage_quiet_$(AM_DEFAULT_VERBOSITY))
# code_coverage_quiet_0 = --quiet
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# else
# else
# endif
# endif
# endif
# 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}'
# ifeq ($(CODE_COVERAGE_ENABLED),yes)
# ifeq ($(CODE_COVERAGE_ENABLED),yes)
# ifeq ($(CODE_COVERAGE_ENABLED),yes)
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/libcacard/src/libcacard-2.5.2/build-aux/install-sh'
# installed_test_metadir=''
# installed_testdir=''
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libcacard"
# #define PACKAGE_TARNAME "libcacard"
# #define PACKAGE_VERSION "2.5.2"
# #define PACKAGE_STRING "libcacard 2.5.2"
# #define PACKAGE_BUGREPORT "spice-devel@lists.freedesktop.org"
# #define PACKAGE_URL ""
# #define PACKAGE "libcacard"
# #define VERSION "2.5.2"
# #define NDEBUG /**/
# #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/"
#
# configure: exit 0