Build of open-iscsi with clang_glibc toolchain

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

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: open-iscsi 2.0_873-7 (Thu Apr 13 15:26:33 UTC 2017)
# ==> 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... clang
# 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 clang accepts -g... yes
# checking for clang 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... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking whether byte ordering is bigendian... no
# checking how to run the C preprocessor... clang -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/bin/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'
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o server.o server.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o client.o client.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o objects.o objects.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o callback.o callback.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o timer.o timer.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o vendor.o vendor.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o db.o db.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o db-file.o db-file.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o db-policy.o db-policy.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o relation.o relation.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o scope.o scope.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o message.o message.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o security.o security.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o authblock.o authblock.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o policy.o policy.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o register.o register.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o query.o query.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o getnext.o getnext.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o deregister.o deregister.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o esi.o esi.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o scn.o scn.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o dd.o dd.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o entity.o entity.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o portal-group.o portal-group.c
# portal-group.c:299:15: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
# .iot_attrs = iscsi_pg_attrs,
# ^~~~~~~~~~~~~~
# portal-group.c:295:15: note: previous initialization is here
# .iot_attrs = iscsi_pg_attrs,
# ^~~~~~~~~~~~~~
# portal-group.c:300:14: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
# .iot_keys = iscsi_pg_key_attrs,
# ^~~~~~~~~~~~~~~~~~
# portal-group.c:297:14: note: previous initialization is here
# .iot_keys = iscsi_pg_key_attrs,
# ^~~~~~~~~~~~~~~~~~
# 2 warnings generated.
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o storage-node.o storage-node.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o domain.o domain.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o simple.o simple.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o tags.o tags.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o attrs.o attrs.c
# attrs.c:782:6: warning: variable 'len' is used uninitialized whenever '||' condition is true [-Wsometimes-uninitialized]
# if (!buf_get32(bp, &tag)
# ^~~~~~~~~~~~~~~~~~~~
# attrs.c:808:10: note: uninitialized use occurs here
# tag, len);
# ^~~
# attrs.c:782:6: note: remove the '||' if its condition is always false
# if (!buf_get32(bp, &tag)
# ^~~~~~~~~~~~~~~~~~~~
# attrs.c:780:19: note: initialize the variable 'len' to silence this warning
# uint32_t tag, len;
# ^
# = 0
# 1 warning generated.
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o export.o export.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o socket.o socket.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o slp.o slp.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o error.o error.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o logging.o logging.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o config.o config.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o parser.o parser.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o buffer.o buffer.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o pidfile.o pidfile.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o sysdep-unix.o sysdep-unix.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o util.o util.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o bitvector.o bitvector.c
# clang -Wall -fno-strict-aliasing -I. -D_GNU_SOURCE -c -o mdebug.o mdebug.c
# 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'
# clang -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'
# clang -O2 -g -fPIC -Wall -Wstrict-prototypes -I../../include -I../../usr -D_GNU_SOURCE -c -o fw_entry.o fw_entry.c
# clang -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 fwparam_sysfs.c:23:
# In file included from /usr/include/ftw.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -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
# clang -O2 -g -fPIC -Wall -Wstrict-prototypes -I../../include -I../../usr -D_GNU_SOURCE -c -o prom_lex.o prom_lex.c
# clang -O2 -g -fPIC -Wall -Wstrict-prototypes -I../../include -I../../usr -D_GNU_SOURCE -c -o prom_parse.tab.o prom_parse.tab.c
# clang -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.10.6-1-ARCH/build/Makefile: No such file or directory
# cat: /lib/modules/4.10.6-1-ARCH/build/Makefile: No such file or directory
# clang -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
# clang -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
# clang -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
# auth.c:110:15: warning: comparison of array 'session->username_in' equal to a null pointer is always false [-Wtautological-pointer-compare]
# if (session->username_in == NULL) {
# ~~~~~~~~~^~~~~~~~~~~ ~~~~
# auth.c:123:16: warning: comparison of array 'session->password_in' equal to a null pointer is always false [-Wtautological-pointer-compare]
# (session->password_in == NULL) ||
# ~~~~~~~~~^~~~~~~~~~~ ~~~~
# 2 warnings generated.
# clang -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
# clang -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
# login.c:667:26: warning: address of array 'session->auth_buffers' will always evaluate to 'true' [-Wpointer-bool-conversion]
# auth_client = (session->auth_buffers && session->num_auth_buffers) ?
# ~~~~~~~~~^~~~~~~~~~~~ ~~
# login.c:1144:26: warning: address of array 'session->auth_buffers' will always evaluate to 'true' [-Wpointer-bool-conversion]
# auth_client = (session->auth_buffers && session->num_auth_buffers) ?
# ~~~~~~~~~^~~~~~~~~~~~ ~~
# login.c:1179:17: warning: address of array 'session->target_name' will always evaluate to 'true' [-Wpointer-bool-conversion]
# if ((session->target_name && session->target_name[0]) &&
# ~~~~~~~~~^~~~~~~~~~~ ~~
# login.c:1257:15: warning: address of array 'session->username' will always evaluate to 'true' [-Wpointer-bool-conversion]
# if (session->username &&
# ~~~~~~~~~^~~~~~~~ ~~
# login.c:1264:15: warning: address of array 'session->password' will always evaluate to 'true' [-Wpointer-bool-conversion]
# if (session->password && (acl_set_passwd(auth_client,
# ~~~~~~~~~^~~~~~~~ ~~
# login.c:1364:15: warning: address of array 'session->auth_buffers' will always evaluate to 'true' [-Wpointer-bool-conversion]
# if (session->auth_buffers && session->num_auth_buffers) {
# ~~~~~~~~~^~~~~~~~~~~~ ~~
# 6 warnings generated.
# clang -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
# clang -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:130:24: warning: 'memset' call operates on objects of type 'struct MD5Context' while the size is based on a different type 'struct MD5Context *' [-Wsizeof-pointer-memaccess]
# memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */
# ~~~ ^~~
# md5.c:130:24: note: did you mean to dereference the argument to 'sizeof' (and multiply it by the number of elements)?
# memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */
# ^~~
# 1 warning generated.
# clang -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
# clang -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:897:7: warning: unused variable 'transport_name' [-Wunused-variable]
# char transport_name[ISCSI_TRANSPORT_NAME_MAXLEN];
# ^
# 1 warning generated.
# clang -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
# clang -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
# clang -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
# clang -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
# In file included from session_info.c:15:
# ./iscsid_req.h:21:9: warning: 'ISCSID_REQ_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef ISCSID_REQ_H_
# ^~~~~~~~~~~~~
# ./iscsid_req.h:22:9: note: 'ISCSID_REQ_H' is defined here; did you mean 'ISCSID_REQ_H_'?
# #define ISCSID_REQ_H
# ^~~~~~~~~~~~
# ISCSID_REQ_H_
# 1 warning generated.
# clang -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
# iscsi_sysfs.c:925:29: warning: address of array 'info->address' will always evaluate to 'true' [-Wpointer-bool-conversion]
# info->targetname, info->address ? info->address : "NA",
# ~~~~~~^~~~~~~ ~
# iscsi_sysfs.c:926:11: warning: address of array 'info->persistent_address' will always evaluate to 'true' [-Wpointer-bool-conversion]
# info->persistent_address ? info->persistent_address : "NA",
# ~~~~~~^~~~~~~~~~~~~~~~~~ ~
# 2 warnings generated.
# clang -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
# clang -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
# clang -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
# clang -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
# clang -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
# clang -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
# clang -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
# clang -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
# clang -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
# clang -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
# clang -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
# clang -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
# clang -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
# mgmt_ipc.c:542:8: warning: comparison of 0 <= unsigned expression is always true [-Wtautological-compare]
# if (0 <= command && command < __MGMT_IPC_MAX_COMMAND)
# ~ ^ ~~~~~~~
# 1 warning generated.
# clang -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
# clang -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
# clang -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
# In file included from discovery.c:44:
# ./iscsid_req.h:21:9: warning: 'ISCSID_REQ_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef ISCSID_REQ_H_
# ^~~~~~~~~~~~~
# ./iscsid_req.h:22:9: note: 'ISCSID_REQ_H' is defined here; did you mean 'ISCSID_REQ_H_'?
# #define ISCSID_REQ_H
# ^~~~~~~~~~~~
# ISCSID_REQ_H_
# discovery.c:623:13: warning: comparison of array 'drec->address' equal to a null pointer is always false [-Wtautological-pointer-compare]
# if (drec->address == NULL) {
# ~~~~~~^~~~~~~ ~~~~
# 2 warnings generated.
# clang -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
# In file included from iscsid.c:52:
# ./iscsid_req.h:21:9: warning: 'ISCSID_REQ_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef ISCSID_REQ_H_
# ^~~~~~~~~~~~~
# ./iscsid_req.h:22:9: note: 'ISCSID_REQ_H' is defined here; did you mean 'ISCSID_REQ_H_'?
# #define ISCSID_REQ_H
# ^~~~~~~~~~~~
# ISCSID_REQ_H_
# 1 warning generated.
# clang -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
# In file included from session_mgmt.c:34:
# ./iscsid_req.h:21:9: warning: 'ISCSID_REQ_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef ISCSID_REQ_H_
# ^~~~~~~~~~~~~
# ./iscsid_req.h:22:9: note: 'ISCSID_REQ_H' is defined here; did you mean 'ISCSID_REQ_H_'?
# #define ISCSID_REQ_H
# ^~~~~~~~~~~~
# ISCSID_REQ_H_
# 1 warning generated.
# clang -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
# clang -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
# clang -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
# In file included from iscsiadm.c:51:
# ./iscsid_req.h:21:9: warning: 'ISCSID_REQ_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef ISCSID_REQ_H_
# ^~~~~~~~~~~~~
# ./iscsid_req.h:22:9: note: 'ISCSID_REQ_H' is defined here; did you mean 'ISCSID_REQ_H_'?
# #define ISCSID_REQ_H
# ^~~~~~~~~~~~
# ISCSID_REQ_H_
# iscsiadm.c:2288:13: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
# if (status < 0 || status > ISCSI_PING_NO_ARP_RECEIVED) {
# ~~~~~~ ^ ~
# 2 warnings generated.
# clang -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
# clang -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
# In file included from iscsistart.c:50:
# ./iscsid_req.h:21:9: warning: 'ISCSID_REQ_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef ISCSID_REQ_H_
# ^~~~~~~~~~~~~
# ./iscsid_req.h:22:9: note: 'ISCSID_REQ_H' is defined here; did you mean 'ISCSID_REQ_H_'?
# #define ISCSID_REQ_H
# ^~~~~~~~~~~~
# ISCSID_REQ_H_
# 1 warning generated.
# clang -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
# clang -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'
# clang -O2 -fno-inline -Wall -Wstrict-prototypes -g -c -o md5.o md5.c
# md5.c:136:25: warning: 'memset' call operates on objects of type 'struct MD5Context' while the size is based on a different type 'struct MD5Context *' [-Wsizeof-pointer-memaccess]
# memset(ctx, 0, sizeof (ctx)); /* In case it's sensitive */
# ~~~ ^~~
# md5.c:136:25: note: did you mean to dereference the argument to 'sizeof' (and multiply it by the number of elements)?
# memset(ctx, 0, sizeof (ctx)); /* In case it's sensitive */
# ^~~
# 1 warning generated.
# clang -O2 -fno-inline -Wall -Wstrict-prototypes -g -c -o iscsi-iname.o iscsi-iname.c
# clang -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:8773657b4ff2
# 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 (Thu Apr 13 15:27:17 UTC 2017)

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
# ==> 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 = dff96a886e3b
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1895: checking for gcc
# configure:1922: result: clang
# configure:2154: checking for C compiler version
# configure:2162: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2166: $? = 0
# configure:2173: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2177: $? = 0
# configure:2184: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2188: $? = 1
# configure:2211: checking for C compiler default output file name
# configure:2233: clang 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: clang -o conftest conftest.c >&5
# configure:2350: $? = 0
# configure:2376: result:
# configure:2382: checking for suffix of object files
# configure:2408: clang -c conftest.c >&5
# configure:2412: $? = 0
# configure:2437: result: o
# configure:2441: checking whether we are using the GNU C compiler
# configure:2470: clang -c conftest.c >&5
# configure:2477: $? = 0
# configure:2494: result: yes
# configure:2503: checking whether clang accepts -g
# configure:2533: clang -c -g conftest.c >&5
# configure:2540: $? = 0
# configure:2641: result: yes
# configure:2658: checking for clang option to accept ISO C89
# configure:2732: clang -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: clang -E conftest.c
# configure:2916: $? = 0
# configure:2947: clang -E conftest.c
# conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# 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: clang -E
# configure:3016: clang -E conftest.c
# configure:3023: $? = 0
# configure:3054: clang -E conftest.c
# conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# 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/bin/grep
# configure:3166: checking for egrep
# configure:3230: result: /usr/bin/grep -E
# configure:3235: checking for ANSI C header files
# configure:3265: clang -c conftest.c >&5
# configure:3272: $? = 0
# configure:3371: clang -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: clang -c conftest.c >&5
# configure:3455: $? = 0
# configure:3472: result: yes
# configure:3427: checking for sys/stat.h
# configure:3448: clang -c conftest.c >&5
# configure:3455: $? = 0
# configure:3472: result: yes
# configure:3427: checking for stdlib.h
# configure:3448: clang -c conftest.c >&5
# configure:3455: $? = 0
# configure:3472: result: yes
# configure:3427: checking for string.h
# configure:3448: clang -c conftest.c >&5
# configure:3455: $? = 0
# configure:3472: result: yes
# configure:3427: checking for memory.h
# configure:3448: clang -c conftest.c >&5
# configure:3455: $? = 0
# configure:3472: result: yes
# configure:3427: checking for strings.h
# configure:3448: clang -c conftest.c >&5
# configure:3455: $? = 0
# configure:3472: result: yes
# configure:3427: checking for inttypes.h
# configure:3448: clang -c conftest.c >&5
# configure:3455: $? = 0
# configure:3472: result: yes
# configure:3427: checking for stdint.h
# configure:3448: clang -c conftest.c >&5
# configure:3455: $? = 0
# configure:3472: result: yes
# configure:3427: checking for unistd.h
# configure:3448: clang -c conftest.c >&5
# configure:3455: $? = 0
# configure:3472: result: yes
# configure:3487: checking whether byte ordering is bigendian
# configure:3512: clang -c conftest.c >&5
# conftest.c:19:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:19:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# 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: clang -c conftest.c >&5
# configure:3576: $? = 0
# configure:3608: clang -c conftest.c >&5
# conftest.c:25:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# 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: clang -E
# configure:4045: clang -E conftest.c
# configure:4052: $? = 0
# configure:4083: clang -E conftest.c
# conftest.c:18:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# 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/bin/sh
# configure:4296: result: /usr/bin/sh
# configure:4305: checking for inline
# configure:4331: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -o conftest -Wall -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lsocket >&5
# /usr/bin/ld: cannot find -lsocket
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# 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: clang -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 dff96a886e3b
#
# 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=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=
# 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/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SH=/usr/bin/sh
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_CC=clang
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='clang'
# CFLAGS='-Wall -fno-strict-aliasing '
# CPP='clang -E'
# CPPFLAGS=' -D_GNU_SOURCE'
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GETOPTSRC=''
# GREP='/usr/bin/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/bin/sh'
# SHELL='/bin/sh'
# SLPLIBS=''
# ac_ct_CC='clang'
# 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