Created
April 15, 2012 01:15
-
-
Save codeslinger/2389148 to your computer and use it in GitHub Desktop.
brew install -v collectd (with Clang 3.1Xcode 4.3.2)
This file contains hidden or 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 http://collectd.org/files/collectd-5.0.2.tar.bz2 | |
Already downloaded: /Users/toby/Library/Caches/Homebrew/collectd-5.0.2.tar.bz2 | |
/usr/bin/tar xf /Users/toby/Library/Caches/Homebrew/collectd-5.0.2.tar.bz2 | |
==> ./configure --disable-debug --disable-dependency-tracking -C --with-python=/usr/bin --prefix=/usr/local/Cellar/collectd/5.0.2 --localstatedir=/usr/local/var | |
./configure --disable-debug --disable-dependency-tracking -C --with-python=/usr/bin --prefix=/usr/local/Cellar/collectd/5.0.2 --localstatedir=/usr/local/var | |
configure: creating cache config.cache | |
checking build system type... x86_64-apple-darwin11.3.0 | |
checking host system type... x86_64-apple-darwin11.3.0 | |
checking for gcc... /usr/bin/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 /usr/bin/clang accepts -g... yes | |
checking for /usr/bin/clang option to accept ISO C89... none needed | |
checking for a sed that does not truncate output... /usr/bin/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 /usr/bin/clang... /usr/bin/clang | |
checking if the linker (/usr/bin/clang) 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 /usr/bin/clang option to reload object files... -r | |
checking for objdump... no | |
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 /usr/bin/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... /usr/bin/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 /usr/bin/clang supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/bin/clang option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/clang PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/clang static flag -static works... no | |
checking if /usr/bin/clang supports -c -o file.o... yes | |
checking if /usr/bin/clang supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/clang linker (/usr/bin/clang) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.3.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... yes | |
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 a BSD-compatible install... /usr/local/bin/ginstall -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /usr/local/bin/mkdir -p | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/bin/clang... none | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for gcc... (cached) /usr/bin/clang | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether /usr/bin/clang accepts -g... (cached) yes | |
checking for /usr/bin/clang option to accept ISO C89... (cached) none needed | |
checking how to run the C preprocessor... /usr/bin/clang -E | |
checking whether ln -s works... yes | |
checking whether make sets $(MAKE)... (cached) yes | |
checking whether /usr/bin/clang and cc understand -c and -o together... yes | |
checking for flex... flex | |
checking lex output file root... lex.yy | |
checking lex library... -lfl | |
checking whether yytext is a pointer... yes | |
checking for bison... bison -y | |
checking for pkg-config... /usr/local/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for protoc-c... no | |
checking for kernel type (darwin11.3.0)... Darwin | |
checking for ANSI C header files... (cached) yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking stdio.h usability... yes | |
checking stdio.h presence... yes | |
checking for stdio.h... yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking math.h usability... yes | |
checking math.h presence... yes | |
checking for math.h... yes | |
checking stdarg.h usability... yes | |
checking stdarg.h presence... yes | |
checking for stdarg.h... yes | |
checking syslog.h usability... yes | |
checking syslog.h presence... yes | |
checking for syslog.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking signal.h usability... yes | |
checking signal.h presence... yes | |
checking for signal.h... yes | |
checking assert.h usability... yes | |
checking assert.h presence... yes | |
checking for assert.h... yes | |
checking for sys/types.h... (cached) yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking poll.h usability... yes | |
checking poll.h presence... yes | |
checking for poll.h... yes | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking kstat.h usability... no | |
checking kstat.h presence... no | |
checking for kstat.h... no | |
checking regex.h usability... yes | |
checking regex.h presence... yes | |
checking for regex.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking endian.h usability... no | |
checking endian.h presence... no | |
checking for endian.h... no | |
checking sys/isa_defs.h usability... no | |
checking sys/isa_defs.h presence... no | |
checking for sys/isa_defs.h... no | |
checking for netinet/in_systm.h... yes | |
checking for netinet/in.h... yes | |
checking for netinet/ip.h... yes | |
checking for netinet/ip_icmp.h... yes | |
checking for netinet/ip_var.h... yes | |
checking for netinet/ip6.h... yes | |
checking for netinet/icmp6.h... yes | |
checking for netinet/tcp.h... yes | |
checking for netinet/udp.h... yes | |
checking sys/dkstat.h usability... yes | |
checking sys/dkstat.h presence... yes | |
checking for sys/dkstat.h... yes | |
checking mach/mach_init.h usability... yes | |
checking mach/mach_init.h presence... yes | |
checking for mach/mach_init.h... yes | |
checking mach/host_priv.h usability... yes | |
checking mach/host_priv.h presence... yes | |
checking for mach/host_priv.h... yes | |
checking mach/mach_error.h usability... yes | |
checking mach/mach_error.h presence... yes | |
checking for mach/mach_error.h... yes | |
checking mach/mach_host.h usability... yes | |
checking mach/mach_host.h presence... yes | |
checking for mach/mach_host.h... yes | |
checking mach/mach_port.h usability... yes | |
checking mach/mach_port.h presence... yes | |
checking for mach/mach_port.h... yes | |
checking mach/mach_types.h usability... yes | |
checking mach/mach_types.h presence... yes | |
checking for mach/mach_types.h... yes | |
checking mach/message.h usability... yes | |
checking mach/message.h presence... yes | |
checking for mach/message.h... yes | |
checking mach/processor_set.h usability... yes | |
checking mach/processor_set.h presence... yes | |
checking for mach/processor_set.h... yes | |
checking mach/processor.h usability... yes | |
checking mach/processor.h presence... yes | |
checking for mach/processor.h... yes | |
checking mach/processor_info.h usability... yes | |
checking mach/processor_info.h presence... yes | |
checking for mach/processor_info.h... yes | |
checking mach/task.h usability... yes | |
checking mach/task.h presence... yes | |
checking for mach/task.h... yes | |
checking mach/thread_act.h usability... yes | |
checking mach/thread_act.h presence... yes | |
checking for mach/thread_act.h... yes | |
checking mach/vm_region.h usability... yes | |
checking mach/vm_region.h presence... yes | |
checking for mach/vm_region.h... yes | |
checking mach/vm_map.h usability... yes | |
checking mach/vm_map.h presence... yes | |
checking for mach/vm_map.h... yes | |
checking mach/vm_prot.h usability... yes | |
checking mach/vm_prot.h presence... yes | |
checking for mach/vm_prot.h... yes | |
checking mach/vm_statistics.h usability... yes | |
checking mach/vm_statistics.h presence... yes | |
checking for mach/vm_statistics.h... yes | |
checking mach/kern_return.h usability... yes | |
checking mach/kern_return.h presence... yes | |
checking for mach/kern_return.h... yes | |
checking CoreFoundation/CoreFoundation.h usability... yes | |
checking CoreFoundation/CoreFoundation.h presence... yes | |
checking for CoreFoundation/CoreFoundation.h... yes | |
checking IOKit/IOKitLib.h usability... yes | |
checking IOKit/IOKitLib.h presence... yes | |
checking for IOKit/IOKitLib.h... yes | |
checking IOKit/IOTypes.h usability... yes | |
checking IOKit/IOTypes.h presence... yes | |
checking for IOKit/IOTypes.h... yes | |
checking IOKit/ps/IOPSKeys.h usability... yes | |
checking IOKit/ps/IOPSKeys.h presence... yes | |
checking for IOKit/ps/IOPSKeys.h... yes | |
checking IOKit/IOBSD.h usability... yes | |
checking IOKit/IOBSD.h presence... yes | |
checking for IOKit/IOBSD.h... yes | |
checking IOKit/storage/IOBlockStorageDriver.h usability... yes | |
checking IOKit/storage/IOBlockStorageDriver.h presence... yes | |
checking for IOKit/storage/IOBlockStorageDriver.h... yes | |
checking for sys/sysctl.h... yes | |
checking for sysctl kern.cp_times... no | |
checking linux/major.h usability... no | |
checking linux/major.h presence... no | |
checking for linux/major.h... no | |
checking libgen.h usability... yes | |
checking libgen.h presence... yes | |
checking for libgen.h... yes | |
checking for IOKit/ps/IOPowerSources.h... yes | |
checking for sys/swap.h... no | |
checking for vm/anon.h... no | |
checking sys/loadavg.h usability... no | |
checking sys/loadavg.h presence... no | |
checking for sys/loadavg.h... no | |
checking linux/config.h usability... no | |
checking linux/config.h presence... no | |
checking for linux/config.h... no | |
checking utmp.h usability... yes | |
checking utmp.h presence... yes | |
checking for utmp.h... yes | |
checking utmpx.h usability... yes | |
checking utmpx.h presence... yes | |
checking for utmpx.h... yes | |
checking ifaddrs.h usability... yes | |
checking ifaddrs.h presence... yes | |
checking for ifaddrs.h... yes | |
checking for net/if.h... yes | |
checking for linux/if.h... no | |
checking for linux/netdevice.h... no | |
checking for sys/ucred.h... yes | |
checking for sys/mount.h... yes | |
checking for linux/un.h... no | |
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 sys/un.h usability... yes | |
checking sys/un.h presence... yes | |
checking for sys/un.h... yes | |
checking ctype.h usability... yes | |
checking ctype.h presence... yes | |
checking for ctype.h... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking xfs/xqm.h usability... no | |
checking xfs/xqm.h presence... no | |
checking for xfs/xqm.h... no | |
checking fs_info.h usability... no | |
checking fs_info.h presence... no | |
checking for fs_info.h... no | |
checking fshelp.h usability... no | |
checking fshelp.h presence... no | |
checking for fshelp.h... no | |
checking paths.h usability... yes | |
checking paths.h presence... yes | |
checking for paths.h... yes | |
checking mntent.h usability... no | |
checking mntent.h presence... no | |
checking for mntent.h... no | |
checking mnttab.h usability... no | |
checking mnttab.h presence... no | |
checking for mnttab.h... no | |
checking sys/fstyp.h usability... no | |
checking sys/fstyp.h presence... no | |
checking for sys/fstyp.h... no | |
checking sys/fs_types.h usability... no | |
checking sys/fs_types.h presence... no | |
checking for sys/fs_types.h... no | |
checking sys/mntent.h usability... no | |
checking sys/mntent.h presence... no | |
checking for sys/mntent.h... no | |
checking sys/mnttab.h usability... no | |
checking sys/mnttab.h presence... no | |
checking for sys/mnttab.h... no | |
checking sys/statfs.h usability... no | |
checking sys/statfs.h presence... no | |
checking for sys/statfs.h... no | |
checking sys/statvfs.h usability... yes | |
checking sys/statvfs.h presence... yes | |
checking for sys/statvfs.h... yes | |
checking sys/vfs.h usability... no | |
checking sys/vfs.h presence... no | |
checking for sys/vfs.h... no | |
checking sys/vfstab.h usability... no | |
checking sys/vfstab.h presence... no | |
checking for sys/vfstab.h... no | |
checking kvm.h usability... no | |
checking kvm.h presence... no | |
checking for kvm.h... no | |
checking wordexp.h usability... yes | |
checking wordexp.h presence... yes | |
checking for wordexp.h... yes | |
checking arpa/nameser.h usability... yes | |
checking arpa/nameser.h presence... yes | |
checking for arpa/nameser.h... yes | |
checking for arpa/nameser_compat.h... yes | |
checking for net/if_arp.h... yes | |
checking net/ppp_defs.h usability... no | |
checking net/ppp_defs.h presence... no | |
checking for net/ppp_defs.h... no | |
checking for net/if_ppp.h... no | |
checking for netinet/if_ether.h... yes | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking for an ANSI C-conforming const... yes | |
checking for pid_t... yes | |
checking for size_t... yes | |
checking for uid_t in sys/types.h... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking whether /usr/bin/clang needs -traditional... no | |
checking for gettimeofday... yes | |
checking for select... yes | |
checking for strdup... yes | |
checking for strtol... yes | |
checking for getaddrinfo... yes | |
checking for getnameinfo... yes | |
checking for strchr... yes | |
checking for memcpy... yes | |
checking for strstr... yes | |
checking for strcmp... yes | |
checking for strncmp... yes | |
checking for strncpy... yes | |
checking for strlen... yes | |
checking for strncasecmp... yes | |
checking for strcasecmp... yes | |
checking for openlog... yes | |
checking for closelog... yes | |
checking for sysconf... yes | |
checking for setenv... yes | |
checking for if_indextoname... yes | |
checking whether strerror_r is declared... yes | |
checking for strerror_r... yes | |
checking whether strerror_r returns char *... no | |
checking for strtok_r... yes | |
checking for getpwnam_r... yes | |
checking for getgrnam_r... yes | |
checking for setgroups... yes | |
checking for regcomp... yes | |
checking for regerror... yes | |
checking for regexec... yes | |
checking for regfree... yes | |
checking for socket... yes | |
checking for clock_gettime... no | |
checking for clock_gettime in -lrt... no | |
checking for clock_gettime in -lposix4... no | |
configure: WARNING: cannot find clock_gettime | |
checking for nanosleep... yes | |
checking for sysctl... yes | |
checking for sysctlbyname... yes | |
checking for host_statistics... yes | |
checking for processor_info... yes | |
checking for thread_info... yes | |
checking for statfs... yes | |
checking for statvfs... yes | |
checking for getifaddrs... yes | |
checking for getloadavg... yes | |
checking for syslog... yes | |
checking for getutent... no | |
checking for getutxent... yes | |
checking for strptime... yes | |
checking whether strptime is exported by default... yes | |
checking for swapctl... no | |
checking whether NAN is defined by default... yes | |
checking if doubles are stored in x86 representation... yes | |
checking for getfsstat... yes | |
checking for getvfsstat... no | |
checking for listmntent... no | |
checking for getmntent... no | |
checking for getmntent in -lsun... no | |
checking for getmntent in -lseq... no | |
checking for getmntent in -lgen... no | |
checking if have htonll defined... no | |
checking for struct if_data.ifi_ibytes... yes | |
checking for struct if_data.ifi_opackets... yes | |
checking for struct if_data.ifi_ierrors... yes | |
checking for struct net_device_stats.rx_bytes... no | |
checking for struct net_device_stats.tx_packets... no | |
checking for struct net_device_stats.rx_errors... no | |
checking for struct ip_mreqn.imr_ifindex... yes | |
checking for struct kinfo_proc.ki_pid... no | |
checking for struct kinfo_proc.ki_rssize... no | |
checking for struct kinfo_proc.ki_rusage... no | |
checking for struct kinfo_proc.kp_proc... no | |
checking for struct kinfo_proc.kp_eproc... no | |
checking for struct udphdr.uh_dport... yes | |
checking for struct udphdr.uh_sport... yes | |
checking for struct udphdr.dest... no | |
checking for struct udphdr.source... no | |
checking for kstat_io_t.nwritten... no | |
checking for kstat_io_t.writes... no | |
checking for kstat_io_t.nwrites... no | |
checking for kstat_io_t.wtime... no | |
checking for res_search in -lresolv... yes | |
checking for libhal_device_property_exists in -lhal... no | |
checking for IOServiceGetMatchingServices in -lIOKit... yes | |
checking for kvm_getprocs in -lkvm... no | |
checking for kvm_getswapinfo in -lkvm... no | |
checking for kvm_nlist in -lkvm... no | |
checking for kvm_openfiles in -lkvm... no | |
checking credis.h usability... no | |
checking credis.h presence... no | |
checking for credis.h... no | |
checking curl/curl.h usability... yes | |
checking curl/curl.h presence... yes | |
checking for curl/curl.h... yes | |
checking for curl_easy_init in -lcurl... yes | |
checking dbi/dbi.h usability... no | |
checking dbi/dbi.h presence... no | |
checking for dbi/dbi.h... no | |
checking for smtp_create_session in -lesmtp... no | |
checking gm_protocol.h usability... no | |
checking gm_protocol.h presence... no | |
checking for gm_protocol.h... no | |
checking gcrypt.h usability... no | |
checking gcrypt.h presence... no | |
checking for gcrypt.h... no | |
checking for jni.h... not found | |
checking for jni_md.h... not found | |
checking for libjvm.so... not found | |
checking for javac... not found | |
checking for jar... not found | |
checking for javac... no | |
checking for jar... no | |
checking libmemcached/memcached.h usability... no | |
checking libmemcached/memcached.h presence... no | |
checking for libmemcached/memcached.h... no | |
configure: Checking for modbus using /usr/local/bin/pkg-config | |
checking mysql.h usability... yes | |
checking mysql.h presence... yes | |
checking for mysql.h... yes | |
checking for mysql_init in -lmysqlclient... no | |
checking for mysql_get_server_version in -lmysqlclient... no | |
checking netapp_api.h usability... no | |
checking netapp_api.h presence... no | |
checking for netapp_api.h... no | |
checking net-snmp/net-snmp-config.h usability... yes | |
checking net-snmp/net-snmp-config.h presence... yes | |
checking for net-snmp/net-snmp-config.h... yes | |
checking for init_snmp in -lnetsnmp... no | |
checking for oconfig_parse_fh in -loconfig... no | |
checking oping.h usability... no | |
checking oping.h presence... no | |
checking for oping.h... no | |
checking owcapi.h usability... no | |
checking owcapi.h presence... no | |
checking for owcapi.h... no | |
checking for pcap_open_live in -lpcap... no | |
checking for perl... yes (/usr/bin/perl) | |
checking for libperl... no | |
checking libpq-fe.h usability... yes | |
checking libpq-fe.h presence... yes | |
checking for libpq-fe.h... yes | |
checking for PQconnectdb in -lpq... no | |
checking for PQserverVersion in -lpq... no | |
checking for pthread_create in -lpthread... no | |
checking for Python CPPFLAGS... failed with status 126 (output: ./configure: line 21700: /usr/bin: is a directory) | |
checking amqp.h usability... no | |
checking amqp.h presence... no | |
checking for amqp.h... no | |
checking routeros_api.h usability... no | |
checking routeros_api.h presence... no | |
checking for routeros_api.h... no | |
checking rrd.h usability... no | |
checking rrd.h presence... no | |
checking for rrd.h... no | |
checking pkg-config for libstatgrab... not found | |
checking tcrdb.h usability... no | |
checking tcrdb.h presence... no | |
checking for tcrdb.h... no | |
configure: Checking for libupsclient using /usr/local/bin/pkg-config | |
checking yajl/yajl_parse.h usability... no | |
checking yajl/yajl_parse.h presence... no | |
checking for yajl/yajl_parse.h... no | |
checking yajl/yajl_version.h usability... no | |
checking yajl/yajl_version.h presence... no | |
checking for yajl/yajl_version.h... no | |
configure: Checking for varnishapi using /usr/local/bin/pkg-config | |
checking libxml/parser.h usability... yes | |
checking libxml/parser.h presence... yes | |
checking for libxml/parser.h... yes | |
checking for xmlXPathEval in -lxml2... no | |
checking for pkg-config... /usr/local/bin/pkg-config | |
checking for libOpenIPMIpthread... no (pkg-config doesn't know OpenIPMIpthread) | |
checking for LIBNOTIFY... no | |
checking which default log plugin to load... syslog | |
checking which default write plugin to load... network | |
configure: updating cache config.cache | |
configure: creating ./config.status | |
config.status: creating src/libcollectdclient/lcc_features.h | |
config.status: creating Makefile | |
config.status: creating src/Makefile | |
config.status: creating src/collectd.conf | |
config.status: creating src/owniptc/Makefile | |
config.status: creating src/libcollectdclient/Makefile | |
config.status: creating src/libcollectdclient/libcollectdclient.pc | |
config.status: creating src/liboconfig/Makefile | |
config.status: creating bindings/Makefile | |
config.status: creating bindings/java/Makefile | |
config.status: creating src/config.h | |
config.status: executing libtool commands | |
config.status: executing depfiles commands | |
=== configuring in libltdl (/private/tmp/homebrew-collectd-5.0.2-WJuH/collectd-5.0.2/libltdl) | |
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/collectd/5.0.2' '--disable-debug' '--disable-dependency-tracking' '--with-python=/usr/bin' '--localstatedir=/usr/local/var' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Qunused-arguments' --cache-file=../config.cache --srcdir=. | |
configure: loading cache ../config.cache | |
checking for a BSD-compatible install... (cached) /usr/local/bin/ginstall -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... (cached) /usr/local/bin/mkdir -p | |
checking for gawk... (cached) awk | |
checking whether make sets $(MAKE)... (cached) yes | |
checking build system type... (cached) x86_64-apple-darwin11.3.0 | |
checking host system type... (cached) x86_64-apple-darwin11.3.0 | |
checking for style of include used by make... GNU | |
checking for gcc... (cached) /usr/bin/clang | |
checking whether the C compiler works... no | |
configure: error: in `/private/tmp/homebrew-collectd-5.0.2-WJuH/collectd-5.0.2/libltdl': | |
configure: error: C compiler cannot create executables | |
See `config.log' for more details. | |
configure: error: ./configure failed for libltdl | |
==> Exit Status: 77 | |
https://github.com/mxcl/master/blob/master/Library/Formula/collectd.rb#L20 | |
==> Build Environment | |
CPU: quad-core 64-bit sandybridge | |
MacOS: 10.7.3-x86_64 | |
Xcode: 4.3.2 | |
CC: /usr/bin/clang | |
CXX: /usr/bin/clang++ => /usr/bin/clang | |
LD: /usr/bin/clang | |
CFLAGS: -Os -w -pipe -march=native -Qunused-arguments | |
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments | |
MAKEFLAGS: -j4 | |
Error: Failed executing: ./configure --disable-debug --disable-dependency-tracking -C --with-python=/usr/bin --prefix=/usr/local/Cellar/collectd/5.0.2 --localstatedir=/usr/local/var (collectd.rb:20) | |
These existing issues may help you: | |
https://github.com/mxcl/homebrew/issues/11651 | |
https://github.com/mxcl/homebrew/issues/11652 | |
Otherwise, please report the bug: | |
https://github.com/mxcl/homebrew/wiki/reporting-bugs | |
We saved the configure log, please gist it if you report the issue: | |
~/Library/Logs/Homebrew/config.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment