Build of xplc with clang_glibc toolchain

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

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

SLOCLanguage
2,739 sh
2,686 cpp
1,211 ansic
58 makefile
6 perl
6,700 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

Log

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

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

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

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

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: xplc 0.3.13-6 (Thu Apr 13 17:05:09 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for x86_64-unknown-linux-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 ANSI C... none needed
# checking for x86_64-unknown-linux-g++... clang++
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether ln -s works... yes
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking how to run the C++ preprocessor... clang++ -E
# checking for egrep... 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 limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking for cvs2cl.pl... no
# checking for cvs2cl... no
# checking dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking for library containing dlopen... -ldl
# checking mach-o/dyld.h usability... no
# checking mach-o/dyld.h presence... no
# checking for mach-o/dyld.h... no
# checking for library containing NSCreateObjectFileImageFromFile... no
# checking for short... yes
# checking size of short... 2
# checking for int... yes
# checking size of int... 4
# checking for long... yes
# checking size of long... 8
# checking for long long... yes
# checking size of long long... 8
# checking for inttypes.h... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking net/if.h usability... yes
# checking net/if.h presence... yes
# checking for net/if.h... yes
# checking net/if_dl.h usability... no
# checking net/if_dl.h presence... no
# checking for net/if_dl.h... no
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking sys/sockio.h usability... no
# checking sys/sockio.h presence... no
# checking for sys/sockio.h... no
# checking for srandom... yes
# checking for struct sockaddr.sa_len... no
# configure: creating ./config.status
# config.status: creating config/config.mk
# config.status: creating dist/xplc.pc
# config.status: creating dist/xplc-uninstalled.pc
# config.status: creating examples/simple-module/Makefile
# config.status: creating examples/simple-module-user/Makefile
# config.status: creating uuid/uuid_types.h
# config.status: creating include/autoconf.h
# configure: WARNING: Unstable release, the API might change in the next release.
# clang++ -g -O2 -Woverloaded-virtual -fno-rtti -fno-exceptions -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -pipe -Iinclude -c -o xplc/new.o xplc/new.cpp
# clang++ -g -O2 -Woverloaded-virtual -fno-rtti -fno-exceptions -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -pipe -Iinclude -c -o xplc/statichandler.o xplc/statichandler.cpp
# clang++ -g -O2 -Woverloaded-virtual -fno-rtti -fno-exceptions -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -pipe -Iinclude -c -o xplc/catmgr.o xplc/catmgr.cpp
# In file included from xplc/category.cpp:24:
# xplc/catiter.h:22:9: warning: '__XPLC_CATITER_H__' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef __XPLC_CATITER_H__
# ^~~~~~~~~~~~~~~~~~
# xplc/catiter.h:23:9: note: '__XPLC_CATEITER_H__' is defined here; did you mean '__XPLC_CATITER_H__'?
# #define __XPLC_CATEITER_H__
# ^~~~~~~~~~~~~~~~~~~
# __XPLC_CATITER_H__
# 1 warning generated.
# clang++ -g -O2 -Woverloaded-virtual -fno-rtti -fno-exceptions -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -pipe -Iinclude -c -o xplc/category.o xplc/category.cpp
# In file included from xplc/category.cpp:24:
# xplc/catiter.h:22:9: warning: '__XPLC_CATITER_H__' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef __XPLC_CATITER_H__
# ^~~~~~~~~~~~~~~~~~
# xplc/catiter.h:23:9: note: '__XPLC_CATEITER_H__' is defined here; did you mean '__XPLC_CATITER_H__'?
# #define __XPLC_CATEITER_H__
# ^~~~~~~~~~~~~~~~~~~
# __XPLC_CATITER_H__
# 1 warning generated.
# clang++ -g -O2 -Woverloaded-virtual -fno-rtti -fno-exceptions -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -pipe -Iinclude -c -o xplc/servmgr.o xplc/servmgr.cpp
# In file included from xplc/servmgr.cpp:30:
# xplc/moduleloader.h:31:3: warning: delete called on non-final 'ModuleLoader' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
# IMPLEMENT_IOBJECT(ModuleLoader);
# ^
# include/xplc/utils.h:141:5: note: expanded from macro 'IMPLEMENT_IOBJECT'
# xplcdelete this; \
# ^
# include/xplc/utils.h:112:20: note: expanded from macro 'xplcdelete'
# #define xplcdelete delete
# ^
# In file included from xplc/servmgr.cpp:33:
# xplc/modulemgr.h:30:3: warning: delete called on non-final 'ModuleManagerFactory' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
# IMPLEMENT_IOBJECT(ModuleManagerFactory);
# ^
# include/xplc/utils.h:141:5: note: expanded from macro 'IMPLEMENT_IOBJECT'
# xplcdelete this; \
# ^
# include/xplc/utils.h:112:20: note: expanded from macro 'xplcdelete'
# #define xplcdelete delete
# ^
# 2 warnings generated.
# clang++ -g -O2 -Woverloaded-virtual -fno-rtti -fno-exceptions -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -pipe -Iinclude -c -o xplc/modulemgr.o xplc/modulemgr.cpp
# In file included from xplc/modulemgr.cpp:24:
# xplc/modulemgr.h:30:3: warning: delete called on non-final 'ModuleManagerFactory' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
# IMPLEMENT_IOBJECT(ModuleManagerFactory);
# ^
# include/xplc/utils.h:141:5: note: expanded from macro 'IMPLEMENT_IOBJECT'
# xplcdelete this; \
# ^
# include/xplc/utils.h:112:20: note: expanded from macro 'xplcdelete'
# #define xplcdelete delete
# ^
# 1 warning generated.
# clang++ -g -O2 -Woverloaded-virtual -fno-rtti -fno-exceptions -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -pipe -Iinclude -c -o xplc/monikers.o xplc/monikers.cpp
# clang++ -g -O2 -Woverloaded-virtual -fno-rtti -fno-exceptions -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -pipe -Iinclude -c -o xplc/loader.o xplc/loader.cpp
# In file included from xplc/catiter.cpp:23:
# xplc/catiter.h:22:9: warning: '__XPLC_CATITER_H__' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef __XPLC_CATITER_H__
# ^~~~~~~~~~~~~~~~~~
# xplc/catiter.h:23:9: note: '__XPLC_CATEITER_H__' is defined here; did you mean '__XPLC_CATITER_H__'?
# #define __XPLC_CATEITER_H__
# ^~~~~~~~~~~~~~~~~~~
# __XPLC_CATITER_H__
# 1 warning generated.
# clang++ -g -O2 -Woverloaded-virtual -fno-rtti -fno-exceptions -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -pipe -Iinclude -c -o xplc/catiter.o xplc/catiter.cpp
# In file included from xplc/catiter.cpp:23:
# xplc/catiter.h:22:9: warning: '__XPLC_CATITER_H__' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef __XPLC_CATITER_H__
# ^~~~~~~~~~~~~~~~~~
# xplc/catiter.h:23:9: note: '__XPLC_CATEITER_H__' is defined here; did you mean '__XPLC_CATITER_H__'?
# #define __XPLC_CATEITER_H__
# ^~~~~~~~~~~~~~~~~~~
# __XPLC_CATITER_H__
# 1 warning generated.
# clang++ -g -O2 -Woverloaded-virtual -fno-rtti -fno-exceptions -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -pipe -Iinclude -c -o xplc/moduleloader.o xplc/moduleloader.cpp
# In file included from xplc/moduleloader.cpp:27:
# xplc/moduleloader.h:31:3: warning: delete called on non-final 'ModuleLoader' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
# IMPLEMENT_IOBJECT(ModuleLoader);
# ^
# include/xplc/utils.h:141:5: note: expanded from macro 'IMPLEMENT_IOBJECT'
# xplcdelete this; \
# ^
# include/xplc/utils.h:112:20: note: expanded from macro 'xplcdelete'
# #define xplcdelete delete
# ^
# 1 warning generated.
# ar rc libxplc.a xplc/new.o xplc/statichandler.o xplc/catmgr.o xplc/category.o xplc/servmgr.o xplc/modulemgr.o xplc/monikers.o xplc/loader.o xplc/catiter.o xplc/moduleloader.o
# ranlib libxplc.a
# ln -s -f libxplc.a libxplc_s.a
# clang++ -g -O2 -Woverloaded-virtual -fno-rtti -fno-exceptions -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -pipe -Iinclude -c -o xplc-cxx/factory.o xplc-cxx/factory.cpp
# clang++ -g -O2 -Woverloaded-virtual -fno-rtti -fno-exceptions -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -pipe -Iinclude -c -o xplc-cxx/strtouuid.o xplc-cxx/strtouuid.cpp
# clang++ -g -O2 -Woverloaded-virtual -fno-rtti -fno-exceptions -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -pipe -Iinclude -c -o xplc-cxx/getiface.o xplc-cxx/getiface.cpp
# clang++ -g -O2 -Woverloaded-virtual -fno-rtti -fno-exceptions -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -pipe -Iinclude -c -o xplc-cxx/uuidtostr.o xplc-cxx/uuidtostr.cpp
# clang++ -g -O2 -Woverloaded-virtual -fno-rtti -fno-exceptions -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -pipe -Iinclude -c -o xplc-cxx/xplc.o xplc-cxx/xplc.cpp
# ar rc libxplc-cxx.a xplc-cxx/factory.o xplc-cxx/strtouuid.o xplc-cxx/getiface.o xplc-cxx/uuidtostr.o xplc-cxx/xplc.o
# ranlib libxplc-cxx.a
# clang++ -g -O2 -Woverloaded-virtual -fno-rtti -fno-exceptions -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -pipe -Iinclude -lc -ldl -shared -Wl,-hlibxplc.so.0.3.13-unstable -Wl,-z,defs,--version-script=config/exports.map xplc/new.o xplc/statichandler.o xplc/catmgr.o xplc/category.o xplc/servmgr.o xplc/modulemgr.o xplc/monikers.o xplc/loader.o xplc/catiter.o xplc/moduleloader.o libxplc-cxx.a -o libxplc.so
# cp dist/xplc-uninstalled.pc xplc-uninstalled.pc
# clang -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -I. -include include/autoconf.h -c -o uuid/bin/uuidgen.o uuid/bin/uuidgen.c
# clang -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -I. -include include/autoconf.h -c -o uuid/bin/tst_uuid.o uuid/bin/tst_uuid.c
# clang -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -I. -include include/autoconf.h -c -o uuid/compare.o uuid/compare.c
# clang -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -I. -include include/autoconf.h -c -o uuid/isnull.o uuid/isnull.c
# clang -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -I. -include include/autoconf.h -c -o uuid/copy.o uuid/copy.c
# clang -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -I. -include include/autoconf.h -c -o uuid/pack.o uuid/pack.c
# In file included from uuid/gen_uuid.c:45:
# In file included from /usr/include/unistd.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 -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -I. -include include/autoconf.h -c -o uuid/gen_uuid.o uuid/gen_uuid.c
# In file included from uuid/gen_uuid.c:45:
# In file included from /usr/include/unistd.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 -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -I. -include include/autoconf.h -c -o uuid/unpack.o uuid/unpack.c
# clang -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -I. -include include/autoconf.h -c -o uuid/parse.o uuid/parse.c
# clang -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -I. -include include/autoconf.h -c -o uuid/gen_uuid_nt.o uuid/gen_uuid_nt.c
# clang -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -I. -include include/autoconf.h -c -o uuid/clear.o uuid/clear.c
# clang -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -I. -include include/autoconf.h -c -o uuid/unparse.o uuid/unparse.c
# clang -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -I. -include include/autoconf.h -c -o uuid/uuid_time.o uuid/uuid_time.c
# ar rc uuid/libuuid.a uuid/compare.o uuid/isnull.o uuid/copy.o uuid/pack.o uuid/gen_uuid.o uuid/unpack.o uuid/parse.o uuid/gen_uuid_nt.o uuid/clear.o uuid/unparse.o uuid/uuid_time.o
# ranlib uuid/libuuid.a
# clang -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -lc uuid/bin/uuidgen.o uuid/libuuid.a -o uuid/bin/uuidgen
# clang -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE -lc uuid/bin/tst_uuid.o uuid/libuuid.a -o uuid/bin/tst_uuid
# ln -s uuidgen uuid/bin/uuidcdef
# ==> Entering fakeroot environment...
# ==> Starting package()...
# mkdir -p /tmp/xplc/pkg/xplc/usr/bin
# mkdir -p /tmp/xplc/pkg/xplc/usr/share/man/man1
# mkdir -p /tmp/xplc/pkg/xplc/usr/lib/pkgconfig
# mkdir -p /tmp/xplc/pkg/xplc/usr/lib/xplc-0.3.13
# mkdir -p /tmp/xplc/pkg/xplc/usr/include/xplc-0.3.13/xplc
# /usr/bin/install -c libxplc.so /tmp/xplc/pkg/xplc/usr/lib/libxplc.so.0.3.13
# /usr/bin/install -c -m 644 libxplc.a /tmp/xplc/pkg/xplc/usr/lib/xplc-0.3.13
# /usr/bin/install -c -m 644 libxplc-cxx.a /tmp/xplc/pkg/xplc/usr/lib/xplc-0.3.13
# /usr/bin/install -c -m 644 dist/xplc.pc /tmp/xplc/pkg/xplc/usr/lib/pkgconfig/xplc-0.3.13.pc
# /usr/bin/install -c -m 644 include/xplc/module.h include/xplc/ICategoryManager.h include/xplc/core.h include/xplc/IMoniker.h include/xplc/IModuleLoader.h include/xplc/IModule.h include/xplc/ICategoryIterator.h include/xplc/IServiceHandler.h include/xplc/uuid.h include/xplc/IModuleManagerFactory.h include/xplc/xplc.h include/xplc/IWeakRef.h include/xplc/IObject.h include/xplc/delete.h include/xplc/IServiceManager.h include/xplc/factory.h include/xplc/IFactory.h include/xplc/ptr.h include/xplc/utils.h include/xplc/IStaticServiceHandler.h include/xplc/IMonikerService.h include/xplc/uuidops.h include/xplc/trace.h include/xplc/ICategory.h /tmp/xplc/pkg/xplc/usr/include/xplc-0.3.13/xplc
# /usr/bin/install -c uuid/bin/uuidgen /tmp/xplc/pkg/xplc/usr/bin
# /usr/bin/install -c -m 644 uuid/bin/uuidgen.1 /tmp/xplc/pkg/xplc/usr/share/man/man1
# ln -s ../libxplc.so.0.3.13 /tmp/xplc/pkg/xplc/usr/lib/xplc-0.3.13/libxplc.so
# ln -s libxplc.a /tmp/xplc/pkg/xplc/usr/lib/xplc-0.3.13/libxplc_s.a
# ln -s uuidgen /tmp/xplc/pkg/xplc/usr/bin/uuidcdef
# ln -s uuidgen.1 /tmp/xplc/pkg/xplc/usr/share/man/man1/uuidcdef.1
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "xplc"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: xplc 0.3.13-6 (Thu Apr 13 17:05:38 UTC 2017)

CMD: pacman --query --file xplc-0.3.13-6-x86_64.pkg.tar.xz
# xplc 0.3.13-6

Creating hybrid package for 'xplc'

Trying to find vanilla package 'xplc'...

CMD: pacman --query --file /mirror/xplc-0.3.13-6.pkg.tar.xz
# xplc 0.3.13-6

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/uuidcdef
# /usr/share/man/man1/uuidcdef.1.gz
# /usr/lib/libxplc.so.0.3.13
# /usr/lib/pkgconfig/xplc-0.3.13.pc
# /usr/lib/xplc-0.3.13/libxplc.so
# /usr/lib/xplc-0.3.13/libxplc_s.a
# /usr/lib/xplc-0.3.13/libxplc-cxx.a
# /usr/include/xplc-0.3.13/xplc/module.h
# /usr/include/xplc-0.3.13/xplc/ICategoryManager.h
# /usr/include/xplc-0.3.13/xplc/core.h
# /usr/include/xplc-0.3.13/xplc/IMoniker.h
# /usr/include/xplc-0.3.13/xplc/IModuleLoader.h
# /usr/include/xplc-0.3.13/xplc/IModule.h
# /usr/include/xplc-0.3.13/xplc/ICategoryIterator.h
# /usr/include/xplc-0.3.13/xplc/IServiceHandler.h
# /usr/include/xplc-0.3.13/xplc/IModuleManagerFactory.h
# /usr/include/xplc-0.3.13/xplc/xplc.h
# /usr/include/xplc-0.3.13/xplc/IWeakRef.h
# /usr/include/xplc-0.3.13/xplc/IObject.h
# /usr/include/xplc-0.3.13/xplc/delete.h
# /usr/include/xplc-0.3.13/xplc/IServiceManager.h
# /usr/include/xplc-0.3.13/xplc/IFactory.h
# /usr/include/xplc-0.3.13/xplc/factory.h
# /usr/include/xplc-0.3.13/xplc/ptr.h
# /usr/include/xplc-0.3.13/xplc/uuid.h
# /usr/include/xplc-0.3.13/xplc/IStaticServiceHandler.h
# /usr/include/xplc-0.3.13/xplc/utils.h
# /usr/include/xplc-0.3.13/xplc/IMonikerService.h
# /usr/include/xplc-0.3.13/xplc/uuidops.h
# /usr/include/xplc-0.3.13/xplc/trace.h
# /usr/include/xplc-0.3.13/xplc/ICategory.h
# /sysroot/usr/lib/libxplc.so.0.3.13
# /sysroot/usr/lib/pkgconfig/xplc-0.3.13.pc
# /sysroot/usr/lib/xplc-0.3.13/libxplc.a
# /sysroot/usr/lib/xplc-0.3.13/libxplc-cxx.a
# /sysroot/usr/lib/xplc-0.3.13/libxplc.so
# /sysroot/usr/lib/xplc-0.3.13/libxplc_s.a
# /sysroot/usr/include/xplc-0.3.13/xplc/module.h
# /sysroot/usr/include/xplc-0.3.13/xplc/ICategoryManager.h
# /sysroot/usr/include/xplc-0.3.13/xplc/core.h
# /sysroot/usr/include/xplc-0.3.13/xplc/IMoniker.h
# /sysroot/usr/include/xplc-0.3.13/xplc/IModuleLoader.h
# /sysroot/usr/include/xplc-0.3.13/xplc/IModule.h
# /sysroot/usr/include/xplc-0.3.13/xplc/ICategoryIterator.h
# /sysroot/usr/include/xplc-0.3.13/xplc/IServiceHandler.h
# /sysroot/usr/include/xplc-0.3.13/xplc/uuid.h
# /sysroot/usr/include/xplc-0.3.13/xplc/IModuleManagerFactory.h
# /sysroot/usr/include/xplc-0.3.13/xplc/xplc.h
# /sysroot/usr/include/xplc-0.3.13/xplc/IWeakRef.h
# /sysroot/usr/include/xplc-0.3.13/xplc/IObject.h
# /sysroot/usr/include/xplc-0.3.13/xplc/delete.h
# /sysroot/usr/include/xplc-0.3.13/xplc/IServiceManager.h
# /sysroot/usr/include/xplc-0.3.13/xplc/factory.h
# /sysroot/usr/include/xplc-0.3.13/xplc/IFactory.h
# /sysroot/usr/include/xplc-0.3.13/xplc/ptr.h
# /sysroot/usr/include/xplc-0.3.13/xplc/utils.h
# /sysroot/usr/include/xplc-0.3.13/xplc/IStaticServiceHandler.h
# /sysroot/usr/include/xplc-0.3.13/xplc/IMonikerService.h
# /sysroot/usr/include/xplc-0.3.13/xplc/uuidops.h
# /sysroot/usr/include/xplc-0.3.13/xplc/trace.h
# /sysroot/usr/include/xplc-0.3.13/xplc/ICategory.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/xplc.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/xplc.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/xplc/src/xplc-0.3.13/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 XPLC configure 0.3.13, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man --without-libuuid
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 3aeef81fe6eb
# 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
# 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:1370: checking build system type
# configure:1388: result: x86_64-unknown-linux-gnu
# configure:1396: checking host system type
# configure:1410: result: x86_64-unknown-linux-gnu
# configure:1511: checking for x86_64-unknown-linux-gcc
# configure:1537: result: clang
# configure:1819: checking for C compiler version
# configure:1822: 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:1825: $? = 0
# configure:1827: 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:1830: $? = 0
# configure:1832: clang -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:1835: $? = 1
# configure:1858: checking for C compiler default output file name
# configure:1861: clang conftest.c >&5
# configure:1864: $? = 0
# configure:1910: result: a.out
# configure:1915: checking whether the C compiler works
# configure:1921: ./a.out
# configure:1924: $? = 0
# configure:1941: result: yes
# configure:1948: checking whether we are cross compiling
# configure:1950: result: no
# configure:1953: checking for suffix of executables
# configure:1955: clang -o conftest conftest.c >&5
# configure:1958: $? = 0
# configure:1983: result:
# configure:1989: checking for suffix of object files
# configure:2010: clang -c conftest.c >&5
# configure:2013: $? = 0
# configure:2035: result: o
# configure:2039: checking whether we are using the GNU C compiler
# configure:2063: clang -c conftest.c >&5
# configure:2069: $? = 0
# configure:2073: test -z
# || test ! -s conftest.err
# configure:2076: $? = 0
# configure:2079: test -s conftest.o
# configure:2082: $? = 0
# configure:2095: result: yes
# configure:2101: checking whether clang accepts -g
# configure:2122: clang -c -g conftest.c >&5
# configure:2128: $? = 0
# configure:2132: test -z
# || test ! -s conftest.err
# configure:2135: $? = 0
# configure:2138: test -s conftest.o
# configure:2141: $? = 0
# configure:2152: result: yes
# configure:2169: checking for clang option to accept ANSI C
# configure:2239: clang -c -g -O2 conftest.c >&5
# configure:2245: $? = 0
# configure:2249: test -z
# || test ! -s conftest.err
# configure:2252: $? = 0
# configure:2255: test -s conftest.o
# configure:2258: $? = 0
# configure:2276: result: none needed
# configure:2294: clang -c -g -O2 conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:2:11: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:2300: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:2443: checking for x86_64-unknown-linux-g++
# configure:2469: result: clang++
# configure:2527: checking for C++ compiler version
# configure:2530: 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:2533: $? = 0
# configure:2535: 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:2538: $? = 0
# configure:2540: clang++ -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2543: $? = 1
# configure:2546: checking whether we are using the GNU C++ compiler
# configure:2570: clang++ -c conftest.cc >&5
# configure:2576: $? = 0
# configure:2580: test -z
# || test ! -s conftest.err
# configure:2583: $? = 0
# configure:2586: test -s conftest.o
# configure:2589: $? = 0
# configure:2602: result: yes
# configure:2608: checking whether clang++ accepts -g
# configure:2629: clang++ -c -g conftest.cc >&5
# configure:2635: $? = 0
# configure:2639: test -z
# || test ! -s conftest.err
# configure:2642: $? = 0
# configure:2645: test -s conftest.o
# configure:2648: $? = 0
# configure:2659: result: yes
# configure:2701: clang++ -c -g -O2 conftest.cc >&5
# configure:2707: $? = 0
# configure:2711: test -z
# || test ! -s conftest.err
# configure:2714: $? = 0
# configure:2717: test -s conftest.o
# configure:2720: $? = 0
# configure:2746: clang++ -c -g -O2 conftest.cc >&5
# conftest.cc:13:1: error: use of undeclared identifier 'exit'
# exit (42);
# ^
# 1 error generated.
# configure:2752: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "XPLC"
# | #define PACKAGE_TARNAME "xplc"
# | #define PACKAGE_VERSION "0.3.13"
# | #define PACKAGE_STRING "XPLC 0.3.13"
# | #define PACKAGE_BUGREPORT "pp@ludusdesign.com"
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:2701: clang++ -c -g -O2 conftest.cc >&5
# conftest.cc:9:17: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int) throw (); using std::exit;
# ^
# conftest.cc:9:49: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int) throw (); using std::exit;
# ^
# 2 errors generated.
# configure:2707: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "XPLC"
# | #define PACKAGE_TARNAME "xplc"
# | #define PACKAGE_VERSION "0.3.13"
# | #define PACKAGE_STRING "XPLC 0.3.13"
# | #define PACKAGE_BUGREPORT "pp@ludusdesign.com"
# | /* end confdefs.h. */
# | extern "C" void std::exit (int) throw (); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:2701: clang++ -c -g -O2 conftest.cc >&5
# conftest.cc:9:17: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int); using std::exit;
# ^
# conftest.cc:9:40: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int); using std::exit;
# ^
# 2 errors generated.
# configure:2707: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "XPLC"
# | #define PACKAGE_TARNAME "xplc"
# | #define PACKAGE_VERSION "0.3.13"
# | #define PACKAGE_STRING "XPLC 0.3.13"
# | #define PACKAGE_BUGREPORT "pp@ludusdesign.com"
# | /* end confdefs.h. */
# | extern "C" void std::exit (int); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:2701: clang++ -c -g -O2 conftest.cc >&5
# configure:2707: $? = 0
# configure:2711: test -z
# || test ! -s conftest.err
# configure:2714: $? = 0
# configure:2717: test -s conftest.o
# configure:2720: $? = 0
# configure:2746: clang++ -c -g -O2 conftest.cc >&5
# configure:2752: $? = 0
# configure:2756: test -z
# || test ! -s conftest.err
# configure:2759: $? = 0
# configure:2762: test -s conftest.o
# configure:2765: $? = 0
# configure:2801: checking for a BSD-compatible install
# configure:2856: result: /usr/bin/install -c
# configure:2867: checking whether ln -s works
# configure:2871: result: yes
# configure:2888: checking for dirent.h that defines DIR
# configure:2912: clang++ -c -g -O2 conftest.cc >&5
# configure:2918: $? = 0
# configure:2922: test -z
# || test ! -s conftest.err
# configure:2925: $? = 0
# configure:2928: test -s conftest.o
# configure:2931: $? = 0
# configure:2942: result: yes
# configure:2955: checking for library containing opendir
# configure:2985: clang++ -o conftest -g -O2 conftest.cc >&5
# configure:2991: $? = 0
# configure:2995: test -z
# || test ! -s conftest.err
# configure:2998: $? = 0
# configure:3001: test -s conftest
# configure:3004: $? = 0
# configure:3074: result: none required
# configure:3215: checking how to run the C++ preprocessor
# configure:3246: clang++ -E conftest.cc
# configure:3252: $? = 0
# configure:3284: clang++ -E conftest.cc
# conftest.cc:13:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3290: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "XPLC"
# | #define PACKAGE_TARNAME "xplc"
# | #define PACKAGE_VERSION "0.3.13"
# | #define PACKAGE_STRING "XPLC 0.3.13"
# | #define PACKAGE_BUGREPORT "pp@ludusdesign.com"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_DIRENT_H 1
# | /* end confdefs.h. */
# | #include
# configure:3329: result: clang++ -E
# configure:3353: clang++ -E conftest.cc
# configure:3359: $? = 0
# configure:3391: clang++ -E conftest.cc
# conftest.cc:13:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3397: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "XPLC"
# | #define PACKAGE_TARNAME "xplc"
# | #define PACKAGE_VERSION "0.3.13"
# | #define PACKAGE_STRING "XPLC 0.3.13"
# | #define PACKAGE_BUGREPORT "pp@ludusdesign.com"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_DIRENT_H 1
# | /* end confdefs.h. */
# | #include
# configure:3441: checking for egrep
# configure:3451: result: grep -E
# configure:3456: checking for ANSI C header files
# configure:3481: clang++ -c -g -O2 conftest.cc >&5
# configure:3487: $? = 0
# configure:3491: test -z
# || test ! -s conftest.err
# configure:3494: $? = 0
# configure:3497: test -s conftest.o
# configure:3500: $? = 0
# configure:3589: clang++ -o conftest -g -O2 conftest.cc >&5
# configure:3592: $? = 0
# configure:3594: ./conftest
# configure:3597: $? = 0
# configure:3612: result: yes
# configure:3636: checking for sys/types.h
# configure:3652: clang++ -c -g -O2 conftest.cc >&5
# configure:3658: $? = 0
# configure:3662: test -z
# || test ! -s conftest.err
# configure:3665: $? = 0
# configure:3668: test -s conftest.o
# configure:3671: $? = 0
# configure:3682: result: yes
# configure:3636: checking for sys/stat.h
# configure:3652: clang++ -c -g -O2 conftest.cc >&5
# configure:3658: $? = 0
# configure:3662: test -z
# || test ! -s conftest.err
# configure:3665: $? = 0
# configure:3668: test -s conftest.o
# configure:3671: $? = 0
# configure:3682: result: yes
# configure:3636: checking for stdlib.h
# configure:3652: clang++ -c -g -O2 conftest.cc >&5
# configure:3658: $? = 0
# configure:3662: test -z
# || test ! -s conftest.err
# configure:3665: $? = 0
# configure:3668: test -s conftest.o
# configure:3671: $? = 0
# configure:3682: result: yes
# configure:3636: checking for string.h
# configure:3652: clang++ -c -g -O2 conftest.cc >&5
# configure:3658: $? = 0
# configure:3662: test -z
# || test ! -s conftest.err
# configure:3665: $? = 0
# configure:3668: test -s conftest.o
# configure:3671: $? = 0
# configure:3682: result: yes
# configure:3636: checking for memory.h
# configure:3652: clang++ -c -g -O2 conftest.cc >&5
# configure:3658: $? = 0
# configure:3662: test -z
# || test ! -s conftest.err
# configure:3665: $? = 0
# configure:3668: test -s conftest.o
# configure:3671: $? = 0
# configure:3682: result: yes
# configure:3636: checking for strings.h
# configure:3652: clang++ -c -g -O2 conftest.cc >&5
# configure:3658: $? = 0
# configure:3662: test -z
# || test ! -s conftest.err
# configure:3665: $? = 0
# configure:3668: test -s conftest.o
# configure:3671: $? = 0
# configure:3682: result: yes
# configure:3636: checking for inttypes.h
# configure:3652: clang++ -c -g -O2 conftest.cc >&5
# configure:3658: $? = 0
# configure:3662: test -z
# || test ! -s conftest.err
# configure:3665: $? = 0
# configure:3668: test -s conftest.o
# configure:3671: $? = 0
# configure:3682: result: yes
# configure:3636: checking for stdint.h
# configure:3652: clang++ -c -g -O2 conftest.cc >&5
# configure:3658: $? = 0
# configure:3662: test -z
# || test ! -s conftest.err
# configure:3665: $? = 0
# configure:3668: test -s conftest.o
# configure:3671: $? = 0
# configure:3682: result: yes
# configure:3636: checking for unistd.h
# configure:3652: clang++ -c -g -O2 conftest.cc >&5
# configure:3658: $? = 0
# configure:3662: test -z
# || test ! -s conftest.err
# configure:3665: $? = 0
# configure:3668: test -s conftest.o
# configure:3671: $? = 0
# configure:3682: result: yes
# configure:3708: checking limits.h usability
# configure:3720: clang++ -c -g -O2 conftest.cc >&5
# configure:3726: $? = 0
# configure:3730: test -z
# || test ! -s conftest.err
# configure:3733: $? = 0
# configure:3736: test -s conftest.o
# configure:3739: $? = 0
# configure:3749: result: yes
# configure:3753: checking limits.h presence
# configure:3763: clang++ -E conftest.cc
# configure:3769: $? = 0
# configure:3789: result: yes
# configure:3824: checking for limits.h
# configure:3831: result: yes
# configure:3849: checking for cvs2cl.pl
# configure:3878: result: no
# configure:3849: checking for cvs2cl
# configure:3878: result: no
# configure:3914: checking dlfcn.h usability
# configure:3926: clang++ -c -g -O2 conftest.cc >&5
# configure:3932: $? = 0
# configure:3936: test -z
# || test ! -s conftest.err
# configure:3939: $? = 0
# configure:3942: test -s conftest.o
# configure:3945: $? = 0
# configure:3955: result: yes
# configure:3959: checking dlfcn.h presence
# configure:3969: clang++ -E conftest.cc
# configure:3975: $? = 0
# configure:3995: result: yes
# configure:4030: checking for dlfcn.h
# configure:4037: result: yes
# configure:4050: checking for library containing dlopen
# configure:4080: clang++ -o conftest -g -O2 -lc conftest.cc >&5
# /tmp/conftest-11f72b.o: In function `main':
# /tmp/xplc/src/xplc-0.3.13/conftest.cc:36: undefined reference to `dlopen'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4086: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "XPLC"
# | #define PACKAGE_TARNAME "xplc"
# | #define PACKAGE_VERSION "0.3.13"
# | #define PACKAGE_STRING "XPLC 0.3.13"
# | #define PACKAGE_BUGREPORT "pp@ludusdesign.com"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_DIRENT_H 1
# | #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_LIMITS_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char dlopen ();
# | int
# | main ()
# | {
# | dlopen ();
# | ;
# | return 0;
# | }
# configure:4135: clang++ -o conftest -g -O2 -lc conftest.cc -ldl >&5
# configure:4141: $? = 0
# configure:4145: test -z
# || test ! -s conftest.err
# configure:4148: $? = 0
# configure:4151: test -s conftest
# configure:4154: $? = 0
# configure:4169: result: -ldl
# configure:4201: checking mach-o/dyld.h usability
# configure:4213: clang++ -c -g -O2 conftest.cc >&5
# conftest.cc:60:10: fatal error: 'mach-o/dyld.h' file not found
# #include
# ^
# 1 error generated.
# configure:4219: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "XPLC"
# | #define PACKAGE_TARNAME "xplc"
# | #define PACKAGE_VERSION "0.3.13"
# | #define PACKAGE_STRING "XPLC 0.3.13"
# | #define PACKAGE_BUGREPORT "pp@ludusdesign.com"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_DIRENT_H 1
# | #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_LIMITS_H 1
# | #define HAVE_DLFCN_H 1
# | #define WITH_DLOPEN 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4242: result: no
# configure:4246: checking mach-o/dyld.h presence
# configure:4256: clang++ -E conftest.cc
# conftest.cc:26:10: fatal error: 'mach-o/dyld.h' file not found
# #include
# ^
# 1 error generated.
# configure:4262: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "XPLC"
# | #define PACKAGE_TARNAME "xplc"
# | #define PACKAGE_VERSION "0.3.13"
# | #define PACKAGE_STRING "XPLC 0.3.13"
# | #define PACKAGE_BUGREPORT "pp@ludusdesign.com"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_DIRENT_H 1
# | #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_LIMITS_H 1
# | #define HAVE_DLFCN_H 1
# | #define WITH_DLOPEN 1
# | /* end confdefs.h. */
# | #include
# configure:4282: result: no
# configure:4317: checking for mach-o/dyld.h
# configure:4324: result: no
# configure:4337: checking for library containing NSCreateObjectFileImageFromFile
# configure:4367: clang++ -o conftest -g -O2 -lc conftest.cc -ldl >&5
# /tmp/conftest-b8459b.o: In function `main':
# /tmp/xplc/src/xplc-0.3.13/conftest.cc:37: undefined reference to `NSCreateObjectFileImageFromFile'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4373: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "XPLC"
# | #define PACKAGE_TARNAME "xplc"
# | #define PACKAGE_VERSION "0.3.13"
# | #define PACKAGE_STRING "XPLC 0.3.13"
# | #define PACKAGE_BUGREPORT "pp@ludusdesign.com"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_DIRENT_H 1
# | #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_LIMITS_H 1
# | #define HAVE_DLFCN_H 1
# | #define WITH_DLOPEN 1
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char NSCreateObjectFileImageFromFile ();
# | int
# | main ()
# | {
# | NSCreateObjectFileImageFromFile ();
# | ;
# | return 0;
# | }
# configure:4422: clang++ -o conftest -g -O2 -lc conftest.cc -lSystem -ldl >&5
# /usr/bin/ld: cannot find -lSystem
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4428: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "XPLC"
# | #define PACKAGE_TARNAME "xplc"
# | #define PACKAGE_VERSION "0.3.13"
# | #define PACKAGE_STRING "XPLC 0.3.13"
# | #define PACKAGE_BUGREPORT "pp@ludusdesign.com"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_DIRENT_H 1
# | #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_LIMITS_H 1
# | #define HAVE_DLFCN_H 1
# | #define WITH_DLOPEN 1
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char NSCreateObjectFileImageFromFile ();
# | int
# | main ()
# | {
# | NSCreateObjectFileImageFromFile ();
# | ;
# | return 0;
# | }
# configure:4456: result: no
# configure:4707: checking for short
# configure:4731: clang++ -c -g -O2 conftest.cc >&5
# configure:4737: $? = 0
# configure:4741: test -z
# || test ! -s conftest.err
# configure:4744: $? = 0
# configure:4747: test -s conftest.o
# configure:4750: $? = 0
# configure:4761: result: yes
# configure:4764: checking size of short
# configure:5083: clang++ -o conftest -g -O2 -lc conftest.cc -ldl >&5
# configure:5086: $? = 0
# configure:5088: ./conftest
# configure:5091: $? = 0
# configure:5114: result: 2
# configure:5121: checking for int
# configure:5145: clang++ -c -g -O2 conftest.cc >&5
# configure:5151: $? = 0
# configure:5155: test -z
# || test ! -s conftest.err
# configure:5158: $? = 0
# configure:5161: test -s conftest.o
# configure:5164: $? = 0
# configure:5175: result: yes
# configure:5178: checking size of int
# configure:5497: clang++ -o conftest -g -O2 -lc conftest.cc -ldl >&5
# configure:5500: $? = 0
# configure:5502: ./conftest
# configure:5505: $? = 0
# configure:5528: result: 4
# configure:5535: checking for long
# configure:5559: clang++ -c -g -O2 conftest.cc >&5
# configure:5565: $? = 0
# configure:5569: test -z
# || test ! -s conftest.err
# configure:5572: $? = 0
# configure:5575: test -s conftest.o
# configure:5578: $? = 0
# configure:5589: result: yes
# configure:5592: checking size of long
# configure:5911: clang++ -o conftest -g -O2 -lc conftest.cc -ldl >&5
# configure:5914: $? = 0
# configure:5916: ./conftest
# configure:5919: $? = 0
# configure:5942: result: 8
# configure:5949: checking for long long
# configure:5973: clang++ -c -g -O2 conftest.cc >&5
# configure:5979: $? = 0
# configure:5983: test -z
# || test ! -s conftest.err
# configure:5986: $? = 0
# configure:5989: test -s conftest.o
# configure:5992: $? = 0
# configure:6003: result: yes
# configure:6006: checking size of long long
# configure:6325: clang++ -o conftest -g -O2 -lc conftest.cc -ldl >&5
# configure:6328: $? = 0
# configure:6330: ./conftest
# configure:6333: $? = 0
# configure:6356: result: 8
# configure:6378: checking for inttypes.h
# configure:6383: result: yes
# configure:6378: checking for stdlib.h
# configure:6383: result: yes
# configure:6378: checking for unistd.h
# configure:6383: result: yes
# configure:6539: checking net/if.h usability
# configure:6551: clang++ -c -g -O2 conftest.cc >&5
# configure:6557: $? = 0
# configure:6561: test -z
# || test ! -s conftest.err
# configure:6564: $? = 0
# configure:6567: test -s conftest.o
# configure:6570: $? = 0
# configure:6580: result: yes
# configure:6584: checking net/if.h presence
# configure:6594: clang++ -E conftest.cc
# configure:6600: $? = 0
# configure:6620: result: yes
# configure:6655: checking for net/if.h
# configure:6662: result: yes
# configure:6539: checking net/if_dl.h usability
# configure:6551: clang++ -c -g -O2 conftest.cc >&5
# conftest.cc:69:10: fatal error: 'net/if_dl.h' file not found
# #include
# ^
# 1 error generated.
# configure:6557: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "XPLC"
# | #define PACKAGE_TARNAME "xplc"
# | #define PACKAGE_VERSION "0.3.13"
# | #define PACKAGE_STRING "XPLC 0.3.13"
# | #define PACKAGE_BUGREPORT "pp@ludusdesign.com"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_DIRENT_H 1
# | #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_LIMITS_H 1
# | #define HAVE_DLFCN_H 1
# | #define WITH_DLOPEN 1
# | #define ENABLE_LOADER 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NET_IF_H 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:6580: result: no
# configure:6584: checking net/if_dl.h presence
# configure:6594: clang++ -E conftest.cc
# conftest.cc:35:10: fatal error: 'net/if_dl.h' file not found
# #include
# ^
# 1 error generated.
# configure:6600: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "XPLC"
# | #define PACKAGE_TARNAME "xplc"
# | #define PACKAGE_VERSION "0.3.13"
# | #define PACKAGE_STRING "XPLC 0.3.13"
# | #define PACKAGE_BUGREPORT "pp@ludusdesign.com"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_DIRENT_H 1
# | #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_LIMITS_H 1
# | #define HAVE_DLFCN_H 1
# | #define WITH_DLOPEN 1
# | #define ENABLE_LOADER 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NET_IF_H 1
# | /* end confdefs.h. */
# | #include
# configure:6620: result: no
# configure:6655: checking for net/if_dl.h
# configure:6662: result: no
# configure:6539: checking netinet/in.h usability
# configure:6551: clang++ -c -g -O2 conftest.cc >&5
# configure:6557: $? = 0
# configure:6561: test -z
# || test ! -s conftest.err
# configure:6564: $? = 0
# configure:6567: test -s conftest.o
# configure:6570: $? = 0
# configure:6580: result: yes
# configure:6584: checking netinet/in.h presence
# configure:6594: clang++ -E conftest.cc
# configure:6600: $? = 0
# configure:6620: result: yes
# configure:6655: checking for netinet/in.h
# configure:6662: result: yes
# configure:6691: checking sys/ioctl.h usability
# configure:6703: clang++ -c -g -O2 conftest.cc >&5
# configure:6709: $? = 0
# configure:6713: test -z
# || test ! -s conftest.err
# configure:6716: $? = 0
# configure:6719: test -s conftest.o
# configure:6722: $? = 0
# configure:6732: result: yes
# configure:6736: checking sys/ioctl.h presence
# configure:6746: clang++ -E conftest.cc
# configure:6752: $? = 0
# configure:6772: result: yes
# configure:6807: checking for sys/ioctl.h
# configure:6814: result: yes
# configure:6691: checking sys/socket.h usability
# configure:6703: clang++ -c -g -O2 conftest.cc >&5
# configure:6709: $? = 0
# configure:6713: test -z
# || test ! -s conftest.err
# configure:6716: $? = 0
# configure:6719: test -s conftest.o
# configure:6722: $? = 0
# configure:6732: result: yes
# configure:6736: checking sys/socket.h presence
# configure:6746: clang++ -E conftest.cc
# configure:6752: $? = 0
# configure:6772: result: yes
# configure:6807: checking for sys/socket.h
# configure:6814: result: yes
# configure:6691: checking sys/sockio.h usability
# configure:6703: clang++ -c -g -O2 conftest.cc >&5
# conftest.cc:72:10: fatal error: 'sys/sockio.h' file not found
# #include
# ^
# 1 error generated.
# configure:6709: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "XPLC"
# | #define PACKAGE_TARNAME "xplc"
# | #define PACKAGE_VERSION "0.3.13"
# | #define PACKAGE_STRING "XPLC 0.3.13"
# | #define PACKAGE_BUGREPORT "pp@ludusdesign.com"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_DIRENT_H 1
# | #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_LIMITS_H 1
# | #define HAVE_DLFCN_H 1
# | #define WITH_DLOPEN 1
# | #define ENABLE_LOADER 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:6732: result: no
# configure:6736: checking sys/sockio.h presence
# configure:6746: clang++ -E conftest.cc
# conftest.cc:38:10: fatal error: 'sys/sockio.h' file not found
# #include
# ^
# 1 error generated.
# configure:6752: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "XPLC"
# | #define PACKAGE_TARNAME "xplc"
# | #define PACKAGE_VERSION "0.3.13"
# | #define PACKAGE_STRING "XPLC 0.3.13"
# | #define PACKAGE_BUGREPORT "pp@ludusdesign.com"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_DIRENT_H 1
# | #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_LIMITS_H 1
# | #define HAVE_DLFCN_H 1
# | #define WITH_DLOPEN 1
# | #define ENABLE_LOADER 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# | #include
# configure:6772: result: no
# configure:6807: checking for sys/sockio.h
# configure:6814: result: no
# configure:6831: checking for srandom
# configure:6888: clang++ -o conftest -g -O2 -lc conftest.cc -ldl >&5
# configure:6894: $? = 0
# configure:6898: test -z
# || test ! -s conftest.err
# configure:6901: $? = 0
# configure:6904: test -s conftest
# configure:6907: $? = 0
# configure:6919: result: yes
# configure:6929: checking for struct sockaddr.sa_len
# configure:6954: clang++ -c -g -O2 conftest.cc >&5
# conftest.cc:39:10: fatal error: 'sys/typesDD.h' file not found
# #include
# ^
# 1 error generated.
# configure:6960: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "XPLC"
# | #define PACKAGE_TARNAME "xplc"
# | #define PACKAGE_VERSION "0.3.13"
# | #define PACKAGE_STRING "XPLC 0.3.13"
# | #define PACKAGE_BUGREPORT "pp@ludusdesign.com"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_DIRENT_H 1
# | #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_LIMITS_H 1
# | #define HAVE_DLFCN_H 1
# | #define WITH_DLOPEN 1
# | #define ENABLE_LOADER 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SRANDOM 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | static struct sockaddr ac_aggr;
# | if (ac_aggr.sa_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:7000: clang++ -c -g -O2 conftest.cc >&5
# conftest.cc:39:10: fatal error: 'sys/typesDD.h' file not found
# #include
# ^
# 1 error generated.
# configure:7006: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "XPLC"
# | #define PACKAGE_TARNAME "xplc"
# | #define PACKAGE_VERSION "0.3.13"
# | #define PACKAGE_STRING "XPLC 0.3.13"
# | #define PACKAGE_BUGREPORT "pp@ludusdesign.com"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_DIRENT_H 1
# | #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_LIMITS_H 1
# | #define HAVE_DLFCN_H 1
# | #define WITH_DLOPEN 1
# | #define ENABLE_LOADER 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SRANDOM 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | static struct sockaddr ac_aggr;
# | if (sizeof ac_aggr.sa_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:7032: result: no
# configure:7221: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by XPLC config.status 0.3.13, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 3aeef81fe6eb
#
# config.status:679: creating config/config.mk
# config.status:679: creating dist/xplc.pc
# config.status:679: creating dist/xplc-uninstalled.pc
# config.status:679: creating examples/simple-module/Makefile
# config.status:679: creating examples/simple-module-user/Makefile
# config.status:679: creating uuid/uuid_types.h
# config.status:783: creating include/autoconf.h
# configure:8274: WARNING: Unstable release, the API might change in the next release.
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_build_alias=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_LDFLAGS_set=
# ac_cv_env_LDFLAGS_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_exeext=
# ac_cv_func_srandom=yes
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_mach_o_dyld_h=no
# ac_cv_header_memory_h=yes
# ac_cv_header_net_if_dl_h=no
# ac_cv_header_net_if_h=yes
# ac_cv_header_netinet_in_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_ioctl_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_sockio_h=no
# 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_host_alias=x86_64-unknown-linux
# ac_cv_member_struct_sockaddr_sa_len=no
# ac_cv_objext=o
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CC=clang
# ac_cv_prog_CXX=clang++
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_egrep='grep -E'
# ac_cv_search_NSCreateObjectFileImageFromFile=no
# ac_cv_search_dlopen=-ldl
# ac_cv_search_opendir='none required'
# ac_cv_sizeof_int=4
# ac_cv_sizeof_long=8
# ac_cv_sizeof_long_long=8
# ac_cv_sizeof_short=2
# ac_cv_type_int=yes
# ac_cv_type_long=yes
# ac_cv_type_long_long=yes
# ac_cv_type_short=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='clang'
# CFLAGS='-g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE'
# CPPFLAGS=''
# CVS2CL='no'
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXFLAGS='-g -O2 -Woverloaded-virtual -fno-rtti -fno-exceptions -g -O2 -O2 -DNDEBUG -Wall -fpic -DUNSTABLE'
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='grep -E'
# EXEEXT=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LDFLAGS=' -lc'
# LIBOBJS=''
# LIBS='-ldl '
# LN_S='ln -s'
# LTLIBOBJS=''
# OBJEXT='o'
# PACKAGE_BUGREPORT='pp@ludusdesign.com'
# PACKAGE_NAME='XPLC'
# PACKAGE_STRING='XPLC 0.3.13'
# PACKAGE_TARNAME='xplc'
# PACKAGE_VERSION='0.3.13'
# PATH_SEPARATOR=':'
# SHELL='/bin/sh'
# SIZEOF_INT='4'
# SIZEOF_LONG='8'
# SIZEOF_LONG_LONG='8'
# SIZEOF_SHORT='2'
# ac_ct_CC=''
# ac_ct_CXX=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${prefix}/share'
# enable_loader=''
# 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'
# includedir='${prefix}/include'
# infodir='${prefix}/info'
# lib_prefix_version='../'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localstatedir='${prefix}/var'
# mandir='/usr/share/man'
# oldincludedir='/usr/include'
# pc_version='-0.3.13'
# prefix='/usr'
# program_transform_name='s,x,x,'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# so_style='sysv'
# sysconfdir='${prefix}/etc'
# target_alias=''
# with_dlopen='-ldl'
# with_uuid=''
# with_uuid_static='uuid/libuuid.a'
# xplcdir_version='/xplc-0.3.13'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define ENABLE_LOADER 1
# #define HAVE_DIRENT_H 1
# #define HAVE_DLFCN_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_NET_IF_H 1
# #define HAVE_SRANDOM 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UNISTD_H 1
# #define PACKAGE_BUGREPORT "pp@ludusdesign.com"
# #define PACKAGE_NAME "XPLC"
# #define PACKAGE_STRING "XPLC 0.3.13"
# #define PACKAGE_TARNAME "xplc"
# #define PACKAGE_VERSION "0.3.13"
# #define SIZEOF_INT 4
# #define SIZEOF_LONG 8
# #define SIZEOF_LONG_LONG 8
# #define SIZEOF_SHORT 2
# #define STDC_HEADERS 1
# #define WITH_DLOPEN 1
# #endif
# #ifdef __cplusplus
# extern "C" void exit (int) throw ();
#
# configure: exit 0