Build of stlink with vanilla toolchain

The build took 00h 00m 43s and was SUCCESSFUL.

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

SLOCLanguage
7,135 ansic
4,111 sh
1,056 makefile
143 asm
12,445 total

The process tree of the build process is here.

Log

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

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

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

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: stlink 1.2.0-1 (Wed Aug 24 13:07:39 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# autoreconf: Entering directory `.'
# autoreconf: configure.ac: not using Gettext
# autoreconf: running: aclocal --force
# autoreconf: configure.ac: tracing
# autoreconf: configure.ac: not using Libtool
# autoreconf: running: /usr/bin/autoconf --force
# autoreconf: configure.ac: not using Autoheader
# autoreconf: running: automake --add-missing --copy --force-missing
# Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/sbin/automake line 3936.
# configure.ac:12: installing './compile'
# configure.ac:14: installing './config.guess'
# configure.ac:14: installing './config.sub'
# configure.ac:8: installing './install-sh'
# configure.ac:8: installing './missing'
# Makefile.am: installing './INSTALL'
# Makefile.am: installing './depcomp'
# autoreconf: Leaving directory `.'
# 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 for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking whether gcc understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of gcc... gcc3
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking how to run the C preprocessor... gcc -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking sys/mman.h usability... yes
# checking sys/mman.h presence... yes
# checking for sys/mman.h... yes
# checking sys/poll.h usability... yes
# checking sys/poll.h presence... yes
# checking for sys/poll.h... yes
# checking for mmap... yes
# 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 for USB... yes
# checking for usb_path2devnum in -lusbpath... no
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: executing depfiles commands
# Making all in .
# make[1]: Entering directory '/tmp/stlink/src/stlink-1.2.0'
# gcc -DPACKAGE_NAME=\"stlink\" -DPACKAGE_TARNAME=\"stlink\" -DPACKAGE_VERSION=\"0.5.6\" -DPACKAGE_STRING=\"stlink\ 0.5.6\" -DPACKAGE_BUGREPORT=\"davem@devkitpro.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"stlink\" -DVERSION=\"0.5.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_POLL_H=1 -DHAVE_MMAP=1 -I. -std=gnu99 -Wall -Wextra -O2 -I./src -I./mingw -I/usr/include/libusb-1.0 -MT src/st_term-st-term.o -MD -MP -MF src/.deps/st_term-st-term.Tpo -c -o src/st_term-st-term.o `test -f 'src/st-term.c' || echo './'`src/st-term.c
# gcc -DPACKAGE_NAME=\"stlink\" -DPACKAGE_TARNAME=\"stlink\" -DPACKAGE_VERSION=\"0.5.6\" -DPACKAGE_STRING=\"stlink\ 0.5.6\" -DPACKAGE_BUGREPORT=\"davem@devkitpro.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"stlink\" -DVERSION=\"0.5.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_POLL_H=1 -DHAVE_MMAP=1 -I. -std=gnu99 -Wall -Wextra -O2 -I./src -I./mingw -I/usr/include/libusb-1.0 -MT src/st_info-st-info.o -MD -MP -MF src/.deps/st_info-st-info.Tpo -c -o src/st_info-st-info.o `test -f 'src/st-info.c' || echo './'`src/st-info.c
# mv -f src/.deps/st_info-st-info.Tpo src/.deps/st_info-st-info.Po
# gcc -DPACKAGE_NAME=\"stlink\" -DPACKAGE_TARNAME=\"stlink\" -DPACKAGE_VERSION=\"0.5.6\" -DPACKAGE_STRING=\"stlink\ 0.5.6\" -DPACKAGE_BUGREPORT=\"davem@devkitpro.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"stlink\" -DVERSION=\"0.5.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_POLL_H=1 -DHAVE_MMAP=1 -I. -std=gnu99 -Wall -Wextra -O2 -I/usr/include/libusb-1.0 -MT src/libstlink_a-stlink-common.o -MD -MP -MF src/.deps/libstlink_a-stlink-common.Tpo -c -o src/libstlink_a-stlink-common.o `test -f 'src/stlink-common.c' || echo './'`src/stlink-common.c
# mv -f src/.deps/st_term-st-term.Tpo src/.deps/st_term-st-term.Po
# gcc -DPACKAGE_NAME=\"stlink\" -DPACKAGE_TARNAME=\"stlink\" -DPACKAGE_VERSION=\"0.5.6\" -DPACKAGE_STRING=\"stlink\ 0.5.6\" -DPACKAGE_BUGREPORT=\"davem@devkitpro.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"stlink\" -DVERSION=\"0.5.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_POLL_H=1 -DHAVE_MMAP=1 -I. -std=gnu99 -Wall -Wextra -O2 -I/usr/include/libusb-1.0 -MT src/libstlink_a-stlink-usb.o -MD -MP -MF src/.deps/libstlink_a-stlink-usb.Tpo -c -o src/libstlink_a-stlink-usb.o `test -f 'src/stlink-usb.c' || echo './'`src/stlink-usb.c
# mv -f src/.deps/libstlink_a-stlink-common.Tpo src/.deps/libstlink_a-stlink-common.Po
# gcc -DPACKAGE_NAME=\"stlink\" -DPACKAGE_TARNAME=\"stlink\" -DPACKAGE_VERSION=\"0.5.6\" -DPACKAGE_STRING=\"stlink\ 0.5.6\" -DPACKAGE_BUGREPORT=\"davem@devkitpro.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"stlink\" -DVERSION=\"0.5.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_POLL_H=1 -DHAVE_MMAP=1 -I. -std=gnu99 -Wall -Wextra -O2 -I/usr/include/libusb-1.0 -MT src/libstlink_a-stlink-sg.o -MD -MP -MF src/.deps/libstlink_a-stlink-sg.Tpo -c -o src/libstlink_a-stlink-sg.o `test -f 'src/stlink-sg.c' || echo './'`src/stlink-sg.c
# src/stlink-usb.c: In function 'stlink_probe_usb_devs':
# src/stlink-usb.c:950:19: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
# *serial = NULL;
# ^
# mv -f src/.deps/libstlink_a-stlink-usb.Tpo src/.deps/libstlink_a-stlink-usb.Po
# gcc -DPACKAGE_NAME=\"stlink\" -DPACKAGE_TARNAME=\"stlink\" -DPACKAGE_VERSION=\"0.5.6\" -DPACKAGE_STRING=\"stlink\ 0.5.6\" -DPACKAGE_BUGREPORT=\"davem@devkitpro.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"stlink\" -DVERSION=\"0.5.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_POLL_H=1 -DHAVE_MMAP=1 -I. -std=gnu99 -Wall -Wextra -O2 -I/usr/include/libusb-1.0 -MT src/libstlink_a-uglylogging.o -MD -MP -MF src/.deps/libstlink_a-uglylogging.Tpo -c -o src/libstlink_a-uglylogging.o `test -f 'src/uglylogging.c' || echo './'`src/uglylogging.c
# mv -f src/.deps/libstlink_a-stlink-sg.Tpo src/.deps/libstlink_a-stlink-sg.Po
# gcc -DPACKAGE_NAME=\"stlink\" -DPACKAGE_TARNAME=\"stlink\" -DPACKAGE_VERSION=\"0.5.6\" -DPACKAGE_STRING=\"stlink\ 0.5.6\" -DPACKAGE_BUGREPORT=\"davem@devkitpro.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"stlink\" -DVERSION=\"0.5.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_POLL_H=1 -DHAVE_MMAP=1 -I. -std=gnu99 -Wall -Wextra -O2 -I/usr/include/libusb-1.0 -MT src/libstlink_a-st-term.o -MD -MP -MF src/.deps/libstlink_a-st-term.Tpo -c -o src/libstlink_a-st-term.o `test -f 'src/st-term.c' || echo './'`src/st-term.c
# mv -f src/.deps/libstlink_a-uglylogging.Tpo src/.deps/libstlink_a-uglylogging.Po
# gcc -DPACKAGE_NAME=\"stlink\" -DPACKAGE_TARNAME=\"stlink\" -DPACKAGE_VERSION=\"0.5.6\" -DPACKAGE_STRING=\"stlink\ 0.5.6\" -DPACKAGE_BUGREPORT=\"davem@devkitpro.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"stlink\" -DVERSION=\"0.5.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_POLL_H=1 -DHAVE_MMAP=1 -I. -std=gnu99 -Wall -Wextra -O2 -I./src -I./mingw -I/usr/include/libusb-1.0 -MT flash/st_flash-main.o -MD -MP -MF flash/.deps/st_flash-main.Tpo -c -o flash/st_flash-main.o `test -f 'flash/main.c' || echo './'`flash/main.c
# mv -f src/.deps/libstlink_a-st-term.Tpo src/.deps/libstlink_a-st-term.Po
# gcc -DPACKAGE_NAME=\"stlink\" -DPACKAGE_TARNAME=\"stlink\" -DPACKAGE_VERSION=\"0.5.6\" -DPACKAGE_STRING=\"stlink\ 0.5.6\" -DPACKAGE_BUGREPORT=\"davem@devkitpro.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"stlink\" -DVERSION=\"0.5.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_POLL_H=1 -DHAVE_MMAP=1 -I. -std=gnu99 -Wall -Wextra -O2 -I./src -I./mingw -I/usr/include/libusb-1.0 -MT gdbserver/st_util-gdb-remote.o -MD -MP -MF gdbserver/.deps/st_util-gdb-remote.Tpo -c -o gdbserver/st_util-gdb-remote.o `test -f 'gdbserver/gdb-remote.c' || echo './'`gdbserver/gdb-remote.c
# mv -f flash/.deps/st_flash-main.Tpo flash/.deps/st_flash-main.Po
# gcc -DPACKAGE_NAME=\"stlink\" -DPACKAGE_TARNAME=\"stlink\" -DPACKAGE_VERSION=\"0.5.6\" -DPACKAGE_STRING=\"stlink\ 0.5.6\" -DPACKAGE_BUGREPORT=\"davem@devkitpro.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"stlink\" -DVERSION=\"0.5.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_POLL_H=1 -DHAVE_MMAP=1 -I. -std=gnu99 -Wall -Wextra -O2 -I./src -I./mingw -I/usr/include/libusb-1.0 -MT gdbserver/st_util-gdb-server.o -MD -MP -MF gdbserver/.deps/st_util-gdb-server.Tpo -c -o gdbserver/st_util-gdb-server.o `test -f 'gdbserver/gdb-server.c' || echo './'`gdbserver/gdb-server.c
# mv -f gdbserver/.deps/st_util-gdb-remote.Tpo gdbserver/.deps/st_util-gdb-remote.Po
# gcc -DPACKAGE_NAME=\"stlink\" -DPACKAGE_TARNAME=\"stlink\" -DPACKAGE_VERSION=\"0.5.6\" -DPACKAGE_STRING=\"stlink\ 0.5.6\" -DPACKAGE_BUGREPORT=\"davem@devkitpro.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"stlink\" -DVERSION=\"0.5.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_POLL_H=1 -DHAVE_MMAP=1 -I. -std=gnu99 -Wall -Wextra -O2 -I./src -I./mingw -I/usr/include/libusb-1.0 -MT mingw/st_util-mingw.o -MD -MP -MF mingw/.deps/st_util-mingw.Tpo -c -o mingw/st_util-mingw.o `test -f 'mingw/mingw.c' || echo './'`mingw/mingw.c
# mv -f mingw/.deps/st_util-mingw.Tpo mingw/.deps/st_util-mingw.Po
# rm -f libstlink.a
# ar cru libstlink.a src/libstlink_a-stlink-common.o src/libstlink_a-stlink-usb.o src/libstlink_a-stlink-sg.o src/libstlink_a-uglylogging.o src/libstlink_a-st-term.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libstlink.a
# gcc -I/usr/include/libusb-1.0 -o st-flash flash/st_flash-main.o libstlink.a -lusb-1.0
# gcc -I/usr/include/libusb-1.0 -o st-term src/st_term-st-term.o libstlink.a -lusb-1.0
# gcc -I/usr/include/libusb-1.0 -o st-info src/st_info-st-info.o libstlink.a -lusb-1.0
# mv -f gdbserver/.deps/st_util-gdb-server.Tpo gdbserver/.deps/st_util-gdb-server.Po
# gcc -I/usr/include/libusb-1.0 -o st-util gdbserver/st_util-gdb-remote.o gdbserver/st_util-gdb-server.o mingw/st_util-mingw.o libstlink.a -lusb-1.0
# make[1]: Leaving directory '/tmp/stlink/src/stlink-1.2.0'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in .
# make[1]: Entering directory '/tmp/stlink/src/stlink-1.2.0'
# make[2]: Entering directory '/tmp/stlink/src/stlink-1.2.0'
# make[2]: Nothing to be done for 'install-data-am'.
# /usr/sbin/mkdir -p '/tmp/stlink/pkg/stlink/usr/bin'
# /usr/bin/install -c st-flash st-util st-term st-info '/tmp/stlink/pkg/stlink/usr/bin'
# make[2]: Leaving directory '/tmp/stlink/src/stlink-1.2.0'
# make[1]: Leaving directory '/tmp/stlink/src/stlink-1.2.0'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "stlink"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Adding install file...
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: stlink 1.2.0-1 (Wed Aug 24 13:07:53 UTC 2016)

CMD: pacman --query --file stlink-1.2.0-1-x86_64.pkg.tar.xz
# stlink 1.2.0-1

Creating hybrid package for 'stlink'

Trying to find vanilla package 'stlink'...

CMD: pacman --query --file /mirror/stlink-1.2.0-1.pkg.tar.xz
# stlink 1.2.0-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.INSTALL
# /.MTREE
# /usr/bin/st-info
# /usr/bin/st-flash
# /usr/bin/st-term
# /usr/bin/st-util
# /usr/share/doc/stlink/README
# /usr/share/licenses/stlink/LICENSE
# /usr/lib/modprobe.d/stlink_v1.modprobe.conf
# /usr/lib/udev/rules.d/49-stlinkv1.rules
# /usr/lib/udev/rules.d/49-stlinkv2.rules
# /sysroot/usr/lib/modprobe.d/stlink_v1.modprobe.conf
# /sysroot/usr/lib/udev/rules.d/49-stlinkv1.rules
# /sysroot/usr/lib/udev/rules.d/49-stlinkv2.rules

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO .INSTALL usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO .INSTALL usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO .INSTALL usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf stlink.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/stlink.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/stlink.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/stlink.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/stlink/src/stlink-1.2.0/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 stlink configure 0.5.6, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = bab2008dd1ca
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2242: checking for a BSD-compatible install
# configure:2310: result: /usr/bin/install -c
# configure:2321: checking whether build environment is sane
# configure:2376: result: yes
# configure:2435: checking for x86_64-unknown-linux-strip
# configure:2465: result: no
# configure:2475: checking for strip
# configure:2491: found /usr/sbin/strip
# configure:2502: result: strip
# configure:2527: checking for a thread-safe mkdir -p
# configure:2566: result: /usr/sbin/mkdir -p
# configure:2573: checking for gawk
# configure:2589: found /usr/sbin/gawk
# configure:2600: result: gawk
# configure:2611: checking whether make sets $(MAKE)
# configure:2633: result: yes
# configure:2662: checking whether make supports nested variables
# configure:2679: result: yes
# configure:2816: checking for x86_64-unknown-linux-gcc
# configure:2846: result: no
# configure:2856: checking for gcc
# configure:2872: found /usr/sbin/gcc
# configure:2883: result: gcc
# configure:3112: checking for C compiler version
# configure:3121: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3132: $? = 0
# configure:3121: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3132: $? = 0
# configure:3121: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3132: $? = 1
# configure:3121: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3132: $? = 1
# configure:3152: checking whether the C compiler works
# configure:3174: gcc conftest.c >&5
# configure:3178: $? = 0
# configure:3226: result: yes
# configure:3229: checking for C compiler default output file name
# configure:3231: result: a.out
# configure:3237: checking for suffix of executables
# configure:3244: gcc -o conftest conftest.c >&5
# configure:3248: $? = 0
# configure:3270: result:
# configure:3292: checking whether we are cross compiling
# configure:3300: gcc -o conftest conftest.c >&5
# configure:3304: $? = 0
# configure:3311: ./conftest
# configure:3315: $? = 0
# configure:3330: result: no
# configure:3335: checking for suffix of object files
# configure:3357: gcc -c conftest.c >&5
# configure:3361: $? = 0
# configure:3382: result: o
# configure:3386: checking whether we are using the GNU C compiler
# configure:3405: gcc -c conftest.c >&5
# configure:3405: $? = 0
# configure:3414: result: yes
# configure:3423: checking whether gcc accepts -g
# configure:3443: gcc -c -g conftest.c >&5
# configure:3443: $? = 0
# configure:3484: result: yes
# configure:3501: checking for gcc option to accept ISO C89
# configure:3564: gcc -c conftest.c >&5
# configure:3564: $? = 0
# configure:3577: result: none needed
# configure:3602: checking whether gcc understands -c and -o together
# configure:3624: gcc -c conftest.c -o conftest2.o
# configure:3627: $? = 0
# configure:3624: gcc -c conftest.c -o conftest2.o
# configure:3627: $? = 0
# configure:3639: result: yes
# configure:3667: checking for style of include used by make
# configure:3695: result: GNU
# configure:3721: checking dependency style of gcc
# configure:3832: result: gcc3
# configure:3852: checking build system type
# configure:3866: result: x86_64-unknown-linux-gnu
# configure:3886: checking host system type
# configure:3899: result: x86_64-unknown-linux-gnu
# configure:3923: checking for x86_64-unknown-linux-ranlib
# configure:3953: result: no
# configure:3963: checking for ranlib
# configure:3979: found /usr/sbin/ranlib
# configure:3990: result: ranlib
# configure:4020: checking how to run the C preprocessor
# configure:4051: gcc -E conftest.c
# configure:4051: $? = 0
# configure:4065: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4065: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stlink"
# | #define PACKAGE_TARNAME "stlink"
# | #define PACKAGE_VERSION "0.5.6"
# | #define PACKAGE_STRING "stlink 0.5.6"
# | #define PACKAGE_BUGREPORT "davem@devkitpro.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "stlink"
# | #define VERSION "0.5.6"
# | /* end confdefs.h. */
# | #include
# configure:4090: result: gcc -E
# configure:4110: gcc -E conftest.c
# configure:4110: $? = 0
# configure:4124: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4124: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stlink"
# | #define PACKAGE_TARNAME "stlink"
# | #define PACKAGE_VERSION "0.5.6"
# | #define PACKAGE_STRING "stlink 0.5.6"
# | #define PACKAGE_BUGREPORT "davem@devkitpro.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "stlink"
# | #define VERSION "0.5.6"
# | /* end confdefs.h. */
# | #include
# configure:4153: checking for grep that handles long lines and -e
# configure:4211: result: /usr/sbin/grep
# configure:4216: checking for egrep
# configure:4278: result: /usr/sbin/grep -E
# configure:4283: checking for ANSI C header files
# configure:4303: gcc -c conftest.c >&5
# configure:4303: $? = 0
# configure:4376: gcc -o conftest conftest.c >&5
# configure:4376: $? = 0
# configure:4376: ./conftest
# configure:4376: $? = 0
# configure:4387: result: yes
# configure:4400: checking for sys/types.h
# configure:4400: gcc -c conftest.c >&5
# configure:4400: $? = 0
# configure:4400: result: yes
# configure:4400: checking for sys/stat.h
# configure:4400: gcc -c conftest.c >&5
# configure:4400: $? = 0
# configure:4400: result: yes
# configure:4400: checking for stdlib.h
# configure:4400: gcc -c conftest.c >&5
# configure:4400: $? = 0
# configure:4400: result: yes
# configure:4400: checking for string.h
# configure:4400: gcc -c conftest.c >&5
# configure:4400: $? = 0
# configure:4400: result: yes
# configure:4400: checking for memory.h
# configure:4400: gcc -c conftest.c >&5
# configure:4400: $? = 0
# configure:4400: result: yes
# configure:4400: checking for strings.h
# configure:4400: gcc -c conftest.c >&5
# configure:4400: $? = 0
# configure:4400: result: yes
# configure:4400: checking for inttypes.h
# configure:4400: gcc -c conftest.c >&5
# configure:4400: $? = 0
# configure:4400: result: yes
# configure:4400: checking for stdint.h
# configure:4400: gcc -c conftest.c >&5
# configure:4400: $? = 0
# configure:4400: result: yes
# configure:4400: checking for unistd.h
# configure:4400: gcc -c conftest.c >&5
# configure:4400: $? = 0
# configure:4400: result: yes
# configure:4414: checking sys/mman.h usability
# configure:4414: gcc -c conftest.c >&5
# configure:4414: $? = 0
# configure:4414: result: yes
# configure:4414: checking sys/mman.h presence
# configure:4414: gcc -E conftest.c
# configure:4414: $? = 0
# configure:4414: result: yes
# configure:4414: checking for sys/mman.h
# configure:4414: result: yes
# configure:4426: checking sys/poll.h usability
# configure:4426: gcc -c conftest.c >&5
# configure:4426: $? = 0
# configure:4426: result: yes
# configure:4426: checking sys/poll.h presence
# configure:4426: gcc -E conftest.c
# configure:4426: $? = 0
# configure:4426: result: yes
# configure:4426: checking for sys/poll.h
# configure:4426: result: yes
# configure:4436: checking for mmap
# configure:4436: gcc -o conftest conftest.c >&5
# configure:4436: $? = 0
# configure:4436: result: yes
# configure:4468: checking for x86_64-unknown-linux-pkg-config
# configure:4501: result: no
# configure:4511: checking for pkg-config
# configure:4529: found /usr/sbin/pkg-config
# configure:4541: result: /usr/sbin/pkg-config
# configure:4566: checking pkg-config is at least version 0.9.0
# configure:4569: result: yes
# configure:4579: checking for USB
# configure:4586: $PKG_CONFIG --exists --print-errors "libusb-1.0 >= 1.0.0"
# configure:4589: $? = 0
# configure:4603: $PKG_CONFIG --exists --print-errors "libusb-1.0 >= 1.0.0"
# configure:4606: $? = 0
# configure:4644: result: yes
# configure:4648: checking for usb_path2devnum in -lusbpath
# configure:4673: gcc -o conftest conftest.c -lusbpath -lusb >&5
# /usr/sbin/ld: cannot find -lusbpath
# /usr/sbin/ld: cannot find -lusb
# collect2: error: ld returned 1 exit status
# configure:4673: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stlink"
# | #define PACKAGE_TARNAME "stlink"
# | #define PACKAGE_VERSION "0.5.6"
# | #define PACKAGE_STRING "stlink 0.5.6"
# | #define PACKAGE_BUGREPORT "davem@devkitpro.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "stlink"
# | #define VERSION "0.5.6"
# | #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_SYS_MMAN_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_MMAP 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char usb_path2devnum ();
# | int
# | main ()
# | {
# | return usb_path2devnum ();
# | ;
# | return 0;
# | }
# configure:4682: result: no
# configure:5069: checking that generated files are newer than configure
# configure:5075: result: done
# configure:5106: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by stlink config.status 0.5.6, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on bab2008dd1ca
#
# config.status:799: creating Makefile
# config.status:971: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_GLIB_CFLAGS_set=
# ac_cv_env_GLIB_CFLAGS_value=
# ac_cv_env_GLIB_LIBS_set=
# ac_cv_env_GLIB_LIBS_value=
# ac_cv_env_GTK_CFLAGS_set=
# ac_cv_env_GTK_CFLAGS_value=
# ac_cv_env_GTK_LIBS_set=
# ac_cv_env_GTK_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_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_USB_CFLAGS_set=
# ac_cv_env_USB_CFLAGS_value=
# ac_cv_env_USB_LIBS_set=
# ac_cv_env_USB_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_mmap=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_mman_h=yes
# ac_cv_header_sys_poll_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_usbpath_usb_path2devnum=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/sbin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_ac_ct_CC=gcc
# 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
# pkg_cv_USB_CFLAGS=-I/usr/include/libusb-1.0
# pkg_cv_USB_LIBS=-lusb-1.0
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/stlink/src/stlink-1.2.0/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AUTOCONF='${SHELL} /tmp/stlink/src/stlink-1.2.0/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/stlink/src/stlink-1.2.0/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/stlink/src/stlink-1.2.0/missing automake-1.15'
# AWK='gawk'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -I/usr/include/libusb-1.0'
# CPP='gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DPACKAGE_NAME=\"stlink\" -DPACKAGE_TARNAME=\"stlink\" -DPACKAGE_VERSION=\"0.5.6\" -DPACKAGE_STRING=\"stlink\ 0.5.6\" -DPACKAGE_BUGREPORT=\"davem@devkitpro.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"stlink\" -DVERSION=\"0.5.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_POLL_H=1 -DHAVE_MMAP=1'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GLIB_CFLAGS=''
# GLIB_LIBS=''
# GREP='/usr/sbin/grep'
# GTK_CFLAGS=''
# GTK_LIBS=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=' -lusb-1.0'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/stlink/src/stlink-1.2.0/missing makeinfo'
# MAYBE_GUI=''
# MINGW_FALSE=''
# MINGW_TRUE='#'
# MKDIR_P='/usr/sbin/mkdir -p'
# OBJEXT='o'
# PACKAGE='stlink'
# PACKAGE_BUGREPORT='davem@devkitpro.org'
# PACKAGE_NAME='stlink'
# PACKAGE_STRING='stlink 0.5.6'
# PACKAGE_TARNAME='stlink'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.5.6'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/sbin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# USB_CFLAGS='-I/usr/include/libusb-1.0'
# USB_LIBS='-lusb-1.0'
# VERSION='0.5.6'
# ac_ct_CC='gcc'
# 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/stlink/src/stlink-1.2.0/install-sh'
# 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 "stlink"
# #define PACKAGE_TARNAME "stlink"
# #define PACKAGE_VERSION "0.5.6"
# #define PACKAGE_STRING "stlink 0.5.6"
# #define PACKAGE_BUGREPORT "davem@devkitpro.org"
# #define PACKAGE_URL ""
# #define PACKAGE "stlink"
# #define VERSION "0.5.6"
# #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_SYS_MMAN_H 1
# #define HAVE_SYS_POLL_H 1
# #define HAVE_MMAP 1
#
# configure: exit 0