Build of libdc1394 with clang_glibc toolchain

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

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

SLOCLanguage
17,304 ansic
11,542 sh
5,938 makefile
34,784 total

The process tree of the build process is here.

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

Log

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

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

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

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

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: libdc1394 2.2.4-1 (Thu Apr 13 19:55:22 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) libraw1394-2.1.2-1
#
# Total Installed Size: 0.15 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 libraw1394...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for x86_64-unknown-linux-doxygen... no
# checking for doxygen... /usr/bin/doxygen
# checking for x86_64-unknown-linux-perl... no
# checking for perl... /usr/bin/perl
# 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 for x86_64-unknown-linux-ar... no
# checking for x86_64-unknown-linux-lib... no
# checking for x86_64-unknown-linux-link... no
# checking for ar... ar
# checking the archiver (ar) interface... ar
# 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 for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... clang -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... no
# checking whether clang and cc understand -c and -o together... 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 C/C++ restrict keyword... __restrict
# checking for pow in -lm... yes
# checking for LIBUSB... yes
# checking for sdl-config... no
# checking for SDL - version >= 1.2.4... no
# *** The sdl-config script installed by SDL could not be found
# *** If SDL was installed in PREFIX, make sure PREFIX/bin is in
# *** your path, or set the SDL_CONFIG environment variable to the
# *** full path to sdl-config.
# checking for raw1394_channel_modify in -lraw1394... yes
# checking for main in -lGL... yes
# checking linux/videodev.h usability... no
# checking linux/videodev.h presence... no
# checking for linux/videodev.h... no
# checking for Xv extensions... no
# checking for ANSI C header files... (cached) yes
# checking for stdint.h... (cached) yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking for unistd.h... (cached) yes
# checking sys/mman.h usability... yes
# checking sys/mman.h presence... yes
# checking for sys/mman.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking for X... libraries , headers
# checking for gethostbyname... yes
# checking for connect... yes
# checking for remove... yes
# checking for shmat... yes
# checking for IceConnectionNumber in -lICE... yes
# checking for size_t... yes
# checking for stdlib.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for sys/param.h... yes
# checking for getpagesize... yes
# checking for working mmap... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating libdc1394-2.pc
# config.status: creating dc1394/Makefile
# config.status: creating dc1394/linux/Makefile
# config.status: creating dc1394/juju/Makefile
# config.status: creating dc1394/macosx/Makefile
# config.status: creating dc1394/windows/Makefile
# config.status: creating dc1394/usb/Makefile
# config.status: creating dc1394/vendor/Makefile
# config.status: creating examples/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
#
# Configuration (libdc1394):
#
# Linux support: Enabled
# Legacy drivers (libraw1394): Enabled
# Mac OS X support: Disabled (Mac OS not detected)
# Windows support: Disabled (Windows not detected)
# IIDC-over-USB support: Enabled
# Build examples: Yes
# Build SDL/OpenGL examples: No
# Build XV examples: No
# Build V4L examples: No
#
# make all-recursive
# make[1]: Entering directory '/tmp/libdc1394/src/libdc1394-2.2.4'
# Making all in dc1394
# make[2]: Entering directory '/tmp/libdc1394/src/libdc1394-2.2.4/dc1394'
# Making all in linux
# make[3]: Entering directory '/tmp/libdc1394/src/libdc1394-2.2.4/dc1394/linux'
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../dc1394 -Wall -Wunused -std=gnu99 -MT control.lo -MD -MP -MF .deps/control.Tpo -c -o control.lo control.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../dc1394 -Wall -Wunused -std=gnu99 -MT control.lo -MD -MP -MF .deps/control.Tpo -c control.c -fPIC -DPIC -o .libs/control.o
# mv -f .deps/control.Tpo .deps/control.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../dc1394 -Wall -Wunused -std=gnu99 -MT capture.lo -MD -MP -MF .deps/capture.Tpo -c -o capture.lo capture.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../dc1394 -Wall -Wunused -std=gnu99 -MT capture.lo -MD -MP -MF .deps/capture.Tpo -c capture.c -fPIC -DPIC -o .libs/capture.o
# mv -f .deps/capture.Tpo .deps/capture.Plo
# /bin/sh ../../libtool --tag=CC --mode=link clang -I../.. -I../../dc1394 -Wall -Wunused -std=gnu99 -o libdc1394-linux.la control.lo capture.lo -lraw1394 -lm
# libtool: link: ar cru .libs/libdc1394-linux.a .libs/control.o .libs/capture.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libdc1394-linux.a
# libtool: link: ( cd ".libs" && rm -f "libdc1394-linux.la" && ln -s "../libdc1394-linux.la" "libdc1394-linux.la" )
# make[3]: Leaving directory '/tmp/libdc1394/src/libdc1394-2.2.4/dc1394/linux'
# Making all in juju
# make[3]: Entering directory '/tmp/libdc1394/src/libdc1394-2.2.4/dc1394/juju'
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../dc1394 -Wall -Wunused -std=gnu99 -MT control.lo -MD -MP -MF .deps/control.Tpo -c -o control.lo control.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../dc1394 -Wall -Wunused -std=gnu99 -MT control.lo -MD -MP -MF .deps/control.Tpo -c control.c -fPIC -DPIC -o .libs/control.o
# control.c:286:19: error: fields must have a constant size: 'variable length array in structure' extension will never be supported
# __u32 buffer[cam->max_response_quads];
# ^
# 1 error generated.
# make[3]: *** [Makefile:444: control.lo] Error 1
# make[3]: Leaving directory '/tmp/libdc1394/src/libdc1394-2.2.4/dc1394/juju'
# make[2]: *** [Makefile:593: all-recursive] Error 1
# make[2]: Leaving directory '/tmp/libdc1394/src/libdc1394-2.2.4/dc1394'
# make[1]: *** [Makefile:594: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/libdc1394/src/libdc1394-2.2.4'
# make: *** [Makefile:460: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/libdc1394/src/libdc1394-2.2.4/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by libdc1394 configure 2.2.4, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --disable-static
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = f1d821eb99c0
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2461: checking build system type
# configure:2475: result: x86_64-unknown-linux-gnu
# configure:2495: checking host system type
# configure:2508: result: x86_64-unknown-linux-gnu
# configure:2528: checking target system type
# configure:2541: result: x86_64-unknown-linux-gnu
# configure:2943: checking for x86_64-unknown-linux-doxygen
# configure:2976: result: no
# configure:2986: checking for doxygen
# configure:3004: found /usr/bin/doxygen
# configure:3016: result: /usr/bin/doxygen
# configure:3049: checking for x86_64-unknown-linux-perl
# configure:3082: result: no
# configure:3092: checking for perl
# configure:3110: found /usr/bin/perl
# configure:3122: result: /usr/bin/perl
# configure:4816: checking for x86_64-unknown-linux-gcc
# configure:4843: result: clang
# configure:5112: checking for C compiler version
# configure:5121: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:5132: $? = 0
# configure:5121: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:5132: $? = 0
# configure:5121: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:5132: $? = 1
# configure:5121: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:5132: $? = 1
# configure:5152: checking whether the C compiler works
# configure:5174: clang conftest.c >&5
# configure:5178: $? = 0
# configure:5226: result: yes
# configure:5229: checking for C compiler default output file name
# configure:5231: result: a.out
# configure:5237: checking for suffix of executables
# configure:5244: clang -o conftest conftest.c >&5
# configure:5248: $? = 0
# configure:5270: result:
# configure:5292: checking whether we are cross compiling
# configure:5300: clang -o conftest conftest.c >&5
# configure:5304: $? = 0
# configure:5311: ./conftest
# configure:5315: $? = 0
# configure:5330: result: no
# configure:5335: checking for suffix of object files
# configure:5357: clang -c conftest.c >&5
# configure:5361: $? = 0
# configure:5382: result: o
# configure:5386: checking whether we are using the GNU C compiler
# configure:5405: clang -c conftest.c >&5
# configure:5405: $? = 0
# configure:5414: result: yes
# configure:5423: checking whether clang accepts -g
# configure:5443: clang -c -g conftest.c >&5
# configure:5443: $? = 0
# configure:5484: result: yes
# configure:5501: checking for clang option to accept ISO C89
# configure:5564: clang -c conftest.c >&5
# configure:5564: $? = 0
# configure:5577: result: none needed
# configure:5603: checking for x86_64-unknown-linux-ar
# configure:5633: result: no
# configure:5603: checking for x86_64-unknown-linux-lib
# configure:5633: result: no
# configure:5603: checking for x86_64-unknown-linux-link
# configure:5633: result: no
# configure:5647: checking for ar
# configure:5663: found /usr/bin/ar
# configure:5674: result: ar
# configure:5700: checking the archiver (ar) interface
# configure:5710: clang -c conftest.c >&5
# configure:5710: $? = 0
# configure:5712: ar cru libconftest.a conftest.o >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:5715: $? = 0
# configure:5738: result: ar
# configure:5774: checking for a BSD-compatible install
# configure:5842: result: /usr/bin/install -c
# configure:5853: checking whether build environment is sane
# configure:5908: result: yes
# configure:6056: checking for a thread-safe mkdir -p
# configure:6095: result: /usr/bin/mkdir -p
# configure:6102: checking for gawk
# configure:6118: found /usr/bin/gawk
# configure:6129: result: gawk
# configure:6140: checking whether make sets $(MAKE)
# configure:6162: result: yes
# configure:6192: checking for style of include used by make
# configure:6220: result: GNU
# configure:6254: checking whether make supports nested variables
# configure:6271: result: yes
# configure:6356: checking dependency style of clang
# configure:6467: result: gcc3
# configure:6494: checking for x86_64-unknown-linux-gcc
# configure:6521: result: clang
# configure:6790: checking for C compiler version
# configure:6799: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:6810: $? = 0
# configure:6799: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:6810: $? = 0
# configure:6799: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:6810: $? = 1
# configure:6799: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:6810: $? = 1
# configure:6814: checking whether we are using the GNU C compiler
# configure:6842: result: yes
# configure:6851: checking whether clang accepts -g
# configure:6912: result: yes
# configure:6929: checking for clang option to accept ISO C89
# configure:7005: result: none needed
# configure:7071: checking how to print strings
# configure:7098: result: printf
# configure:7119: checking for a sed that does not truncate output
# configure:7183: result: /usr/bin/sed
# configure:7201: checking for grep that handles long lines and -e
# configure:7259: result: /usr/bin/grep
# configure:7264: checking for egrep
# configure:7326: result: /usr/bin/grep -E
# configure:7331: checking for fgrep
# configure:7393: result: /usr/bin/grep -F
# configure:7428: checking for ld used by clang
# configure:7495: result: /usr/bin/ld
# configure:7502: checking if the linker (/usr/bin/ld) is GNU ld
# configure:7517: result: yes
# configure:7529: checking for BSD- or MS-compatible name lister (nm)
# configure:7578: result: /usr/bin/nm -B
# configure:7708: checking the name lister (/usr/bin/nm -B) interface
# configure:7715: clang -c conftest.c >&5
# configure:7718: /usr/bin/nm -B "conftest.o"
# configure:7721: output
# 0000000000000000 B some_variable
# configure:7728: result: BSD nm
# configure:7731: checking whether ln -s works
# configure:7735: result: yes
# configure:7743: checking the maximum length of command line arguments
# configure:7874: result: 1572864
# configure:7891: checking whether the shell understands some XSI constructs
# configure:7901: result: yes
# configure:7905: checking whether the shell understands "+="
# configure:7911: result: yes
# configure:7946: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:7986: result: func_convert_file_noop
# configure:7993: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:8013: result: func_convert_file_noop
# configure:8020: checking for /usr/bin/ld option to reload object files
# configure:8027: result: -r
# configure:8061: checking for x86_64-unknown-linux-objdump
# configure:8091: result: no
# configure:8101: checking for objdump
# configure:8117: found /usr/bin/objdump
# configure:8128: result: objdump
# configure:8157: checking how to recognize dependent libraries
# configure:8355: result: pass_all
# configure:8400: checking for x86_64-unknown-linux-dlltool
# configure:8430: result: no
# configure:8440: checking for dlltool
# configure:8470: result: no
# configure:8497: checking how to associate runtime and link libraries
# configure:8524: result: printf %s\n
# configure:8540: checking for x86_64-unknown-linux-ar
# configure:8567: result: ar
# configure:8648: checking for archiver @FILE support
# configure:8665: clang -c conftest.c >&5
# configure:8665: $? = 0
# configure:8668: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:8671: $? = 0
# configure:8676: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:8679: $? = 1
# configure:8691: result: @
# configure:8709: checking for x86_64-unknown-linux-strip
# configure:8739: result: no
# configure:8749: checking for strip
# configure:8765: found /usr/bin/strip
# configure:8776: result: strip
# configure:8808: checking for x86_64-unknown-linux-ranlib
# configure:8838: result: no
# configure:8848: checking for ranlib
# configure:8864: found /usr/bin/ranlib
# configure:8875: result: ranlib
# configure:8977: checking command to parse /usr/bin/nm -B output from clang object
# configure:9097: clang -c conftest.c >&5
# configure:9100: $? = 0
# configure:9104: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:9107: $? = 0
# configure:9173: clang -o conftest conftest.c conftstm.o >&5
# configure:9176: $? = 0
# configure:9214: result: ok
# configure:9251: checking for sysroot
# configure:9281: result: no
# configure:9358: clang -c conftest.c >&5
# configure:9361: $? = 0
# configure:9504: checking for x86_64-unknown-linux-mt
# configure:9534: result: no
# configure:9544: checking for mt
# configure:9574: result: no
# configure:9594: checking if : is a manifest tool
# configure:9600: : '-?'
# configure:9608: result: no
# configure:10250: checking how to run the C preprocessor
# configure:10281: clang -E conftest.c
# configure:10281: $? = 0
# configure:10295: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:10295: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libdc1394"
# | #define PACKAGE_TARNAME "libdc1394"
# | #define PACKAGE_VERSION "2.2.4"
# | #define PACKAGE_STRING "libdc1394 2.2.4"
# | #define PACKAGE_BUGREPORT "libdc1394-devel@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libdc1394"
# | #define VERSION "2.2.4"
# | /* end confdefs.h. */
# | #include
# configure:10320: result: clang -E
# configure:10340: clang -E conftest.c
# configure:10340: $? = 0
# configure:10354: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:10354: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libdc1394"
# | #define PACKAGE_TARNAME "libdc1394"
# | #define PACKAGE_VERSION "2.2.4"
# | #define PACKAGE_STRING "libdc1394 2.2.4"
# | #define PACKAGE_BUGREPORT "libdc1394-devel@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libdc1394"
# | #define VERSION "2.2.4"
# | /* end confdefs.h. */
# | #include
# configure:10383: checking for ANSI C header files
# configure:10403: clang -c conftest.c >&5
# configure:10403: $? = 0
# configure:10476: clang -o conftest conftest.c >&5
# configure:10476: $? = 0
# configure:10476: ./conftest
# configure:10476: $? = 0
# configure:10487: result: yes
# configure:10500: checking for sys/types.h
# configure:10500: clang -c conftest.c >&5
# configure:10500: $? = 0
# configure:10500: result: yes
# configure:10500: checking for sys/stat.h
# configure:10500: clang -c conftest.c >&5
# configure:10500: $? = 0
# configure:10500: result: yes
# configure:10500: checking for stdlib.h
# configure:10500: clang -c conftest.c >&5
# configure:10500: $? = 0
# configure:10500: result: yes
# configure:10500: checking for string.h
# configure:10500: clang -c conftest.c >&5
# configure:10500: $? = 0
# configure:10500: result: yes
# configure:10500: checking for memory.h
# configure:10500: clang -c conftest.c >&5
# configure:10500: $? = 0
# configure:10500: result: yes
# configure:10500: checking for strings.h
# configure:10500: clang -c conftest.c >&5
# configure:10500: $? = 0
# configure:10500: result: yes
# configure:10500: checking for inttypes.h
# configure:10500: clang -c conftest.c >&5
# configure:10500: $? = 0
# configure:10500: result: yes
# configure:10500: checking for stdint.h
# configure:10500: clang -c conftest.c >&5
# configure:10500: $? = 0
# configure:10500: result: yes
# configure:10500: checking for unistd.h
# configure:10500: clang -c conftest.c >&5
# configure:10500: $? = 0
# configure:10500: result: yes
# configure:10514: checking for dlfcn.h
# configure:10514: clang -c conftest.c >&5
# configure:10514: $? = 0
# configure:10514: result: yes
# configure:10718: checking for objdir
# configure:10733: result: .libs
# configure:11004: checking if clang supports -fno-rtti -fno-exceptions
# configure:11022: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:11026: $? = 0
# configure:11039: result: yes
# configure:11366: checking for clang option to produce PIC
# configure:11373: result: -fPIC -DPIC
# configure:11381: checking if clang PIC flag -fPIC -DPIC works
# configure:11399: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:11403: $? = 0
# configure:11416: result: yes
# configure:11445: checking if clang static flag -static works
# configure:11473: result: yes
# configure:11488: checking if clang supports -c -o file.o
# configure:11509: clang -c -o out/conftest2.o conftest.c >&5
# configure:11513: $? = 0
# configure:11535: result: yes
# configure:11543: checking if clang supports -c -o file.o
# configure:11590: result: yes
# configure:11623: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:12780: result: yes
# configure:12817: checking whether -lc should be explicitly linked in
# configure:12825: clang -c conftest.c >&5
# configure:12828: $? = 0
# configure:12843: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:12846: $? = 0
# configure:12860: result: no
# configure:13020: checking dynamic linker characteristics
# configure:13520: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:13520: $? = 0
# configure:13754: result: GNU/Linux ld.so
# configure:13861: checking how to hardcode library paths into programs
# configure:13886: result: immediate
# configure:14426: checking whether stripping libraries is possible
# configure:14431: result: yes
# configure:14466: checking if libtool supports shared libraries
# configure:14468: result: yes
# configure:14471: checking whether to build shared libraries
# configure:14492: result: yes
# configure:14495: checking whether to build static libraries
# configure:14499: result: no
# configure:14537: checking whether clang and cc understand -c and -o together
# configure:14568: clang -c conftest.c -o conftest2.o >&5
# configure:14572: $? = 0
# configure:14578: clang -c conftest.c -o conftest2.o >&5
# configure:14582: $? = 0
# configure:14593: cc -c conftest.c >&5
# configure:14597: $? = 0
# configure:14605: cc -c conftest.c -o conftest2.o >&5
# configure:14609: $? = 0
# configure:14615: cc -c conftest.c -o conftest2.o >&5
# configure:14619: $? = 0
# configure:14637: result: yes
# configure:14669: checking for x86_64-unknown-linux-pkg-config
# configure:14702: result: no
# configure:14712: checking for pkg-config
# configure:14730: found /usr/bin/pkg-config
# configure:14742: result: /usr/bin/pkg-config
# configure:14767: checking pkg-config is at least version 0.9.0
# configure:14770: result: yes
# configure:14781: checking for C/C++ restrict keyword
# configure:14806: clang -c conftest.c >&5
# configure:14806: $? = 0
# configure:14814: result: __restrict
# configure:14828: checking for pow in -lm
# configure:14853: clang -o conftest conftest.c -lm >&5
# conftest.c:31:6: warning: incompatible redeclaration of library function 'pow' [-Wincompatible-library-redeclaration]
# char pow ();
# ^
# conftest.c:31:6: note: 'pow' is a builtin with type 'double (double, double)'
# 1 warning generated.
# configure:14853: $? = 0
# configure:14862: result: yes
# configure:14871: checking for LIBUSB
# configure:14878: $PKG_CONFIG --exists --print-errors "libusb-1.0"
# configure:14881: $? = 0
# configure:14894: $PKG_CONFIG --exists --print-errors "libusb-1.0"
# configure:14897: $? = 0
# configure:14934: result: yes
# configure:14986: checking for sdl-config
# configure:15017: result: no
# configure:15027: checking for SDL - version >= 1.2.4
# configure:15134: result: no
# configure:15210: checking for raw1394_channel_modify in -lraw1394
# configure:15235: clang -o conftest conftest.c -lraw1394 -lm >&5
# configure:15235: $? = 0
# configure:15244: result: yes
# configure:15360: checking for main in -lGL
# configure:15379: clang -o conftest conftest.c -lGL -lm >&5
# configure:15379: $? = 0
# configure:15388: result: yes
# configure:15492: checking linux/videodev.h usability
# configure:15492: clang -c conftest.c >&5
# conftest.c:61:10: fatal error: 'linux/videodev.h' file not found
# #include
# ^
# 1 error generated.
# configure:15492: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libdc1394"
# | #define PACKAGE_TARNAME "libdc1394"
# | #define PACKAGE_VERSION "2.2.4"
# | #define PACKAGE_STRING "libdc1394 2.2.4"
# | #define PACKAGE_BUGREPORT "libdc1394-devel@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libdc1394"
# | #define VERSION "2.2.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define restrict __restrict
# | #define HAVE_LIBUSB /**/
# | #define HAVE_LINUX /**/
# | #define HAVE_LIBRAW1394 /**/
# | #define HAVE_OPENGL 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:15492: result: no
# configure:15492: checking linux/videodev.h presence
# configure:15492: clang -E conftest.c
# conftest.c:28:10: fatal error: 'linux/videodev.h' file not found
# #include
# ^
# 1 error generated.
# configure:15492: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libdc1394"
# | #define PACKAGE_TARNAME "libdc1394"
# | #define PACKAGE_VERSION "2.2.4"
# | #define PACKAGE_STRING "libdc1394 2.2.4"
# | #define PACKAGE_BUGREPORT "libdc1394-devel@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libdc1394"
# | #define VERSION "2.2.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define restrict __restrict
# | #define HAVE_LIBUSB /**/
# | #define HAVE_LINUX /**/
# | #define HAVE_LIBRAW1394 /**/
# | #define HAVE_OPENGL 1
# | /* end confdefs.h. */
# | #include
# configure:15492: result: no
# configure:15492: checking for linux/videodev.h
# configure:15492: result: no
# configure:15529: checking for Xv extensions
# configure:15546: clang -c conftest.c >&5
# conftest.c:30:18: fatal error: 'X11/extensions/Xvlib.h' file not found
# #include
# ^
# 1 error generated.
# configure:15546: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libdc1394"
# | #define PACKAGE_TARNAME "libdc1394"
# | #define PACKAGE_VERSION "2.2.4"
# | #define PACKAGE_STRING "libdc1394 2.2.4"
# | #define PACKAGE_BUGREPORT "libdc1394-devel@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libdc1394"
# | #define VERSION "2.2.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define restrict __restrict
# | #define HAVE_LIBUSB /**/
# | #define HAVE_LINUX /**/
# | #define HAVE_LIBRAW1394 /**/
# | #define HAVE_OPENGL 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | int
# | main ()
# | {
# |
# | int main(void) { (void) XvGetPortAttribute(0, 0, 0, 0); return 0; }
# |
# | ;
# | return 0;
# | }
# configure:15552: result: no
# configure:15568: checking for ANSI C header files
# configure:15672: result: yes
# configure:15683: checking for stdint.h
# configure:15683: result: yes
# configure:15683: checking fcntl.h usability
# configure:15683: clang -c conftest.c >&5
# configure:15683: $? = 0
# configure:15683: result: yes
# configure:15683: checking fcntl.h presence
# configure:15683: clang -E conftest.c
# configure:15683: $? = 0
# configure:15683: result: yes
# configure:15683: checking for fcntl.h
# configure:15683: result: yes
# configure:15683: checking sys/ioctl.h usability
# configure:15683: clang -c conftest.c >&5
# configure:15683: $? = 0
# configure:15683: result: yes
# configure:15683: checking sys/ioctl.h presence
# configure:15683: clang -E conftest.c
# configure:15683: $? = 0
# configure:15683: result: yes
# configure:15683: checking for sys/ioctl.h
# configure:15683: result: yes
# configure:15683: checking for unistd.h
# configure:15683: result: yes
# configure:15683: checking sys/mman.h usability
# configure:15683: clang -c conftest.c >&5
# configure:15683: $? = 0
# configure:15683: result: yes
# configure:15683: checking sys/mman.h presence
# configure:15683: clang -E conftest.c
# configure:15683: $? = 0
# configure:15683: result: yes
# configure:15683: checking for sys/mman.h
# configure:15683: result: yes
# configure:15683: checking netinet/in.h usability
# configure:15683: clang -c conftest.c >&5
# configure:15683: $? = 0
# configure:15683: result: yes
# configure:15683: checking netinet/in.h presence
# configure:15683: clang -E conftest.c
# configure:15683: $? = 0
# configure:15683: result: yes
# configure:15683: checking for netinet/in.h
# configure:15683: result: yes
# configure:15693: checking for X
# configure:15801: clang -E conftest.c
# configure:15801: $? = 0
# configure:15832: clang -o conftest conftest.c -lX11 -lm >&5
# configure:15832: $? = 0
# configure:15882: result: libraries , headers
# configure:15981: clang -o conftest conftest.c -lm -lX11 >&5
# configure:15981: $? = 0
# configure:16079: checking for gethostbyname
# configure:16079: clang -o conftest conftest.c -lm >&5
# configure:16079: $? = 0
# configure:16079: result: yes
# configure:16176: checking for connect
# configure:16176: clang -o conftest conftest.c -lm >&5
# configure:16176: $? = 0
# configure:16176: result: yes
# configure:16225: checking for remove
# configure:16225: clang -o conftest conftest.c -lm >&5
# configure:16225: $? = 0
# configure:16225: result: yes
# configure:16274: checking for shmat
# configure:16274: clang -o conftest conftest.c -lm >&5
# configure:16274: $? = 0
# configure:16274: result: yes
# configure:16332: checking for IceConnectionNumber in -lICE
# configure:16357: clang -o conftest conftest.c -lICE -lm >&5
# configure:16357: $? = 0
# configure:16366: result: yes
# configure:16377: checking for size_t
# configure:16377: clang -c conftest.c >&5
# configure:16377: $? = 0
# configure:16377: clang -c conftest.c >&5
# conftest.c:71:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:16377: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libdc1394"
# | #define PACKAGE_TARNAME "libdc1394"
# | #define PACKAGE_VERSION "2.2.4"
# | #define PACKAGE_STRING "libdc1394 2.2.4"
# | #define PACKAGE_BUGREPORT "libdc1394-devel@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libdc1394"
# | #define VERSION "2.2.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define restrict __restrict
# | #define HAVE_LIBUSB /**/
# | #define HAVE_LINUX /**/
# | #define HAVE_LIBRAW1394 /**/
# | #define HAVE_OPENGL 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_NETINET_IN_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 ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:16377: result: yes
# configure:16395: checking for stdlib.h
# configure:16395: result: yes
# configure:16395: checking for unistd.h
# configure:16395: result: yes
# configure:16395: checking for sys/param.h
# configure:16395: clang -c conftest.c >&5
# configure:16395: $? = 0
# configure:16395: result: yes
# configure:16415: checking for getpagesize
# configure:16415: clang -o conftest conftest.c -lm >&5
# configure:16415: $? = 0
# configure:16415: result: yes
# configure:16424: checking for working mmap
# configure:16571: clang -o conftest conftest.c -lm >&5
# configure:16571: $? = 0
# configure:16571: ./conftest
# configure:16571: $? = 0
# configure:16581: result: yes
# configure:16803: checking that generated files are newer than configure
# configure:16809: result: done
# configure:16872: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libdc1394 config.status 2.2.4, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on f1d821eb99c0
#
# config.status:1198: creating Makefile
# config.status:1198: creating libdc1394-2.pc
# config.status:1198: creating dc1394/Makefile
# config.status:1198: creating dc1394/linux/Makefile
# config.status:1198: creating dc1394/juju/Makefile
# config.status:1198: creating dc1394/macosx/Makefile
# config.status:1198: creating dc1394/windows/Makefile
# config.status:1198: creating dc1394/usb/Makefile
# config.status:1198: creating dc1394/vendor/Makefile
# config.status:1198: creating examples/Makefile
# config.status:1198: creating config.h
# config.status:1427: executing depfiles commands
# config.status:1427: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_restrict=__restrict
# 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_DOXYGEN_PAPER_SIZE_set=
# ac_cv_env_DOXYGEN_PAPER_SIZE_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_LIBUSB_CFLAGS_set=
# ac_cv_env_LIBUSB_CFLAGS_value=
# ac_cv_env_LIBUSB_LIBS_set=
# ac_cv_env_LIBUSB_LIBS_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_XMKMF_set=
# ac_cv_env_XMKMF_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_connect=yes
# ac_cv_func_gethostbyname=yes
# ac_cv_func_getpagesize=yes
# ac_cv_func_mmap_fixed_mapped=yes
# ac_cv_func_remove=yes
# ac_cv_func_shmat=yes
# ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_linux_videodev_h=no
# ac_cv_header_memory_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_mman_h=yes
# ac_cv_header_sys_param_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_lib_GL_main=yes
# ac_cv_lib_ICE_IceConnectionNumber=yes
# ac_cv_lib_m_pow=yes
# ac_cv_lib_raw1394_raw1394_channel_modify=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SDL_CONFIG=no
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_ac_pt_DX_DOXYGEN=/usr/bin/doxygen
# ac_cv_path_ac_pt_DX_PERL=/usr/bin/perl
# 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_AR=ar
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# 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_clang_c_o=yes
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_target=x86_64-unknown-linux-gnu
# ac_cv_type_size_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_ar_interface=ar
# am_cv_make_support_nested_variables=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=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# pkg_cv_LIBUSB_CFLAGS=-I/usr/include/libusb-1.0
# pkg_cv_LIBUSB_LIBS=-lusb-1.0
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libdc1394/src/libdc1394-2.2.4/missing aclocal-1.13'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# AS=''
# AUTOCONF='${SHELL} /tmp/libdc1394/src/libdc1394-2.2.4/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/libdc1394/src/libdc1394-2.2.4/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/libdc1394/src/libdc1394-2.2.4/missing automake-1.13'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS='-Wall -Wunused -std=gnu99 '
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DOXYGEN_PAPER_SIZE=''
# DSYMUTIL=''
# DUMPBIN=''
# DX_COND_chi_FALSE=''
# DX_COND_chi_TRUE='#'
# DX_COND_chm_FALSE=''
# DX_COND_chm_TRUE='#'
# DX_COND_doc_FALSE='#'
# DX_COND_doc_TRUE=''
# DX_COND_dot_FALSE=''
# DX_COND_dot_TRUE='#'
# DX_COND_html_FALSE=''
# DX_COND_html_TRUE='#'
# DX_COND_latex_FALSE=''
# DX_COND_latex_TRUE='#'
# DX_COND_man_FALSE=''
# DX_COND_man_TRUE='#'
# DX_COND_pdf_FALSE=''
# DX_COND_pdf_TRUE='#'
# DX_COND_ps_FALSE=''
# DX_COND_ps_TRUE='#'
# DX_COND_rtf_FALSE=''
# DX_COND_rtf_TRUE='#'
# DX_COND_xml_FALSE=''
# DX_COND_xml_TRUE='#'
# DX_CONFIG='Doxyfile.in'
# DX_DOCDIR='doc'
# DX_DOT=''
# DX_DOXYGEN='/usr/bin/doxygen'
# DX_DVIPS=''
# DX_EGREP=''
# DX_ENV=' SRCDIR='\''.'\'' PROJECT='\''libdc1394'\'' DOCDIR='\''doc'\'' VERSION='\''2.2.4'\'' PERL_PATH='\''/usr/bin/perl'\'' HAVE_DOT='\''NO'\'' GENERATE_MAN='\''NO'\'' GENERATE_RTF='\''NO'\'' GENERATE_XML='\''NO'\'' GENERATE_HTMLHELP='\''NO'\'' GENERATE_CHI='\''NO'\'' GENERATE_HTML='\''NO'\'' GENERATE_LATEX='\''NO'\'''
# DX_FLAG_chi='0'
# DX_FLAG_chm='0'
# DX_FLAG_doc='1'
# DX_FLAG_dot='0'
# DX_FLAG_html='0'
# DX_FLAG_man='0'
# DX_FLAG_pdf='0'
# DX_FLAG_ps='0'
# DX_FLAG_rtf='0'
# DX_FLAG_xml='0'
# DX_HHC=''
# DX_LATEX=''
# DX_MAKEINDEX=''
# DX_PDFLATEX=''
# DX_PERL='/usr/bin/perl'
# DX_PROJECT='libdc1394'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# FRAMEWORK_IOKIT=''
# GREP='/usr/bin/grep'
# HAVE_LIBRAW1394_FALSE='#'
# HAVE_LIBRAW1394_TRUE=''
# HAVE_LIBSDL_FALSE=''
# HAVE_LIBSDL_TRUE='#'
# HAVE_LIBUSB_FALSE='#'
# HAVE_LIBUSB_TRUE=''
# HAVE_LINUX_FALSE='#'
# HAVE_LINUX_TRUE=''
# HAVE_MACOSX_FALSE=''
# HAVE_MACOSX_TRUE='#'
# HAVE_OPENGL_FALSE='#'
# HAVE_OPENGL_TRUE=''
# HAVE_VIDEODEV_FALSE=''
# HAVE_VIDEODEV_TRUE='#'
# HAVE_WINDOWS_FALSE=''
# HAVE_WINDOWS_TRUE='#'
# HAVE_XV_FALSE=''
# HAVE_XV_TRUE='#'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lm '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIBUSB_CFLAGS='-I/usr/include/libusb-1.0'
# LIBUSB_LIBS='-lusb-1.0'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/libdc1394/src/libdc1394-2.2.4/missing makeinfo'
# MAKE_EXAMPLES_FALSE='#'
# MAKE_EXAMPLES_TRUE=''
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libdc1394'
# PACKAGE_BUGREPORT='libdc1394-devel@lists.sf.net'
# PACKAGE_NAME='libdc1394'
# PACKAGE_STRING='libdc1394 2.2.4'
# PACKAGE_TARNAME='libdc1394'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.2.4'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# RANLIB='ranlib'
# SDL_CFLAGS=''
# SDL_CONFIG='no'
# SDL_LIBS=''
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='2.2.4'
# XMKMF=''
# XV_CFLAGS=''
# XV_LIBS=''
# X_CFLAGS=''
# X_EXTRA_LIBS=''
# X_LIBS=''
# X_PRE_LIBS=' -lSM -lICE'
# 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'
# 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/libdc1394/src/libdc1394-2.2.4/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# lt_age='1'
# lt_current='23'
# lt_revision='11'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# pkgincludedir='$(includedir)/dc1394'
# platform_LDFLAGS=''
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libdc1394"
# #define PACKAGE_TARNAME "libdc1394"
# #define PACKAGE_VERSION "2.2.4"
# #define PACKAGE_STRING "libdc1394 2.2.4"
# #define PACKAGE_BUGREPORT "libdc1394-devel@lists.sf.net"
# #define PACKAGE_URL ""
# #define PACKAGE "libdc1394"
# #define VERSION "2.2.4"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define restrict __restrict
# #define HAVE_LIBUSB /**/
# #define HAVE_LINUX /**/
# #define HAVE_LIBRAW1394 /**/
# #define HAVE_OPENGL 1
# #define STDC_HEADERS 1
# #define HAVE_STDINT_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_MMAN_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_GETPAGESIZE 1
# #define HAVE_MMAP 1
#
# configure: exit 0