Homebrew / legacy-homebrew

💀 The former home of Homebrew/homebrew (deprecated)
https://brew.sh
26.99k stars 11.36k forks source link

sleuthkit broken on 10.10 #34208

Closed DomT4 closed 9 years ago

DomT4 commented 9 years ago

A heads up more than anything here.

I'm using Java 1.8 rather than 1.7, so perhaps that's an important variable.

==> Patching
/usr/bin/patch -g 0 -f -d /private/tmp/sleuthkit-H3NYX6/sleuthkit-4.1.3 -p1 -i /private/tmp/sleuthkit--patch-YkQiEu/39c62d6d169f8723c821ca7decdb8e124e126782.diff
patching file bindings/java/ivy.xml
patching file bindings/java/ivysettings.xml
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/sleuthkit/4.1.3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... config/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for cppunit-config... no
checking for Cppunit - version >= 1.12.1... no
checking build system type... i386-apple-darwin14.0.0
checking host system type... i386-apple-darwin14.0.0
checking for style of include used by make... GNU
checking for gcc... clang
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking dependency style of clang... none
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from clang object... ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking how to run the C preprocessor... clang -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fno-common -DPIC
checking if clang PIC flag -fno-common -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin14.0.0 dyld
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 whether to enable maintainer-specific portions of Makefiles... no
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking dependency style of clang++... none
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether clang++ accepts -g... (cached) yes
checking dependency style of clang++... (cached) none
checking how to run the C++ preprocessor... clang++ -E
checking for ld used by clang++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking for clang++ option to produce PIC... -fno-common -DPIC
checking if clang++ PIC flag -fno-common -DPIC works... yes
checking if clang++ static flag -static works... no
checking if clang++ supports -c -o file.o... yes
checking if clang++ supports -c -o file.o... (cached) yes
checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin14.0.0 dyld
checking how to hardcode library paths into programs... immediate
checking for gcc... (cached) clang
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ISO C89... (cached) none needed
checking dependency style of clang... (cached) none
checking how to run the C preprocessor... clang -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for perl... /usr/bin/perl
checking for ANSI C header files... (cached) yes
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking for inttypes.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdint.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... yes
checking for mode_t... yes
checking for off_t... yes
checking for size_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for working alloca.h... yes
checking for alloca... yes
checking for error_at_line... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking whether clang needs -traditional... no
checking whether lstat dereferences a symlink specified with a trailing slash... no
checking whether lstat accepts an empty string... no
checking whether lstat dereferences a symlink specified with a trailing slash... (cached) no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking whether utime accepts a null argument... yes
checking for vprintf... yes
checking for _doprnt... no
checking for ishexnumber... yes
checking for err... yes
checking for errx... yes
checking for warn... yes
checking for warnx... yes
checking for vasprintf... yes
checking for getrusage... yes
checking for strlcpy... yes
checking for strlcat... yes
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for main in -lstdc++... yes
checking for list... no
checking for map... no
checking for queue... no
checking for set... no
checking for stack... no
checking for streambuf... no
checking for string... no
checking for vector... no
checking for dlopen in -ldl... yes
checking afflib/afflib.h usability... no
checking afflib/afflib.h presence... no
checking for afflib/afflib.h... no
configure: checking for zlib
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for inflate in -lz... yes
checking for dlopen in -ldl... (cached) yes
checking libewf.h usability... no
checking libewf.h presence... no
checking for libewf.h... no
checking for library containing dlopen... none required
checking for gcj... no
checking for guavac... no
checking for jikes... no
checking for javac... javac
checking if javac works... yes
checking for javac... /usr/bin/javac
checking symlink for /usr/bin/javac... /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/javac
checking for kaffe... no
checking for java... java
checking for uudecode... yes
checking if uudecode can decode base 64 file... yes
checking if java works... yes
checking for ant... /usr/local/Library/ENV/4.3/ant
configure: creating ./config.status
config.status: creating Makefile
config.status: creating tsk/Makefile
config.status: creating tsk/base/Makefile
config.status: creating tsk/img/Makefile
config.status: creating tsk/vs/Makefile
config.status: creating tsk/fs/Makefile
config.status: creating tsk/hashdb/Makefile
./config.status: line 1067: 88180 Killed: 9               sed "/^[   ]*VPATH[    ]*=/{
s/:*\$(srcdir):*/:/
s/:*\${srcdir}:*/:/
s/:*@srcdir@:*/:/
s/^\([^=]*=[     ]*\):*/\1/
s/:*$//
s/^[^=]*=[   ]*$//
}

