The build took 00h 01m 29s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
10,605 |
sh |
5,902 |
ansic |
1,810 |
makefile |
28 |
perl |
18,345 |
total |
The process tree of the build process is here.
Several sub-process invocations were improper; see the process tree for details. Summary:
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:
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: libdmtx 0.7.4-5 (Thu Apr 13 20:09:10 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
configure: WARNING: if you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-unknown-linux-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking 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 style of include used by make... GNU
checking dependency style of clang... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
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 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-ar... no
checking for ar... ar
checking for x86_64-unknown-linux-strip... strip
checking for x86_64-unknown-linux-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from clang object... ok
checking how to run the C preprocessor... clang -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... yes
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether clang and cc understand -c and -o together... yes
checking for library containing sin... -lm
checking for library containing cos... none required
checking for library containing atan2... none required
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for gettimeofday... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libdmtx.pc
config.status: creating test/Makefile
config.status: creating test/simple_test/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make all-recursive
make[1]: Entering directory '/tmp/libdmtx/src/libdmtx-0.7.4'
Making all in .
make[2]: Entering directory '/tmp/libdmtx/src/libdmtx-0.7.4'
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -Wshadow -Wall -pedantic -ansi -Wall -pedantic -MT libdmtx_la-dmtx.lo -MD -MP -MF .deps/libdmtx_la-dmtx.Tpo -c -o libdmtx_la-dmtx.lo `test -f 'dmtx.c' || echo './'`dmtx.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -Wshadow -Wall -pedantic -ansi -Wall -pedantic -MT libdmtx_la-dmtx.lo -MD -MP -MF .deps/libdmtx_la-dmtx.Tpo -c dmtx.c -fPIC -DPIC -o .libs/libdmtx_la-dmtx.o
In file included from dmtx.c:68:
./dmtxdecode.c:474:12: warning: implicitly declaring library function 'snprintf' with type 'int (char *, unsigned long, const char *, ...)' [-Wimplicit-function-declaration]
count = snprintf((char *)pnm, *headerBytes + 1, "P6\n%d %d\n255\n", width, height);
^
./dmtxdecode.c:474:12: note: include the header or explicitly provide a declaration for 'snprintf'
In file included from dmtx.c:72:
./dmtxregion.c:1323:12: warning: variable 'sign' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
else if(step1 == 0) {
^~~~~~~~~~
./dmtxregion.c:1327:11: note: uninitialized use occurs here
assert(sign == streamDir);
^~~~
/usr/include/assert.h:86:5: note: expanded from macro 'assert'
((expr) \
^~~~
./dmtxregion.c:1323:9: note: remove the 'if' if its condition is always true
else if(step1 == 0) {
^~~~~~~~~~~~~~~
./dmtxregion.c:1290:12: note: initialize the variable 'sign' to silence this warning
int sign;
^
= 0
2 warnings generated.
libtool: compile: clang -DHAVE_CONFIG_H -I. -Wshadow -Wall -pedantic -ansi -Wall -pedantic -MT libdmtx_la-dmtx.lo -MD -MP -MF .deps/libdmtx_la-dmtx.Tpo -c dmtx.c -o libdmtx_la-dmtx.o >/dev/null 2>&1
mv -f .deps/libdmtx_la-dmtx.Tpo .deps/libdmtx_la-dmtx.Plo
/bin/sh ./libtool --tag=CC --mode=link clang -Wall -pedantic -o libdmtx.la -rpath /usr/lib libdmtx_la-dmtx.lo -lm
libtool: link: clang -shared .libs/libdmtx_la-dmtx.o -lm -Wl,-soname -Wl,libdmtx.so.0 -o .libs/libdmtx.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libdmtx.so.0" && ln -s "libdmtx.so.0.0.0" "libdmtx.so.0")
libtool: link: (cd ".libs" && rm -f "libdmtx.so" && ln -s "libdmtx.so.0.0.0" "libdmtx.so")
libtool: link: ar cru .libs/libdmtx.a libdmtx_la-dmtx.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libdmtx.a
libtool: link: ( cd ".libs" && rm -f "libdmtx.la" && ln -s "../libdmtx.la" "libdmtx.la" )
make[2]: Leaving directory '/tmp/libdmtx/src/libdmtx-0.7.4'
Making all in test
make[2]: Entering directory '/tmp/libdmtx/src/libdmtx-0.7.4/test'
Making all in simple_test
make[3]: Entering directory '/tmp/libdmtx/src/libdmtx-0.7.4/test/simple_test'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/libdmtx/src/libdmtx-0.7.4/test/simple_test'
make[3]: Entering directory '/tmp/libdmtx/src/libdmtx-0.7.4/test'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/libdmtx/src/libdmtx-0.7.4/test'
make[2]: Leaving directory '/tmp/libdmtx/src/libdmtx-0.7.4/test'
make[1]: Leaving directory '/tmp/libdmtx/src/libdmtx-0.7.4'
==> Entering fakeroot environment...
==> Starting package()...
Making install in .
make[1]: Entering directory '/tmp/libdmtx/src/libdmtx-0.7.4'
make[2]: Entering directory '/tmp/libdmtx/src/libdmtx-0.7.4'
test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/libdmtx/pkg/libdmtx/usr/lib"
/bin/sh ./libtool --mode=install /usr/bin/install -c libdmtx.la '/tmp/libdmtx/pkg/libdmtx/usr/lib'
libtool: install: /usr/bin/install -c .libs/libdmtx.so.0.0.0 /tmp/libdmtx/pkg/libdmtx/usr/lib/libdmtx.so.0.0.0
libtool: install: (cd /tmp/libdmtx/pkg/libdmtx/usr/lib && { ln -s -f libdmtx.so.0.0.0 libdmtx.so.0 || { rm -f libdmtx.so.0 && ln -s libdmtx.so.0.0.0 libdmtx.so.0; }; })
libtool: install: (cd /tmp/libdmtx/pkg/libdmtx/usr/lib && { ln -s -f libdmtx.so.0.0.0 libdmtx.so || { rm -f libdmtx.so && ln -s libdmtx.so.0.0.0 libdmtx.so; }; })
libtool: install: /usr/bin/install -c .libs/libdmtx.lai /tmp/libdmtx/pkg/libdmtx/usr/lib/libdmtx.la
libtool: install: /usr/bin/install -c .libs/libdmtx.a /tmp/libdmtx/pkg/libdmtx/usr/lib/libdmtx.a
libtool: install: chmod 644 /tmp/libdmtx/pkg/libdmtx/usr/lib/libdmtx.a
libtool: install: ranlib /tmp/libdmtx/pkg/libdmtx/usr/lib/libdmtx.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
test -z "/usr/include" || /usr/bin/mkdir -p "/tmp/libdmtx/pkg/libdmtx/usr/include"
/usr/bin/install -c -m 644 dmtx.h '/tmp/libdmtx/pkg/libdmtx/usr/include'
test -z "/usr/share/man/man3" || /usr/bin/mkdir -p "/tmp/libdmtx/pkg/libdmtx/usr/share/man/man3"
/usr/bin/install -c -m 644 man/libdmtx.3 '/tmp/libdmtx/pkg/libdmtx/usr/share/man/man3'
test -z "/usr/lib/pkgconfig" || /usr/bin/mkdir -p "/tmp/libdmtx/pkg/libdmtx/usr/lib/pkgconfig"
/usr/bin/install -c -m 644 libdmtx.pc '/tmp/libdmtx/pkg/libdmtx/usr/lib/pkgconfig'
make[2]: Leaving directory '/tmp/libdmtx/src/libdmtx-0.7.4'
make[1]: Leaving directory '/tmp/libdmtx/src/libdmtx-0.7.4'
Making install in test
make[1]: Entering directory '/tmp/libdmtx/src/libdmtx-0.7.4/test'
Making install in simple_test
make[2]: Entering directory '/tmp/libdmtx/src/libdmtx-0.7.4/test/simple_test'
make[3]: Entering directory '/tmp/libdmtx/src/libdmtx-0.7.4/test/simple_test'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/libdmtx/src/libdmtx-0.7.4/test/simple_test'
make[2]: Leaving directory '/tmp/libdmtx/src/libdmtx-0.7.4/test/simple_test'
make[2]: Entering directory '/tmp/libdmtx/src/libdmtx-0.7.4/test'
make[3]: Entering directory '/tmp/libdmtx/src/libdmtx-0.7.4/test'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/libdmtx/src/libdmtx-0.7.4/test'
make[2]: Leaving directory '/tmp/libdmtx/src/libdmtx-0.7.4/test'
make[1]: Leaving directory '/tmp/libdmtx/src/libdmtx-0.7.4/test'
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "libdmtx"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: libdmtx 0.7.4-5 (Thu Apr 13 20:09:42 UTC 2017)
CMD: pacman --query --file libdmtx-0.7.4-5-x86_64.pkg.tar.xz
Creating hybrid package for 'libdmtx'
Trying to find vanilla package 'libdmtx'...
CMD: pacman --query --file /mirror/libdmtx-0.7.4-5.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.MTREE
/usr/include/dmtx.h
/usr/share/man/man3/libdmtx.3.gz
/usr/lib/libdmtx.so.0
/usr/lib/libdmtx.so
/usr/lib/libdmtx.so.0.0.0
/usr/lib/pkgconfig/libdmtx.pc
/sysroot/usr/lib/libdmtx.so.0.0.0
/sysroot/usr/lib/libdmtx.so.0
/sysroot/usr/lib/libdmtx.so
/sysroot/usr/lib/libdmtx.la
/sysroot/usr/lib/libdmtx.a
/sysroot/usr/lib/pkgconfig/libdmtx.pc
/sysroot/usr/include/dmtx.h
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z
CMD: bsdtar -tqf libdmtx.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/libdmtx.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libdmtx.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/libdmtx.pkg.tar.xz'
-> Computing checksums...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'
Printing config logfiles
CMD: config logfiles '/tmp/libdmtx/src/libdmtx-0.7.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 libdmtx configure 0.7.4, which was
generated by GNU Autoconf 2.66. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr
## --------- ##
## Platform. ##
## --------- ##
hostname = 3cadc0074c18
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/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2208: checking for a BSD-compatible install
configure:2276: result: /usr/bin/install -c
configure:2287: checking whether build environment is sane
configure:2337: result: yes
configure:2386: checking for x86_64-unknown-linux-strip
configure:2416: result: no
configure:2426: checking for strip
configure:2442: found /usr/bin/strip
configure:2453: result: strip
configure:2478: checking for a thread-safe mkdir -p
configure:2517: result: /usr/bin/mkdir -p
configure:2530: checking for gawk
configure:2546: found /usr/bin/gawk
configure:2557: result: gawk
configure:2568: checking whether make sets $(MAKE)
configure:2590: result: yes
configure:2685: checking for x86_64-unknown-linux-gcc
configure:2712: result: clang
configure:2981: checking for C compiler version
configure:2990: 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:3001: $? = 0
configure:2990: 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:3001: $? = 0
configure:2990: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:3001: $? = 1
configure:2990: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:3001: $? = 1
configure:3021: checking whether the C compiler works
configure:3043: clang conftest.c >&5
configure:3047: $? = 0
configure:3095: result: yes
configure:3098: checking for C compiler default output file name
configure:3100: result: a.out
configure:3106: checking for suffix of executables
configure:3113: clang -o conftest conftest.c >&5
configure:3117: $? = 0
configure:3139: result:
configure:3161: checking whether we are cross compiling
configure:3169: clang -o conftest conftest.c >&5
configure:3173: $? = 0
configure:3180: ./conftest
configure:3184: $? = 0
configure:3199: result: no
configure:3204: checking for suffix of object files
configure:3226: clang -c conftest.c >&5
configure:3230: $? = 0
configure:3251: result: o
configure:3255: checking whether we are using the GNU C compiler
configure:3274: clang -c conftest.c >&5
configure:3274: $? = 0
configure:3283: result: yes
configure:3292: checking whether clang accepts -g
configure:3312: clang -c -g conftest.c >&5
configure:3312: $? = 0
configure:3353: result: yes
configure:3370: checking for clang option to accept ISO C89
configure:3434: clang -c conftest.c >&5
configure:3434: $? = 0
configure:3447: result: none needed
configure:3478: checking for style of include used by make
configure:3506: result: GNU
configure:3531: checking dependency style of clang
configure:3641: result: gcc3
configure:3685: checking build system type
configure:3699: result: x86_64-unknown-linux-gnu
configure:3719: checking host system type
configure:3732: result: x86_64-unknown-linux-gnu
configure:3773: checking how to print strings
configure:3800: result: printf
configure:3821: checking for a sed that does not truncate output
configure:3885: result: /usr/bin/sed
configure:3903: checking for grep that handles long lines and -e
configure:3961: result: /usr/bin/grep
configure:3966: checking for egrep
configure:4028: result: /usr/bin/grep -E
configure:4033: checking for fgrep
configure:4095: result: /usr/bin/grep -F
configure:4130: checking for ld used by clang
configure:4197: result: /usr/bin/ld
configure:4204: checking if the linker (/usr/bin/ld) is GNU ld
configure:4219: result: yes
configure:4231: checking for BSD- or MS-compatible name lister (nm)
configure:4280: result: /usr/bin/nm -B
configure:4410: checking the name lister (/usr/bin/nm -B) interface
configure:4417: clang -c conftest.c >&5
configure:4420: /usr/bin/nm -B "conftest.o"
configure:4423: output
0000000000000000 B some_variable
configure:4430: result: BSD nm
configure:4433: checking whether ln -s works
configure:4437: result: yes
configure:4445: checking the maximum length of command line arguments
configure:4570: result: 1572864
configure:4587: checking whether the shell understands some XSI constructs
configure:4597: result: yes
configure:4601: checking whether the shell understands "+="
configure:4607: result: yes
configure:4642: checking for /usr/bin/ld option to reload object files
configure:4649: result: -r
configure:4678: checking for x86_64-unknown-linux-objdump
configure:4708: result: no
configure:4718: checking for objdump
configure:4734: found /usr/bin/objdump
configure:4745: result: objdump
configure:4777: checking how to recognize dependent libraries
configure:4979: result: pass_all
configure:4999: checking for x86_64-unknown-linux-ar
configure:5029: result: no
configure:5039: checking for ar
configure:5055: found /usr/bin/ar
configure:5066: result: ar
configure:5104: checking for x86_64-unknown-linux-strip
configure:5131: result: strip
configure:5203: checking for x86_64-unknown-linux-ranlib
configure:5233: result: no
configure:5243: checking for ranlib
configure:5259: found /usr/bin/ranlib
configure:5270: result: ranlib
configure:5372: checking command to parse /usr/bin/nm -B output from clang object
configure:5490: clang -c conftest.c >&5
configure:5493: $? = 0
configure:5497: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:5500: $? = 0
configure:5554: clang -o conftest conftest.c conftstm.o >&5
configure:5557: $? = 0
configure:5595: result: ok
configure:5691: clang -c conftest.c >&5
configure:5694: $? = 0
configure:6436: checking how to run the C preprocessor
configure:6467: clang -E conftest.c
configure:6467: $? = 0
configure:6481: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:6481: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libdmtx"
| #define PACKAGE_TARNAME "libdmtx"
| #define PACKAGE_VERSION "0.7.4"
| #define PACKAGE_STRING "libdmtx 0.7.4"
| #define PACKAGE_BUGREPORT "mike@dragonflylogic.com"
| #define PACKAGE_URL ""
| #define PACKAGE "libdmtx"
| #define VERSION "0.7.4"
| /* end confdefs.h. */
| #include
configure:6506: result: clang -E
configure:6526: clang -E conftest.c
configure:6526: $? = 0
configure:6540: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:6540: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libdmtx"
| #define PACKAGE_TARNAME "libdmtx"
| #define PACKAGE_VERSION "0.7.4"
| #define PACKAGE_STRING "libdmtx 0.7.4"
| #define PACKAGE_BUGREPORT "mike@dragonflylogic.com"
| #define PACKAGE_URL ""
| #define PACKAGE "libdmtx"
| #define VERSION "0.7.4"
| /* end confdefs.h. */
| #include
configure:6569: checking for ANSI C header files
configure:6589: clang -c conftest.c >&5
configure:6589: $? = 0
configure:6662: clang -o conftest conftest.c >&5
configure:6662: $? = 0
configure:6662: ./conftest
configure:6662: $? = 0
configure:6673: result: yes
configure:6686: checking for sys/types.h
configure:6686: clang -c conftest.c >&5
configure:6686: $? = 0
configure:6686: result: yes
configure:6686: checking for sys/stat.h
configure:6686: clang -c conftest.c >&5
configure:6686: $? = 0
configure:6686: result: yes
configure:6686: checking for stdlib.h
configure:6686: clang -c conftest.c >&5
configure:6686: $? = 0
configure:6686: result: yes
configure:6686: checking for string.h
configure:6686: clang -c conftest.c >&5
configure:6686: $? = 0
configure:6686: result: yes
configure:6686: checking for memory.h
configure:6686: clang -c conftest.c >&5
configure:6686: $? = 0
configure:6686: result: yes
configure:6686: checking for strings.h
configure:6686: clang -c conftest.c >&5
configure:6686: $? = 0
configure:6686: result: yes
configure:6686: checking for inttypes.h
configure:6686: clang -c conftest.c >&5
configure:6686: $? = 0
configure:6686: result: yes
configure:6686: checking for stdint.h
configure:6686: clang -c conftest.c >&5
configure:6686: $? = 0
configure:6686: result: yes
configure:6686: checking for unistd.h
configure:6686: clang -c conftest.c >&5
configure:6686: $? = 0
configure:6686: result: yes
configure:6700: checking for dlfcn.h
configure:6700: clang -c conftest.c >&5
configure:6700: $? = 0
configure:6700: result: yes
configure:6887: checking for objdir
configure:6902: result: .libs
configure:7173: checking if clang supports -fno-rtti -fno-exceptions
configure:7191: clang -c -fno-rtti -fno-exceptions conftest.c >&5
configure:7195: $? = 0
configure:7208: result: yes
configure:7228: checking for clang option to produce PIC
configure:7513: result: -fPIC -DPIC
configure:7525: checking if clang PIC flag -fPIC -DPIC works
configure:7543: clang -c -fPIC -DPIC -DPIC conftest.c >&5
configure:7547: $? = 0
configure:7560: result: yes
configure:7584: checking if clang static flag -static works
configure:7612: result: yes
configure:7627: checking if clang supports -c -o file.o
configure:7648: clang -c -o out/conftest2.o conftest.c >&5
configure:7652: $? = 0
configure:7674: result: yes
configure:7682: checking if clang supports -c -o file.o
configure:7729: result: yes
configure:7762: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:8837: result: yes
configure:8874: checking whether -lc should be explicitly linked in
configure:8882: clang -c conftest.c >&5
configure:8885: $? = 0
configure:8900: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
configure:8903: $? = 0
configure:8917: result: no
configure:9082: checking dynamic linker characteristics
configure:9537: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
configure:9537: $? = 0
configure:9763: result: GNU/Linux ld.so
configure:9870: checking how to hardcode library paths into programs
configure:9895: result: immediate
configure:10435: checking whether stripping libraries is possible
configure:10440: result: yes
configure:10475: checking if libtool supports shared libraries
configure:10477: result: yes
configure:10480: checking whether to build shared libraries
configure:10501: result: yes
configure:10504: checking whether to build static libraries
configure:10508: result: yes
configure:10544: checking whether clang and cc understand -c and -o together
configure:10575: clang -c conftest.c -o conftest2.o >&5
configure:10579: $? = 0
configure:10585: clang -c conftest.c -o conftest2.o >&5
configure:10589: $? = 0
configure:10600: cc -c conftest.c >&5
configure:10604: $? = 0
configure:10612: cc -c conftest.c -o conftest2.o >&5
configure:10616: $? = 0
configure:10622: cc -c conftest.c -o conftest2.o >&5
configure:10626: $? = 0
configure:10644: result: yes
configure:10670: checking for library containing sin
configure:10701: clang -o conftest conftest.c >&5
conftest.c:30:6: warning: incompatible redeclaration of library function 'sin' [-Wincompatible-library-redeclaration]
char sin ();
^
conftest.c:30:6: note: 'sin' is a builtin with type 'double (double)'
1 warning generated.
/tmp/conftest-2179c7.o: In function `main':
conftest.c:(.text+0x16): undefined reference to `sin'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10701: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libdmtx"
| #define PACKAGE_TARNAME "libdmtx"
| #define PACKAGE_VERSION "0.7.4"
| #define PACKAGE_STRING "libdmtx 0.7.4"
| #define PACKAGE_BUGREPORT "mike@dragonflylogic.com"
| #define PACKAGE_URL ""
| #define PACKAGE "libdmtx"
| #define VERSION "0.7.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/"
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sin ();
| int
| main ()
| {
| return sin ();
| ;
| return 0;
| }
configure:10701: clang -o conftest conftest.c -lm >&5
conftest.c:30:6: warning: incompatible redeclaration of library function 'sin' [-Wincompatible-library-redeclaration]
char sin ();
^
conftest.c:30:6: note: 'sin' is a builtin with type 'double (double)'
1 warning generated.
configure:10701: $? = 0
configure:10718: result: -lm
configure:10728: checking for library containing cos
configure:10759: clang -o conftest conftest.c -lm >&5
conftest.c:30:6: warning: incompatible redeclaration of library function 'cos' [-Wincompatible-library-redeclaration]
char cos ();
^
conftest.c:30:6: note: 'cos' is a builtin with type 'double (double)'
1 warning generated.
configure:10759: $? = 0
configure:10776: result: none required
configure:10786: checking for library containing atan2
configure:10817: clang -o conftest conftest.c -lm >&5
conftest.c:30:6: warning: incompatible redeclaration of library function 'atan2' [-Wincompatible-library-redeclaration]
char atan2 ();
^
conftest.c:30:6: note: 'atan2' is a builtin with type 'double (double, double)'
1 warning generated.
configure:10817: $? = 0
configure:10834: result: none required
configure:10847: checking sys/time.h usability
configure:10847: clang -c conftest.c >&5
configure:10847: $? = 0
configure:10847: result: yes
configure:10847: checking sys/time.h presence
configure:10847: clang -E conftest.c
configure:10847: $? = 0
configure:10847: result: yes
configure:10847: checking for sys/time.h
configure:10847: result: yes
configure:10859: checking for gettimeofday
configure:10859: clang -o conftest conftest.c -lm >&5
configure:10859: $? = 0
configure:10859: result: yes
configure:11013: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by libdmtx config.status 0.7.4, which was
generated by GNU Autoconf 2.66. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 3cadc0074c18
config.status:1072: creating Makefile
config.status:1072: creating libdmtx.pc
config.status:1072: creating test/Makefile
config.status:1072: creating test/simple_test/Makefile
config.status:1072: creating config.h
config.status:1300: executing depfiles commands
config.status:1300: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_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_gettimeofday=yes
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_time_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/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=clang
ac_cv_prog_CPP='clang -E'
ac_cv_prog_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_clang_c_o=yes
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_atan2='none required'
ac_cv_search_cos='none required'
ac_cv_search_sin=-lm
am_cv_CC_dependencies_compiler_type=gcc3
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_prog_compiler_c_o=yes
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_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'\'''
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
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /tmp/libdmtx/src/libdmtx-0.7.4/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /tmp/libdmtx/src/libdmtx-0.7.4/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /tmp/libdmtx/src/libdmtx-0.7.4/missing --run autoconf'
AUTOHEADER='${SHELL} /tmp/libdmtx/src/libdmtx-0.7.4/missing --run autoheader'
AUTOMAKE='${SHELL} /tmp/libdmtx/src/libdmtx-0.7.4/missing --run automake-1.11'
AWK='gawk'
CC='clang'
CCDEPMODE='depmode=gcc3'
CFLAGS=''
CPP='clang -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP='/usr/bin/grep -F'
GREP='/usr/bin/grep'
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'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /tmp/libdmtx/src/libdmtx-0.7.4/missing --run makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='libdmtx'
PACKAGE_BUGREPORT='mike@dragonflylogic.com'
PACKAGE_NAME='libdmtx'
PACKAGE_STRING='libdmtx 0.7.4'
PACKAGE_TARNAME='libdmtx'
PACKAGE_URL=''
PACKAGE_VERSION='0.7.4'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TARGET_MACOSX_FALSE=''
TARGET_MACOSX_TRUE='#'
VERSION='0.7.4'
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__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} 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/libdmtx/src/libdmtx-0.7.4/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/usr/bin/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 "libdmtx"
#define PACKAGE_TARNAME "libdmtx"
#define PACKAGE_VERSION "0.7.4"
#define PACKAGE_STRING "libdmtx 0.7.4"
#define PACKAGE_BUGREPORT "mike@dragonflylogic.com"
#define PACKAGE_URL ""
#define PACKAGE "libdmtx"
#define VERSION "0.7.4"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_SYS_TIME_H 1
#define HAVE_GETTIMEOFDAY 1
configure: exit 0