Build of stlink with clang_glibc toolchain

The build took 00h 01m 48s 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.

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: stlink 1.2.0-1 (Thu Apr 13 16:34:23 UTC 2017)
# ==> 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/bin/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/bin/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... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking 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 for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking 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/bin/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'
# clang -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
# src/stlink-common.c:173:24: warning: unused function 'read_flash_wrpr' [-Wunused-function]
# static inline uint32_t read_flash_wrpr(stlink_t *sl) {
# ^
# src/stlink-common.c:179:24: warning: unused function 'read_flash_obr' [-Wunused-function]
# static inline uint32_t read_flash_obr(stlink_t *sl) {
# ^
# src/stlink-common.c:369:24: warning: unused function 'read_flash_acr' [-Wunused-function]
# static inline uint32_t read_flash_acr(stlink_t *sl) {
# ^
# 3 warnings generated.
# mv -f src/.deps/libstlink_a-stlink-common.Tpo src/.deps/libstlink_a-stlink-common.Po
# clang -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
# src/stlink-usb.c:950:19: warning: incompatible pointer to integer conversion assigning to 'char' from 'void *' [-Wint-conversion]
# *serial = NULL;
# ^ ~~~~
# 1 warning generated.
# mv -f src/.deps/libstlink_a-stlink-usb.Tpo src/.deps/libstlink_a-stlink-usb.Po
# clang -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
# mv -f src/.deps/libstlink_a-stlink-sg.Tpo src/.deps/libstlink_a-stlink-sg.Po
# clang -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-uglylogging.Tpo src/.deps/libstlink_a-uglylogging.Po
# clang -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-st-term.Tpo src/.deps/libstlink_a-st-term.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
# clang -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 flash/.deps/st_flash-main.Tpo flash/.deps/st_flash-main.Po
# clang -I/usr/include/libusb-1.0 -o st-flash flash/st_flash-main.o libstlink.a -lusb-1.0
# clang -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 gdbserver/.deps/st_util-gdb-remote.Tpo gdbserver/.deps/st_util-gdb-remote.Po
# clang -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-server.Tpo gdbserver/.deps/st_util-gdb-server.Po
# clang -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
# clang -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
# clang -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
# mv -f src/.deps/st_term-st-term.Tpo src/.deps/st_term-st-term.Po
# clang -I/usr/include/libusb-1.0 -o st-term src/st_term-st-term.o libstlink.a -lusb-1.0
# clang -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
# clang -I/usr/include/libusb-1.0 -o st-info src/st_info-st-info.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'
# /usr/bin/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]: Nothing to be done for 'install-data-am'.
# 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 (Thu Apr 13 16:34:49 UTC 2017)

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
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 435

Attempting to access local repository, attempt 2

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 = f1cdcba6265e
# 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: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/bin/strip
# configure:2502: result: strip
# configure:2527: checking for a thread-safe mkdir -p
# configure:2566: result: /usr/bin/mkdir -p
# configure:2573: checking for gawk
# configure:2589: found /usr/bin/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:2843: result: clang
# configure:3112: checking for C compiler version
# configure:3121: 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:3132: $? = 0
# configure:3121: 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:3132: $? = 0
# configure:3121: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3132: $? = 1
# configure:3121: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3132: $? = 1
# configure:3152: checking whether the C compiler works
# configure:3174: clang 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: clang -o conftest conftest.c >&5
# configure:3248: $? = 0
# configure:3270: result:
# configure:3292: checking whether we are cross compiling
# configure:3300: clang -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: clang -c conftest.c >&5
# configure:3361: $? = 0
# configure:3382: result: o
# configure:3386: checking whether we are using the GNU C compiler
# configure:3405: clang -c conftest.c >&5
# configure:3405: $? = 0
# configure:3414: result: yes
# configure:3423: checking whether clang accepts -g
# configure:3443: clang -c -g conftest.c >&5
# configure:3443: $? = 0
# configure:3484: result: yes
# configure:3501: checking for clang option to accept ISO C89
# configure:3564: clang -c conftest.c >&5
# configure:3564: $? = 0
# configure:3577: result: none needed
# configure:3602: checking whether clang understands -c and -o together
# configure:3624: clang -c conftest.c -o conftest2.o
# configure:3627: $? = 0
# configure:3624: clang -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 clang
# 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/bin/ranlib
# configure:3990: result: ranlib
# configure:4020: checking how to run the C preprocessor
# configure:4051: clang -E conftest.c
# configure:4051: $? = 0
# configure:4065: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# 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: clang -E
# configure:4110: clang -E conftest.c
# configure:4110: $? = 0
# configure:4124: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# 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/bin/grep
# configure:4216: checking for egrep
# configure:4278: result: /usr/bin/grep -E
# configure:4283: checking for ANSI C header files
# configure:4303: clang -c conftest.c >&5
# configure:4303: $? = 0
# configure:4376: clang -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: clang -c conftest.c >&5
# configure:4400: $? = 0
# configure:4400: result: yes
# configure:4400: checking for sys/stat.h
# configure:4400: clang -c conftest.c >&5
# configure:4400: $? = 0
# configure:4400: result: yes
# configure:4400: checking for stdlib.h
# configure:4400: clang -c conftest.c >&5
# configure:4400: $? = 0
# configure:4400: result: yes
# configure:4400: checking for string.h
# configure:4400: clang -c conftest.c >&5
# configure:4400: $? = 0
# configure:4400: result: yes
# configure:4400: checking for memory.h
# configure:4400: clang -c conftest.c >&5
# configure:4400: $? = 0
# configure:4400: result: yes
# configure:4400: checking for strings.h
# configure:4400: clang -c conftest.c >&5
# configure:4400: $? = 0
# configure:4400: result: yes
# configure:4400: checking for inttypes.h
# configure:4400: clang -c conftest.c >&5
# configure:4400: $? = 0
# configure:4400: result: yes
# configure:4400: checking for stdint.h
# configure:4400: clang -c conftest.c >&5
# configure:4400: $? = 0
# configure:4400: result: yes
# configure:4400: checking for unistd.h
# configure:4400: clang -c conftest.c >&5
# configure:4400: $? = 0
# configure:4400: result: yes
# configure:4414: checking sys/mman.h usability
# configure:4414: clang -c conftest.c >&5
# configure:4414: $? = 0
# configure:4414: result: yes
# configure:4414: checking sys/mman.h presence
# configure:4414: clang -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: clang -c conftest.c >&5
# configure:4426: $? = 0
# configure:4426: result: yes
# configure:4426: checking sys/poll.h presence
# configure:4426: clang -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: clang -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/bin/pkg-config
# configure:4541: result: /usr/bin/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: clang -o conftest conftest.c -lusbpath -lusb >&5
# /usr/bin/ld: cannot find -lusbpath
# /usr/bin/ld: cannot find -lusb
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# 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 f1cdcba6265e
#
# 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=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_GLIB_CFLAGS_set=
# ac_cv_env_GLIB_CFLAGS_value=
# ac_cv_env_GLIB_LIBS_set=
# ac_cv_env_GLIB_LIBS_value=
# ac_cv_env_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/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_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='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -I/usr/include/libusb-1.0'
# CPP='clang -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/bin/grep -E'
# EXEEXT=''
# GLIB_CFLAGS=''
# GLIB_LIBS=''
# GREP='/usr/bin/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/bin/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/bin/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=''
# 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