Build of libiscsi with vanilla toolchain

The build took 00h 01m 08s and was SUCCESSFUL.

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

SLOCLanguage
35,114 ansic
4,798 sh
4,560 makefile
44,472 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: libiscsi 1.17.0-2 (Wed Aug 24 13:51:30 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 -I m4
# autoreconf: configure.ac: tracing
# autoreconf: running: libtoolize --copy --force
# libtoolize: putting auxiliary files in '.'.
# libtoolize: copying file './ltmain.sh'
# libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
# libtoolize: copying file 'm4/libtool.m4'
# libtoolize: copying file 'm4/ltoptions.m4'
# libtoolize: copying file 'm4/ltsugar.m4'
# libtoolize: copying file 'm4/ltversion.m4'
# libtoolize: copying file 'm4/lt~obsolete.m4'
# autoreconf: running: /usr/bin/autoconf --force
# autoreconf: running: /usr/bin/autoheader --force
# 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:8: installing './ar-lib'
# configure.ac:8: installing './compile'
# configure.ac:9: installing './config.guess'
# configure.ac:9: installing './config.sub'
# configure.ac:6: installing './install-sh'
# configure.ac:6: installing './missing'
# examples/Makefile.am: installing './depcomp'
# autoreconf: Leaving directory `.'
# Now run ./configure and then make.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether make supports nested variables... (cached) yes
# checking for style of include used by make... GNU
# 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 dependency style of gcc... gcc3
# checking for x86_64-unknown-linux-ar... no
# checking for x86_64-unknown-linux-lib... no
# checking for x86_64-unknown-linux-link... no
# checking for ar... ar
# checking the archiver (ar) interface... ar
# checking 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/sbin/sed
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by gcc... /usr/sbin/ld
# checking if the linker (/usr/sbin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/sbin/nm -B
# checking the name lister (/usr/sbin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/sbin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/sbin/nm -B output from gcc object... ok
# checking for sysroot... no
# checking for a working dd... /usr/sbin/dd
# checking how to truncate binary pipes... /usr/sbin/dd bs=4096 count=1
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... gcc -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 gcc supports -fno-rtti -fno-exceptions... no
# checking for gcc option to produce PIC... -fPIC -DPIC
# checking if gcc PIC flag -fPIC -DPIC works... yes
# checking if gcc static flag -static works... yes
# checking if gcc supports -c -o file.o... yes
# checking if gcc supports -c -o file.o... (cached) yes
# checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... no
# checking for gcry_control in -lgcrypt... yes
# checking for sin_len in sock... no
# checking for sys filio.h... no
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking poll.h usability... yes
# checking poll.h presence... yes
# checking for poll.h... yes
# checking for sockaddr_in6 support... yes
# checking for SG_IO support... yes
# checking whether libcunit is available... no
# configure: You need libcunit to build the test suite.
# configure: The scsi/iscsi test suite will not be built.
# 5
# checking for struct CU_SuiteInfo.pSetUpFunc... no
# checking for library containing clock_gettime... none required
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating doc/Makefile
# config.status: creating examples/Makefile
# config.status: creating lib/Makefile
# config.status: creating test-tool/Makefile
# config.status: creating tests/Makefile
# config.status: creating utils/Makefile
# config.status: creating libiscsi.pc
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/libiscsi/src/libiscsi'
# Making all in lib
# make[2]: Entering directory '/tmp/libiscsi/src/libiscsi/lib'
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./../include -I./include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT libiscsi_la-connect.lo -MD -MP -MF .deps/libiscsi_la-connect.Tpo -c -o libiscsi_la-connect.lo `test -f 'connect.c' || echo './'`connect.c
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./../include -I./include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT libiscsi_la-crc32c.lo -MD -MP -MF .deps/libiscsi_la-crc32c.Tpo -c -o libiscsi_la-crc32c.lo `test -f 'crc32c.c' || echo './'`crc32c.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./../include -I./include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT libiscsi_la-connect.lo -MD -MP -MF .deps/libiscsi_la-connect.Tpo -c connect.c -fPIC -DPIC -o .libs/libiscsi_la-connect.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./../include -I./include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT libiscsi_la-crc32c.lo -MD -MP -MF .deps/libiscsi_la-crc32c.Tpo -c crc32c.c -fPIC -DPIC -o .libs/libiscsi_la-crc32c.o
# mv -f .deps/libiscsi_la-crc32c.Tpo .deps/libiscsi_la-crc32c.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./../include -I./include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT libiscsi_la-discovery.lo -MD -MP -MF .deps/libiscsi_la-discovery.Tpo -c -o libiscsi_la-discovery.lo `test -f 'discovery.c' || echo './'`discovery.c
# mv -f .deps/libiscsi_la-connect.Tpo .deps/libiscsi_la-connect.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./../include -I./include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT libiscsi_la-init.lo -MD -MP -MF .deps/libiscsi_la-init.Tpo -c -o libiscsi_la-init.lo `test -f 'init.c' || echo './'`init.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./../include -I./include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT libiscsi_la-discovery.lo -MD -MP -MF .deps/libiscsi_la-discovery.Tpo -c discovery.c -fPIC -DPIC -o .libs/libiscsi_la-discovery.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./../include -I./include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT libiscsi_la-init.lo -MD -MP -MF .deps/libiscsi_la-init.Tpo -c init.c -fPIC -DPIC -o .libs/libiscsi_la-init.o
# mv -f .deps/libiscsi_la-discovery.Tpo .deps/libiscsi_la-discovery.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./../include -I./include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT libiscsi_la-login.lo -MD -MP -MF .deps/libiscsi_la-login.Tpo -c -o libiscsi_la-login.lo `test -f 'login.c' || echo './'`login.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./../include -I./include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT libiscsi_la-login.lo -MD -MP -MF .deps/libiscsi_la-login.Tpo -c login.c -fPIC -DPIC -o .libs/libiscsi_la-login.o
# mv -f .deps/libiscsi_la-init.Tpo .deps/libiscsi_la-init.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./../include -I./include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT libiscsi_la-nop.lo -MD -MP -MF .deps/libiscsi_la-nop.Tpo -c -o libiscsi_la-nop.lo `test -f 'nop.c' || echo './'`nop.c
# mv -f .deps/libiscsi_la-login.Tpo .deps/libiscsi_la-login.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./../include -I./include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT libiscsi_la-pdu.lo -MD -MP -MF .deps/libiscsi_la-pdu.Tpo -c -o libiscsi_la-pdu.lo `test -f 'pdu.c' || echo './'`pdu.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./../include -I./include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT libiscsi_la-nop.lo -MD -MP -MF .deps/libiscsi_la-nop.Tpo -c nop.c -fPIC -DPIC -o .libs/libiscsi_la-nop.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./../include -I./include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT libiscsi_la-pdu.lo -MD -MP -MF .deps/libiscsi_la-pdu.Tpo -c pdu.c -fPIC -DPIC -o .libs/libiscsi_la-pdu.o
# mv -f .deps/libiscsi_la-nop.Tpo .deps/libiscsi_la-nop.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./../include -I./include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT libiscsi_la-iscsi-command.lo -MD -MP -MF .deps/libiscsi_la-iscsi-command.Tpo -c -o libiscsi_la-iscsi-command.lo `test -f 'iscsi-command.c' || echo './'`iscsi-command.c
# mv -f .deps/libiscsi_la-pdu.Tpo .deps/libiscsi_la-pdu.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./../include -I./include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT libiscsi_la-scsi-lowlevel.lo -MD -MP -MF .deps/libiscsi_la-scsi-lowlevel.Tpo -c -o libiscsi_la-scsi-lowlevel.lo `test -f 'scsi-lowlevel.c' || echo './'`scsi-lowlevel.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./../include -I./include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT libiscsi_la-iscsi-command.lo -MD -MP -MF .deps/libiscsi_la-iscsi-command.Tpo -c iscsi-command.c -fPIC -DPIC -o .libs/libiscsi_la-iscsi-command.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./../include -I./include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT libiscsi_la-scsi-lowlevel.lo -MD -MP -MF .deps/libiscsi_la-scsi-lowlevel.Tpo -c scsi-lowlevel.c -fPIC -DPIC -o .libs/libiscsi_la-scsi-lowlevel.o
# mv -f .deps/libiscsi_la-iscsi-command.Tpo .deps/libiscsi_la-iscsi-command.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./../include -I./include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT libiscsi_la-socket.lo -MD -MP -MF .deps/libiscsi_la-socket.Tpo -c -o libiscsi_la-socket.lo `test -f 'socket.c' || echo './'`socket.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./../include -I./include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT libiscsi_la-socket.lo -MD -MP -MF .deps/libiscsi_la-socket.Tpo -c socket.c -fPIC -DPIC -o .libs/libiscsi_la-socket.o
# mv -f .deps/libiscsi_la-scsi-lowlevel.Tpo .deps/libiscsi_la-scsi-lowlevel.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./../include -I./include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT libiscsi_la-sync.lo -MD -MP -MF .deps/libiscsi_la-sync.Tpo -c -o libiscsi_la-sync.lo `test -f 'sync.c' || echo './'`sync.c
# mv -f .deps/libiscsi_la-socket.Tpo .deps/libiscsi_la-socket.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./../include -I./include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT libiscsi_la-task_mgmt.lo -MD -MP -MF .deps/libiscsi_la-task_mgmt.Tpo -c -o libiscsi_la-task_mgmt.lo `test -f 'task_mgmt.c' || echo './'`task_mgmt.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./../include -I./include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT libiscsi_la-task_mgmt.lo -MD -MP -MF .deps/libiscsi_la-task_mgmt.Tpo -c task_mgmt.c -fPIC -DPIC -o .libs/libiscsi_la-task_mgmt.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./../include -I./include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT libiscsi_la-sync.lo -MD -MP -MF .deps/libiscsi_la-sync.Tpo -c sync.c -fPIC -DPIC -o .libs/libiscsi_la-sync.o
# mv -f .deps/libiscsi_la-task_mgmt.Tpo .deps/libiscsi_la-task_mgmt.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./../include -I./include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT libiscsi_la-logging.lo -MD -MP -MF .deps/libiscsi_la-logging.Tpo -c -o libiscsi_la-logging.lo `test -f 'logging.c' || echo './'`logging.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./../include -I./include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT libiscsi_la-logging.lo -MD -MP -MF .deps/libiscsi_la-logging.Tpo -c logging.c -fPIC -DPIC -o .libs/libiscsi_la-logging.o
# mv -f .deps/libiscsi_la-sync.Tpo .deps/libiscsi_la-sync.Plo
# mv -f .deps/libiscsi_la-logging.Tpo .deps/libiscsi_la-logging.Plo
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -version-info 7:2:0 -bindir /usr/bin -no-undefined -export-symbols ./libiscsi.syms -o libiscsi.la -rpath /usr/lib libiscsi_la-connect.lo libiscsi_la-crc32c.lo libiscsi_la-discovery.lo libiscsi_la-init.lo libiscsi_la-login.lo libiscsi_la-nop.lo libiscsi_la-pdu.lo libiscsi_la-iscsi-command.lo libiscsi_la-scsi-lowlevel.lo libiscsi_la-socket.lo libiscsi_la-sync.lo libiscsi_la-task_mgmt.lo libiscsi_la-logging.lo -lgcrypt
# libtool: link: echo "{ global:" > .libs/libiscsi.ver
# libtool: link: cat ./libiscsi.syms | sed -e "s/\(.*\)/\1;/" >> .libs/libiscsi.ver
# libtool: link: echo "local: *; };" >> .libs/libiscsi.ver
# libtool: link: gcc -shared -fPIC -DPIC .libs/libiscsi_la-connect.o .libs/libiscsi_la-crc32c.o .libs/libiscsi_la-discovery.o .libs/libiscsi_la-init.o .libs/libiscsi_la-login.o .libs/libiscsi_la-nop.o .libs/libiscsi_la-pdu.o .libs/libiscsi_la-iscsi-command.o .libs/libiscsi_la-scsi-lowlevel.o .libs/libiscsi_la-socket.o .libs/libiscsi_la-sync.o .libs/libiscsi_la-task_mgmt.o .libs/libiscsi_la-logging.o -lgcrypt -Wl,-soname -Wl,libiscsi.so.7 -Wl,-version-script -Wl,.libs/libiscsi.ver -o .libs/libiscsi.so.7.0.2
# libtool: link: (cd ".libs" && rm -f "libiscsi.so.7" && ln -s "libiscsi.so.7.0.2" "libiscsi.so.7")
# libtool: link: (cd ".libs" && rm -f "libiscsi.so" && ln -s "libiscsi.so.7.0.2" "libiscsi.so")
# libtool: link: ( cd ".libs" && rm -f "libiscsi.la" && ln -s "../libiscsi.la" "libiscsi.la" )
# make[2]: Leaving directory '/tmp/libiscsi/src/libiscsi/lib'
# Making all in doc
# make[2]: Entering directory '/tmp/libiscsi/src/libiscsi/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libiscsi/src/libiscsi/doc'
# Making all in utils
# make[2]: Entering directory '/tmp/libiscsi/src/libiscsi/utils'
# depbase=`echo iscsi-inq.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I.. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT iscsi-inq.o -MD -MP -MF $depbase.Tpo -c -o iscsi-inq.o iscsi-inq.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo iscsi-ls.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I.. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT iscsi-ls.o -MD -MP -MF $depbase.Tpo -c -o iscsi-ls.o iscsi-ls.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo iscsi-perf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I.. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT iscsi-perf.o -MD -MP -MF $depbase.Tpo -c -o iscsi-perf.o iscsi-perf.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo iscsi-readcapacity16.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I.. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT iscsi-readcapacity16.o -MD -MP -MF $depbase.Tpo -c -o iscsi-readcapacity16.o iscsi-readcapacity16.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo iscsi-swp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I.. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT iscsi-swp.o -MD -MP -MF $depbase.Tpo -c -o iscsi-swp.o iscsi-swp.c &&\
# mv -f $depbase.Tpo $depbase.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -o iscsi-inq iscsi-inq.o ../lib/libiscsi.la -lgcrypt
# libtool: link: gcc -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -o .libs/iscsi-inq iscsi-inq.o ../lib/.libs/libiscsi.so -lgcrypt
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -o iscsi-ls iscsi-ls.o ../lib/libiscsi.la -lgcrypt
# libtool: link: gcc -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -o .libs/iscsi-ls iscsi-ls.o ../lib/.libs/libiscsi.so -lgcrypt
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -o iscsi-readcapacity16 iscsi-readcapacity16.o ../lib/libiscsi.la -lgcrypt
# libtool: link: gcc -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -o .libs/iscsi-readcapacity16 iscsi-readcapacity16.o ../lib/.libs/libiscsi.so -lgcrypt
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -o iscsi-swp iscsi-swp.o ../lib/libiscsi.la -lgcrypt
# libtool: link: gcc -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -o .libs/iscsi-swp iscsi-swp.o ../lib/.libs/libiscsi.so -lgcrypt
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -o iscsi-perf iscsi-perf.o ../lib/libiscsi.la -lgcrypt
# libtool: link: gcc -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -o .libs/iscsi-perf iscsi-perf.o ../lib/.libs/libiscsi.so -lgcrypt
# make[2]: Leaving directory '/tmp/libiscsi/src/libiscsi/utils'
# Making all in test-tool
# make[2]: Entering directory '/tmp/libiscsi/src/libiscsi/test-tool'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libiscsi/src/libiscsi/test-tool'
# Making all in tests
# make[2]: Entering directory '/tmp/libiscsi/src/libiscsi/tests'
# depbase=`echo prog_reconnect.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I.. -I../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT prog_reconnect.o -MD -MP -MF $depbase.Tpo -c -o prog_reconnect.o prog_reconnect.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo prog_reconnect_timeout.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I.. -I../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT prog_reconnect_timeout.o -MD -MP -MF $depbase.Tpo -c -o prog_reconnect_timeout.o prog_reconnect_timeout.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo prog_noop_reply.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I.. -I../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT prog_noop_reply.o -MD -MP -MF $depbase.Tpo -c -o prog_noop_reply.o prog_noop_reply.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo prog_timeout.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I.. -I../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT prog_timeout.o -MD -MP -MF $depbase.Tpo -c -o prog_timeout.o prog_timeout.c &&\
# mv -f $depbase.Tpo $depbase.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -o prog_reconnect prog_reconnect.o ../lib/libiscsi.la -lgcrypt
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -o prog_reconnect_timeout prog_reconnect_timeout.o ../lib/libiscsi.la -lgcrypt
# libtool: link: gcc -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -o .libs/prog_reconnect_timeout prog_reconnect_timeout.o ../lib/.libs/libiscsi.so -lgcrypt
# libtool: link: gcc -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -o .libs/prog_reconnect prog_reconnect.o ../lib/.libs/libiscsi.so -lgcrypt
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -o prog_noop_reply prog_noop_reply.o ../lib/libiscsi.la -lgcrypt
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -o prog_timeout prog_timeout.o ../lib/libiscsi.la -lgcrypt
# libtool: link: gcc -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -o .libs/prog_timeout prog_timeout.o ../lib/.libs/libiscsi.so -lgcrypt
# libtool: link: gcc -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -o .libs/prog_noop_reply prog_noop_reply.o ../lib/.libs/libiscsi.so -lgcrypt
# make[2]: Leaving directory '/tmp/libiscsi/src/libiscsi/tests'
# Making all in examples
# make[2]: Entering directory '/tmp/libiscsi/src/libiscsi/examples'
# depbase=`echo iscsiclient.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT iscsiclient.o -MD -MP -MF $depbase.Tpo -c -o iscsiclient.o iscsiclient.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo iscsi-dd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT iscsi-dd.o -MD -MP -MF $depbase.Tpo -c -o iscsi-dd.o iscsi-dd.c &&\
# mv -f $depbase.Tpo $depbase.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -fPIC -MT ld_iscsi-ld_iscsi.o -MD -MP -MF .deps/ld_iscsi-ld_iscsi.Tpo -c -o ld_iscsi-ld_iscsi.o `test -f 'ld_iscsi.c' || echo './'`ld_iscsi.c
# depbase=`echo ../lib/connect.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT ../lib/connect.lo -MD -MP -MF $depbase.Tpo -c -o ../lib/connect.lo ../lib/connect.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT ../lib/connect.lo -MD -MP -MF ../lib/.deps/connect.Tpo -c ../lib/connect.c -fPIC -DPIC -o ../lib/.libs/connect.o
# depbase=`echo ../lib/iscsi-command.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT ../lib/iscsi-command.lo -MD -MP -MF $depbase.Tpo -c -o ../lib/iscsi-command.lo ../lib/iscsi-command.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT ../lib/iscsi-command.lo -MD -MP -MF ../lib/.deps/iscsi-command.Tpo -c ../lib/iscsi-command.c -fPIC -DPIC -o ../lib/.libs/iscsi-command.o
# depbase=`echo ../lib/nop.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT ../lib/nop.lo -MD -MP -MF $depbase.Tpo -c -o ../lib/nop.lo ../lib/nop.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT ../lib/nop.lo -MD -MP -MF ../lib/.deps/nop.Tpo -c ../lib/nop.c -fPIC -DPIC -o ../lib/.libs/nop.o
# depbase=`echo ../lib/sync.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT ../lib/sync.lo -MD -MP -MF $depbase.Tpo -c -o ../lib/sync.lo ../lib/sync.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT ../lib/sync.lo -MD -MP -MF ../lib/.deps/sync.Tpo -c ../lib/sync.c -fPIC -DPIC -o ../lib/.libs/sync.o
# depbase=`echo ../lib/crc32c.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT ../lib/crc32c.lo -MD -MP -MF $depbase.Tpo -c -o ../lib/crc32c.lo ../lib/crc32c.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT ../lib/crc32c.lo -MD -MP -MF ../lib/.deps/crc32c.Tpo -c ../lib/crc32c.c -fPIC -DPIC -o ../lib/.libs/crc32c.o
# depbase=`echo ../lib/logging.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT ../lib/logging.lo -MD -MP -MF $depbase.Tpo -c -o ../lib/logging.lo ../lib/logging.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# mv -f .deps/ld_iscsi-ld_iscsi.Tpo .deps/ld_iscsi-ld_iscsi.Po
# depbase=`echo ../lib/pdu.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT ../lib/pdu.lo -MD -MP -MF $depbase.Tpo -c -o ../lib/pdu.lo ../lib/pdu.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT ../lib/logging.lo -MD -MP -MF ../lib/.deps/logging.Tpo -c ../lib/logging.c -fPIC -DPIC -o ../lib/.libs/logging.o
# depbase=`echo ../lib/task_mgmt.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT ../lib/task_mgmt.lo -MD -MP -MF $depbase.Tpo -c -o ../lib/task_mgmt.lo ../lib/task_mgmt.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT ../lib/pdu.lo -MD -MP -MF ../lib/.deps/pdu.Tpo -c ../lib/pdu.c -fPIC -DPIC -o ../lib/.libs/pdu.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT ../lib/task_mgmt.lo -MD -MP -MF ../lib/.deps/task_mgmt.Tpo -c ../lib/task_mgmt.c -fPIC -DPIC -o ../lib/.libs/task_mgmt.o
# depbase=`echo ../lib/discovery.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT ../lib/discovery.lo -MD -MP -MF $depbase.Tpo -c -o ../lib/discovery.lo ../lib/discovery.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo ../lib/login.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT ../lib/login.lo -MD -MP -MF $depbase.Tpo -c -o ../lib/login.lo ../lib/login.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT ../lib/login.lo -MD -MP -MF ../lib/.deps/login.Tpo -c ../lib/login.c -fPIC -DPIC -o ../lib/.libs/login.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT ../lib/discovery.lo -MD -MP -MF ../lib/.deps/discovery.Tpo -c ../lib/discovery.c -fPIC -DPIC -o ../lib/.libs/discovery.o
# depbase=`echo ../lib/scsi-lowlevel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT ../lib/scsi-lowlevel.lo -MD -MP -MF $depbase.Tpo -c -o ../lib/scsi-lowlevel.lo ../lib/scsi-lowlevel.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo ../lib/init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT ../lib/init.lo -MD -MP -MF $depbase.Tpo -c -o ../lib/init.lo ../lib/init.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT ../lib/scsi-lowlevel.lo -MD -MP -MF ../lib/.deps/scsi-lowlevel.Tpo -c ../lib/scsi-lowlevel.c -fPIC -DPIC -o ../lib/.libs/scsi-lowlevel.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT ../lib/init.lo -MD -MP -MF ../lib/.deps/init.Tpo -c ../lib/init.c -fPIC -DPIC -o ../lib/.libs/init.o
# depbase=`echo ../lib/md5.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT ../lib/md5.lo -MD -MP -MF $depbase.Tpo -c -o ../lib/md5.lo ../lib/md5.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT ../lib/md5.lo -MD -MP -MF ../lib/.deps/md5.Tpo -c ../lib/md5.c -fPIC -DPIC -o ../lib/.libs/md5.o
# depbase=`echo ../lib/socket.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT ../lib/socket.lo -MD -MP -MF $depbase.Tpo -c -o ../lib/socket.lo ../lib/socket.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -o iscsiclient iscsiclient.o ../lib/libiscsi.la -lgcrypt
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../include "-D_U_=__attribute__((unused))" "-D_R_(A,B)=__attribute__((format(printf,A,B)))" -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -MT ../lib/socket.lo -MD -MP -MF ../lib/.deps/socket.Tpo -c ../lib/socket.c -fPIC -DPIC -o ../lib/.libs/socket.o
# libtool: link: gcc -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -o .libs/iscsiclient iscsiclient.o ../lib/.libs/libiscsi.so -lgcrypt
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -o iscsi-dd iscsi-dd.o ../lib/libiscsi.la -lgcrypt
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -o lib/libiscsi_convenience.la ../lib/connect.lo ../lib/iscsi-command.lo ../lib/nop.lo ../lib/sync.lo ../lib/crc32c.lo ../lib/logging.lo ../lib/pdu.lo ../lib/task_mgmt.lo ../lib/discovery.lo ../lib/login.lo ../lib/scsi-lowlevel.lo ../lib/init.lo ../lib/md5.lo ../lib/socket.lo -lgcrypt
# libtool: link: gcc -Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings -o .libs/iscsi-dd iscsi-dd.o ../lib/.libs/libiscsi.so -lgcrypt
# libtool: link: ar cru lib/.libs/libiscsi_convenience.a ../lib/.libs/connect.o ../lib/.libs/iscsi-command.o ../lib/.libs/nop.o ../lib/.libs/sync.o ../lib/.libs/crc32c.o ../lib/.libs/logging.o ../lib/.libs/pdu.o ../lib/.libs/task_mgmt.o ../lib/.libs/discovery.o ../lib/.libs/login.o ../lib/.libs/scsi-lowlevel.o ../lib/.libs/init.o ../lib/.libs/md5.o ../lib/.libs/socket.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib lib/.libs/libiscsi_convenience.a
# libtool: link: ( cd "lib/.libs" && rm -f "libiscsi_convenience.la" && ln -s "../libiscsi_convenience.la" "libiscsi_convenience.la" )
# /bin/sh ../libtool --mode=link gcc -o ld_iscsi.o ld_iscsi-ld_iscsi.o lib/libiscsi_convenience.la
# libtool: warning: '-l' and '-L' are ignored for objects
# libtool: link: /usr/sbin/ld -m elf_x86_64 -r -o ld_iscsi.o ld_iscsi-ld_iscsi.o --whole-archive lib/.libs/libiscsi_convenience.a --no-whole-archive
# gcc -shared -o ld_iscsi.so ld_iscsi.o -ldl
# make[2]: Leaving directory '/tmp/libiscsi/src/libiscsi/examples'
# make[2]: Entering directory '/tmp/libiscsi/src/libiscsi'
# make[2]: Leaving directory '/tmp/libiscsi/src/libiscsi'
# make[1]: Leaving directory '/tmp/libiscsi/src/libiscsi'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in lib
# make[1]: Entering directory '/tmp/libiscsi/src/libiscsi/lib'
# make[2]: Entering directory '/tmp/libiscsi/src/libiscsi/lib'
# make[2]: Nothing to be done for 'install-data-am'.
# /usr/sbin/mkdir -p '/tmp/libiscsi/pkg/libiscsi/usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libiscsi.la '/tmp/libiscsi/pkg/libiscsi/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libiscsi.so.7.0.2 /tmp/libiscsi/pkg/libiscsi/usr/lib/libiscsi.so.7.0.2
# libtool: install: (cd /tmp/libiscsi/pkg/libiscsi/usr/lib && { ln -s -f libiscsi.so.7.0.2 libiscsi.so.7 || { rm -f libiscsi.so.7 && ln -s libiscsi.so.7.0.2 libiscsi.so.7; }; })
# libtool: install: (cd /tmp/libiscsi/pkg/libiscsi/usr/lib && { ln -s -f libiscsi.so.7.0.2 libiscsi.so || { rm -f libiscsi.so && ln -s libiscsi.so.7.0.2 libiscsi.so; }; })
# libtool: install: /usr/bin/install -c .libs/libiscsi.lai /tmp/libiscsi/pkg/libiscsi/usr/lib/libiscsi.la
# libtool: warning: remember to run 'libtool --finish /usr/lib'
# make[2]: Leaving directory '/tmp/libiscsi/src/libiscsi/lib'
# make[1]: Leaving directory '/tmp/libiscsi/src/libiscsi/lib'
# Making install in doc
# make[1]: Entering directory '/tmp/libiscsi/src/libiscsi/doc'
# make[2]: Entering directory '/tmp/libiscsi/src/libiscsi/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/libiscsi/pkg/libiscsi/usr/share/man/man1'
# /usr/bin/install -c -m 644 iscsi-inq.1 iscsi-ls.1 iscsi-swp.1 iscsi-test-cu.1 '/tmp/libiscsi/pkg/libiscsi/usr/share/man/man1'
# make[2]: Leaving directory '/tmp/libiscsi/src/libiscsi/doc'
# make[1]: Leaving directory '/tmp/libiscsi/src/libiscsi/doc'
# Making install in utils
# make[1]: Entering directory '/tmp/libiscsi/src/libiscsi/utils'
# make[2]: Entering directory '/tmp/libiscsi/src/libiscsi/utils'
# make[2]: Nothing to be done for 'install-data-am'.
# /usr/sbin/mkdir -p '/tmp/libiscsi/pkg/libiscsi/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c iscsi-inq iscsi-ls iscsi-perf iscsi-readcapacity16 iscsi-swp '/tmp/libiscsi/pkg/libiscsi/usr/bin'
# libtool: warning: '../lib/libiscsi.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c .libs/iscsi-inq /tmp/libiscsi/pkg/libiscsi/usr/bin/iscsi-inq
# libtool: warning: '../lib/libiscsi.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c .libs/iscsi-ls /tmp/libiscsi/pkg/libiscsi/usr/bin/iscsi-ls
# libtool: warning: '../lib/libiscsi.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c .libs/iscsi-perf /tmp/libiscsi/pkg/libiscsi/usr/bin/iscsi-perf
# libtool: warning: '../lib/libiscsi.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c .libs/iscsi-readcapacity16 /tmp/libiscsi/pkg/libiscsi/usr/bin/iscsi-readcapacity16
# libtool: warning: '../lib/libiscsi.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c .libs/iscsi-swp /tmp/libiscsi/pkg/libiscsi/usr/bin/iscsi-swp
# make[2]: Leaving directory '/tmp/libiscsi/src/libiscsi/utils'
# make[1]: Leaving directory '/tmp/libiscsi/src/libiscsi/utils'
# Making install in test-tool
# make[1]: Entering directory '/tmp/libiscsi/src/libiscsi/test-tool'
# make[2]: Entering directory '/tmp/libiscsi/src/libiscsi/test-tool'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libiscsi/src/libiscsi/test-tool'
# make[1]: Leaving directory '/tmp/libiscsi/src/libiscsi/test-tool'
# Making install in tests
# make[1]: Entering directory '/tmp/libiscsi/src/libiscsi/tests'
# make[2]: Entering directory '/tmp/libiscsi/src/libiscsi/tests'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libiscsi/src/libiscsi/tests'
# make[1]: Leaving directory '/tmp/libiscsi/src/libiscsi/tests'
# Making install in examples
# make[1]: Entering directory '/tmp/libiscsi/src/libiscsi/examples'
# make[2]: Entering directory '/tmp/libiscsi/src/libiscsi/examples'
# make[2]: Nothing to be done for 'install-data-am'.
# /usr/sbin/mkdir -p '/tmp/libiscsi/pkg/libiscsi/usr/bin'
# /usr/bin/install -c ld_iscsi.so '/tmp/libiscsi/pkg/libiscsi/usr/bin'
# make[2]: Leaving directory '/tmp/libiscsi/src/libiscsi/examples'
# make[1]: Leaving directory '/tmp/libiscsi/src/libiscsi/examples'
# make[1]: Entering directory '/tmp/libiscsi/src/libiscsi'
# make[2]: Entering directory '/tmp/libiscsi/src/libiscsi'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/libiscsi/pkg/libiscsi/usr/include/iscsi'
# /usr/sbin/mkdir -p '/tmp/libiscsi/pkg/libiscsi/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 include/iscsi.h include/scsi-lowlevel.h '/tmp/libiscsi/pkg/libiscsi/usr/include/iscsi'
# /usr/bin/install -c -m 644 libiscsi.pc '/tmp/libiscsi/pkg/libiscsi/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/libiscsi/src/libiscsi'
# make[1]: Leaving directory '/tmp/libiscsi/src/libiscsi'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libiscsi"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libiscsi 1.17.0-2 (Wed Aug 24 13:51:59 UTC 2016)

CMD: pacman --query --file libiscsi-1.17.0-2-x86_64.pkg.tar.xz
# libiscsi 1.17.0-2

Creating hybrid package for 'libiscsi'

Trying to find vanilla package 'libiscsi'...

CMD: pacman --query --file /mirror/libiscsi-1.17.0-2.pkg.tar.xz
# libiscsi 1.17.0-2

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/include/iscsi/scsi-lowlevel.h
# /usr/include/iscsi/iscsi.h
# /usr/bin/iscsi-inq
# /usr/bin/iscsi-ls
# /usr/bin/iscsi-perf
# /usr/bin/iscsi-readcapacity16
# /usr/bin/iscsi-swp
# /usr/bin/ld_iscsi.so
# /usr/share/man/man1/iscsi-inq.1.gz
# /usr/share/man/man1/iscsi-ls.1.gz
# /usr/share/man/man1/iscsi-swp.1.gz
# /usr/share/man/man1/iscsi-test-cu.1.gz
# /usr/lib/libiscsi.so.7.0.2
# /usr/lib/libiscsi.so
# /usr/lib/libiscsi.so.7
# /usr/lib/pkgconfig/libiscsi.pc
# /sysroot/usr/lib/libiscsi.so.7.0.2
# /sysroot/usr/lib/libiscsi.so.7
# /sysroot/usr/lib/libiscsi.so
# /sysroot/usr/lib/libiscsi.la
# /sysroot/usr/lib/pkgconfig/libiscsi.pc
# /sysroot/usr/include/iscsi/iscsi.h
# /sysroot/usr/include/iscsi/scsi-lowlevel.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libiscsi.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 1497

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libiscsi.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libiscsi.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/libiscsi/src/libiscsi/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 libiscsi configure 1.17.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --disable-static --libdir=/usr/lib
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 7aae5231efab
# 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:2324: checking for a BSD-compatible install
# configure:2392: result: /usr/bin/install -c
# configure:2403: checking whether build environment is sane
# configure:2458: result: yes
# configure:2517: checking for x86_64-unknown-linux-strip
# configure:2547: result: no
# configure:2557: checking for strip
# configure:2573: found /usr/sbin/strip
# configure:2584: result: strip
# configure:2609: checking for a thread-safe mkdir -p
# configure:2648: result: /usr/sbin/mkdir -p
# configure:2655: checking for gawk
# configure:2671: found /usr/sbin/gawk
# configure:2682: result: gawk
# configure:2693: checking whether make sets $(MAKE)
# configure:2715: result: yes
# configure:2744: checking whether make supports nested variables
# configure:2761: result: yes
# configure:2898: checking whether make supports nested variables
# configure:2915: result: yes
# configure:2938: checking for style of include used by make
# configure:2966: result: GNU
# configure:2997: checking for x86_64-unknown-linux-gcc
# configure:3027: result: no
# configure:3037: checking for gcc
# configure:3053: found /usr/sbin/gcc
# configure:3064: result: gcc
# configure:3293: checking for C compiler version
# configure:3302: 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:3313: $? = 0
# configure:3302: 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:3313: $? = 0
# configure:3302: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3313: $? = 1
# configure:3302: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3313: $? = 1
# configure:3333: checking whether the C compiler works
# configure:3355: gcc conftest.c >&5
# configure:3359: $? = 0
# configure:3407: result: yes
# configure:3410: checking for C compiler default output file name
# configure:3412: result: a.out
# configure:3418: checking for suffix of executables
# configure:3425: gcc -o conftest conftest.c >&5
# configure:3429: $? = 0
# configure:3451: result:
# configure:3473: checking whether we are cross compiling
# configure:3481: gcc -o conftest conftest.c >&5
# configure:3485: $? = 0
# configure:3492: ./conftest
# configure:3496: $? = 0
# configure:3511: result: no
# configure:3516: checking for suffix of object files
# configure:3538: gcc -c conftest.c >&5
# configure:3542: $? = 0
# configure:3563: result: o
# configure:3567: checking whether we are using the GNU C compiler
# configure:3586: gcc -c conftest.c >&5
# configure:3586: $? = 0
# configure:3595: result: yes
# configure:3604: checking whether gcc accepts -g
# configure:3624: gcc -c -g conftest.c >&5
# configure:3624: $? = 0
# configure:3665: result: yes
# configure:3682: checking for gcc option to accept ISO C89
# configure:3745: gcc -c conftest.c >&5
# configure:3745: $? = 0
# configure:3758: result: none needed
# configure:3783: checking whether gcc understands -c and -o together
# configure:3805: gcc -c conftest.c -o conftest2.o
# configure:3808: $? = 0
# configure:3805: gcc -c conftest.c -o conftest2.o
# configure:3808: $? = 0
# configure:3820: result: yes
# configure:3839: checking dependency style of gcc
# configure:3950: result: gcc3
# configure:3971: checking for x86_64-unknown-linux-ar
# configure:4001: result: no
# configure:3971: checking for x86_64-unknown-linux-lib
# configure:4001: result: no
# configure:3971: checking for x86_64-unknown-linux-link
# configure:4001: result: no
# configure:4015: checking for ar
# configure:4031: found /usr/sbin/ar
# configure:4042: result: ar
# configure:4068: checking the archiver (ar) interface
# configure:4084: gcc -c conftest.c >&5
# configure:4084: $? = 0
# configure:4086: ar cru libconftest.a conftest.o >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:4089: $? = 0
# configure:4117: result: ar
# configure:4166: checking build system type
# configure:4180: result: x86_64-unknown-linux-gnu
# configure:4200: checking host system type
# configure:4213: result: x86_64-unknown-linux-gnu
# configure:4254: checking how to print strings
# configure:4281: result: printf
# configure:4302: checking for a sed that does not truncate output
# configure:4366: result: /usr/sbin/sed
# configure:4384: checking for grep that handles long lines and -e
# configure:4442: result: /usr/sbin/grep
# configure:4447: checking for egrep
# configure:4509: result: /usr/sbin/grep -E
# configure:4514: checking for fgrep
# configure:4576: result: /usr/sbin/grep -F
# configure:4611: checking for ld used by gcc
# configure:4678: result: /usr/sbin/ld
# configure:4685: checking if the linker (/usr/sbin/ld) is GNU ld
# configure:4700: result: yes
# configure:4712: checking for BSD- or MS-compatible name lister (nm)
# configure:4766: result: /usr/sbin/nm -B
# configure:4896: checking the name lister (/usr/sbin/nm -B) interface
# configure:4903: gcc -c conftest.c >&5
# configure:4906: /usr/sbin/nm -B "conftest.o"
# configure:4909: output
# 0000000000000000 B some_variable
# configure:4916: result: BSD nm
# configure:4919: checking whether ln -s works
# configure:4923: result: yes
# configure:4931: checking the maximum length of command line arguments
# configure:5062: result: 1572864
# configure:5110: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5150: result: func_convert_file_noop
# configure:5157: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5177: result: func_convert_file_noop
# configure:5184: checking for /usr/sbin/ld option to reload object files
# configure:5191: result: -r
# configure:5225: checking for x86_64-unknown-linux-objdump
# configure:5255: result: no
# configure:5265: checking for objdump
# configure:5281: found /usr/sbin/objdump
# configure:5292: result: objdump
# configure:5324: checking how to recognize dependent libraries
# configure:5524: result: pass_all
# configure:5569: checking for x86_64-unknown-linux-dlltool
# configure:5599: result: no
# configure:5609: checking for dlltool
# configure:5639: result: no
# configure:5669: checking how to associate runtime and link libraries
# configure:5696: result: printf %s\n
# configure:5712: checking for x86_64-unknown-linux-ar
# configure:5739: result: ar
# configure:5820: checking for archiver @FILE support
# configure:5837: gcc -c conftest.c >&5
# configure:5837: $? = 0
# configure:5840: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:5843: $? = 0
# configure:5848: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:5851: $? = 1
# configure:5863: result: @
# configure:5881: checking for x86_64-unknown-linux-strip
# configure:5908: result: strip
# configure:5980: checking for x86_64-unknown-linux-ranlib
# configure:6010: result: no
# configure:6020: checking for ranlib
# configure:6036: found /usr/sbin/ranlib
# configure:6047: result: ranlib
# configure:6149: checking command to parse /usr/sbin/nm -B output from gcc object
# configure:6302: gcc -c conftest.c >&5
# configure:6305: $? = 0
# configure:6309: /usr/sbin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6312: $? = 0
# configure:6378: gcc -o conftest conftest.c conftstm.o >&5
# configure:6381: $? = 0
# configure:6419: result: ok
# configure:6466: checking for sysroot
# configure:6496: result: no
# configure:6503: checking for a working dd
# configure:6541: result: /usr/sbin/dd
# configure:6545: checking how to truncate binary pipes
# configure:6560: result: /usr/sbin/dd bs=4096 count=1
# configure:6696: gcc -c conftest.c >&5
# configure:6699: $? = 0
# configure:6849: checking for x86_64-unknown-linux-mt
# configure:6879: result: no
# configure:6889: checking for mt
# configure:6919: result: no
# configure:6939: checking if : is a manifest tool
# configure:6945: : '-?'
# configure:6953: result: no
# configure:7630: checking how to run the C preprocessor
# configure:7661: gcc -E conftest.c
# configure:7661: $? = 0
# configure:7675: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7675: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libiscsi"
# | #define PACKAGE_TARNAME "libiscsi"
# | #define PACKAGE_VERSION "1.17.0"
# | #define PACKAGE_STRING "libiscsi 1.17.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libiscsi"
# | #define VERSION "1.17.0"
# | /* end confdefs.h. */
# | #include
# configure:7700: result: gcc -E
# configure:7720: gcc -E conftest.c
# configure:7720: $? = 0
# configure:7734: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7734: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libiscsi"
# | #define PACKAGE_TARNAME "libiscsi"
# | #define PACKAGE_VERSION "1.17.0"
# | #define PACKAGE_STRING "libiscsi 1.17.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libiscsi"
# | #define VERSION "1.17.0"
# | /* end confdefs.h. */
# | #include
# configure:7763: checking for ANSI C header files
# configure:7783: gcc -c conftest.c >&5
# configure:7783: $? = 0
# configure:7856: gcc -o conftest conftest.c >&5
# configure:7856: $? = 0
# configure:7856: ./conftest
# configure:7856: $? = 0
# configure:7867: result: yes
# configure:7880: checking for sys/types.h
# configure:7880: gcc -c conftest.c >&5
# configure:7880: $? = 0
# configure:7880: result: yes
# configure:7880: checking for sys/stat.h
# configure:7880: gcc -c conftest.c >&5
# configure:7880: $? = 0
# configure:7880: result: yes
# configure:7880: checking for stdlib.h
# configure:7880: gcc -c conftest.c >&5
# configure:7880: $? = 0
# configure:7880: result: yes
# configure:7880: checking for string.h
# configure:7880: gcc -c conftest.c >&5
# configure:7880: $? = 0
# configure:7880: result: yes
# configure:7880: checking for memory.h
# configure:7880: gcc -c conftest.c >&5
# configure:7880: $? = 0
# configure:7880: result: yes
# configure:7880: checking for strings.h
# configure:7880: gcc -c conftest.c >&5
# configure:7880: $? = 0
# configure:7880: result: yes
# configure:7880: checking for inttypes.h
# configure:7880: gcc -c conftest.c >&5
# configure:7880: $? = 0
# configure:7880: result: yes
# configure:7880: checking for stdint.h
# configure:7880: gcc -c conftest.c >&5
# configure:7880: $? = 0
# configure:7880: result: yes
# configure:7880: checking for unistd.h
# configure:7880: gcc -c conftest.c >&5
# configure:7880: $? = 0
# configure:7880: result: yes
# configure:7894: checking for dlfcn.h
# configure:7894: gcc -c conftest.c >&5
# configure:7894: $? = 0
# configure:7894: result: yes
# configure:8150: checking for objdir
# configure:8165: result: .libs
# configure:8429: checking if gcc supports -fno-rtti -fno-exceptions
# configure:8447: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:8451: $? = 0
# configure:8464: result: no
# configure:8822: checking for gcc option to produce PIC
# configure:8829: result: -fPIC -DPIC
# configure:8837: checking if gcc PIC flag -fPIC -DPIC works
# configure:8855: gcc -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8859: $? = 0
# configure:8872: result: yes
# configure:8901: checking if gcc static flag -static works
# configure:8929: result: yes
# configure:8944: checking if gcc supports -c -o file.o
# configure:8965: gcc -c -o out/conftest2.o conftest.c >&5
# configure:8969: $? = 0
# configure:8991: result: yes
# configure:8999: checking if gcc supports -c -o file.o
# configure:9046: result: yes
# configure:9079: checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:10338: result: yes
# configure:10375: checking whether -lc should be explicitly linked in
# configure:10383: gcc -c conftest.c >&5
# configure:10386: $? = 0
# configure:10401: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:10404: $? = 0
# configure:10418: result: no
# configure:10578: checking dynamic linker characteristics
# configure:11159: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11159: $? = 0
# configure:11396: result: GNU/Linux ld.so
# configure:11518: checking how to hardcode library paths into programs
# configure:11543: result: immediate
# configure:12091: checking whether stripping libraries is possible
# configure:12096: result: yes
# configure:12131: checking if libtool supports shared libraries
# configure:12133: result: yes
# configure:12136: checking whether to build shared libraries
# configure:12161: result: yes
# configure:12164: checking whether to build static libraries
# configure:12168: result: no
# configure:12338: checking for gcry_control in -lgcrypt
# configure:12363: gcc -o conftest conftest.c -lgcrypt >&5
# configure:12363: $? = 0
# configure:12372: result: yes
# configure:12392: checking for sin_len in sock
# configure:12411: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:30:30: error: 'struct sockaddr_in' has no member named 'sin_len'; did you mean 'sin_zero'?
# struct sockaddr_in sock; sock.sin_len = sizeof(sock);
# ^
# configure:12411: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libiscsi"
# | #define PACKAGE_TARNAME "libiscsi"
# | #define PACKAGE_VERSION "1.17.0"
# | #define PACKAGE_STRING "libiscsi 1.17.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libiscsi"
# | #define VERSION "1.17.0"
# | #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_LIBGCRYPT 1
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# | int
# | main ()
# | {
# | struct sockaddr_in sock; sock.sin_len = sizeof(sock);
# | ;
# | return 0;
# | }
# configure:12418: result: no
# configure:12426: checking for sys filio.h
# configure:12444: gcc -c conftest.c >&5
# conftest.c:25:23: fatal error: sys/filio.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:12444: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libiscsi"
# | #define PACKAGE_TARNAME "libiscsi"
# | #define PACKAGE_VERSION "1.17.0"
# | #define PACKAGE_STRING "libiscsi 1.17.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libiscsi"
# | #define VERSION "1.17.0"
# | #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_LIBGCRYPT 1
# | /* end confdefs.h. */
# | #include
# | #include
# | int
# | main ()
# | {
# | int foo = FIONREAD
# | ;
# | return 0;
# | }
# configure:12451: result: no
# configure:12462: checking arpa/inet.h usability
# configure:12462: gcc -c conftest.c >&5
# configure:12462: $? = 0
# configure:12462: result: yes
# configure:12462: checking arpa/inet.h presence
# configure:12462: gcc -E conftest.c
# configure:12462: $? = 0
# configure:12462: result: yes
# configure:12462: checking for arpa/inet.h
# configure:12462: result: yes
# configure:12476: checking poll.h usability
# configure:12476: gcc -c conftest.c >&5
# configure:12476: $? = 0
# configure:12476: result: yes
# configure:12476: checking poll.h presence
# configure:12476: gcc -E conftest.c
# configure:12476: $? = 0
# configure:12476: result: yes
# configure:12476: checking for poll.h
# configure:12476: result: yes
# configure:12488: checking for sockaddr_in6 support
# configure:12507: gcc -c conftest.c >&5
# configure:12507: $? = 0
# configure:12514: result: yes
# configure:12522: checking for SG_IO support
# configure:12541: gcc -c conftest.c >&5
# configure:12541: $? = 0
# configure:12548: result: yes
# configure:12556: checking whether libcunit is available
# configure:12575: gcc -o conftest conftest.c -lgcrypt -lcunit >&5
# conftest.c:29:25: fatal error: CUnit/CUnit.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:12575: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libiscsi"
# | #define PACKAGE_TARNAME "libiscsi"
# | #define PACKAGE_VERSION "1.17.0"
# | #define PACKAGE_STRING "libiscsi 1.17.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libiscsi"
# | #define VERSION "1.17.0"
# | #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_LIBGCRYPT 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SOCKADDR_IN6 1
# | #define HAVE_SG_IO 1
# | /* end confdefs.h. */
# |
# | #include
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:12588: result: no
# configure:12590: You need libcunit to build the test suite.
# configure:12592: The scsi/iscsi test suite will not be built.
# configure:12613: checking for struct CU_SuiteInfo.pSetUpFunc
# configure:12613: gcc -c conftest.c >&5
# conftest.c:29:25: fatal error: CUnit/CUnit.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:12613: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libiscsi"
# | #define PACKAGE_TARNAME "libiscsi"
# | #define PACKAGE_VERSION "1.17.0"
# | #define PACKAGE_STRING "libiscsi 1.17.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libiscsi"
# | #define VERSION "1.17.0"
# | #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_LIBGCRYPT 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SOCKADDR_IN6 1
# | #define HAVE_SG_IO 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct CU_SuiteInfo ac_aggr;
# | if (ac_aggr.pSetUpFunc)
# | return 0;
# | ;
# | return 0;
# | }
# configure:12613: gcc -c conftest.c >&5
# conftest.c:29:25: fatal error: CUnit/CUnit.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:12613: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libiscsi"
# | #define PACKAGE_TARNAME "libiscsi"
# | #define PACKAGE_VERSION "1.17.0"
# | #define PACKAGE_STRING "libiscsi 1.17.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libiscsi"
# | #define VERSION "1.17.0"
# | #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_LIBGCRYPT 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SOCKADDR_IN6 1
# | #define HAVE_SG_IO 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct CU_SuiteInfo ac_aggr;
# | if (sizeof ac_aggr.pSetUpFunc)
# | return 0;
# | ;
# | return 0;
# | }
# configure:12613: result: no
# configure:12625: checking for library containing clock_gettime
# configure:12656: gcc -o conftest conftest.c -lgcrypt >&5
# configure:12656: $? = 0
# configure:12673: result: none required
# configure:12797: checking that generated files are newer than configure
# configure:12803: result: done
# configure:12842: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libiscsi config.status 1.17.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 7aae5231efab
#
# config.status:1105: creating Makefile
# config.status:1105: creating doc/Makefile
# config.status:1105: creating examples/Makefile
# config.status:1105: creating lib/Makefile
# config.status:1105: creating test-tool/Makefile
# config.status:1105: creating tests/Makefile
# config.status:1105: creating utils/Makefile
# config.status:1105: creating libiscsi.pc
# config.status:1105: creating config.h
# config.status:1334: executing depfiles commands
# config.status:1334: executing libtool 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_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_LT_SYS_LIBRARY_PATH_set=
# ac_cv_env_LT_SYS_LIBRARY_PATH_value=
# ac_cv_env_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_have_cunit=no
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_poll_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_gcrypt_gcry_control=yes
# ac_cv_member_struct_CU_SuiteInfo_pSetUpFunc=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_lt_DD=/usr/sbin/dd
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AR=ar
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_search_clock_gettime='none required'
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_ar_interface=ar
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# libiscsi_cv_HAVE_SG_IO=yes
# libiscsi_cv_HAVE_SOCKADDR_IN6=yes
# libiscsi_cv_HAVE_SOCK_SIN_LEN=no
# libiscsi_cv_NEED_SYS_FILIO_H=no
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/sbin/ld
# lt_cv_path_NM='/usr/sbin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=no
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_global_symbol_to_import=
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# lt_cv_truncate_bin='/usr/sbin/dd bs=4096 count=1'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libiscsi/src/libiscsi/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)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/libiscsi/src/libiscsi/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/libiscsi/src/libiscsi/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/libiscsi/src/libiscsi/missing automake-1.15'
# AWK='gawk'
# BUILD_MANPAGES_FALSE=''
# BUILD_MANPAGES_TRUE='#'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GREP='/usr/sbin/grep'
# HAVE_LIBGCRYPT_FALSE='#'
# HAVE_LIBGCRYPT_TRUE=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# ISCSITEST_FALSE=''
# ISCSITEST_TRUE='#'
# LD='/usr/sbin/ld -m elf_x86_64'
# LDFLAGS=''
# LD_ISCSI_FALSE='#'
# LD_ISCSI_TRUE=''
# LIBOBJS=''
# LIBS='-lgcrypt '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# LT_SYS_LIBRARY_PATH=''
# MAKEINFO='${SHELL} /tmp/libiscsi/src/libiscsi/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/usr/sbin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libiscsi'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='libiscsi'
# PACKAGE_STRING='libiscsi 1.17.0'
# PACKAGE_TARNAME='libiscsi'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.17.0'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.17.0'
# WARN_CFLAGS='-Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wno-strict-aliasing -Werror -Wwrite-strings'
# ac_ct_AR='ar'
# ac_ct_CC='gcc'
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/libiscsi/src/libiscsi/install-sh'
# libdir='/usr/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 "libiscsi"
# #define PACKAGE_TARNAME "libiscsi"
# #define PACKAGE_VERSION "1.17.0"
# #define PACKAGE_STRING "libiscsi 1.17.0"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "libiscsi"
# #define VERSION "1.17.0"
# #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_LIBGCRYPT 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_POLL_H 1
# #define HAVE_SOCKADDR_IN6 1
# #define HAVE_SG_IO 1
# #define HAVE_CLOCK_GETTIME 1
#
# configure: exit 0