:t
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
s&@configure_input@&$configure_input&;t t
s&@top_builddir@&$ac_top_builddir_sub&;t t
s&@srcdir@&$ac_srcdir&;t t
s&@abs_srcdir@&$ac_abs_srcdir&;t t
s&@top_srcdir@&$ac_top_srcdir&;t t
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
s&@builddir@&$ac_builddir&;t t
s&@abs_builddir@&$ac_abs_builddir&;t t
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
s&@INSTALL@&$ac_INSTALL&;t t
s&@MKDIR_P@&$ac_MKDIR_P&;t t
$ac_datarootdir_hack
" $ac_file_inputs
     88181                       | sed -f "$tmp/subs-1.sed"
     88182                       | sed -f "$tmp/subs-2.sed" > $tmp/out
config.status: creating tsk/auto/Makefile
config.status: creating tools/Makefile
config.status: creating tools/imgtools/Makefile
config.status: creating tools/vstools/Makefile
config.status: creating tools/fstools/Makefile
config.status: creating tools/hashtools/Makefile
config.status: creating tools/srchtools/Makefile
config.status: creating tools/autotools/Makefile
config.status: creating tools/sorter/Makefile
config.status: creating tools/timeline/Makefile
config.status: creating tools/fiwalk/Makefile
config.status: creating tools/fiwalk/src/Makefile
config.status: creating tools/fiwalk/plugins/Makefile
config.status: creating tests/Makefile
config.status: creating samples/Makefile
config.status: creating man/Makefile
config.status: creating bindings/java/Makefile
config.status: creating bindings/java/jni/Makefile
config.status: creating unit_tests/Makefile
config.status: creating unit_tests/base/Makefile
config.status: creating tsk/tsk_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing tsk/tsk_incs.h commands
configure:
Building:
   afflib support:                        no
   libewf support:                        no
   zlib support:                          yes

Features:
   Java/JNI support:                      yes

==> make
Making all in tsk
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
Making all in base
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o md5c.lo md5c.c
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o mymalloc.lo mymalloc.c
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o sha1c.lo sha1c.c
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o crc.lo crc.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c md5c.c  -fno-common -DPIC -o .libs/md5c.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c mymalloc.c  -fno-common -DPIC -o .libs/mymalloc.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c crc.c  -fno-common -DPIC -o .libs/crc.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c sha1c.c  -fno-common -DPIC -o .libs/sha1c.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c crc.c -o crc.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o tsk_endian.lo tsk_endian.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c tsk_endian.c  -fno-common -DPIC -o .libs/tsk_endian.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c md5c.c -o md5c.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c mymalloc.c -o mymalloc.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c sha1c.c -o sha1c.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c tsk_endian.c -o tsk_endian.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o tsk_error.lo tsk_error.c
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o tsk_list.lo tsk_list.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c tsk_error.c  -fno-common -DPIC -o .libs/tsk_error.o
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o tsk_parse.lo tsk_parse.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c tsk_list.c  -fno-common -DPIC -o .libs/tsk_list.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c tsk_parse.c  -fno-common -DPIC -o .libs/tsk_parse.o
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o tsk_printf.lo tsk_printf.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c tsk_printf.c  -fno-common -DPIC -o .libs/tsk_printf.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c tsk_list.c -o tsk_list.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c tsk_parse.c -o tsk_parse.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c tsk_printf.c -o tsk_printf.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c tsk_error.c -o tsk_error.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o tsk_unicode.lo tsk_unicode.c
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o tsk_version.lo tsk_version.c
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o tsk_stack.lo tsk_stack.c
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o XGetopt.lo XGetopt.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c tsk_unicode.c  -fno-common -DPIC -o .libs/tsk_unicode.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c tsk_version.c  -fno-common -DPIC -o .libs/tsk_version.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c tsk_stack.c  -fno-common -DPIC -o .libs/tsk_stack.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c XGetopt.c  -fno-common -DPIC -o .libs/XGetopt.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c tsk_stack.c -o tsk_stack.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c tsk_version.c -o tsk_version.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c XGetopt.c -o XGetopt.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c tsk_unicode.c -o tsk_unicode.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o tsk_lock.lo tsk_lock.c
/bin/sh ../../libtool --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o tsk_error_win32.lo tsk_error_win32.cpp
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c tsk_lock.c  -fno-common -DPIC -o .libs/tsk_lock.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c tsk_error_win32.cpp  -fno-common -DPIC -o .libs/tsk_error_win32.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c tsk_lock.c -o tsk_lock.o >/dev/null 2>&1
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c tsk_error_win32.cpp -o tsk_error_win32.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX   --mode=link clang++  -g -O2  -D_THREAD_SAFE -pthread -L/usr/local/lib -o libtskbase.la  md5c.lo mymalloc.lo sha1c.lo crc.lo tsk_endian.lo tsk_error.lo tsk_list.lo tsk_parse.lo tsk_printf.lo tsk_unicode.lo tsk_version.lo tsk_stack.lo XGetopt.lo tsk_lock.lo tsk_error_win32.lo  -ldl -lz -ldl -lstdc++
libtool: link: ar cru .libs/libtskbase.a .libs/md5c.o .libs/mymalloc.o .libs/sha1c.o .libs/crc.o .libs/tsk_endian.o .libs/tsk_error.o .libs/tsk_list.o .libs/tsk_parse.o .libs/tsk_printf.o .libs/tsk_unicode.o .libs/tsk_version.o .libs/tsk_stack.o .libs/XGetopt.o .libs/tsk_lock.o .libs/tsk_error_win32.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libtskbase.a(XGetopt.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libtskbase.a(tsk_error_win32.o) has no symbols
libtool: link: ranlib .libs/libtskbase.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libtskbase.a(XGetopt.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libtskbase.a(tsk_error_win32.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libtskbase.la" && ln -s "../libtskbase.la" "libtskbase.la" )
Making all in img
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o img_open.lo img_open.c
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o img_types.lo img_types.c
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o raw.lo raw.c
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o aff.lo aff.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c img_open.c  -fno-common -DPIC -o .libs/img_open.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c img_types.c  -fno-common -DPIC -o .libs/img_types.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c raw.c  -fno-common -DPIC -o .libs/raw.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c aff.c  -fno-common -DPIC -o .libs/aff.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c aff.c -o aff.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c img_types.c -o img_types.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c img_open.c -o img_open.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o ewf.lo ewf.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c raw.c -o raw.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c ewf.c  -fno-common -DPIC -o .libs/ewf.o
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o img_io.lo img_io.c
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o mult_files.lo mult_files.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c img_io.c  -fno-common -DPIC -o .libs/img_io.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c mult_files.c  -fno-common -DPIC -o .libs/mult_files.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c ewf.c -o ewf.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c img_io.c -o img_io.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c mult_files.c -o mult_files.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=link clang  -g -O2  -D_THREAD_SAFE -pthread -L/usr/local/lib -o libtskimg.la  img_open.lo img_types.lo raw.lo aff.lo ewf.lo img_io.lo mult_files.lo  -ldl -lz -ldl -lstdc++
libtool: link: ar cru .libs/libtskimg.a .libs/img_open.o .libs/img_types.o .libs/raw.o .libs/aff.o .libs/ewf.o .libs/img_io.o .libs/mult_files.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libtskimg.a(aff.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libtskimg.a(ewf.o) has no symbols
libtool: link: ranlib .libs/libtskimg.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libtskimg.a(aff.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libtskimg.a(ewf.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libtskimg.la" && ln -s "../libtskimg.la" "libtskimg.la" )
Making all in vs
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o mm_open.lo mm_open.c
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o mm_part.lo mm_part.c
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o mm_types.lo mm_types.c
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o mm_io.lo mm_io.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c mm_open.c  -fno-common -DPIC -o .libs/mm_open.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c mm_part.c  -fno-common -DPIC -o .libs/mm_part.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c mm_types.c  -fno-common -DPIC -o .libs/mm_types.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c mm_io.c  -fno-common -DPIC -o .libs/mm_io.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c mm_open.c -o mm_open.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c mm_io.c -o mm_io.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c mm_types.c -o mm_types.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c mm_part.c -o mm_part.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o bsd.lo bsd.c
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o dos.lo dos.c
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o gpt.lo gpt.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c dos.c  -fno-common -DPIC -o .libs/dos.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c bsd.c  -fno-common -DPIC -o .libs/bsd.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c gpt.c  -fno-common -DPIC -o .libs/gpt.o
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o mac.lo mac.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c mac.c  -fno-common -DPIC -o .libs/mac.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c bsd.c -o bsd.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c mac.c -o mac.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c gpt.c -o gpt.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c dos.c -o dos.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o sun.lo sun.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c sun.c  -fno-common -DPIC -o .libs/sun.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c sun.c -o sun.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=link clang  -g -O2  -D_THREAD_SAFE -pthread -L/usr/local/lib -o libtskvs.la  mm_open.lo mm_part.lo mm_types.lo mm_io.lo bsd.lo dos.lo gpt.lo mac.lo sun.lo  -ldl -lz -ldl -lstdc++
libtool: link: ar cru .libs/libtskvs.a .libs/mm_open.o .libs/mm_part.o .libs/mm_types.o .libs/mm_io.o .libs/bsd.o .libs/dos.o .libs/gpt.o .libs/mac.o .libs/sun.o
libtool: link: ranlib .libs/libtskvs.a
libtool: link: ( cd ".libs" && rm -f "libtskvs.la" && ln -s "../libtskvs.la" "libtskvs.la" )
Making all in fs
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o fs_inode.lo fs_inode.c
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o fs_io.lo fs_io.c
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o fs_block.lo fs_block.c
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o fs_open.lo fs_open.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fs_inode.c  -fno-common -DPIC -o .libs/fs_inode.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fs_io.c  -fno-common -DPIC -o .libs/fs_io.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fs_block.c  -fno-common -DPIC -o .libs/fs_block.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fs_open.c  -fno-common -DPIC -o .libs/fs_open.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fs_inode.c -o fs_inode.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fs_block.c -o fs_block.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fs_open.c -o fs_open.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fs_io.c -o fs_io.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o fs_name.lo fs_name.c
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o fs_dir.lo fs_dir.c
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o fs_types.lo fs_types.c
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o fs_attr.lo fs_attr.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fs_dir.c  -fno-common -DPIC -o .libs/fs_dir.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fs_name.c  -fno-common -DPIC -o .libs/fs_name.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fs_types.c  -fno-common -DPIC -o .libs/fs_types.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fs_attr.c  -fno-common -DPIC -o .libs/fs_attr.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fs_types.c -o fs_types.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fs_name.c -o fs_name.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fs_attr.c -o fs_attr.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fs_dir.c -o fs_dir.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o fs_attrlist.lo fs_attrlist.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fs_attrlist.c  -fno-common -DPIC -o .libs/fs_attrlist.o
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o fs_load.lo fs_load.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fs_attrlist.c -o fs_attrlist.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o fs_parse.lo fs_parse.c
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o fs_file.lo fs_file.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fs_load.c  -fno-common -DPIC -o .libs/fs_load.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fs_parse.c  -fno-common -DPIC -o .libs/fs_parse.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fs_file.c  -fno-common -DPIC -o .libs/fs_file.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fs_load.c -o fs_load.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o unix_misc.lo unix_misc.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c unix_misc.c  -fno-common -DPIC -o .libs/unix_misc.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fs_parse.c -o fs_parse.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o nofs_misc.lo nofs_misc.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fs_file.c -o fs_file.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c nofs_misc.c  -fno-common -DPIC -o .libs/nofs_misc.o
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o ffs.lo ffs.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c ffs.c  -fno-common -DPIC -o .libs/ffs.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c unix_misc.c -o unix_misc.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o ffs_dent.lo ffs_dent.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c nofs_misc.c -o nofs_misc.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c ffs_dent.c  -fno-common -DPIC -o .libs/ffs_dent.o
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o ext2fs.lo ext2fs.c
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o ext2fs_dent.lo ext2fs_dent.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c ext2fs.c  -fno-common -DPIC -o .libs/ext2fs.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c ext2fs_dent.c  -fno-common -DPIC -o .libs/ext2fs_dent.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c ffs_dent.c -o ffs_dent.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o ext2fs_journal.lo ext2fs_journal.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c ext2fs_dent.c -o ext2fs_dent.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c ext2fs_journal.c  -fno-common -DPIC -o .libs/ext2fs_journal.o
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o fatfs.lo fatfs.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fatfs.c  -fno-common -DPIC -o .libs/fatfs.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c ext2fs_journal.c -o ext2fs_journal.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o fatfs_meta.lo fatfs_meta.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fatfs_meta.c  -fno-common -DPIC -o .libs/fatfs_meta.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fatfs.c -o fatfs.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c ffs.c -o ffs.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o fatfs_dent.lo fatfs_dent.cpp
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fatfs_meta.c -o fatfs_meta.o >/dev/null 2>&1
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fatfs_dent.cpp  -fno-common -DPIC -o .libs/fatfs_dent.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c ext2fs.c -o ext2fs.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o ntfs.lo ntfs.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c ntfs.c  -fno-common -DPIC -o .libs/ntfs.o
/bin/sh ../../libtool --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o ntfs_dent.lo ntfs_dent.cpp
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c ntfs_dent.cpp  -fno-common -DPIC -o .libs/ntfs_dent.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fatfs_dent.cpp -o fatfs_dent.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o swapfs.lo swapfs.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c swapfs.c  -fno-common -DPIC -o .libs/swapfs.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c swapfs.c -o swapfs.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o rawfs.lo rawfs.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c rawfs.c  -fno-common -DPIC -o .libs/rawfs.o
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o iso9660.lo iso9660.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c rawfs.c -o rawfs.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c iso9660.c  -fno-common -DPIC -o .libs/iso9660.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c ntfs_dent.cpp -o ntfs_dent.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c ntfs.c -o ntfs.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o iso9660_dent.lo iso9660_dent.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c iso9660_dent.c  -fno-common -DPIC -o .libs/iso9660_dent.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c iso9660_dent.c -o iso9660_dent.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o hfs.lo hfs.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c hfs.c  -fno-common -DPIC -o .libs/hfs.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c iso9660.c -o iso9660.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o hfs_dent.lo hfs_dent.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c hfs_dent.c  -fno-common -DPIC -o .libs/hfs_dent.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c hfs_dent.c -o hfs_dent.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o hfs_journal.lo hfs_journal.c
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o hfs_unicompare.lo hfs_unicompare.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c hfs_journal.c  -fno-common -DPIC -o .libs/hfs_journal.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c hfs_unicompare.c  -fno-common -DPIC -o .libs/hfs_unicompare.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c hfs_journal.c -o hfs_journal.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o dcalc_lib.lo dcalc_lib.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c hfs_unicompare.c -o hfs_unicompare.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c dcalc_lib.c  -fno-common -DPIC -o .libs/dcalc_lib.o
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o dcat_lib.lo dcat_lib.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c dcat_lib.c  -fno-common -DPIC -o .libs/dcat_lib.o
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o dls_lib.lo dls_lib.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c dcalc_lib.c -o dcalc_lib.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c dls_lib.c  -fno-common -DPIC -o .libs/dls_lib.o
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o dstat_lib.lo dstat_lib.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c dcat_lib.c -o dcat_lib.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c dstat_lib.c  -fno-common -DPIC -o .libs/dstat_lib.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c dls_lib.c -o dls_lib.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c hfs.c -o hfs.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o ffind_lib.lo ffind_lib.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c dstat_lib.c -o dstat_lib.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c ffind_lib.c  -fno-common -DPIC -o .libs/ffind_lib.o
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o fls_lib.lo fls_lib.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fls_lib.c  -fno-common -DPIC -o .libs/fls_lib.o
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o icat_lib.lo icat_lib.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c ffind_lib.c -o ffind_lib.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c icat_lib.c  -fno-common -DPIC -o .libs/icat_lib.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c fls_lib.c -o fls_lib.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c icat_lib.c -o icat_lib.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o ifind_lib.lo ifind_lib.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c ifind_lib.c  -fno-common -DPIC -o .libs/ifind_lib.o
/bin/sh ../../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o ils_lib.lo ils_lib.c
/bin/sh ../../libtool --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o walk_cpp.lo walk_cpp.cpp
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c ils_lib.c  -fno-common -DPIC -o .libs/ils_lib.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c walk_cpp.cpp  -fno-common -DPIC -o .libs/walk_cpp.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c ifind_lib.c -o ifind_lib.o >/dev/null 2>&1
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c ils_lib.c -o ils_lib.o >/dev/null 2>&1
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c walk_cpp.cpp -o walk_cpp.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../tsk  -I../.. -I./../.. -Wall  -D_THREAD_SAFE -pthread -I/usr/local/include  -g -O2 -c -o yaffs.lo yaffs.cpp
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c yaffs.cpp  -fno-common -DPIC -o .libs/yaffs.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -I./../.. -Wall -D_THREAD_SAFE -pthread -I/usr/local/include -g -O2 -c yaffs.cpp -o yaffs.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX   --mode=link clang++  -g -O2  -D_THREAD_SAFE -pthread -L/usr/local/lib -o libtskfs.la  fs_inode.lo fs_io.lo fs_block.lo fs_open.lo fs_name.lo fs_dir.lo fs_types.lo fs_attr.lo fs_attrlist.lo fs_load.lo fs_parse.lo fs_file.lo unix_misc.lo nofs_misc.lo ffs.lo ffs_dent.lo ext2fs.lo ext2fs_dent.lo ext2fs_journal.lo fatfs.lo fatfs_meta.lo fatfs_dent.lo ntfs.lo ntfs_dent.lo swapfs.lo rawfs.lo iso9660.lo iso9660_dent.lo hfs.lo hfs_dent.lo hfs_journal.lo hfs_unicompare.lo dcalc_lib.lo dcat_lib.lo dls_lib.lo dstat_lib.lo ffind_lib.lo fls_lib.lo icat_lib.lo ifind_lib.lo ils_lib.lo walk_cpp.lo yaffs.lo  -ldl -lz -ldl -lstdc++
libtool: link: ar cru .libs/libtskfs.a .libs/fs_inode.o .libs/fs_io.o .libs/fs_block.o .libs/fs_open.o .libs/fs_name.o .libs/fs_dir.o .libs/fs_types.o .libs/fs_attr.o .libs/fs_attrlist.o .libs/fs_load.o .libs/fs_parse.o .libs/fs_file.o .libs/unix_misc.o .libs/nofs_misc.o .libs/ffs.o .libs/ffs_dent.o .libs/ext2fs.o .libs/ext2fs_dent.o .libs/ext2fs_journal.o .libs/fatfs.o .libs/fatfs_meta.o .libs/fatfs_dent.o .libs/ntfs.o .libs/ntfs_dent.o .libs/swapfs.o .libs/rawfs.o .libs/iso9660.o .libs/iso9660_dent.o .libs/hfs.o .libs/hfs_dent.o .libs/hfs_journal.o .libs/hfs_unicompare.o .libs/dcalc_lib.o .libs/dcat_lib.o .libs/dls_lib.o .libs/dstat_lib.o .libs/ffind_lib.o .libs/fls_lib.o .libs/icat_lib.o .libs/ifind_lib.o .libs/ils_lib.o .libs/walk_cpp.o .libs/yaffs.o
libtool: link: ranlib .libs/libtskfs.a
libtool: link: ( cd ".libs" && rm -f "libtskfs.la" && ln -s "../libtskfs.la" "libtskfs.la" )
Making all in hashdb
make[3]: *** No rule to make target `all'.  Stop.
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1
/usr/local/Library/Homebrew/debrew.rb:10:in `raise'
BuildError: Failed executing: make
asparagui commented 9 years ago

WFM with 10.10 + java 1.8, fwiw.

DomT4 commented 9 years ago

Strange. 1.8.0.20?

/usr/bin/javac -version
javac 1.8.0_20-ea
asparagui commented 9 years ago

javac -version javac 1.8.0_25

I downloaded it a few weeks ago when I installed Yosemite.

DomT4 commented 9 years ago

Oh, Weird; I haven't been prompted to update at all since I downloaded 1.8.0_20. I'll go manually download it and install again and see if the newer version resolves the issue.

DomT4 commented 9 years ago

Java update did the trick :+1: