Homebrew / legacy-homebrew

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

Collectd 4.10.0 fails to build #1506

Closed spahl closed 14 years ago

spahl commented 14 years ago
$ brew install collectd                                             
==> Downloading http://collectd.org/files/collectd-4.10.0.tar.bz2
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/collectd/4.10.0 --disable-debug --dis
checking build system type... x86_64-apple-darwin10.3.1
checking host system type... x86_64-apple-darwin10.3.1
checking for gcc... /usr/bin/cc
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/cc accepts -g... yes
checking for /usr/bin/cc 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/cc... /usr/bin/cc
checking if the linker (/usr/bin/cc) 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/cc 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/cc 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/cc -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/cc supports -fno-rtti -fno-exceptions... yes
checking for /usr/bin/cc option to produce PIC... -fno-common -DPIC
checking if /usr/bin/cc PIC flag -fno-common -DPIC works... yes
checking if /usr/bin/cc static flag -static works... no
checking if /usr/bin/cc supports -c -o file.o... yes
checking if /usr/bin/cc supports -c -o file.o... (cached) yes
checking whether the /usr/bin/cc linker (/usr/bin/cc) supports shared libraries... yes
checking dynamic linker characteristics... darwin10.3.1 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... no
checking where to find libltdl headers... -I${top_srcdir}/libltdl
checking where to find libltdl library... ${top_build_prefix}libltdl/libltdlc.la
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/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./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 style of include used by make... GNU
checking dependency style of /usr/bin/cc... 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/cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/bin/cc accepts -g... (cached) yes
checking for /usr/bin/cc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... /usr/bin/cc -E
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking whether /usr/bin/cc 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 (darwin10.3.1)... 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/cc 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 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 syslog... yes
checking for getutent... no
checking for getutxent... yes
checking for swapctl... no
checking for getloadavg... yes
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... no
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 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... /System/Library/Frameworks/JavaVM.framework/Home//bin/javac
checking for jar... /System/Library/Frameworks/JavaVM.framework/Home//bin/jar
checking jni.h usability... no
checking jni.h presence... no
checking for jni.h... 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 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... yes
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... yes
checking pcap.h usability... yes
checking pcap.h presence... yes
checking for pcap.h... yes
checking for perl... yes (/usr/bin/perl)
checking for libperl... yes
checking if perl supports ithreads... yes
checking for broken Perl_load_module()... no
checking for struct mgvtbl.svt_local... yes
configure: WARNING: pg_config returned with status 127
checking libpq-fe.h usability... no
checking libpq-fe.h presence... no
checking for libpq-fe.h... no
checking for pthread_create in -lpthread... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for python... /usr/bin/python
checking for Python CPPFLAGS... /System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
checking Python.h usability... yes
checking Python.h presence... yes
checking for Python.h... yes
checking for Python LDFLAGS... /System/Library/Frameworks/Python.framework/Versions/2.6/lib
checking for Python LIBS... failed with status 0 (output: )
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 libxml/parser.h usability... yes
checking libxml/parser.h presence... yes
checking for libxml/parser.h... yes
checking for xmlXPathEval in -lxml2... yes
checking for pkg-config... /usr/local/bin/pkg-config
checking for libOpenIPMIpthread... no (/usr/local/bin/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: 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-4.10.0-IlBL/collectd-4.10.0/libltdl)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/collectd/4.10.0'  '--disable-debug' '--disable-dependency-tracking' 'CC=/usr/bin/cc' 'CFLAGS=-O3 -w -pipe' '--enable-ltdl-convenience' --cache-file=/dev/null --srcdir=.
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 build system type... mkdir: /System/Library/Frameworks/JavaVM.framework/Home//bin/jar: Not a directory
mkdir: /System/Library/Frameworks/JavaVM.framework/Home//bin/jar: Not a directory
config.guess: cannot create a temporary directory in /System/Library/Frameworks/JavaVM.framework/Home//bin/jar
configure: error: cannot guess build type; you must specify one
configure: error: ./configure failed for libltdl
Exit status: 1

http://github.com/mxcl/homebrew/blob/master/Library/Formula/collectd.rb#L13

==> Environment
HOMEBREW_VERSION: 0.6
HEAD: f5d74c9ebe6fa4ba8f3ab380ec10e98c843b45c0
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_CACHE: /Users/seb/Library/Caches/Homebrew
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew
Hardware: quad-core 64-bit arrandale
OS X: 10.6.3
Kernel Architecture: i386
Ruby: 1.8.7-173
GCC-4.0: build 5493 (5493 or newer recommended)
GCC-4.2: build 5659 (5646 or newer recommended)
LLVM: build 2207 (2206 or newer recommended)
MacPorts or Fink? false
X11 installed? true
PATH: /usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin

==> Build Flags
CC: /usr/bin/cc
CXX: /usr/bin/c++
LD: /usr/bin/cc
CFLAGS: -O3 -w -pipe
CXXFLAGS: -O3 -w -pipe
MAKEFLAGS: -j4
PATH: /usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
Error: Failure while executing: ./configure --prefix=/usr/local/Cellar/collectd/4.10.0 --disable-debug --disable-dependency-tracking
adamv commented 14 years ago

Works here; do you have any odd environmental variables set?

spahl commented 14 years ago

It was because of: JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home/

This conflicts with the ec2-api-tools.

adamv commented 14 years ago

Sounds like an upstream collectd issue.