Created
April 2, 2014 19:00
-
-
Save keck/9940790 to your computer and use it in GitHub Desktop.
brew install of clamav no worky
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew --config | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew | |
HEAD: 6fb4f02ad454675dbde0969a940d4f4e320ad1b2 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: 8-core 64-bit haswell | |
OS X: 10.9.2-x86_64 | |
Xcode: 5.1 | |
CLT: 5.1.0.0.1.1393561416 | |
Clang: 5.1 build 503 | |
X11: 2.7.5 => /opt/X11 | |
System Ruby: 1.8.7-358 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby | |
$ brew doctor | |
Your system is ready to brew. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> Downloading https://downloads.sourceforge.net/clamav/0.98/clamav-0.98.1.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/clamav-0.98.1.tar.gz | |
==> Verifying clamav-0.98.1.tar.gz checksum | |
tar xf /Library/Caches/Homebrew/clamav-0.98.1.tar.gz | |
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/clamav/0.98.1 --disable-zlib-vcheck --libdir=/usr/local/Cellar/clamav/0.98.1/lib --sysconfdir=/usr/local/etc | |
checking build system type... x86_64-apple-darwin13.1.0 | |
checking host system type... x86_64-apple-darwin13.1.0 | |
checking target system type... x86_64-apple-darwin13.1.0 | |
creating target.h - canonical system defines | |
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 how to create a ustar tar archive... gnutar | |
checking whether make supports nested variables... yes | |
checking for gawk... (cached) awk | |
checking whether ln -s works... yes | |
checking whether make sets $(MAKE)... (cached) yes | |
checking how to print strings... printf | |
checking for style of include used by make... GNU | |
checking for 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 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 the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin13.1.0 file names to x86_64-apple-darwin13.1.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin13.1.0 file names to toolchain format... func_convert_file_noop | |
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from clang object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
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 for -force_load 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... darwin13.1.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for dlopen in -ldl... yes | |
checking whether a program can dlopen itself... yes | |
checking whether a statically linked program can dlopen itself... yes | |
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... no | |
checking which extension is used for runtime loadable modules... .so | |
checking which variable specifies run-time module search path... DYLD_LIBRARY_PATH | |
checking for the default library search path... /usr/local/lib /lib /usr/lib | |
checking for library containing dlopen... none required | |
checking for dlerror... yes | |
checking for shl_load... no | |
checking for shl_load in -ldld... no | |
checking for dld_link in -ldld... no | |
checking for _ prefix in compiled symbols... yes | |
checking whether we have to add an underscore for dlsym... no | |
checking whether deplibs are loaded by dlopen... yes | |
checking for argz.h... no | |
checking for error_t... no | |
checking for argz_add... no | |
checking for argz_append... no | |
checking for argz_count... no | |
checking for argz_create_sep... no | |
checking for argz_insert... no | |
checking for argz_next... no | |
checking for argz_stringify... no | |
checking whether libtool supports -dlopen/-dlpreopen... yes | |
checking for ltdl.h... yes | |
checking whether lt_dlinterface_register is declared... yes | |
checking for lt_dladvise_preload in -lltdl... yes | |
checking where to find libltdl headers... | |
checking where to find libltdl library... -lltdl | |
checking for unistd.h... (cached) yes | |
checking for dl.h... no | |
checking for sys/dl.h... no | |
checking for dld.h... no | |
checking for mach-o/dyld.h... yes | |
checking for dirent.h... yes | |
checking for closedir... yes | |
checking for opendir... yes | |
checking for readdir... yes | |
checking for strlcat... yes | |
checking for strlcpy... yes | |
checking for ANSI C header files... (cached) yes | |
checking for C/C++ restrict keyword... __restrict | |
checking for an ANSI C-conforming const... yes | |
checking for inline... inline | |
checking whether FPU byte ordering is bigendian... no | |
checking whether byte ordering is bigendian... no | |
checking for a supported version of gcc... ok (4.2.1) | |
checking for gcc bug PR27603... ok, bug not present | |
checking for gcc bug PR26763-2... ok, bug not present | |
checking for valid code generation of CLI_ISCONTAINED... ok, bug not present | |
checking for gcc bug PR28045... ok, bug not present | |
checking for gcc bug PR37573... ok, bug not present | |
checking for ld --version-script... rm: conftest.so.dSYM: is a directory | |
yes | |
checking for stdint.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking sys/int_types.h usability... no | |
checking sys/int_types.h presence... no | |
checking for sys/int_types.h... no | |
checking for dlfcn.h... (cached) yes | |
checking for inttypes.h... (cached) yes | |
checking sys/inttypes.h usability... no | |
checking sys/inttypes.h presence... no | |
checking for sys/inttypes.h... no | |
checking sys/times.h usability... yes | |
checking sys/times.h presence... yes | |
checking for sys/times.h... yes | |
checking for memory.h... (cached) yes | |
checking ndir.h usability... no | |
checking ndir.h presence... no | |
checking for ndir.h... no | |
checking for stdlib.h... (cached) yes | |
checking for strings.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking for sys/stat.h... (cached) yes | |
checking for sys/types.h... (cached) yes | |
checking malloc.h usability... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
checking poll.h usability... yes | |
checking poll.h presence... yes | |
checking for poll.h... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking sys/filio.h usability... yes | |
checking sys/filio.h presence... yes | |
checking for sys/filio.h... yes | |
checking sys/uio.h usability... yes | |
checking sys/uio.h presence... yes | |
checking for sys/uio.h... yes | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking stdbool.h usability... yes | |
checking stdbool.h presence... yes | |
checking for stdbool.h... yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking grp.h usability... yes | |
checking grp.h presence... yes | |
checking for grp.h... yes | |
checking syslog.h usability... yes | |
checking syslog.h presence... yes | |
checking for syslog.h... yes | |
checking for off_t... yes | |
checking size of short... 2 | |
checking size of int... 4 | |
checking size of long... 8 | |
checking size of long long... 8 | |
checking size of void *... 8 | |
checking whether uname(2) is POSIX... yes | |
checking for bind in -lsocket... no | |
checking for library containing gethostent... none required | |
checking for poll... yes | |
checking for setsid... yes | |
checking for memcpy... yes | |
checking for snprintf... yes | |
checking for vsnprintf... yes | |
checking for strerror_r... yes | |
checking for strlcpy... (cached) yes | |
checking for strlcat... (cached) yes | |
checking for strcasestr... yes | |
checking for inet_ntop... yes | |
checking for setgroups... yes | |
checking for initgroups... yes | |
checking for ctime_r... yes | |
checking for mkstemp... yes | |
checking for mallinfo... no | |
checking for madvise... yes | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking for working mmap... yes | |
checking for sysconf(_SC_PAGESIZE)... yes | |
checking for getpagesize()... yes | |
checking for MAP_ANON(YMOUS)... MAP_ANON | |
checking for ld used by GCC... /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 shared library run path origin... done | |
checking check.h usability... no | |
checking check.h presence... no | |
checking for check.h... no | |
configure: unable to compile/link with check | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for zlib installation... /usr | |
checking for inflateEnd in -lz... yes | |
checking for gzopen in -lz... yes | |
checking how to link with libbz2... -lbz2 | |
checking for BZ2_bzDecompressInit in -lbz2... yes | |
checking bzlib.h usability... yes | |
checking bzlib.h presence... yes | |
checking for bzlib.h... yes | |
checking for CVE-2008-1372... ok | |
checking for CVE-2010-0405... ok | |
checking for libxml2 installation... /usr | |
checking xml2-config version... 2.9.0 | |
checking for xmlreader.h in /usr... found | |
checking for xmlTextReaderRead in -lxml2... yes | |
configure: Compiling and linking with libxml2 from /usr | |
checking for getaddrinfo... yes | |
checking for IPv6 support... yes | |
checking for resolv.h... yes | |
checking for dn_expand in std libs... no | |
checking for dn_expand in -lresolv... yes | |
checking whether setpgrp takes no argument... yes | |
checking for libiconv_open in -liconv... no | |
checking for iconv... no | |
checking whether in_port_t is defined... yes | |
checking for in_addr_t definition... yes | |
checking for sched_yield... yes | |
checking for pthread_yield... no | |
checking for enable_extended_FILE_stdio... no | |
checking for readdir_r... support disabled | |
checking for ctime_r... yes, and it takes 2 arguments | |
checking for socklen_t... yes | |
checking for clamav in /etc/passwd... checking for clamav using dscl... yes, user clamav and group clamav | |
checking for structure packing via __attribute__((packed))... yes | |
checking for type aligning via __attribute__((aligned))... yes | |
checking that structure packing works... yes | |
checking for fd_set... yes, found in sys/types.h | |
checking default FD_SETSIZE value... 1024 | |
checking stat64... yes | |
checking whether signed right shift is sign extended... yes | |
checking for recvmsg... yes | |
checking for sendmsg... yes | |
checking for msg_control field in struct msghdr... yes | |
checking BSD 4.4 / RFC2292 style fd passing... yes | |
checking ncurses/ncurses.h usability... no | |
checking ncurses/ncurses.h presence... no | |
checking for ncurses/ncurses.h... no | |
configure: unable to compile/link with ncurses | |
checking ncurses.h usability... yes | |
checking ncurses.h presence... yes | |
checking for ncurses.h... yes | |
checking linking with ncurses... ok | |
configure: Compiling and linking with ncurses by using -lncurses | |
configure: creating ./config.status | |
config.status: creating libltdl/Makefile | |
config.status: creating clamscan/Makefile | |
config.status: creating database/Makefile | |
config.status: creating docs/Makefile | |
config.status: creating clamd/Makefile | |
config.status: creating clamdscan/Makefile | |
config.status: creating clamav-milter/Makefile | |
config.status: creating freshclam/Makefile | |
config.status: creating sigtool/Makefile | |
config.status: creating clamconf/Makefile | |
config.status: creating etc/Makefile | |
config.status: creating test/Makefile | |
config.status: creating unit_tests/Makefile | |
config.status: creating clamdtop/Makefile | |
config.status: creating clambc/Makefile | |
config.status: creating Makefile | |
config.status: creating clamav-config | |
config.status: creating libclamav.pc | |
config.status: creating platform.h | |
config.status: creating docs/man/clamav-milter.8 | |
config.status: creating docs/man/clamav-milter.conf.5 | |
config.status: creating docs/man/clambc.1 | |
config.status: creating docs/man/clamconf.1 | |
config.status: creating docs/man/clamd.8 | |
config.status: creating docs/man/clamd.conf.5 | |
config.status: creating docs/man/clamdscan.1 | |
config.status: creating docs/man/clamscan.1 | |
config.status: creating docs/man/freshclam.1 | |
config.status: creating docs/man/freshclam.conf.5 | |
config.status: creating docs/man/sigtool.1 | |
config.status: creating docs/man/clamdtop.1 | |
config.status: creating clamav-config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
=== configuring in libclamav/c++ (/private/tmp/clamav-8Ztr/clamav-0.98.1/libclamav/c++) | |
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/clamav/0.98.1' '--disable-dependency-tracking' '--disable-zlib-vcheck' '--libdir=/usr/local/Cellar/clamav/0.98.1/lib' '--sysconfdir=/usr/local/etc' 'CC=clang' --cache-file=/dev/null --srcdir=. | |
checking build system type... x86_64-apple-darwin13.1.0 | |
checking host system type... x86_64-apple-darwin13.1.0 | |
checking target system type... x86_64-apple-darwin13.1.0 | |
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 how to create a pax tar archive... gnutar | |
checking whether make supports nested variables... yes | |
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 style of include used by make... GNU | |
checking dependency style of clang++... none | |
checking for gcc... clang | |
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 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 whether to enable maintainer-specific portions of Makefiles... no | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed | |
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 how to convert x86_64-apple-darwin13.1.0 file names to x86_64-apple-darwin13.1.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin13.1.0 file names to toolchain format... func_convert_file_noop | |
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from clang object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
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 for -force_load linker flag... 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... darwin13.1.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... no | |
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... darwin13.1.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for GNU make... make | |
checking for supported C++ compiler version... ok (4.2.1) | |
checking for supported OS... ok (x86_64-darwin13.1.0) | |
checking for working libstdc++... testyes | |
configure: Building X86 backend: yes | |
configure: Building PPC backend: no | |
checking optional compiler flags... -Wno-variadic-macros -Wno-missing-field-initializers | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating clamavcxx-config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
=== configuring in llvm (/private/tmp/clamav-8Ztr/clamav-0.98.1/libclamav/c++/llvm) | |
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/clamav/0.98.1' '--disable-dependency-tracking' '--disable-zlib-vcheck' '--libdir=/usr/local/Cellar/clamav/0.98.1/lib' '--sysconfdir=/usr/local/etc' 'CC=clang' 'CXX=clang++' '--enable-optimized' 'llvm_cv_gnu_make_command=make' '--enable-targets=host-only' '--enable-bindings=none' '--enable-libffi=no' '--without-llvmgcc' '--without-llvmgxx' --cache-file=/dev/null --srcdir=. | |
checking build system type... x86_64-apple-darwin13.1.0 | |
checking host system type... x86_64-apple-darwin13.1.0 | |
checking target system type... x86_64-apple-darwin13.1.0 | |
checking type of operating system we're going to host on... Darwin | |
checking type of operating system we're going to target... Darwin | |
checking target architecture... x86_64 | |
checking for 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 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 clang compiler... none | |
checking optimization flags... -O3 | |
checking how to run the C preprocessor... clang -E | |
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 whether we are using the GNU C++ compiler... yes | |
checking whether clang++ accepts -g... yes | |
checking for BSD-compatible nm... /usr/bin/nm | |
checking for GNU make... (cached) make | |
checking whether ln -s works... yes | |
checking for cmp... /usr/bin/cmp | |
checking for cp... /bin/cp | |
checking for date... /bin/date | |
checking for find... /usr/bin/find | |
checking for grep... (cached) /usr/bin/grep | |
checking for mkdir... /bin/mkdir | |
checking for mv... /bin/mv | |
checking for ranlib... ranlib | |
checking for ar... ar | |
checking for rm... /bin/rm | |
checking for sed... /usr/local/Library/ENV/4.3/sed | |
checking for tar... /usr/bin/tar | |
checking for pwd... /bin/pwd | |
checking for Graphviz... echo Graphviz | |
checking for dot... echo dot | |
checking for fdp... echo fdp | |
checking for neato... echo neato | |
checking for twopi... echo twopi | |
checking for circo... echo circo | |
checking for gv... no | |
checking for gsview32... no | |
checking for dotty... echo dotty | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for bzip2... /usr/bin/bzip2 | |
checking for cat... /bin/cat | |
checking for doxygen... no | |
checking for groff... /usr/bin/groff | |
checking for gzip... /usr/bin/gzip | |
checking for pod2html... /usr/bin/pod2html | |
checking for pod2man... /usr/local/Library/ENV/4.3/pod2man | |
checking for pdfroff... /usr/bin/pdfroff | |
checking for runtest... no | |
checking for the tclsh program in tclinclude directory... none | |
checking for tclsh8.4... /usr/bin/tclsh8.4 | |
checking for zip... /usr/bin/zip | |
checking for ocamlc... no | |
checking for ocamlopt... no | |
checking for ocamldep... no | |
checking for ocamldoc... no | |
checking for gas... no | |
checking for as... /usr/bin/as | |
checking for linker version... 236.3 | |
checking for compiler -Wl,-R<path> option... no | |
checking for compiler -Wl,-export-dynamic option... no | |
checking for compiler -Wl,--version-script option... no | |
checking for an ANSI C-conforming const... yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking dynamic linker characteristics... darwin13.1.0 dyld | |
checking which extension is used for loadable modules... .dylib | |
checking which variable specifies run-time library path... DYLD_LIBRARY_PATH | |
checking for the default library search path... /usr/local/lib /lib /usr/lib | |
checking for objdir... .libs | |
checking command to parse /usr/bin/nm output from object... rm: conftest.dSYM: is a directory | |
ok | |
checking whether libtool supports -dlopen/-dlpreopen... yes | |
checking for shl_load... no | |
checking for shl_load in -ldld... no | |
checking for dlopen in -ldl... yes | |
checking for dlerror... yes | |
checking for _ prefix in compiled symbols... yes | |
checking whether we have to add an underscore for dlsym... no | |
checking whether deplibs are loaded by dlopen... yes | |
checking argz.h usability... no | |
checking argz.h presence... no | |
checking for argz.h... no | |
checking for error_t... no | |
checking for argz_append... no | |
checking for argz_create_sep... no | |
checking for argz_insert... no | |
checking for argz_next... no | |
checking for argz_stringify... no | |
checking assert.h usability... yes | |
checking assert.h presence... yes | |
checking for assert.h... yes | |
checking ctype.h usability... yes | |
checking ctype.h presence... yes | |
checking for ctype.h... yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking malloc.h usability... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
checking for memory.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking stdio.h usability... yes | |
checking stdio.h presence... yes | |
checking for stdio.h... yes | |
checking for unistd.h... (cached) yes | |
checking dl.h usability... no | |
checking dl.h presence... no | |
checking for dl.h... no | |
checking sys/dl.h usability... no | |
checking sys/dl.h presence... no | |
checking for sys/dl.h... no | |
checking dld.h usability... no | |
checking dld.h presence... no | |
checking for dld.h... no | |
checking mach-o/dyld.h usability... yes | |
checking mach-o/dyld.h presence... yes | |
checking for mach-o/dyld.h... yes | |
checking for string.h... (cached) yes | |
checking for strchr... yes | |
checking for strrchr... yes | |
checking for memcpy... yes | |
checking for memmove... yes | |
checking for strcmp... yes | |
checking for closedir... yes | |
checking for opendir... yes | |
checking for readdir... yes | |
checking LLVM capable compiler... llvm-gcc | |
checking tool compatibility... ok | |
checking optional compiler flags... -Wno-variadic-macros -Wno-missing-field-initializers | |
checking for sin in -lm... yes | |
checking for library containing dlopen... none required | |
checking for library containing mallinfo... no | |
checking for pthread_mutex_init in -lpthread... yes | |
checking for library containing pthread_mutex_lock... none required | |
checking for library containing pthread_rwlock_init... none required | |
checking for library containing pthread_getspecific... none required | |
checking for dirent.h that defines DIR... (cached) yes | |
checking for library containing opendir... (cached) none required | |
checking for MAP_ANONYMOUS vs. MAP_ANON... no | |
checking whether stat file-mode macros are broken... no | |
checking for ANSI C header files... (cached) yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for dlfcn.h... (cached) yes | |
checking execinfo.h usability... yes | |
checking execinfo.h presence... yes | |
checking for execinfo.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking for inttypes.h... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking link.h usability... no | |
checking link.h presence... no | |
checking for link.h... no | |
checking for malloc.h... (cached) no | |
checking setjmp.h usability... yes | |
checking setjmp.h presence... yes | |
checking for setjmp.h... yes | |
checking signal.h usability... yes | |
checking signal.h presence... yes | |
checking for signal.h... yes | |
checking for stdint.h... (cached) yes | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking for unistd.h... (cached) yes | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking windows.h usability... no | |
checking windows.h presence... no | |
checking for windows.h... no | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... 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 sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for sys/types.h... (cached) yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking malloc/malloc.h usability... yes | |
checking malloc/malloc.h presence... yes | |
checking for malloc/malloc.h... yes | |
checking mach/mach.h usability... yes | |
checking mach/mach.h presence... yes | |
checking for mach/mach.h... yes | |
checking valgrind/valgrind.h usability... no | |
checking valgrind/valgrind.h presence... no | |
checking for valgrind/valgrind.h... no | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking CrashReporterClient.h usability... no | |
checking CrashReporterClient.h presence... no | |
checking for CrashReporterClient.h... no | |
checking __crashreporter_info__... yes | |
checking for HUGE_VAL sanity... yes | |
checking for pid_t... yes | |
checking for size_t... yes | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking for int64_t... yes | |
checking for uint64_t... yes | |
checking for backtrace... yes | |
checking for ceilf... yes | |
checking for floorf... yes | |
checking for roundf... yes | |
checking for rintf... yes | |
checking for nearbyintf... yes | |
checking for getcwd... yes | |
checking for powf... yes | |
checking for fmodf... yes | |
checking for strtof... yes | |
checking for round... yes | |
checking for getpagesize... yes | |
checking for getrusage... yes | |
checking for getrlimit... yes | |
checking for setrlimit... yes | |
checking for gettimeofday... yes | |
checking for isatty... yes | |
checking for mkdtemp... yes | |
checking for mkstemp... yes | |
checking for mktemp... yes | |
checking for posix_spawn... yes | |
checking for realpath... yes | |
checking for sbrk... yes | |
checking for setrlimit... (cached) yes | |
checking for strdup... yes | |
checking for strerror... yes | |
checking for strerror_r... yes | |
checking for strerror_s... no | |
checking for setenv... yes | |
checking for strtoll... yes | |
checking for strtoq... yes | |
checking for sysconf... yes | |
checking for malloc_zone_statistics... yes | |
checking for setjmp... yes | |
checking for longjmp... yes | |
checking for sigsetjmp... yes | |
checking for siglongjmp... yes | |
checking if printf has the %a format character... yes | |
checking for srand48/lrand48/drand48 in <stdlib.h>... yes | |
checking for isnan in <math.h>... yes | |
checking for isnan in <cmath>... yes | |
checking for std::isnan in <cmath>... yes | |
checking for isinf in <math.h>... yes | |
checking for isinf in <cmath>... yes | |
checking for std::isinf in <cmath>... no | |
checking for finite in <ieeefp.h>... no | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for sys/param.h... (cached) yes | |
checking for getpagesize... (cached) yes | |
checking for working mmap... yes | |
checking for mmap of files... yes | |
checking if /dev/zero is needed for mmap... no | |
checking for GCC atomic builtins... yes | |
checking for __dso_handle... yes | |
checking whether llvm-gcc is sane... no | |
checking for compiler -fvisibility-inlines-hidden option... yes | |
configure: creating ./config.status | |
config.status: creating include/llvm/Config/Targets.def | |
config.status: creating include/llvm/Config/AsmPrinters.def | |
config.status: creating include/llvm/Config/AsmParsers.def | |
config.status: creating include/llvm/Config/Disassemblers.def | |
config.status: creating Makefile.config | |
config.status: creating llvm.spec | |
config.status: creating include/llvm/Config/config.h | |
config.status: creating include/llvm/Config/llvm-config.h | |
config.status: creating include/llvm/System/DataTypes.h | |
config.status: executing setup commands | |
config.status: executing Makefile commands | |
config.status: executing Makefile.common commands | |
config.status: executing examples/Makefile commands | |
./autoconf/install-sh: ./examples/Makefile does not exist. | |
config.status: executing lib/Makefile commands | |
config.status: executing runtime/Makefile commands | |
./autoconf/install-sh: ./runtime/Makefile does not exist. | |
config.status: executing test/Makefile commands | |
./autoconf/install-sh: ./test/Makefile does not exist. | |
config.status: executing test/Makefile.tests commands | |
./autoconf/install-sh: ./test/Makefile.tests does not exist. | |
config.status: executing unittests/Makefile commands | |
./autoconf/install-sh: ./unittests/Makefile does not exist. | |
config.status: executing tools/Makefile commands | |
./autoconf/install-sh: ./tools/Makefile does not exist. | |
config.status: executing utils/Makefile commands | |
config.status: executing projects/Makefile commands | |
./autoconf/install-sh: ./projects/Makefile does not exist. | |
config.status: executing bindings/Makefile commands | |
./autoconf/install-sh: ./bindings/Makefile does not exist. | |
config.status: executing bindings/ocaml/Makefile.ocaml commands | |
./autoconf/install-sh: ./bindings/ocaml/Makefile.ocaml does not exist. | |
configure: creating ./config.status | |
config.status: creating libltdl/Makefile | |
config.status: creating clamscan/Makefile | |
config.status: creating database/Makefile | |
config.status: creating docs/Makefile | |
config.status: creating clamd/Makefile | |
config.status: creating clamdscan/Makefile | |
config.status: creating clamav-milter/Makefile | |
config.status: creating freshclam/Makefile | |
config.status: creating sigtool/Makefile | |
config.status: creating clamconf/Makefile | |
config.status: creating etc/Makefile | |
config.status: creating test/Makefile | |
config.status: creating unit_tests/Makefile | |
config.status: creating clamdtop/Makefile | |
config.status: creating clambc/Makefile | |
config.status: creating Makefile | |
config.status: creating clamav-config | |
config.status: creating libclamav.pc | |
config.status: creating platform.h | |
config.status: creating docs/man/clamav-milter.8 | |
config.status: creating docs/man/clamav-milter.conf.5 | |
config.status: creating docs/man/clambc.1 | |
config.status: creating docs/man/clamconf.1 | |
config.status: creating docs/man/clamd.8 | |
config.status: creating docs/man/clamd.conf.5 | |
config.status: creating docs/man/clamdscan.1 | |
config.status: creating docs/man/clamscan.1 | |
config.status: creating docs/man/freshclam.1 | |
config.status: creating docs/man/freshclam.conf.5 | |
config.status: creating docs/man/sigtool.1 | |
config.status: creating docs/man/clamdtop.1 | |
config.status: creating libclamav/Makefile | |
config.status: creating clamav-config.h | |
config.status: clamav-config.h is unchanged | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
configure: Summary of detected features follows | |
OS : darwin13.1.0 | |
pthreads : yes () | |
configure: Summary of miscellaneous features | |
check : no (auto) | |
fanotify : yes | |
fdpassing : 1 | |
IPv6 : yes | |
configure: Summary of optional tools | |
clamdtop : -lncurses (auto) | |
milter : yes (disabled) | |
configure: Summary of engine performance features) | |
release mode: yes | |
jit : yes (auto) | |
mempool : yes | |
configure: Summary of engine detection features | |
autoit_ea06 : yes | |
bzip2 : ok | |
zlib : /usr | |
unrar : yes | |
dmg and xar : yes, from /usr | |
configure: WARNING: | |
****** WARNING: | |
****** You are cross compiling to a different host or you are | |
****** linking to bugged system libraries or you have manually | |
****** disabled important configure checks. | |
****** Please be aware that this build may be badly broken. | |
****** DO NOT REPORT BUGS BASED ON THIS BUILD !!! | |
==> make install | |
Making install in libltdl | |
cp ./argz_.h argz.h-t | |
mv argz.h-t argz.h | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-am | |
CC libltdlc_la-preopen.lo | |
CC libltdlc_la-lt__alloc.lo | |
CC dlopen.lo | |
CC libltdlc_la-lt_dlloader.lo | |
CC libltdlc_la-lt_error.lo | |
CC libltdlc_la-ltdl.lo | |
CC libltdlc_la-slist.lo | |
CC argz.lo | |
CCLD dlopen.la | |
CCLD libltdlc.la | |
Making install in libclamav | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-recursive | |
Making install in c++ | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-am | |
CXX libclamavcxx_la-ClamBCRTChecks.lo | |
CXX libclamavcxx_la-detect.lo | |
CXX libclamavcxx_la-bytecode2llvm.lo | |
CXX AliasAnalysis.lo | |
CXX AliasSetTracker.lo | |
CXX BasicAliasAnalysis.lo | |
CXX CaptureTracking.lo | |
CXX DebugInfo.lo | |
CXX CallGraph.lo | |
CXX MemoryBuiltins.lo | |
CXX PointerTracking.lo | |
CXX ProfileInfo.lo | |
CXX ValueTracking.lo | |
CXX ELFCodeEmitter.lo | |
CXX ELFWriter.lo | |
CXX LiveVariables.lo | |
CXX MachineBasicBlock.lo | |
CXX MachineDominators.lo | |
CXX MachineFunction.lo | |
CXX MachineFunctionAnalysis.lo | |
CXX MachineFunctionPass.lo | |
CXX MachineFunctionPrinterPass.lo | |
CXX MachineInstr.lo | |
CXX MachineLoopInfo.lo | |
CXX MachineModuleInfo.lo | |
CXX MachineRegisterInfo.lo | |
CXX ObjectCodeEmitter.lo | |
CXX PostRAHazardRecognizer.lo | |
CXX PseudoSourceValue.lo | |
CXX ScheduleDAG.lo | |
CXX TargetInstrInfoImpl.lo | |
CXX UnreachableBlockElim.lo | |
CXX ExecutionEngine.lo | |
CXX Intercept.lo | |
CXX JIT.lo | |
CXX JITDebugRegisterer.lo | |
CXX JITDwarfEmitter.lo | |
CXX JITEmitter.lo | |
CXX JITMemoryManager.lo | |
CXX OProfileJITEventListener.lo | |
CXX TargetSelect.lo | |
CXX MCAsmInfo.lo | |
CXX MCAssembler.lo | |
CXX MCContext.lo | |
CXX MCExpr.lo | |
CXX MCInst.lo | |
CXX MCSection.lo | |
CXX MCSectionCOFF.lo | |
CXX MCSectionELF.lo | |
CXX MCSectionMachO.lo | |
CXX MCSymbol.lo | |
CXX APFloat.lo | |
CXX APInt.lo | |
CXX Allocator.lo | |
CXX CommandLine.lo | |
CXX ConstantRange.lo | |
CXX Debug.lo | |
CXX Dwarf.lo | |
CXX ErrorHandling.lo | |
CXX FoldingSet.lo | |
CXX FormattedStream.lo | |
CXX ManagedStatic.lo | |
CXX MemoryBuffer.lo | |
CXX PrettyStackTrace.lo | |
CXX SmallPtrSet.lo | |
CXX SmallVector.lo | |
CXX SourceMgr.lo | |
CXX Statistic.lo | |
CXX StringExtras.lo | |
CXX StringMap.lo | |
CXX StringPool.lo | |
CXX StringRef.lo | |
CXX TargetRegistry.lo | |
CXX Timer.lo | |
CXX Triple.lo | |
CXX Twine.lo | |
CXX raw_ostream.lo | |
CXX circular_raw_ostream.lo | |
CXX Mangler.lo | |
CXX SubtargetFeature.lo | |
CXX TargetData.lo | |
CXX TargetInstrInfo.lo | |
CXX TargetLoweringObjectFile.lo | |
CXX TargetMachine.lo | |
CXX TargetRegisterInfo.lo | |
CXX DCE.lo | |
CXX SimplifyCFGPass.lo | |
CXX AsmWriter.lo | |
CXX Attributes.lo | |
CXX AutoUpgrade.lo | |
CXX BasicBlock.lo | |
CXX ConstantFold.lo | |
CXX Constants.lo | |
CXX Core.lo | |
CXX DebugLoc.lo | |
CXX Dominators.lo | |
CXX Function.lo | |
CXX GVMaterializer.lo | |
CXX Globals.lo | |
CXX IRBuilder.lo | |
CXX InlineAsm.lo | |
CXX Instruction.lo | |
CXX Instructions.lo | |
CXX IntrinsicInst.lo | |
CXX LLVMContext.lo | |
CXX LLVMContextImpl.lo | |
CXX LeakDetector.lo | |
CXX Metadata.lo | |
CXX Module.lo | |
CXX Pass.lo | |
CXX PassManager.lo | |
CXX PassRegistry.lo | |
CXX PrintModulePass.lo | |
CXX Type.lo | |
CXX TypeSymbolTable.lo | |
CXX Use.lo | |
CXX Value.lo | |
CXX ValueSymbolTable.lo | |
CXX ValueTypes.lo | |
CXX Verifier.lo | |
CXX ConstantFolding.lo | |
CXX IVUsers.lo | |
CXX InstructionSimplify.lo | |
CXX Loads.lo | |
CXX LoopInfo.lo | |
CXX LoopPass.lo | |
CXX MemoryDependenceAnalysis.lo | |
CXX PHITransAddr.lo | |
CXX ScalarEvolution.lo | |
CXX ScalarEvolutionExpander.lo | |
CXX ScalarEvolutionNormalization.lo | |
In file included from llvm/lib/Analysis/LoopInfo.cpp:17: | |
./llvm/include/llvm/Analysis/LoopInfo.h:817:19: error: no matching member function for call to 'insert' | |
TodoStack.insert(TodoStack.end(), InvBlockTraits::child_begin(X), | |
~~~~~~~~~~^~~~~~ | |
./llvm/include/llvm/Analysis/LoopInfo.h:755:22: note: in instantiation of member function 'llvm::LoopInfoBase<llvm::BasicBlock, llvm::Loop>::ConsiderForLoop' requested here | |
if (LoopT *L = ConsiderForLoop(*NI, DT)) | |
^ | |
llvm/lib/Analysis/LoopInfo.cpp:384:6: note: in instantiation of member function 'llvm::LoopInfoBase<llvm::BasicBlock, llvm::Loop>::Calculate' requested here | |
LI.Calculate(getAnalysis<DominatorTree>().getBase()); // Update | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:718:14: note: candidate function not viable: no known conversion from 'ChildIteratorType' (aka 'PredIterator<llvm::BasicBlock, Value::use_iterator>') to 'size_type' (aka 'unsigned long') for 2nd argument | |
iterator insert(const_iterator __position, size_type __n, const_reference __x); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:722:14: note: candidate template ignored: disabled by 'enable_if' [with _InputIterator = llvm::PredIterator<llvm::BasicBlock, llvm::value_use_iterator<llvm::User> >] | |
__is_input_iterator <_InputIterator>::value && | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:733:13: note: candidate template ignored: disabled by 'enable_if' [with _ForwardIterator = llvm::PredIterator<llvm::BasicBlock, llvm::value_use_iterator<llvm::User> >] | |
__is_forward_iterator<_ForwardIterator>::value && | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:710:14: note: candidate function not viable: requires 2 arguments, but 3 were provided | |
iterator insert(const_iterator __position, const_reference __x); | |
^ | |
1 error generated. | |
make[4]: *** [LoopInfo.lo] Error 1 | |
make[4]: *** Waiting for unfinished jobs.... | |
make[3]: *** [install] Error 2 | |
make[2]: *** [install-recursive] Error 1 | |
make[1]: *** [install] Error 2 | |
make: *** [install-recursive] Error 1 | |
Error: clamav did not build | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.5 | |
HEAD: 6fb4f02ad454675dbde0969a940d4f4e320ad1b2 | |
CPU: 8-core 64-bit haswell | |
OS X: 10.9.2-x86_64 | |
Xcode: 5.1 | |
CLT: 5.1.0.0.1.1393561416 | |
X11: 2.7.5 => /opt/X11 | |
==> ENV | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
MAKEFLAGS: -j8 | |
CMAKE_PREFIX_PATH: /usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
PATH: /usr/local/Library/ENV/4.3:/usr/bin:/bin:/usr/sbin:/sbin | |
Logs: | |
/Users/<username>/Library/Logs/Homebrew/clamav/01.configure | |
/Users/<username>/Library/Logs/Homebrew/clamav/01.configure.cc | |
/Users/<username>/Library/Logs/Homebrew/clamav/02.make | |
/Users/<username>/Library/Logs/Homebrew/clamav/02.make.cc | |
/Users/<username>/Library/Logs/Homebrew/clamav/config.log | |
These open issues may also help: | |
fix clamav 0.98.1 building on OSX 10.9 (https://github.com/Homebrew/homebrew/pull/27592) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment