Build of libisoburn with clang_glibc toolchain

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

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

SLOCLanguage
51,393 ansic
13,259 sh
4,381 tcl
1,694 makefile
40 cpp
70,767 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: libisoburn 1.4.4-1 (Thu Apr 13 19:19:20 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (2) libburn-1.4.4-1 libisofs-1.4.4-1
#
# Total Installed Size: 1.46 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing libburn...
# installing libisofs...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking dependency style of clang... gcc3
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# 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 for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking for _LARGEFILE_SOURCE value needed for large files... no
# checking for fseeko... yes
# checking for iconv() in separate -liconv ... no
# checking for libiconv in -liconv... no
# checking for const qualifier with iconv() ... no
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking dummy usability... no
# checking dummy presence... no
# checking for dummy... no
# checking mt usability... no
# checking mt presence... no
# checking for mt... no
# checking for struct tm.tm_gmtoff... yes
# checking for timezone variable ... timezone
# checking target operating system... linux
# checking for overridden pkgconfig directory path... no
# checking for desired functions in libreadline... yes
# checking sys/acl.h usability... yes
# checking sys/acl.h presence... yes
# checking for sys/acl.h... yes
# checking for acl_to_text in -lacl... yes
# enabled libacl, local processing of ACL
# checking attr/xattr.h usability... yes
# checking attr/xattr.h presence... yes
# checking for attr/xattr.h... yes
# checking for listxattr in -lc... yes
# enabled xattr, local processing of extended file attributes Linux style
# checking zlib.h usability... yes
# checking zlib.h presence... yes
# checking for zlib.h... yes
# checking for compressBound in -lz... yes
# checking libjte/libjte.h usability... no
# checking libjte/libjte.h presence... no
# checking for libjte/libjte.h... no
# enabled xorriso external filter programs
# disabled xorriso external filter programs under setuid
# enabled xorriso command -launch_frontend
# disabled xorriso command -launch_frontend under setuid
# disabled xorriso write size default 64 KB on DVD
# enabled strict symbol encapsulation
# checking libburn/libburn.h usability... yes
# checking libburn/libburn.h presence... yes
# checking for libburn/libburn.h... yes
# checking libisofs/libisofs.h usability... yes
# checking libisofs/libisofs.h presence... yes
# checking for libisofs/libisofs.h... yes
# checking for LIBBURN... skipped, no --enable-pkg-check-modules
# checking for LIBISOFS... skipped, no --enable-pkg-check-modules
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating doc/doxygen.conf
# config.status: creating version.h
# config.status: creating libisoburn-1.pc
# config.status: executing depfiles commands
# config.status: executing libtool commands
# depbase=`echo libisoburn/burn_wrap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT libisoburn/burn_wrap.lo -MD -MP -MF $depbase.Tpo -c -o libisoburn/burn_wrap.lo libisoburn/burn_wrap.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT libisoburn/burn_wrap.lo -MD -MP -MF libisoburn/.deps/burn_wrap.Tpo -c libisoburn/burn_wrap.c -fPIC -DPIC -o libisoburn/.libs/burn_wrap.o
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT libisoburn/burn_wrap.lo -MD -MP -MF libisoburn/.deps/burn_wrap.Tpo -c libisoburn/burn_wrap.c -o libisoburn/burn_wrap.o >/dev/null 2>&1
# depbase=`echo libisoburn/data_source.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT libisoburn/data_source.lo -MD -MP -MF $depbase.Tpo -c -o libisoburn/data_source.lo libisoburn/data_source.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT libisoburn/data_source.lo -MD -MP -MF libisoburn/.deps/data_source.Tpo -c libisoburn/data_source.c -fPIC -DPIC -o libisoburn/.libs/data_source.o
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT libisoburn/data_source.lo -MD -MP -MF libisoburn/.deps/data_source.Tpo -c libisoburn/data_source.c -o libisoburn/data_source.o >/dev/null 2>&1
# depbase=`echo libisoburn/isoburn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT libisoburn/isoburn.lo -MD -MP -MF $depbase.Tpo -c -o libisoburn/isoburn.lo libisoburn/isoburn.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT libisoburn/isoburn.lo -MD -MP -MF libisoburn/.deps/isoburn.Tpo -c libisoburn/isoburn.c -fPIC -DPIC -o libisoburn/.libs/isoburn.o
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT libisoburn/isoburn.lo -MD -MP -MF libisoburn/.deps/isoburn.Tpo -c libisoburn/isoburn.c -o libisoburn/isoburn.o >/dev/null 2>&1
# depbase=`echo libisoburn/isofs_wrap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT libisoburn/isofs_wrap.lo -MD -MP -MF $depbase.Tpo -c -o libisoburn/isofs_wrap.lo libisoburn/isofs_wrap.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT libisoburn/isofs_wrap.lo -MD -MP -MF libisoburn/.deps/isofs_wrap.Tpo -c libisoburn/isofs_wrap.c -fPIC -DPIC -o libisoburn/.libs/isofs_wrap.o
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT libisoburn/isofs_wrap.lo -MD -MP -MF libisoburn/.deps/isofs_wrap.Tpo -c libisoburn/isofs_wrap.c -o libisoburn/isofs_wrap.o >/dev/null 2>&1
# depbase=`echo xorriso/sfile.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/sfile.lo -MD -MP -MF $depbase.Tpo -c -o xorriso/sfile.lo xorriso/sfile.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/sfile.lo -MD -MP -MF xorriso/.deps/sfile.Tpo -c xorriso/sfile.c -fPIC -DPIC -o xorriso/.libs/sfile.o
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/sfile.lo -MD -MP -MF xorriso/.deps/sfile.Tpo -c xorriso/sfile.c -o xorriso/sfile.o >/dev/null 2>&1
# depbase=`echo xorriso/aux_objects.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/aux_objects.lo -MD -MP -MF $depbase.Tpo -c -o xorriso/aux_objects.lo xorriso/aux_objects.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/aux_objects.lo -MD -MP -MF xorriso/.deps/aux_objects.Tpo -c xorriso/aux_objects.c -fPIC -DPIC -o xorriso/.libs/aux_objects.o
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/aux_objects.lo -MD -MP -MF xorriso/.deps/aux_objects.Tpo -c xorriso/aux_objects.c -o xorriso/aux_objects.o >/dev/null 2>&1
# depbase=`echo xorriso/findjob.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/findjob.lo -MD -MP -MF $depbase.Tpo -c -o xorriso/findjob.lo xorriso/findjob.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/findjob.lo -MD -MP -MF xorriso/.deps/findjob.Tpo -c xorriso/findjob.c -fPIC -DPIC -o xorriso/.libs/findjob.o
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/findjob.lo -MD -MP -MF xorriso/.deps/findjob.Tpo -c xorriso/findjob.c -o xorriso/findjob.o >/dev/null 2>&1
# depbase=`echo xorriso/check_media.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/check_media.lo -MD -MP -MF $depbase.Tpo -c -o xorriso/check_media.lo xorriso/check_media.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/check_media.lo -MD -MP -MF xorriso/.deps/check_media.Tpo -c xorriso/check_media.c -fPIC -DPIC -o xorriso/.libs/check_media.o
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/check_media.lo -MD -MP -MF xorriso/.deps/check_media.Tpo -c xorriso/check_media.c -o xorriso/check_media.o >/dev/null 2>&1
# depbase=`echo xorriso/misc_funct.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/misc_funct.lo -MD -MP -MF $depbase.Tpo -c -o xorriso/misc_funct.lo xorriso/misc_funct.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/misc_funct.lo -MD -MP -MF xorriso/.deps/misc_funct.Tpo -c xorriso/misc_funct.c -fPIC -DPIC -o xorriso/.libs/misc_funct.o
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/misc_funct.lo -MD -MP -MF xorriso/.deps/misc_funct.Tpo -c xorriso/misc_funct.c -o xorriso/misc_funct.o >/dev/null 2>&1
# depbase=`echo xorriso/text_io.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/text_io.lo -MD -MP -MF $depbase.Tpo -c -o xorriso/text_io.lo xorriso/text_io.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/text_io.lo -MD -MP -MF xorriso/.deps/text_io.Tpo -c xorriso/text_io.c -fPIC -DPIC -o xorriso/.libs/text_io.o
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/text_io.lo -MD -MP -MF xorriso/.deps/text_io.Tpo -c xorriso/text_io.c -o xorriso/text_io.o >/dev/null 2>&1
# depbase=`echo xorriso/match.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/match.lo -MD -MP -MF $depbase.Tpo -c -o xorriso/match.lo xorriso/match.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/match.lo -MD -MP -MF xorriso/.deps/match.Tpo -c xorriso/match.c -fPIC -DPIC -o xorriso/.libs/match.o
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/match.lo -MD -MP -MF xorriso/.deps/match.Tpo -c xorriso/match.c -o xorriso/match.o >/dev/null 2>&1
# depbase=`echo xorriso/emulators.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/emulators.lo -MD -MP -MF $depbase.Tpo -c -o xorriso/emulators.lo xorriso/emulators.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/emulators.lo -MD -MP -MF xorriso/.deps/emulators.Tpo -c xorriso/emulators.c -fPIC -DPIC -o xorriso/.libs/emulators.o
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/emulators.lo -MD -MP -MF xorriso/.deps/emulators.Tpo -c xorriso/emulators.c -o xorriso/emulators.o >/dev/null 2>&1
# depbase=`echo xorriso/disk_ops.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/disk_ops.lo -MD -MP -MF $depbase.Tpo -c -o xorriso/disk_ops.lo xorriso/disk_ops.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/disk_ops.lo -MD -MP -MF xorriso/.deps/disk_ops.Tpo -c xorriso/disk_ops.c -fPIC -DPIC -o xorriso/.libs/disk_ops.o
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/disk_ops.lo -MD -MP -MF xorriso/.deps/disk_ops.Tpo -c xorriso/disk_ops.c -o xorriso/disk_ops.o >/dev/null 2>&1
# depbase=`echo xorriso/cmp_update.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/cmp_update.lo -MD -MP -MF $depbase.Tpo -c -o xorriso/cmp_update.lo xorriso/cmp_update.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/cmp_update.lo -MD -MP -MF xorriso/.deps/cmp_update.Tpo -c xorriso/cmp_update.c -fPIC -DPIC -o xorriso/.libs/cmp_update.o
# xorriso/cmp_update.c:243:34: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
# (double) (diffcount + abs(r1count-r2count)),
# ^
# xorriso/cmp_update.c:243:34: note: use function 'labs' instead
# (double) (diffcount + abs(r1count-r2count)),
# ^~~
# labs
# 1 warning generated.
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/cmp_update.lo -MD -MP -MF xorriso/.deps/cmp_update.Tpo -c xorriso/cmp_update.c -o xorriso/cmp_update.o >/dev/null 2>&1
# depbase=`echo xorriso/parse_exec.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/parse_exec.lo -MD -MP -MF $depbase.Tpo -c -o xorriso/parse_exec.lo xorriso/parse_exec.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/parse_exec.lo -MD -MP -MF xorriso/.deps/parse_exec.Tpo -c xorriso/parse_exec.c -fPIC -DPIC -o xorriso/.libs/parse_exec.o
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/parse_exec.lo -MD -MP -MF xorriso/.deps/parse_exec.Tpo -c xorriso/parse_exec.c -o xorriso/parse_exec.o >/dev/null 2>&1
# depbase=`echo xorriso/opts_a_c.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/opts_a_c.lo -MD -MP -MF $depbase.Tpo -c -o xorriso/opts_a_c.lo xorriso/opts_a_c.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/opts_a_c.lo -MD -MP -MF xorriso/.deps/opts_a_c.Tpo -c xorriso/opts_a_c.c -fPIC -DPIC -o xorriso/.libs/opts_a_c.o
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/opts_a_c.lo -MD -MP -MF xorriso/.deps/opts_a_c.Tpo -c xorriso/opts_a_c.c -o xorriso/opts_a_c.o >/dev/null 2>&1
# depbase=`echo xorriso/opts_d_h.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/opts_d_h.lo -MD -MP -MF $depbase.Tpo -c -o xorriso/opts_d_h.lo xorriso/opts_d_h.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/opts_d_h.lo -MD -MP -MF xorriso/.deps/opts_d_h.Tpo -c xorriso/opts_d_h.c -fPIC -DPIC -o xorriso/.libs/opts_d_h.o
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/opts_d_h.lo -MD -MP -MF xorriso/.deps/opts_d_h.Tpo -c xorriso/opts_d_h.c -o xorriso/opts_d_h.o >/dev/null 2>&1
# depbase=`echo xorriso/opts_i_o.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/opts_i_o.lo -MD -MP -MF $depbase.Tpo -c -o xorriso/opts_i_o.lo xorriso/opts_i_o.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/opts_i_o.lo -MD -MP -MF xorriso/.deps/opts_i_o.Tpo -c xorriso/opts_i_o.c -fPIC -DPIC -o xorriso/.libs/opts_i_o.o
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/opts_i_o.lo -MD -MP -MF xorriso/.deps/opts_i_o.Tpo -c xorriso/opts_i_o.c -o xorriso/opts_i_o.o >/dev/null 2>&1
# depbase=`echo xorriso/opts_p_z.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/opts_p_z.lo -MD -MP -MF $depbase.Tpo -c -o xorriso/opts_p_z.lo xorriso/opts_p_z.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/opts_p_z.lo -MD -MP -MF xorriso/.deps/opts_p_z.Tpo -c xorriso/opts_p_z.c -fPIC -DPIC -o xorriso/.libs/opts_p_z.o
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/opts_p_z.lo -MD -MP -MF xorriso/.deps/opts_p_z.Tpo -c xorriso/opts_p_z.c -o xorriso/opts_p_z.o >/dev/null 2>&1
# depbase=`echo xorriso/base_obj.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/base_obj.lo -MD -MP -MF $depbase.Tpo -c -o xorriso/base_obj.lo xorriso/base_obj.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/base_obj.lo -MD -MP -MF xorriso/.deps/base_obj.Tpo -c xorriso/base_obj.c -fPIC -DPIC -o xorriso/.libs/base_obj.o
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/base_obj.lo -MD -MP -MF xorriso/.deps/base_obj.Tpo -c xorriso/base_obj.c -o xorriso/base_obj.o >/dev/null 2>&1
# depbase=`echo xorriso/lib_mgt.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/lib_mgt.lo -MD -MP -MF $depbase.Tpo -c -o xorriso/lib_mgt.lo xorriso/lib_mgt.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/lib_mgt.lo -MD -MP -MF xorriso/.deps/lib_mgt.Tpo -c xorriso/lib_mgt.c -fPIC -DPIC -o xorriso/.libs/lib_mgt.o
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/lib_mgt.lo -MD -MP -MF xorriso/.deps/lib_mgt.Tpo -c xorriso/lib_mgt.c -o xorriso/lib_mgt.o >/dev/null 2>&1
# depbase=`echo xorriso/sort_cmp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/sort_cmp.lo -MD -MP -MF $depbase.Tpo -c -o xorriso/sort_cmp.lo xorriso/sort_cmp.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/sort_cmp.lo -MD -MP -MF xorriso/.deps/sort_cmp.Tpo -c xorriso/sort_cmp.c -fPIC -DPIC -o xorriso/.libs/sort_cmp.o
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/sort_cmp.lo -MD -MP -MF xorriso/.deps/sort_cmp.Tpo -c xorriso/sort_cmp.c -o xorriso/sort_cmp.o >/dev/null 2>&1
# depbase=`echo xorriso/drive_mgt.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/drive_mgt.lo -MD -MP -MF $depbase.Tpo -c -o xorriso/drive_mgt.lo xorriso/drive_mgt.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/drive_mgt.lo -MD -MP -MF xorriso/.deps/drive_mgt.Tpo -c xorriso/drive_mgt.c -fPIC -DPIC -o xorriso/.libs/drive_mgt.o
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/drive_mgt.lo -MD -MP -MF xorriso/.deps/drive_mgt.Tpo -c xorriso/drive_mgt.c -o xorriso/drive_mgt.o >/dev/null 2>&1
# depbase=`echo xorriso/iso_img.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/iso_img.lo -MD -MP -MF $depbase.Tpo -c -o xorriso/iso_img.lo xorriso/iso_img.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/iso_img.lo -MD -MP -MF xorriso/.deps/iso_img.Tpo -c xorriso/iso_img.c -fPIC -DPIC -o xorriso/.libs/iso_img.o
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/iso_img.lo -MD -MP -MF xorriso/.deps/iso_img.Tpo -c xorriso/iso_img.c -o xorriso/iso_img.o >/dev/null 2>&1
# depbase=`echo xorriso/iso_tree.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/iso_tree.lo -MD -MP -MF $depbase.Tpo -c -o xorriso/iso_tree.lo xorriso/iso_tree.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/iso_tree.lo -MD -MP -MF xorriso/.deps/iso_tree.Tpo -c xorriso/iso_tree.c -fPIC -DPIC -o xorriso/.libs/iso_tree.o
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/iso_tree.lo -MD -MP -MF xorriso/.deps/iso_tree.Tpo -c xorriso/iso_tree.c -o xorriso/iso_tree.o >/dev/null 2>&1
# depbase=`echo xorriso/iso_manip.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/iso_manip.lo -MD -MP -MF $depbase.Tpo -c -o xorriso/iso_manip.lo xorriso/iso_manip.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/iso_manip.lo -MD -MP -MF xorriso/.deps/iso_manip.Tpo -c xorriso/iso_manip.c -fPIC -DPIC -o xorriso/.libs/iso_manip.o
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/iso_manip.lo -MD -MP -MF xorriso/.deps/iso_manip.Tpo -c xorriso/iso_manip.c -o xorriso/iso_manip.o >/dev/null 2>&1
# depbase=`echo xorriso/write_run.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/write_run.lo -MD -MP -MF $depbase.Tpo -c -o xorriso/write_run.lo xorriso/write_run.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/write_run.lo -MD -MP -MF xorriso/.deps/write_run.Tpo -c xorriso/write_run.c -fPIC -DPIC -o xorriso/.libs/write_run.o
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/write_run.lo -MD -MP -MF xorriso/.deps/write_run.Tpo -c xorriso/write_run.c -o xorriso/write_run.o >/dev/null 2>&1
# depbase=`echo xorriso/read_run.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/read_run.lo -MD -MP -MF $depbase.Tpo -c -o xorriso/read_run.lo xorriso/read_run.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/read_run.lo -MD -MP -MF xorriso/.deps/read_run.Tpo -c xorriso/read_run.c -fPIC -DPIC -o xorriso/.libs/read_run.o
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/read_run.lo -MD -MP -MF xorriso/.deps/read_run.Tpo -c xorriso/read_run.c -o xorriso/read_run.o >/dev/null 2>&1
# depbase=`echo xorriso/filters.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/filters.lo -MD -MP -MF $depbase.Tpo -c -o xorriso/filters.lo xorriso/filters.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/filters.lo -MD -MP -MF xorriso/.deps/filters.Tpo -c xorriso/filters.c -fPIC -DPIC -o xorriso/.libs/filters.o
# libtool: compile: clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" "-DPACKAGE_STRING=\"libisoburn 1.4.4\"" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 "-DICONV_CONST=/**/" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/filters.lo -MD -MP -MF xorriso/.deps/filters.Tpo -c xorriso/filters.c -o xorriso/filters.o >/dev/null 2>&1
# /bin/sh ./libtool --tag=CC --mode=link clang -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -version-info 101:0:100 -Wl,--version-script=libisoburn/libisoburn.ver -o libisoburn/libisoburn.la -rpath /usr/lib libisoburn/burn_wrap.lo libisoburn/data_source.lo libisoburn/isoburn.lo libisoburn/isofs_wrap.lo xorriso/sfile.lo xorriso/aux_objects.lo xorriso/findjob.lo xorriso/check_media.lo xorriso/misc_funct.lo xorriso/text_io.lo xorriso/match.lo xorriso/emulators.lo xorriso/disk_ops.lo xorriso/cmp_update.lo xorriso/parse_exec.lo xorriso/opts_a_c.lo xorriso/opts_d_h.lo xorriso/opts_i_o.lo xorriso/opts_p_z.lo xorriso/base_obj.lo xorriso/lib_mgt.lo xorriso/sort_cmp.lo xorriso/drive_mgt.lo xorriso/iso_img.lo xorriso/iso_tree.lo xorriso/iso_manip.lo xorriso/write_run.lo xorriso/read_run.lo xorriso/filters.lo -lpthread -lisofs -lburn -lz -lacl -lreadline
# libtool: link: clang -shared -fPIC -DPIC libisoburn/.libs/burn_wrap.o libisoburn/.libs/data_source.o libisoburn/.libs/isoburn.o libisoburn/.libs/isofs_wrap.o xorriso/.libs/sfile.o xorriso/.libs/aux_objects.o xorriso/.libs/findjob.o xorriso/.libs/check_media.o xorriso/.libs/misc_funct.o xorriso/.libs/text_io.o xorriso/.libs/match.o xorriso/.libs/emulators.o xorriso/.libs/disk_ops.o xorriso/.libs/cmp_update.o xorriso/.libs/parse_exec.o xorriso/.libs/opts_a_c.o xorriso/.libs/opts_d_h.o xorriso/.libs/opts_i_o.o xorriso/.libs/opts_p_z.o xorriso/.libs/base_obj.o xorriso/.libs/lib_mgt.o xorriso/.libs/sort_cmp.o xorriso/.libs/drive_mgt.o xorriso/.libs/iso_img.o xorriso/.libs/iso_tree.o xorriso/.libs/iso_manip.o xorriso/.libs/write_run.o xorriso/.libs/read_run.o xorriso/.libs/filters.o -lpthread -lisofs -lburn -lz -lacl -lreadline -Wl,--version-script=libisoburn/libisoburn.ver -Wl,-soname -Wl,libisoburn.so.1 -o libisoburn/.libs/libisoburn.so.1.100.0
# libtool: link: (cd "libisoburn/.libs" && rm -f "libisoburn.so.1" && ln -s "libisoburn.so.1.100.0" "libisoburn.so.1")
# libtool: link: (cd "libisoburn/.libs" && rm -f "libisoburn.so" && ln -s "libisoburn.so.1.100.0" "libisoburn.so")
# libtool: link: ar cru libisoburn/.libs/libisoburn.a libisoburn/burn_wrap.o libisoburn/data_source.o libisoburn/isoburn.o libisoburn/isofs_wrap.o xorriso/sfile.o xorriso/aux_objects.o xorriso/findjob.o xorriso/check_media.o xorriso/misc_funct.o xorriso/text_io.o xorriso/match.o xorriso/emulators.o xorriso/disk_ops.o xorriso/cmp_update.o xorriso/parse_exec.o xorriso/opts_a_c.o xorriso/opts_d_h.o xorriso/opts_i_o.o xorriso/opts_p_z.o xorriso/base_obj.o xorriso/lib_mgt.o xorriso/sort_cmp.o xorriso/drive_mgt.o xorriso/iso_img.o xorriso/iso_tree.o xorriso/iso_manip.o xorriso/write_run.o xorriso/read_run.o xorriso/filters.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib libisoburn/.libs/libisoburn.a
# libtool: link: ( cd "libisoburn/.libs" && rm -f "libisoburn.la" && ln -s "../libisoburn.la" "libisoburn.la" )
# clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -Ilibisoburn -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/xorriso_xorriso-xorriso_main.o -MD -MP -MF xorriso/.deps/xorriso_xorriso-xorriso_main.Tpo -c -o xorriso/xorriso_xorriso-xorriso_main.o `test -f 'xorriso/xorriso_main.c' || echo './'`xorriso/xorriso_main.c
# mv -f xorriso/.deps/xorriso_xorriso-xorriso_main.Tpo xorriso/.deps/xorriso_xorriso-xorriso_main.Po
# /bin/sh ./libtool --tag=CC --mode=link clang -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -o xorriso/xorriso xorriso/xorriso_xorriso-xorriso_main.o libisoburn/libisoburn.la -lisofs -lburn -lpthread -lz -lacl -lreadline
# libtool: link: clang -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -o xorriso/.libs/xorriso xorriso/xorriso_xorriso-xorriso_main.o libisoburn/.libs/libisoburn.so -lisofs -lburn -lpthread -lz -lacl -lreadline
# clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT test/test_compare_file-compare_file.o -MD -MP -MF test/.deps/test_compare_file-compare_file.Tpo -c -o test/test_compare_file-compare_file.o `test -f 'test/compare_file.c' || echo './'`test/compare_file.c
# test/compare_file.c:246:35: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
# (double) (diffcount + abs(r1count-r2count)), (double) first_diff);
# ^
# test/compare_file.c:246:35: note: use function 'labs' instead
# (double) (diffcount + abs(r1count-r2count)), (double) first_diff);
# ^~~
# labs
# 1 warning generated.
# mv -f test/.deps/test_compare_file-compare_file.Tpo test/.deps/test_compare_file-compare_file.Po
# /bin/sh ./libtool --tag=CC --mode=link clang -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -o test/compare_file test/test_compare_file-compare_file.o -lz -lacl -lreadline
# libtool: link: clang -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -o test/compare_file test/test_compare_file-compare_file.o -lz -lacl -lreadline
# clang -DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1 -I. -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -MT xorriso/xorriso_make_xorriso_1-make_xorriso_1.o -MD -MP -MF xorriso/.deps/xorriso_make_xorriso_1-make_xorriso_1.Tpo -c -o xorriso/xorriso_make_xorriso_1-make_xorriso_1.o `test -f 'xorriso/make_xorriso_1.c' || echo './'`xorriso/make_xorriso_1.c
# mv -f xorriso/.deps/xorriso_make_xorriso_1-make_xorriso_1.Tpo xorriso/.deps/xorriso_make_xorriso_1-make_xorriso_1.Po
# /bin/sh ./libtool --tag=CC --mode=link clang -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -o xorriso/make_xorriso_1 xorriso/xorriso_make_xorriso_1-make_xorriso_1.o -lz -lacl -lreadline
# libtool: link: clang -DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -o xorriso/make_xorriso_1 xorriso/xorriso_make_xorriso_1-make_xorriso_1.o -lz -lacl -lreadline
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make[1]: Entering directory '/tmp/libisoburn/src/libisoburn-1.4.4'
# /usr/bin/mkdir -p '/tmp/libisoburn/pkg/libisoburn/usr/lib'
# /bin/sh ./libtool --mode=install /usr/bin/install -c libisoburn/libisoburn.la '/tmp/libisoburn/pkg/libisoburn/usr/lib'
# libtool: install: /usr/bin/install -c libisoburn/.libs/libisoburn.so.1.100.0 /tmp/libisoburn/pkg/libisoburn/usr/lib/libisoburn.so.1.100.0
# libtool: install: (cd /tmp/libisoburn/pkg/libisoburn/usr/lib && { ln -s -f libisoburn.so.1.100.0 libisoburn.so.1 || { rm -f libisoburn.so.1 && ln -s libisoburn.so.1.100.0 libisoburn.so.1; }; })
# libtool: install: (cd /tmp/libisoburn/pkg/libisoburn/usr/lib && { ln -s -f libisoburn.so.1.100.0 libisoburn.so || { rm -f libisoburn.so && ln -s libisoburn.so.1.100.0 libisoburn.so; }; })
# libtool: install: /usr/bin/install -c libisoburn/.libs/libisoburn.lai /tmp/libisoburn/pkg/libisoburn/usr/lib/libisoburn.la
# libtool: install: /usr/bin/install -c libisoburn/.libs/libisoburn.a /tmp/libisoburn/pkg/libisoburn/usr/lib/libisoburn.a
# libtool: install: chmod 644 /tmp/libisoburn/pkg/libisoburn/usr/lib/libisoburn.a
# libtool: install: ranlib /tmp/libisoburn/pkg/libisoburn/usr/lib/libisoburn.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# /usr/bin/mkdir -p '/tmp/libisoburn/pkg/libisoburn/usr/bin'
# /bin/sh ./libtool --mode=install /usr/bin/install -c xorriso/xorriso '/tmp/libisoburn/pkg/libisoburn/usr/bin'
# libtool: install: warning: `libisoburn/libisoburn.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c xorriso/.libs/xorriso /tmp/libisoburn/pkg/libisoburn/usr/bin/xorriso
# /usr/bin/mkdir -p '/tmp/libisoburn/pkg/libisoburn/usr/bin'
# /usr/bin/install -c frontend/xorriso-tcltk '/tmp/libisoburn/pkg/libisoburn/usr/bin'
# make install-exec-hook
# make[2]: Entering directory '/tmp/libisoburn/src/libisoburn-1.4.4'
# if test -e "/tmp/libisoburn/pkg/libisoburn/usr/bin"/xorrisofs ; then rm "/tmp/libisoburn/pkg/libisoburn/usr/bin"/xorrisofs ; else echo ; fi
#
# ln -s xorriso "/tmp/libisoburn/pkg/libisoburn/usr/bin"/xorrisofs
# if test -e "/tmp/libisoburn/pkg/libisoburn/usr/bin"/osirrox ; then rm "/tmp/libisoburn/pkg/libisoburn/usr/bin"/osirrox ; else echo ; fi
#
# ln -s xorriso "/tmp/libisoburn/pkg/libisoburn/usr/bin"/osirrox
# if test -e "/tmp/libisoburn/pkg/libisoburn/usr/bin"/xorrecord ; then rm "/tmp/libisoburn/pkg/libisoburn/usr/bin"/xorrecord ; else echo ; fi
#
# ln -s xorriso "/tmp/libisoburn/pkg/libisoburn/usr/bin"/xorrecord
# ldconfig "/tmp/libisoburn/pkg/libisoburn/usr/lib" || echo 'NOTE: Explicit dynamic library configuration failed. If needed, configure manually for:' "/tmp/libisoburn/pkg/libisoburn/usr/lib"
# ldconfig: Can't create temporary cache file /etc/ld.so.cache~: Permission denied
# NOTE: Explicit dynamic library configuration failed. If needed, configure manually for: /tmp/libisoburn/pkg/libisoburn/usr/lib
# make[2]: Leaving directory '/tmp/libisoburn/src/libisoburn-1.4.4'
# if [ -f ./doc/doc.lock ]; then \
# /bin/sh /tmp/libisoburn/src/libisoburn-1.4.4/install-sh -d /tmp/libisoburn/pkg/libisoburn/usr/share/doc/libisoburn-1.4.4/html; \
# /usr/bin/install -c -m 644 doc/html/* /tmp/libisoburn/pkg/libisoburn/usr/share/doc/libisoburn-1.4.4/html; \
# fi
# /usr/bin/mkdir -p '/tmp/libisoburn/pkg/libisoburn/usr/share/info'
# /usr/bin/install -c -m 644 ./xorriso/xorriso.info ./xorriso/xorrisofs.info ./xorriso/xorrecord.info '/tmp/libisoburn/pkg/libisoburn/usr/share/info'
# install-info --info-dir='/tmp/libisoburn/pkg/libisoburn/usr/share/info' '/tmp/libisoburn/pkg/libisoburn/usr/share/info/xorriso.info'
# install-info --info-dir='/tmp/libisoburn/pkg/libisoburn/usr/share/info' '/tmp/libisoburn/pkg/libisoburn/usr/share/info/xorrisofs.info'
# install-info --info-dir='/tmp/libisoburn/pkg/libisoburn/usr/share/info' '/tmp/libisoburn/pkg/libisoburn/usr/share/info/xorrecord.info'
# /usr/bin/mkdir -p '/tmp/libisoburn/pkg/libisoburn/usr/include/libisoburn'
# /usr/bin/install -c -m 644 libisoburn/libisoburn.h xorriso/xorriso.h '/tmp/libisoburn/pkg/libisoburn/usr/include/libisoburn'
# /usr/bin/mkdir -p '/tmp/libisoburn/pkg/libisoburn/usr/share/man/man1'
# /usr/bin/install -c -m 644 xorriso/xorriso.1 xorriso/xorrisofs.1 xorriso/xorrecord.1 '/tmp/libisoburn/pkg/libisoburn/usr/share/man/man1'
# /usr/bin/mkdir -p '/tmp/libisoburn/pkg/libisoburn/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 libisoburn-1.pc '/tmp/libisoburn/pkg/libisoburn/usr/lib/pkgconfig'
# make[1]: Leaving directory '/tmp/libisoburn/src/libisoburn-1.4.4'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libisoburn"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libisoburn 1.4.4-1 (Thu Apr 13 19:20:08 UTC 2017)

CMD: pacman --query --file libisoburn-1.4.4-1-x86_64.pkg.tar.xz
# libisoburn 1.4.4-1

Creating hybrid package for 'libisoburn'

Trying to find vanilla package 'libisoburn'...

CMD: pacman --query --file /mirror/libisoburn-1.4.4-1.pkg.tar.xz
# libisoburn 1.4.4-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/lib/libisoburn.so
# /usr/lib/libisoburn.so.1
# /usr/lib/libisoburn.so.1.100.0
# /usr/lib/pkgconfig/libisoburn-1.pc
# /usr/bin/xorrecord
# /usr/bin/xorriso-tcltk
# /usr/bin/xorrisofs
# /usr/bin/osirrox
# /usr/bin/xorriso
# /usr/share/info/xorrecord.info.gz
# /usr/share/info/xorrisofs.info.gz
# /usr/share/info/xorriso.info.gz
# /usr/share/man/man1/xorriso.1.gz
# /usr/share/man/man1/xorrecord.1.gz
# /usr/share/man/man1/xorrisofs.1.gz
# /usr/include/libisoburn/libisoburn.h
# /usr/include/libisoburn/xorriso.h
# /sysroot/usr/lib/libisoburn.so.1.100.0
# /sysroot/usr/lib/libisoburn.so.1
# /sysroot/usr/lib/libisoburn.so
# /sysroot/usr/lib/libisoburn.la
# /sysroot/usr/lib/libisoburn.a
# /sysroot/usr/lib/pkgconfig/libisoburn-1.pc
# /sysroot/usr/include/libisoburn/libisoburn.h
# /sysroot/usr/include/libisoburn/xorriso.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

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

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libisoburn.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libisoburn.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/libisoburn/src/libisoburn-1.4.4/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 libisoburn configure 1.4.4, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 9fb7ef81d7bf
# 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/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2409: checking build system type
# configure:2423: result: x86_64-unknown-linux-gnu
# configure:2443: checking host system type
# configure:2456: result: x86_64-unknown-linux-gnu
# configure:2476: checking target system type
# configure:2489: result: x86_64-unknown-linux-gnu
# configure:2547: checking for a BSD-compatible install
# configure:2615: result: /usr/bin/install -c
# configure:2626: checking whether build environment is sane
# configure:2681: result: yes
# configure:2740: checking for x86_64-unknown-linux-strip
# configure:2770: result: no
# configure:2780: checking for strip
# configure:2796: found /usr/bin/strip
# configure:2807: result: strip
# configure:2832: checking for a thread-safe mkdir -p
# configure:2871: result: /usr/bin/mkdir -p
# configure:2878: checking for gawk
# configure:2894: found /usr/bin/gawk
# configure:2905: result: gawk
# configure:2916: checking whether make sets $(MAKE)
# configure:2938: result: yes
# configure:2967: checking whether make supports nested variables
# configure:2984: result: yes
# configure:3138: checking whether to enable maintainer-specific portions of Makefiles
# configure:3147: result: no
# configure:3173: checking for style of include used by make
# configure:3201: result: GNU
# configure:3232: checking for x86_64-unknown-linux-gcc
# configure:3259: result: clang
# configure:3528: checking for C compiler version
# configure:3537: 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:3548: $? = 0
# configure:3537: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3548: $? = 0
# configure:3537: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3548: $? = 1
# configure:3537: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3548: $? = 1
# configure:3568: checking whether the C compiler works
# configure:3590: clang conftest.c >&5
# configure:3594: $? = 0
# configure:3642: result: yes
# configure:3645: checking for C compiler default output file name
# configure:3647: result: a.out
# configure:3653: checking for suffix of executables
# configure:3660: clang -o conftest conftest.c >&5
# configure:3664: $? = 0
# configure:3686: result:
# configure:3708: checking whether we are cross compiling
# configure:3716: clang -o conftest conftest.c >&5
# configure:3720: $? = 0
# configure:3727: ./conftest
# configure:3731: $? = 0
# configure:3746: result: no
# configure:3751: checking for suffix of object files
# configure:3773: clang -c conftest.c >&5
# configure:3777: $? = 0
# configure:3798: result: o
# configure:3802: checking whether we are using the GNU C compiler
# configure:3821: clang -c conftest.c >&5
# configure:3821: $? = 0
# configure:3830: result: yes
# configure:3839: checking whether clang accepts -g
# configure:3859: clang -c -g conftest.c >&5
# configure:3859: $? = 0
# configure:3900: result: yes
# configure:3917: checking for clang option to accept ISO C89
# configure:3980: clang -c conftest.c >&5
# configure:3980: $? = 0
# configure:3993: result: none needed
# configure:4018: checking whether clang understands -c and -o together
# configure:4040: clang -c conftest.c -o conftest2.o
# configure:4043: $? = 0
# configure:4040: clang -c conftest.c -o conftest2.o
# configure:4043: $? = 0
# configure:4055: result: yes
# configure:4074: checking dependency style of clang
# configure:4185: result: gcc3
# configure:4202: checking for an ANSI C-conforming const
# configure:4268: clang -c conftest.c >&5
# configure:4268: $? = 0
# configure:4275: result: yes
# configure:4283: checking for inline
# configure:4299: clang -c conftest.c >&5
# configure:4299: $? = 0
# configure:4307: result: inline
# configure:4330: checking how to run the C preprocessor
# configure:4361: clang -E conftest.c
# configure:4361: $? = 0
# configure:4375: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4375: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libisoburn"
# | #define PACKAGE_TARNAME "libisoburn"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "libisoburn 1.4.4"
# | #define PACKAGE_BUGREPORT "http://libburnia-project.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libisoburn"
# | #define VERSION "1.4.4"
# | /* end confdefs.h. */
# | #include
# configure:4400: result: clang -E
# configure:4420: clang -E conftest.c
# configure:4420: $? = 0
# configure:4434: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4434: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libisoburn"
# | #define PACKAGE_TARNAME "libisoburn"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "libisoburn 1.4.4"
# | #define PACKAGE_BUGREPORT "http://libburnia-project.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libisoburn"
# | #define VERSION "1.4.4"
# | /* end confdefs.h. */
# | #include
# configure:4463: checking for grep that handles long lines and -e
# configure:4521: result: /usr/bin/grep
# configure:4526: checking for egrep
# configure:4588: result: /usr/bin/grep -E
# configure:4593: checking for ANSI C header files
# configure:4613: clang -c conftest.c >&5
# configure:4613: $? = 0
# configure:4686: clang -o conftest conftest.c >&5
# configure:4686: $? = 0
# configure:4686: ./conftest
# configure:4686: $? = 0
# configure:4697: result: yes
# configure:4710: checking for sys/types.h
# configure:4710: clang -c conftest.c >&5
# configure:4710: $? = 0
# configure:4710: result: yes
# configure:4710: checking for sys/stat.h
# configure:4710: clang -c conftest.c >&5
# configure:4710: $? = 0
# configure:4710: result: yes
# configure:4710: checking for stdlib.h
# configure:4710: clang -c conftest.c >&5
# configure:4710: $? = 0
# configure:4710: result: yes
# configure:4710: checking for string.h
# configure:4710: clang -c conftest.c >&5
# configure:4710: $? = 0
# configure:4710: result: yes
# configure:4710: checking for memory.h
# configure:4710: clang -c conftest.c >&5
# configure:4710: $? = 0
# configure:4710: result: yes
# configure:4710: checking for strings.h
# configure:4710: clang -c conftest.c >&5
# configure:4710: $? = 0
# configure:4710: result: yes
# configure:4710: checking for inttypes.h
# configure:4710: clang -c conftest.c >&5
# configure:4710: $? = 0
# configure:4710: result: yes
# configure:4710: checking for stdint.h
# configure:4710: clang -c conftest.c >&5
# configure:4710: $? = 0
# configure:4710: result: yes
# configure:4710: checking for unistd.h
# configure:4710: clang -c conftest.c >&5
# configure:4710: $? = 0
# configure:4710: result: yes
# configure:4722: checking whether byte ordering is bigendian
# configure:4737: clang -c conftest.c >&5
# conftest.c:22:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:22:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:4737: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libisoburn"
# | #define PACKAGE_TARNAME "libisoburn"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "libisoburn 1.4.4"
# | #define PACKAGE_BUGREPORT "http://libburnia-project.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libisoburn"
# | #define VERSION "1.4.4"
# | #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:4782: clang -c conftest.c >&5
# configure:4782: $? = 0
# configure:4800: clang -c conftest.c >&5
# conftest.c:28:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:4800: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libisoburn"
# | #define PACKAGE_TARNAME "libisoburn"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "libisoburn 1.4.4"
# | #define PACKAGE_BUGREPORT "http://libburnia-project.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libisoburn"
# | #define VERSION "1.4.4"
# | #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:4928: result: no
# configure:4954: checking for special C compiler options needed for large files
# configure:4999: result: no
# configure:5005: checking for _FILE_OFFSET_BITS value needed for large files
# configure:5030: clang -c conftest.c >&5
# configure:5030: $? = 0
# configure:5062: result: no
# configure:5147: checking for _LARGEFILE_SOURCE value needed for large files
# configure:5166: clang -o conftest conftest.c >&5
# configure:5166: $? = 0
# configure:5194: result: no
# configure:5215: checking for fseeko
# configure:5215: clang -o conftest conftest.c >&5
# configure:5215: $? = 0
# configure:5215: result: yes
# configure:5229: checking for iconv() in separate -liconv
# configure:5248: clang -o conftest conftest.c -liconv >&5
# /usr/bin/ld: cannot find -liconv
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5248: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libisoburn"
# | #define PACKAGE_TARNAME "libisoburn"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "libisoburn 1.4.4"
# | #define PACKAGE_BUGREPORT "http://libburnia-project.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libisoburn"
# | #define VERSION "1.4.4"
# | #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_FSEEKO 1
# | /* end confdefs.h. */
# | #include
# | #include
# | int
# | main ()
# | {
# | iconv_t cd = iconv_open("","");
# | iconv(cd,NULL,NULL,NULL,NULL);
# | iconv_close(cd);
# | ;
# | return 0;
# | }
# configure:5256: result: no
# configure:5261: checking for libiconv in -liconv
# configure:5286: clang -o conftest conftest.c -liconv >&5
# /usr/bin/ld: cannot find -liconv
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5286: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libisoburn"
# | #define PACKAGE_TARNAME "libisoburn"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "libisoburn 1.4.4"
# | #define PACKAGE_BUGREPORT "http://libburnia-project.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libisoburn"
# | #define VERSION "1.4.4"
# | #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_FSEEKO 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 libiconv ();
# | int
# | main ()
# | {
# | return libiconv ();
# | ;
# | return 0;
# | }
# configure:5295: result: no
# configure:5308: checking for const qualifier with iconv()
# configure:5325: clang -c conftest.c >&5
# configure:5325: $? = 0
# configure:5345: result: no
# configure:5490: checking how to print strings
# configure:5517: result: printf
# configure:5538: checking for a sed that does not truncate output
# configure:5602: result: /usr/bin/sed
# configure:5620: checking for fgrep
# configure:5682: result: /usr/bin/grep -F
# configure:5717: checking for ld used by clang
# configure:5784: result: /usr/bin/ld
# configure:5791: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5806: result: yes
# configure:5818: checking for BSD- or MS-compatible name lister (nm)
# configure:5867: result: /usr/bin/nm -B
# configure:5997: checking the name lister (/usr/bin/nm -B) interface
# configure:6004: clang -c conftest.c >&5
# configure:6007: /usr/bin/nm -B "conftest.o"
# configure:6010: output
# 0000000000000000 B some_variable
# configure:6017: result: BSD nm
# configure:6020: checking whether ln -s works
# configure:6024: result: yes
# configure:6032: checking the maximum length of command line arguments
# configure:6163: result: 1572864
# configure:6180: checking whether the shell understands some XSI constructs
# configure:6190: result: yes
# configure:6194: checking whether the shell understands "+="
# configure:6200: result: yes
# configure:6235: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:6275: result: func_convert_file_noop
# configure:6282: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:6302: result: func_convert_file_noop
# configure:6309: checking for /usr/bin/ld option to reload object files
# configure:6316: result: -r
# configure:6350: checking for x86_64-unknown-linux-objdump
# configure:6380: result: no
# configure:6390: checking for objdump
# configure:6406: found /usr/bin/objdump
# configure:6417: result: objdump
# configure:6449: checking how to recognize dependent libraries
# configure:6647: result: pass_all
# configure:6692: checking for x86_64-unknown-linux-dlltool
# configure:6722: result: no
# configure:6732: checking for dlltool
# configure:6762: result: no
# configure:6792: checking how to associate runtime and link libraries
# configure:6819: result: printf %s\n
# configure:6835: checking for x86_64-unknown-linux-ar
# configure:6865: result: no
# configure:6879: checking for ar
# configure:6895: found /usr/bin/ar
# configure:6906: result: ar
# configure:6943: checking for archiver @FILE support
# configure:6960: clang -c conftest.c >&5
# configure:6960: $? = 0
# configure:6963: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6966: $? = 0
# configure:6971: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:6974: $? = 1
# configure:6986: result: @
# configure:7004: checking for x86_64-unknown-linux-strip
# configure:7031: result: strip
# configure:7103: checking for x86_64-unknown-linux-ranlib
# configure:7133: result: no
# configure:7143: checking for ranlib
# configure:7159: found /usr/bin/ranlib
# configure:7170: result: ranlib
# configure:7272: checking command to parse /usr/bin/nm -B output from clang object
# configure:7392: clang -c conftest.c >&5
# configure:7395: $? = 0
# configure:7399: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:7402: $? = 0
# configure:7468: clang -o conftest conftest.c conftstm.o >&5
# configure:7471: $? = 0
# configure:7509: result: ok
# configure:7546: checking for sysroot
# configure:7576: result: no
# configure:7653: clang -c conftest.c >&5
# configure:7656: $? = 0
# configure:7805: checking for x86_64-unknown-linux-mt
# configure:7835: result: no
# configure:7845: checking for mt
# configure:7875: result: no
# configure:7895: checking if : is a manifest tool
# configure:7901: : '-?'
# configure:7909: result: no
# configure:8548: checking for dlfcn.h
# configure:8548: clang -c conftest.c >&5
# configure:8548: $? = 0
# configure:8548: result: yes
# configure:8754: checking for objdir
# configure:8769: result: .libs
# configure:9036: checking if clang supports -fno-rtti -fno-exceptions
# configure:9054: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:9058: $? = 0
# configure:9071: result: yes
# configure:9398: checking for clang option to produce PIC
# configure:9405: result: -fPIC -DPIC
# configure:9413: checking if clang PIC flag -fPIC -DPIC works
# configure:9431: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9435: $? = 0
# configure:9448: result: yes
# configure:9477: checking if clang static flag -static works
# configure:9505: result: yes
# configure:9520: checking if clang supports -c -o file.o
# configure:9541: clang -c -o out/conftest2.o conftest.c >&5
# configure:9545: $? = 0
# configure:9567: result: yes
# configure:9575: checking if clang supports -c -o file.o
# configure:9622: result: yes
# configure:9655: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10812: result: yes
# configure:10849: checking whether -lc should be explicitly linked in
# configure:10857: clang -c conftest.c >&5
# configure:10860: $? = 0
# configure:10875: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10878: $? = 0
# configure:10892: result: no
# configure:11052: checking dynamic linker characteristics
# configure:11552: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11552: $? = 0
# configure:11787: result: GNU/Linux ld.so
# configure:11894: checking how to hardcode library paths into programs
# configure:11919: result: immediate
# configure:12459: checking whether stripping libraries is possible
# configure:12464: result: yes
# configure:12499: checking if libtool supports shared libraries
# configure:12501: result: yes
# configure:12504: checking whether to build shared libraries
# configure:12525: result: yes
# configure:12528: checking whether to build static libraries
# configure:12532: result: yes
# configure:12576: checking dummy usability
# configure:12576: clang -c conftest.c >&5
# conftest.c:58:10: fatal error: 'dummy' file not found
# #include
# ^
# 1 error generated.
# configure:12576: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libisoburn"
# | #define PACKAGE_TARNAME "libisoburn"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "libisoburn 1.4.4"
# | #define PACKAGE_BUGREPORT "http://libburnia-project.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libisoburn"
# | #define VERSION "1.4.4"
# | #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_FSEEKO 1
# | #define ICONV_CONST /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:12576: result: no
# configure:12576: checking dummy presence
# configure:12576: clang -E conftest.c
# conftest.c:25:10: fatal error: 'dummy' file not found
# #include
# ^
# 1 error generated.
# configure:12576: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libisoburn"
# | #define PACKAGE_TARNAME "libisoburn"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "libisoburn 1.4.4"
# | #define PACKAGE_BUGREPORT "http://libburnia-project.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libisoburn"
# | #define VERSION "1.4.4"
# | #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_FSEEKO 1
# | #define ICONV_CONST /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:12576: result: no
# configure:12576: checking for dummy
# configure:12576: result: no
# configure:12576: checking mt usability
# configure:12576: clang -c conftest.c >&5
# conftest.c:58:10: fatal error: 'mt' file not found
# #include
# ^
# 1 error generated.
# configure:12576: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libisoburn"
# | #define PACKAGE_TARNAME "libisoburn"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "libisoburn 1.4.4"
# | #define PACKAGE_BUGREPORT "http://libburnia-project.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libisoburn"
# | #define VERSION "1.4.4"
# | #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_FSEEKO 1
# | #define ICONV_CONST /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:12576: result: no
# configure:12576: checking mt presence
# configure:12576: clang -E conftest.c
# conftest.c:25:10: fatal error: 'mt' file not found
# #include
# ^
# 1 error generated.
# configure:12576: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libisoburn"
# | #define PACKAGE_TARNAME "libisoburn"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "libisoburn 1.4.4"
# | #define PACKAGE_BUGREPORT "http://libburnia-project.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libisoburn"
# | #define VERSION "1.4.4"
# | #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_FSEEKO 1
# | #define ICONV_CONST /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:12576: result: no
# configure:12576: checking for mt
# configure:12576: result: no
# configure:12587: checking for struct tm.tm_gmtoff
# configure:12587: clang -c conftest.c >&5
# configure:12587: $? = 0
# configure:12587: result: yes
# configure:12610: clang -o conftest conftest.c >&5
# configure:12610: $? = 0
# configure:12636: checking target operating system
# configure:12674: result: linux
# configure:12760: checking for overridden pkgconfig directory path
# configure:12776: result: no
# configure:12801: checking for desired functions in libreadline
# configure:12830: clang -o conftest conftest.c -lreadline >&5
# configure:12830: $? = 0
# configure:12886: result: yes
# configure:13127: checking sys/acl.h usability
# configure:13127: clang -c conftest.c >&5
# configure:13127: $? = 0
# configure:13127: result: yes
# configure:13127: checking sys/acl.h presence
# configure:13127: clang -E conftest.c
# configure:13127: $? = 0
# configure:13127: result: yes
# configure:13127: checking for sys/acl.h
# configure:13127: result: yes
# configure:13129: checking for acl_to_text in -lacl
# configure:13154: clang -o conftest conftest.c -lacl -lreadline >&5
# configure:13154: $? = 0
# configure:13163: result: yes
# configure:13254: checking attr/xattr.h usability
# configure:13254: clang -c conftest.c >&5
# configure:13254: $? = 0
# configure:13254: result: yes
# configure:13254: checking attr/xattr.h presence
# configure:13254: clang -E conftest.c
# configure:13254: $? = 0
# configure:13254: result: yes
# configure:13254: checking for attr/xattr.h
# configure:13254: result: yes
# configure:13256: checking for listxattr in -lc
# configure:13281: clang -o conftest conftest.c -lc -lacl -lreadline >&5
# configure:13281: $? = 0
# configure:13290: result: yes
# configure:13380: checking zlib.h usability
# configure:13380: clang -c conftest.c >&5
# configure:13380: $? = 0
# configure:13380: result: yes
# configure:13380: checking zlib.h presence
# configure:13380: clang -E conftest.c
# configure:13380: $? = 0
# configure:13380: result: yes
# configure:13380: checking for zlib.h
# configure:13380: result: yes
# configure:13382: checking for compressBound in -lz
# configure:13407: clang -o conftest conftest.c -lz -lacl -lreadline >&5
# configure:13407: $? = 0
# configure:13416: result: yes
# configure:13448: checking libjte/libjte.h usability
# configure:13448: clang -c conftest.c >&5
# conftest.c:62:10: fatal error: 'libjte/libjte.h' file not found
# #include
# ^
# 1 error generated.
# configure:13448: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libisoburn"
# | #define PACKAGE_TARNAME "libisoburn"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "libisoburn 1.4.4"
# | #define PACKAGE_BUGREPORT "http://libburnia-project.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libisoburn"
# | #define VERSION "1.4.4"
# | #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_FSEEKO 1
# | #define ICONV_CONST /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_TM_GMTOFF 1
# | #define Libburnia_timezonE timezone
# | #define HAVE_LIBACL 1
# | #define HAVE_LIBZ 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:13448: result: no
# configure:13448: checking libjte/libjte.h presence
# configure:13448: clang -E conftest.c
# conftest.c:29:10: fatal error: 'libjte/libjte.h' file not found
# #include
# ^
# 1 error generated.
# configure:13448: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libisoburn"
# | #define PACKAGE_TARNAME "libisoburn"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "libisoburn 1.4.4"
# | #define PACKAGE_BUGREPORT "http://libburnia-project.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libisoburn"
# | #define VERSION "1.4.4"
# | #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_FSEEKO 1
# | #define ICONV_CONST /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_TM_GMTOFF 1
# | #define Libburnia_timezonE timezone
# | #define HAVE_LIBACL 1
# | #define HAVE_LIBZ 1
# | /* end confdefs.h. */
# | #include
# configure:13448: result: no
# configure:13448: checking for libjte/libjte.h
# configure:13448: result: no
# configure:13702: clang -o conftest -Wl,--version-script=libisoburn/libisoburn.ver conftest.c -lz -lacl -lreadline >&5
# configure:13702: $? = 0
# configure:13742: checking libburn/libburn.h usability
# configure:13742: clang -c conftest.c >&5
# configure:13742: $? = 0
# configure:13742: result: yes
# configure:13742: checking libburn/libburn.h presence
# configure:13742: clang -E conftest.c
# configure:13742: $? = 0
# configure:13742: result: yes
# configure:13742: checking for libburn/libburn.h
# configure:13742: result: yes
# configure:13750: checking libisofs/libisofs.h usability
# configure:13750: clang -c conftest.c >&5
# configure:13750: $? = 0
# configure:13750: result: yes
# configure:13750: checking libisofs/libisofs.h presence
# configure:13750: clang -E conftest.c
# configure:13750: $? = 0
# configure:13750: result: yes
# configure:13750: checking for libisofs/libisofs.h
# configure:13750: result: yes
# configure:14367: checking that generated files are newer than configure
# configure:14373: result: done
# configure:14401: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libisoburn config.status 1.4.4, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 9fb7ef81d7bf
#
# config.status:1049: creating Makefile
# config.status:1049: creating doc/doxygen.conf
# config.status:1049: creating version.h
# config.status:1049: creating libisoburn-1.pc
# config.status:1221: executing depfiles commands
# config.status:1221: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=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_LIBBURN_CFLAGS_set=
# ac_cv_env_LIBBURN_CFLAGS_value=
# ac_cv_env_LIBBURN_LIBS_set=
# ac_cv_env_LIBBURN_LIBS_value=
# ac_cv_env_LIBCDIO_CFLAGS_set=
# ac_cv_env_LIBCDIO_CFLAGS_value=
# ac_cv_env_LIBCDIO_LIBS_set=
# ac_cv_env_LIBCDIO_LIBS_value=
# ac_cv_env_LIBISOFS_CFLAGS_set=
# ac_cv_env_LIBISOFS_CFLAGS_value=
# ac_cv_env_LIBISOFS_LIBS_set=
# ac_cv_env_LIBISOFS_LIBS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_fseeko=yes
# ac_cv_header_attr_xattr_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_dummy=no
# ac_cv_header_inttypes_h=yes
# ac_cv_header_libburn_libburn_h=yes
# ac_cv_header_libisofs_libisofs_h=yes
# ac_cv_header_libjte_libjte_h=no
# ac_cv_header_memory_h=yes
# ac_cv_header_mt=no
# 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_acl_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_zlib_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_acl_acl_to_text=yes
# ac_cv_lib_c_listxattr=yes
# ac_cv_lib_iconv_libiconv=no
# ac_cv_lib_z_compressBound=yes
# ac_cv_member_struct_tm_tm_gmtoff=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_sys_largefile_source=no
# ac_cv_target=x86_64-unknown-linux-gnu
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libisoburn/src/libisoburn-1.4.4/missing aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# ARCH='linux'
# AUTOCONF='${SHELL} /tmp/libisoburn/src/libisoburn-1.4.4/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/libisoburn/src/libisoburn-1.4.4/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/libisoburn/src/libisoburn-1.4.4/missing automake-1.14'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS='-DXorriso_with_readlinE -DLibisofs_with_aaip_acL -DLibisofs_with_aaip_xattR -DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD -DLibisofs_with_zliB -DDEBUG -g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts '
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DPACKAGE_NAME=\"libisoburn\" -DPACKAGE_TARNAME=\"libisoburn\" -DPACKAGE_VERSION=\"1.4.4\" -DPACKAGE_STRING=\"libisoburn\ 1.4.4\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libisoburn\" -DVERSION=\"1.4.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DICONV_CONST=/\*\*/ -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TM_GMTOFF=1 -DLibburnia_timezonE=timezone -DHAVE_LIBACL=1 -DHAVE_LIBZ=1'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# EXTF_DEF='-DXorriso_allow_external_filterS'
# EXTF_SUID_DEF=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# ISOBURN_MAJOR_VERSION='1'
# ISOBURN_MICRO_VERSION='4'
# ISOBURN_MINOR_VERSION='4'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LFRONT_DEF='-DXorriso_allow_launch_frontenD'
# LFRONT_SUID_DEF=''
# LIBACL_DEF='-DLibisofs_with_aaip_acL'
# LIBBURNIA_LDCONFIG_CMD='ldconfig'
# LIBBURNIA_PKGCONFDIR='${exec_prefix}/lib/pkgconfig'
# LIBBURN_ARCH_LIBS=''
# LIBBURN_CFLAGS=''
# LIBBURN_LIBS=''
# LIBCDIO_CFLAGS=''
# LIBCDIO_DEF=''
# LIBCDIO_LIBS=''
# LIBISOFS_CFLAGS=''
# LIBISOFS_LIBS=''
# LIBJTE_DEF=''
# LIBLDFLAGS='-Wl,--version-script=libisoburn/libisoburn.ver'
# LIBOBJS=''
# LIBS='-lz -lacl -lreadline'
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIBTOOL_DEPS='./ltmain.sh'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# LT_AGE='100'
# LT_CURRENT='101'
# LT_CURRENT_MINUS_AGE='1'
# LT_RELEASE='1.4'
# LT_REVISION='0'
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/libisoburn/src/libisoburn-1.4.4/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libisoburn'
# PACKAGE_BUGREPORT='http://libburnia-project.org'
# PACKAGE_NAME='libisoburn'
# PACKAGE_STRING='libisoburn 1.4.4'
# PACKAGE_TARNAME='libisoburn'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.4.4'
# PATH_SEPARATOR=':'
# PKG_CONFIG=''
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# RANLIB='ranlib'
# READLINE_DEF='-DXorriso_with_readlinE'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# THREAD_LIBS='-lpthread'
# VERSION='1.4.4'
# XATTR_DEF='-DLibisofs_with_aaip_xattR'
# XORRISO_DVD_OBS_64K=''
# ZLIB_DEF='-DLibisofs_with_zliB'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/libisoburn/src/libisoburn-1.4.4/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libisoburn"
# #define PACKAGE_TARNAME "libisoburn"
# #define PACKAGE_VERSION "1.4.4"
# #define PACKAGE_STRING "libisoburn 1.4.4"
# #define PACKAGE_BUGREPORT "http://libburnia-project.org"
# #define PACKAGE_URL ""
# #define PACKAGE "libisoburn"
# #define VERSION "1.4.4"
# #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_FSEEKO 1
# #define ICONV_CONST /**/
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_TM_GMTOFF 1
# #define Libburnia_timezonE timezone
# #define HAVE_LIBACL 1
# #define HAVE_LIBZ 1
#
# configure: exit 0