Build of open-iscsi with vanilla toolchain

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

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

SLOCLanguage
52,031 ansic
3,876 sh
831 perl
500 makefile
218 yacc
74 lex
57,530 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: open-iscsi 2.0_873-7 (Wed Aug 24 12:51:59 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# cd utils/open-isns; ./configure --without-slp CFLAGS="" --with-security=no
# checking for gcc... gcc
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# 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 build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to run the C preprocessor... gcc -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking whether byte ordering is bigendian... no
# checking how to run the C preprocessor... gcc -E
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... yes
# checking for sh... /usr/sbin/sh
# checking for inline... inline
# checking for ANSI C header files... (cached) yes
# checking for sys/wait.h that is POSIX.1 compatible... yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for strings.h... (cached) yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for unistd.h... (cached) yes
# checking locale.h usability... yes
# checking locale.h presence... yes
# checking for locale.h... yes
# checking getopt.h usability... yes
# checking getopt.h presence... yes
# checking for getopt.h... yes
# checking for socket in -lsocket... no
# checking for getopt_long... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
# config.status: creating config.h
# make -C utils/open-isns
# make[1]: Entering directory '/tmp/open-iscsi/src/open-iscsi-2.0-873/utils/open-isns'
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o server.o server.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o client.o client.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o objects.o objects.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o callback.o callback.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o timer.o timer.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o vendor.o vendor.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o db.o db.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o db-file.o db-file.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o db-policy.o db-policy.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o relation.o relation.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o scope.o scope.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o message.o message.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o security.o security.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o authblock.o authblock.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o policy.o policy.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o register.o register.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o query.o query.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o getnext.o getnext.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o deregister.o deregister.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o esi.o esi.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o scn.o scn.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o dd.o dd.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o entity.o entity.c
# dd.c: In function 'isns_dd_list_resize':
# dd.c:602:25: warning: variable 'cur_size' set but not used [-Wunused-but-set-variable]
# unsigned int new_size, cur_size;
# ^~~~~~~~
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o portal-group.o portal-group.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o storage-node.o storage-node.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o domain.o domain.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o simple.o simple.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o tags.o tags.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o attrs.o attrs.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o export.o export.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o socket.o socket.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o slp.o slp.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o error.o error.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o logging.o logging.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o config.o config.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o parser.o parser.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o buffer.o buffer.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o pidfile.o pidfile.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o sysdep-unix.o sysdep-unix.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o util.o util.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o bitvector.o bitvector.c
# gcc -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o mdebug.o mdebug.c
# bitvector.c: In function 'isns_bitvector_is_empty':
# bitvector.c:330:16: warning: variable 'base' set but not used [-Wunused-but-set-variable]
# unsigned int base, rlen;
# ^~~~
# bitvector.c: In function 'isns_bitvector_foreach':
# bitvector.c:465:28: warning: variable 'bits' set but not used [-Wunused-but-set-variable]
# unsigned int base, rlen, bits;
# ^~~~
# bitvector.c: In function 'isns_bitvector_dump':
# bitvector.c:495:28: warning: variable 'bits' set but not used [-Wunused-but-set-variable]
# unsigned int base, rlen, bits;
# ^~~~
# bitvector.c: In function 'isns_bitvector_print':
# bitvector.c:541:28: warning: variable 'bits' set but not used [-Wunused-but-set-variable]
# unsigned int base, rlen, bits;
# ^~~~
# ar cr libisns.a server.o client.o objects.o callback.o timer.o vendor.o db.o db-file.o db-policy.o relation.o scope.o message.o security.o authblock.o policy.o register.o query.o getnext.o deregister.o esi.o scn.o dd.o entity.o portal-group.o storage-node.o domain.o simple.o tags.o attrs.o export.o socket.o slp.o error.o logging.o config.o parser.o buffer.o pidfile.o sysdep-unix.o util.o bitvector.o mdebug.o
# make[1]: Leaving directory '/tmp/open-iscsi/src/open-iscsi-2.0-873/utils/open-isns'
# make -C utils/sysdeps
# make[1]: Entering directory '/tmp/open-iscsi/src/open-iscsi-2.0-873/utils/sysdeps'
# cc -O2 -fno-inline -Wall -Wstrict-prototypes -g -c -o sysdeps.o sysdeps.c
# make[1]: Leaving directory '/tmp/open-iscsi/src/open-iscsi-2.0-873/utils/sysdeps'
# make -C utils/fwparam_ibft
# make[1]: Entering directory '/tmp/open-iscsi/src/open-iscsi-2.0-873/utils/fwparam_ibft'
# cc -O2 -g -fPIC -Wall -Wstrict-prototypes -I../../include -I../../usr -D_GNU_SOURCE -c -o fw_entry.o fw_entry.c
# cc -O2 -g -fPIC -Wall -Wstrict-prototypes -I../../include -I../../usr -D_GNU_SOURCE -c -o fwparam_sysfs.o fwparam_sysfs.c
# In file included from /usr/include/ftw.h:25:0,
# from fwparam_sysfs.c:23:
# /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^~~~~~~
# cc -O2 -g -fPIC -Wall -Wstrict-prototypes -I../../include -I../../usr -D_GNU_SOURCE -c -o ../../usr/iscsi_net_util.o ../../usr/iscsi_net_util.c
# cc -O2 -g -fPIC -Wall -Wstrict-prototypes -I../../include -I../../usr -D_GNU_SOURCE -c -o prom_lex.o prom_lex.c
# cc -O2 -g -fPIC -Wall -Wstrict-prototypes -I../../include -I../../usr -D_GNU_SOURCE -c -o prom_parse.tab.o prom_parse.tab.c
# cc -O2 -g -fPIC -Wall -Wstrict-prototypes -I../../include -I../../usr -D_GNU_SOURCE -c -o fwparam_ppc.o fwparam_ppc.c
# make[1]: Leaving directory '/tmp/open-iscsi/src/open-iscsi-2.0-873/utils/fwparam_ibft'
# make -C usr
# make[1]: Entering directory '/tmp/open-iscsi/src/open-iscsi-2.0-873/usr'
# cat: /lib/modules/4.7.1-1-ARCH/build/Makefile: No such file or directory
# cat: /lib/modules/4.7.1-1-ARCH/build/Makefile: No such file or directory
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o iscsi_util.o iscsi_util.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o io.o io.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o auth.o auth.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o iscsi_timer.o iscsi_timer.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o login.o login.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o log.o log.c
# login.c: In function 'iscsi_add_text':
# login.c:53:8: warning: variable 'pdu_text' set but not used [-Wunused-but-set-variable]
# char *pdu_text;
# ^~~~~~~~
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o md5.o md5.c
# md5.c: In function 'MD5Final':
# md5.c:130:23: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess]
# memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */
# ^
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o sha1.o sha1.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o iface.o iface.c
# iface.c: In function 'iface_setup_from_boot_context':
# iface.c:897:7: warning: unused variable 'transport_name' [-Wunused-variable]
# char transport_name[ISCSI_TRANSPORT_NAME_MAXLEN];
# ^~~~~~~~~~~~~~
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o idbm.o idbm.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o sysfs.o sysfs.c
# sysfs.c: In function 'sysfs_set_param':
# sysfs.c:674:14: warning: variable 'path' set but not used [-Wunused-but-set-variable]
# const char *path;
# ^~~~
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o host.o host.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o session_info.o session_info.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o iscsi_sysfs.o iscsi_sysfs.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o iscsid_req.o iscsid_req.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o transport.o transport.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o iser.o iser.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o cxgbi.o cxgbi.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o be2iscsi.o be2iscsi.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o initiator_common.o initiator_common.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o iscsi_err.o iscsi_err.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o netlink.o netlink.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o initiator.o initiator.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o scsi.o scsi.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o actor.o actor.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o event_poll.o event_poll.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o mgmt_ipc.o mgmt_ipc.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o kern_err_table.o kern_err_table.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o strings.o strings.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o discovery.o discovery.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o iscsid.o iscsid.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o session_mgmt.o session_mgmt.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o discoveryd.o discoveryd.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o iscsiadm.o iscsiadm.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o iscsistart.o iscsistart.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -c -o statics.o statics.c
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE iscsi_util.o io.o auth.o iscsi_timer.o login.o log.o md5.o sha1.o iface.o idbm.o sysfs.o host.o session_info.o iscsi_sysfs.o iscsi_net_util.o iscsid_req.o transport.o iser.o cxgbi.o be2iscsi.o initiator_common.o iscsi_err.o netlink.o ../utils/sysdeps/sysdeps.o initiator.o scsi.o actor.o event_poll.o mgmt_ipc.o kern_err_table.o ../utils/fwparam_ibft/fw_entry.o ../utils/fwparam_ibft/prom_parse.tab.o ../utils/fwparam_ibft/fwparam_sysfs.o ../utils/fwparam_ibft/fwparam_ppc.o ../utils/fwparam_ibft/prom_lex.o strings.o discovery.o iscsid.o session_mgmt.o discoveryd.o -o iscsid -L../utils/open-isns -lisns
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE iscsi_util.o io.o auth.o iscsi_timer.o login.o log.o md5.o sha1.o iface.o idbm.o sysfs.o host.o session_info.o iscsi_sysfs.o iscsi_net_util.o iscsid_req.o transport.o iser.o cxgbi.o be2iscsi.o initiator_common.o iscsi_err.o netlink.o ../utils/sysdeps/sysdeps.o ../utils/fwparam_ibft/fw_entry.o ../utils/fwparam_ibft/prom_parse.tab.o ../utils/fwparam_ibft/fwparam_sysfs.o ../utils/fwparam_ibft/fwparam_ppc.o ../utils/fwparam_ibft/prom_lex.o strings.o discovery.o iscsiadm.o session_mgmt.o -o iscsiadm -L../utils/open-isns -lisns
# cc -O2 -g -Wall -Wstrict-prototypes -I../include -I. -I../utils/open-isns -DLinux -DNETLINK_ISCSI=8 -D_GNU_SOURCE -static iscsi_util.o io.o auth.o iscsi_timer.o login.o log.o md5.o sha1.o iface.o idbm.o sysfs.o host.o session_info.o iscsi_sysfs.o iscsi_net_util.o iscsid_req.o transport.o iser.o cxgbi.o be2iscsi.o initiator_common.o iscsi_err.o netlink.o ../utils/sysdeps/sysdeps.o initiator.o scsi.o actor.o event_poll.o mgmt_ipc.o kern_err_table.o ../utils/fwparam_ibft/fw_entry.o ../utils/fwparam_ibft/prom_parse.tab.o ../utils/fwparam_ibft/fwparam_sysfs.o ../utils/fwparam_ibft/fwparam_ppc.o ../utils/fwparam_ibft/prom_lex.o iscsistart.o statics.o -o iscsistart
# iscsi_util.o: In function `iscsi_addr_match':
# /tmp/open-iscsi/src/open-iscsi-2.0-873/usr/iscsi_util.c:276: warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
# make[1]: Leaving directory '/tmp/open-iscsi/src/open-iscsi-2.0-873/usr'
# make -C utils
# make[1]: Entering directory '/tmp/open-iscsi/src/open-iscsi-2.0-873/utils'
# cc -O2 -fno-inline -Wall -Wstrict-prototypes -g -c -o md5.o md5.c
# cc -O2 -fno-inline -Wall -Wstrict-prototypes -g -c -o iscsi-iname.o iscsi-iname.c
# md5.c: In function 'MD5Final':
# md5.c:136:24: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess]
# memset(ctx, 0, sizeof (ctx)); /* In case it's sensitive */
# ^
# cc -O2 -fno-inline -Wall -Wstrict-prototypes -g md5.o iscsi-iname.o -o iscsi-iname
# make[1]: Leaving directory '/tmp/open-iscsi/src/open-iscsi-2.0-873/utils'
#
# Compilation complete Output file
# ----------------------------------- ----------------
# Built iSCSI daemon: usr/iscsid
# Built management application: usr/iscsiadm
# Built boot tool: usr/iscsistart
#
# Read README file for detailed information.
# ==> Entering fakeroot environment...
# ==> Starting package()...
# install -d /tmp/open-iscsi/pkg/open-iscsi//sbin
# install -m 755 usr/iscsid usr/iscsiadm utils/iscsi_discovery utils/iscsi-iname usr/iscsistart /tmp/open-iscsi/pkg/open-iscsi//sbin
# install -d /tmp/open-iscsi/pkg/open-iscsi/usr/share/man/man8
# install -m 644 doc/iscsid.8 doc/iscsiadm.8 doc/iscsi_discovery.8 /tmp/open-iscsi/pkg/open-iscsi/usr/share/man/man8
# if [ ! -f /etc/iscsi/iscsid.conf ]; then \
# install -d /tmp/open-iscsi/pkg/open-iscsi/etc/iscsi ; \
# install -m 644 etc/iscsid.conf /tmp/open-iscsi/pkg/open-iscsi/etc/iscsi ; \
# fi
# if [ -f /etc/debian_version ]; then \
# make install_initd_debian ; \
# elif [ -f /etc/redhat-release ]; then \
# make install_initd_redhat ; \
# elif [ -f /etc/SuSE-release ]; then \
# make install_initd_suse ; \
# fi
# if [ ! -f /etc/iscsi/initiatorname.iscsi ]; then \
# echo "InitiatorName=`/tmp/open-iscsi/pkg/open-iscsi/sbin/iscsi-iname`" > /tmp/open-iscsi/pkg/open-iscsi/etc/iscsi/initiatorname.iscsi ; \
# echo "***************************************************" ; \
# echo "Setting InitiatorName to `cat /tmp/open-iscsi/pkg/open-iscsi/etc/iscsi/initiatorname.iscsi`" ; \
# echo "To override edit /etc/iscsi/initiatorname.iscsi" ; \
# echo "***************************************************" ; \
# fi
# ***************************************************
# Setting InitiatorName to InitiatorName=iqn.2005-03.org.open-iscsi:bb9fa3bcf9e4
# To override edit /etc/iscsi/initiatorname.iscsi
# ***************************************************
# install -d /tmp/open-iscsi/pkg/open-iscsi/etc/iscsi/ifaces
# install -m 644 etc/iface.example /tmp/open-iscsi/pkg/open-iscsi/etc/iscsi/ifaces
# ==> Tidying install...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "open-iscsi"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Adding install file...
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: open-iscsi 2.0_873-7 (Wed Aug 24 12:52:13 UTC 2016)

CMD: pacman --query --file open-iscsi-2.0_873-7-x86_64.pkg.tar.xz
# open-iscsi 2.0_873-7

Creating hybrid package for 'open-iscsi'

Trying to find vanilla package 'open-iscsi'...

CMD: pacman --query --file /mirror/open-iscsi-2.0_873-7.pkg.tar.xz
# open-iscsi 2.0_873-7

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.INSTALL
# /.MTREE
# /etc/iscsi/iscsid.conf
# /etc/iscsi/initiatorname.iscsi
# /etc/iscsi/ifaces/iface.example
# /usr/bin/iscsi-iname
# /usr/bin/iscsistart
# /usr/bin/iscsi_discovery
# /usr/bin/iscsiadm
# /usr/bin/iscsid
# /usr/share/man/man8/iscsid.8.gz
# /usr/share/man/man8/iscsi_discovery.8.gz
# /usr/share/man/man8/iscsiadm.8.gz
# /usr/share/doc/open-iscsi/Changelog
# /usr/share/doc/open-iscsi/README
# /usr/lib/systemd/system/open-iscsi.service
# /sysroot/usr/lib/systemd/system/open-iscsi.service

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

CMD: bsdtar -tqf open-iscsi.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/open-iscsi.pkg.tar.xz

Attempting to access local repository, attempt 1

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

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/open-iscsi.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/open-iscsi.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/open-iscsi/src/open-iscsi-2.0-873/utils/open-isns/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 open-isns configure 0.90, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# $ ./configure --without-slp CFLAGS= --with-security=no
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = a137ed4a0a58
# 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:1895: checking for gcc
# configure:1911: found /usr/sbin/gcc
# configure:1922: result: gcc
# configure:2154: checking for C compiler version
# configure:2162: 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:2166: $? = 0
# configure:2173: 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:2177: $? = 0
# configure:2184: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2188: $? = 1
# configure:2211: checking for C compiler default output file name
# configure:2233: gcc conftest.c >&5
# configure:2237: $? = 0
# configure:2275: result: a.out
# configure:2294: checking whether the C compiler works
# configure:2304: ./a.out
# configure:2308: $? = 0
# configure:2327: result: yes
# configure:2334: checking whether we are cross compiling
# configure:2336: result: no
# configure:2339: checking for suffix of executables
# configure:2346: gcc -o conftest conftest.c >&5
# configure:2350: $? = 0
# configure:2376: result:
# configure:2382: checking for suffix of object files
# configure:2408: gcc -c conftest.c >&5
# configure:2412: $? = 0
# configure:2437: result: o
# configure:2441: checking whether we are using the GNU C compiler
# configure:2470: gcc -c conftest.c >&5
# configure:2477: $? = 0
# configure:2494: result: yes
# configure:2503: checking whether gcc accepts -g
# configure:2533: gcc -c -g conftest.c >&5
# configure:2540: $? = 0
# configure:2641: result: yes
# configure:2658: checking for gcc option to accept ISO C89
# configure:2732: gcc -c conftest.c >&5
# configure:2739: $? = 0
# configure:2762: result: none needed
# configure:2786: checking build system type
# configure:2804: result: x86_64-unknown-linux-gnu
# configure:2826: checking host system type
# configure:2841: result: x86_64-unknown-linux-gnu
# configure:2869: checking how to run the C preprocessor
# configure:2909: gcc -E conftest.c
# configure:2916: $? = 0
# configure:2947: gcc -E conftest.c
# conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:2954: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "open-isns"
# | #define PACKAGE_TARNAME "open-isns"
# | #define PACKAGE_VERSION "0.90"
# | #define PACKAGE_STRING "open-isns 0.90"
# | #define PACKAGE_BUGREPORT ""
# | /* end confdefs.h. */
# | #include
# configure:2987: result: gcc -E
# configure:3016: gcc -E conftest.c
# configure:3023: $? = 0
# configure:3054: gcc -E conftest.c
# conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3061: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "open-isns"
# | #define PACKAGE_TARNAME "open-isns"
# | #define PACKAGE_VERSION "0.90"
# | #define PACKAGE_STRING "open-isns 0.90"
# | #define PACKAGE_BUGREPORT ""
# | /* end confdefs.h. */
# | #include
# configure:3101: checking for grep that handles long lines and -e
# configure:3161: result: /usr/sbin/grep
# configure:3166: checking for egrep
# configure:3230: result: /usr/sbin/grep -E
# configure:3235: checking for ANSI C header files
# configure:3265: gcc -c conftest.c >&5
# configure:3272: $? = 0
# configure:3371: gcc -o conftest conftest.c >&5
# configure:3375: $? = 0
# configure:3381: ./conftest
# configure:3385: $? = 0
# configure:3403: result: yes
# configure:3427: checking for sys/types.h
# configure:3448: gcc -c conftest.c >&5
# configure:3455: $? = 0
# configure:3472: result: yes
# configure:3427: checking for sys/stat.h
# configure:3448: gcc -c conftest.c >&5
# configure:3455: $? = 0
# configure:3472: result: yes
# configure:3427: checking for stdlib.h
# configure:3448: gcc -c conftest.c >&5
# configure:3455: $? = 0
# configure:3472: result: yes
# configure:3427: checking for string.h
# configure:3448: gcc -c conftest.c >&5
# configure:3455: $? = 0
# configure:3472: result: yes
# configure:3427: checking for memory.h
# configure:3448: gcc -c conftest.c >&5
# configure:3455: $? = 0
# configure:3472: result: yes
# configure:3427: checking for strings.h
# configure:3448: gcc -c conftest.c >&5
# configure:3455: $? = 0
# configure:3472: result: yes
# configure:3427: checking for inttypes.h
# configure:3448: gcc -c conftest.c >&5
# configure:3455: $? = 0
# configure:3472: result: yes
# configure:3427: checking for stdint.h
# configure:3448: gcc -c conftest.c >&5
# configure:3455: $? = 0
# configure:3472: result: yes
# configure:3427: checking for unistd.h
# configure:3448: gcc -c conftest.c >&5
# configure:3455: $? = 0
# configure:3472: result: yes
# configure:3487: checking whether byte ordering is bigendian
# configure:3512: gcc -c conftest.c >&5
# conftest.c:19:9: error: unknown type name 'not'
# not a universal capable compiler
# ^~~
# conftest.c:19:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
# not a universal capable compiler
# ^~~~~~~~~
# conftest.c:19:15: error: unknown type name 'universal'
# configure:3519: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "open-isns"
# | #define PACKAGE_TARNAME "open-isns"
# | #define PACKAGE_VERSION "0.90"
# | #define PACKAGE_STRING "open-isns 0.90"
# | #define PACKAGE_BUGREPORT ""
# | #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
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:3569: gcc -c conftest.c >&5
# configure:3576: $? = 0
# configure:3608: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:25:4: error: unknown type name 'not'
# not big endian
# ^~~
# conftest.c:25:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
# not big endian
# ^~~~~~
# configure:3615: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "open-isns"
# | #define PACKAGE_TARNAME "open-isns"
# | #define PACKAGE_VERSION "0.90"
# | #define PACKAGE_STRING "open-isns 0.90"
# | #define PACKAGE_BUGREPORT ""
# | #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
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:3867: result: no
# configure:3898: checking how to run the C preprocessor
# configure:4016: result: gcc -E
# configure:4045: gcc -E conftest.c
# configure:4052: $? = 0
# configure:4083: gcc -E conftest.c
# conftest.c:18:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4090: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "open-isns"
# | #define PACKAGE_TARNAME "open-isns"
# | #define PACKAGE_VERSION "0.90"
# | #define PACKAGE_STRING "open-isns 0.90"
# | #define PACKAGE_BUGREPORT ""
# | #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
# | /* end confdefs.h. */
# | #include
# configure:4143: checking for a BSD-compatible install
# configure:4211: result: /usr/bin/install -c
# configure:4222: checking whether ln -s works
# configure:4226: result: yes
# configure:4233: checking whether make sets $(MAKE)
# configure:4255: result: yes
# configure:4266: checking for sh
# configure:4284: found /usr/sbin/sh
# configure:4296: result: /usr/sbin/sh
# configure:4305: checking for inline
# configure:4331: gcc -c conftest.c >&5
# configure:4338: $? = 0
# configure:4356: result: inline
# configure:4380: checking for ANSI C header files
# configure:4548: result: yes
# configure:4558: checking for sys/wait.h that is POSIX.1 compatible
# configure:4594: gcc -c -Wall -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5
# configure:4601: $? = 0
# configure:4616: result: yes
# configure:4651: checking errno.h usability
# configure:4668: gcc -c -Wall -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5
# configure:4675: $? = 0
# configure:4689: result: yes
# configure:4693: checking errno.h presence
# configure:4708: gcc -E -D_GNU_SOURCE conftest.c
# configure:4715: $? = 0
# configure:4729: result: yes
# configure:4757: checking for errno.h
# configure:4766: result: yes
# configure:4651: checking fcntl.h usability
# configure:4668: gcc -c -Wall -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5
# configure:4675: $? = 0
# configure:4689: result: yes
# configure:4693: checking fcntl.h presence
# configure:4708: gcc -E -D_GNU_SOURCE conftest.c
# configure:4715: $? = 0
# configure:4729: result: yes
# configure:4757: checking for fcntl.h
# configure:4766: result: yes
# configure:4651: checking malloc.h usability
# configure:4668: gcc -c -Wall -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5
# configure:4675: $? = 0
# configure:4689: result: yes
# configure:4693: checking malloc.h presence
# configure:4708: gcc -E -D_GNU_SOURCE conftest.c
# configure:4715: $? = 0
# configure:4729: result: yes
# configure:4757: checking for malloc.h
# configure:4766: result: yes
# configure:4640: checking for stdlib.h
# configure:4647: result: yes
# configure:4640: checking for string.h
# configure:4647: result: yes
# configure:4640: checking for strings.h
# configure:4647: result: yes
# configure:4651: checking sys/time.h usability
# configure:4668: gcc -c -Wall -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5
# configure:4675: $? = 0
# configure:4689: result: yes
# configure:4693: checking sys/time.h presence
# configure:4708: gcc -E -D_GNU_SOURCE conftest.c
# configure:4715: $? = 0
# configure:4729: result: yes
# configure:4757: checking for sys/time.h
# configure:4766: result: yes
# configure:4640: checking for unistd.h
# configure:4647: result: yes
# configure:4651: checking locale.h usability
# configure:4668: gcc -c -Wall -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5
# configure:4675: $? = 0
# configure:4689: result: yes
# configure:4693: checking locale.h presence
# configure:4708: gcc -E -D_GNU_SOURCE conftest.c
# configure:4715: $? = 0
# configure:4729: result: yes
# configure:4757: checking for locale.h
# configure:4766: result: yes
# configure:4651: checking getopt.h usability
# configure:4668: gcc -c -Wall -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5
# configure:4675: $? = 0
# configure:4689: result: yes
# configure:4693: checking getopt.h presence
# configure:4708: gcc -E -D_GNU_SOURCE conftest.c
# configure:4715: $? = 0
# configure:4729: result: yes
# configure:4757: checking for getopt.h
# configure:4766: result: yes
# configure:4783: checking for socket in -lsocket
# configure:4818: gcc -o conftest -Wall -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lsocket >&5
# /usr/sbin/ld: cannot find -lsocket
# collect2: error: ld returned 1 exit status
# configure:4825: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "open-isns"
# | #define PACKAGE_TARNAME "open-isns"
# | #define PACKAGE_VERSION "0.90"
# | #define PACKAGE_STRING "open-isns 0.90"
# | #define PACKAGE_BUGREPORT ""
# | #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 STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_GETOPT_H 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 socket ();
# | int
# | main ()
# | {
# | return socket ();
# | ;
# | return 0;
# | }
# configure:4846: result: no
# configure:4855: checking for getopt_long
# configure:4911: gcc -o conftest -Wall -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5
# configure:4918: $? = 0
# configure:4938: result: yes
# configure:5586: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by open-isns config.status 0.90, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on a137ed4a0a58
#
# config.status:753: creating Makefile
# config.status:900: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
# config.status:753: creating config.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_inline=inline
# 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_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=
# ac_cv_env_host_alias_value=
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_getopt_long=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_getopt_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_locale_h=yes
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_socket_socket=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SH=/usr/sbin/sh
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='gcc'
# CFLAGS='-Wall -fno-strict-aliasing '
# CPP='gcc -E'
# CPPFLAGS=' -D_GNU_SOURCE'
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GETOPTSRC=''
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LN_S='ln -s'
# LTLIBOBJS=''
# OBJEXT='o'
# OPTIMIZE=''
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='open-isns'
# PACKAGE_STRING='open-isns 0.90'
# PACKAGE_TARNAME='open-isns'
# PACKAGE_VERSION='0.90'
# PATH_SEPARATOR=':'
# SECLIBS=''
# SET_MAKE=''
# SH='/usr/sbin/sh'
# SHELL='/bin/sh'
# SLPLIBS=''
# ac_ct_CC='gcc'
# 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=''
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr/local'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME "open-isns"
# #define PACKAGE_TARNAME "open-isns"
# #define PACKAGE_VERSION "0.90"
# #define PACKAGE_STRING "open-isns 0.90"
# #define PACKAGE_BUGREPORT ""
# #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 STDC_HEADERS 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_LOCALE_H 1
# #define HAVE_GETOPT_H 1
# #define HAVE_GETOPT_LONG 1
#
# configure: exit 0