Skip to content

Instantly share code, notes, and snippets.

@joachimhs
Created September 4, 2012 19:27
Show Gist options
  • Save joachimhs/3625373 to your computer and use it in GitHub Desktop.
Save joachimhs/3625373 to your computer and use it in GitHub Desktop.
CollectD install issue OS X 10.8
This file has been truncated, but you can view the full file.
joahaa:~ joahaa$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install collectd
==> Downloading http://collectd.org/files/collectd-5.1.0.tar.bz2
Already downloaded: /Library/Caches/Homebrew/collectd-5.1.0.tar.bz2
/usr/bin/tar xf /Library/Caches/Homebrew/collectd-5.1.0.tar.bz2
==> ./configure -C --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/collectd/5.1.0 --localstatedir=/usr/local/var --with-python=/usr/bin
./configure -C --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/collectd/5.1.0 --localstatedir=/usr/local/var --with-python=/usr/bin
configure: creating cache config.cache
checking build system type... x86_64-apple-darwin12.1.0
checking host system type... x86_64-apple-darwin12.1.0
checking for gcc... 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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
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 cc... cc
checking if the linker (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 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 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... 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 cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fno-common -DPIC
checking if cc PIC flag -fno-common -DPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (cc) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.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... 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... 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... libltdl/config/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of 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) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... cc -E
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking whether cc understands -c and -o together... yes
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -ll
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 (darwin12.1.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 linux/sockios.h... no
checking for linux/ethtool.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 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 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... found in /Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home/include
checking for jni_md.h... found in /Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home/include/darwin
checking for libjvm.so... not found
checking for javac... /Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home/bin/javac
checking for jar... /Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home/bin/jar
configure: Building with JAVA_CPPFLAGS set to: -I/Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home/include/darwin
checking jni.h usability... yes
checking jni.h presence... yes
checking for jni.h... yes
checking for JNI_CreateJavaVM in -ljvm... no
checking libmemcached/memcached.h usability... no
checking libmemcached/memcached.h presence... no
checking for libmemcached/memcached.h... no
configure: Checking for libmodbus using /usr/local/bin/pkg-config
checking for mongo.h... 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 22014: /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/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/brew-collectd-5.1.0-8ND5/collectd-5.1.0/libltdl)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/collectd/5.1.0' '--disable-debug' '--disable-dependency-tracking' '--localstatedir=/usr/local/var' '--with-python=/usr/bin' 'CC=cc' 'PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/Library/Homebrew/pkgconfig' '--enable-ltdl-convenience' --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /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... (cached) awk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-apple-darwin12.1.0
checking host system type... (cached) x86_64-apple-darwin12.1.0
checking for style of include used by make... GNU
checking for gcc... (cached) cc
checking whether the C compiler works... no
configure: error: in `/private/tmp/brew-collectd-5.1.0-8ND5/collectd-5.1.0/libltdl':
configure: error: C compiler cannot create executables
See `config.log' for more details.
configure: error: ./configure failed for libltdl
config.log was copied to /Users/joahaa/Library/Logs/Homebrew
==> Exit Status: 77
https://github.com/mxcl/master/blob/master/Library/Formula/collectd.rb#L32
==> Build Environment
HOMEBREW_VERSION: 0.9.3
HEAD: 8f7a0e7acbaaffbca8c862e8f6eb26c5e235ec75
CPU: quad-core 64-bit arrandale
OS X: 10.8.1-x86_64
Xcode: 4.4.1
CLT: 4.4.0.0.1.1249367152
X11: N/A
CC: cc
CXX: c++
LD: cc
MAKEFLAGS: -j1
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_PATH: /usr/local/lib/pkgconfig:/usr/local/Library/Homebrew/pkgconfig
HOMEBREW_MAKE_JOBS: 1
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: Failed executing: ./configure -C --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/collectd/5.1.0 --localstatedir=/usr/local/var --with-python=/usr/bin (collectd.rb:32)
This link will help resolve the above errors:
https://github.com/mxcl/homebrew/wiki/bug-fixing-checklist
We saved the configure log:
~/Library/Logs/Homebrew/config.log
When you report the issue please paste the build output above and the config.log here:
http://gist.github.com/
joahaa:~ joahaa$ brew doctor
Your system is raring to brew.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by collectd configure 5.1.0, which was
generated by GNU Autoconf 2.67. Invocation command line was
$ ./configure -C --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/collectd/5.1.0 --localstatedir=/usr/local/var --with-python=/usr/bin
## --------- ##
## Platform. ##
## --------- ##
hostname = joahaa.local
uname -m = x86_64
uname -r = 12.1.0
uname -s = Darwin
uname -v = Darwin Kernel Version 12.1.0: Tue Aug 14 13:29:55 PDT 2012; root:xnu-2050.9.2~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 12.1.0: Tue Aug 14 13:29:55 PDT 2012; root:xnu-2050.9.2~1/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3
Primary memory available: 8.00 gigabytes
Default processor set: 160 tasks, 967 threads, 4 processors
Load average: 4.00, Mach factor: 0.88
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/ENV/4.3
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:3221: creating cache config.cache
configure:3366: checking build system type
configure:3380: result: x86_64-apple-darwin12.1.0
configure:3400: checking host system type
configure:3413: result: x86_64-apple-darwin12.1.0
configure:3481: checking for gcc
configure:3508: result: cc
configure:3737: checking for C compiler version
configure:3746: cc --version >&5
Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.1.0
Thread model: posix
configure:3757: $? = 0
configure:3746: cc -v >&5
Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.1.0
Thread model: posix
clang: warning: argument unused during compilation: '-isystem /usr/local/include'
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2'
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/'
clang: warning: argument unused during compilation: '-L/usr/local/lib'
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries'
configure:3757: $? = 0
configure:3746: cc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:3757: $? = 1
configure:3746: cc -qversion >&5
clang: error: no input files
configure:3757: $? = 1
configure:3777: checking whether the C compiler works
configure:3799: cc conftest.c >&5
configure:3803: $? = 0
configure:3851: result: yes
configure:3854: checking for C compiler default output file name
configure:3856: result: a.out
configure:3862: checking for suffix of executables
configure:3869: cc -o conftest conftest.c >&5
configure:3873: $? = 0
configure:3895: result:
configure:3917: checking whether we are cross compiling
configure:3925: cc -o conftest conftest.c >&5
configure:3929: $? = 0
configure:3936: ./conftest
configure:3940: $? = 0
configure:3955: result: no
configure:3960: checking for suffix of object files
configure:3982: cc -c conftest.c >&5
configure:3986: $? = 0
configure:4007: result: o
configure:4011: checking whether we are using the GNU C compiler
configure:4030: cc -c conftest.c >&5
configure:4030: $? = 0
configure:4039: result: yes
configure:4048: checking whether cc accepts -g
configure:4068: cc -c -g conftest.c >&5
configure:4068: $? = 0
configure:4109: result: yes
configure:4126: checking for cc option to accept ISO C89
configure:4190: cc -c -g -O2 conftest.c >&5
configure:4190: $? = 0
configure:4203: result: none needed
configure:4223: checking for a sed that does not truncate output
configure:4287: result: /usr/local/Library/ENV/4.3/sed
configure:4305: checking for grep that handles long lines and -e
configure:4363: result: /usr/bin/grep
configure:4368: checking for egrep
configure:4430: result: /usr/bin/grep -E
configure:4435: checking for fgrep
configure:4497: result: /usr/bin/grep -F
configure:4532: checking for ld used by cc
configure:4599: result: cc
configure:4606: checking if the linker (cc) is GNU ld
configure:4621: result: no
configure:4633: checking for BSD- or MS-compatible name lister (nm)
configure:4682: result: /usr/bin/nm
configure:4800: checking the name lister (/usr/bin/nm) interface
configure:4807: cc -c -g -O2 conftest.c >&5
configure:4810: /usr/bin/nm "conftest.o"
configure:4813: output
0000000000000228 S _some_variable
configure:4820: result: BSD nm
configure:4823: checking whether ln -s works
configure:4827: result: yes
configure:4835: checking the maximum length of command line arguments
configure:4955: result: 196608
configure:4972: checking whether the shell understands some XSI constructs
configure:4982: result: yes
configure:4986: checking whether the shell understands "+="
configure:4992: result: yes
configure:5027: checking for cc option to reload object files
configure:5034: result: -r
configure:5103: checking for objdump
configure:5133: result: no
configure:5162: checking how to recognize dependent libraries
configure:5358: result: pass_all
configure:5418: checking for ar
configure:5434: found /usr/bin/ar
configure:5445: result: ar
configure:5523: checking for strip
configure:5539: found /usr/bin/strip
configure:5550: result: strip
configure:5622: checking for ranlib
configure:5638: found /usr/bin/ranlib
configure:5649: result: ranlib
configure:5739: checking command to parse /usr/bin/nm output from cc object
configure:5857: cc -c -g -O2 conftest.c >&5
configure:5860: $? = 0
configure:5864: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:5867: $? = 0
cannot find nm_test_var in conftest.nm
configure:5857: cc -c -g -O2 conftest.c >&5
configure:5860: $? = 0
configure:5864: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
configure:5867: $? = 0
configure:5921: cc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:5924: $? = 0
configure:5962: result: ok
configure:6227: checking for dsymutil
configure:6243: found /usr/bin/dsymutil
configure:6254: result: dsymutil
configure:6319: checking for nmedit
configure:6335: found /usr/bin/nmedit
configure:6346: result: nmedit
configure:6411: checking for lipo
configure:6427: found /usr/bin/lipo
configure:6438: result: lipo
configure:6503: checking for otool
configure:6519: found /usr/bin/otool
configure:6530: result: otool
configure:6595: checking for otool64
configure:6625: result: no
configure:6670: checking for -single_module linker flag
cc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:6697: result: yes
configure:6699: checking for -exported_symbols_list linker flag
configure:6719: cc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:6719: $? = 0
configure:6729: result: yes
configure:6771: checking how to run the C preprocessor
configure:6802: cc -E conftest.c
configure:6802: $? = 0
configure:6816: cc -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:6816: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6841: result: cc -E
configure:6861: cc -E conftest.c
configure:6861: $? = 0
configure:6875: cc -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:6875: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6904: checking for ANSI C header files
configure:6924: cc -c -g -O2 conftest.c >&5
configure:6924: $? = 0
configure:6997: cc -o conftest -g -O2 conftest.c >&5
configure:6997: $? = 0
configure:6997: ./conftest
configure:6997: $? = 0
configure:7008: result: yes
configure:7021: checking for sys/types.h
configure:7021: cc -c -g -O2 conftest.c >&5
configure:7021: $? = 0
configure:7021: result: yes
configure:7021: checking for sys/stat.h
configure:7021: cc -c -g -O2 conftest.c >&5
configure:7021: $? = 0
configure:7021: result: yes
configure:7021: checking for stdlib.h
configure:7021: cc -c -g -O2 conftest.c >&5
configure:7021: $? = 0
configure:7021: result: yes
configure:7021: checking for string.h
configure:7021: cc -c -g -O2 conftest.c >&5
configure:7021: $? = 0
configure:7021: result: yes
configure:7021: checking for memory.h
configure:7021: cc -c -g -O2 conftest.c >&5
configure:7021: $? = 0
configure:7021: result: yes
configure:7021: checking for strings.h
configure:7021: cc -c -g -O2 conftest.c >&5
configure:7021: $? = 0
configure:7021: result: yes
configure:7021: checking for inttypes.h
configure:7021: cc -c -g -O2 conftest.c >&5
configure:7021: $? = 0
configure:7021: result: yes
configure:7021: checking for stdint.h
configure:7021: cc -c -g -O2 conftest.c >&5
configure:7021: $? = 0
configure:7021: result: yes
configure:7021: checking for unistd.h
configure:7021: cc -c -g -O2 conftest.c >&5
configure:7021: $? = 0
configure:7021: result: yes
configure:7035: checking for dlfcn.h
configure:7035: cc -c -g -O2 conftest.c >&5
configure:7035: $? = 0
configure:7035: result: yes
configure:7218: checking for objdir
configure:7233: result: .libs
configure:7525: checking if cc supports -fno-rtti -fno-exceptions
configure:7543: cc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
configure:7547: $? = 0
configure:7560: result: yes
configure:7580: checking for cc option to produce PIC
configure:7852: result: -fno-common -DPIC
configure:7864: checking if cc PIC flag -fno-common -DPIC works
configure:7882: cc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
configure:7886: $? = 0
configure:7899: result: yes
configure:7923: checking if cc static flag -static works
configure:7951: result: no
configure:7966: checking if cc supports -c -o file.o
configure:7987: cc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:7991: $? = 0
configure:8013: result: yes
configure:8021: checking if cc supports -c -o file.o
configure:8068: result: yes
configure:8101: checking whether the cc linker (cc) supports shared libraries
configure:9092: result: yes
configure:9331: checking dynamic linker characteristics
configure:9994: result: darwin12.1.0 dyld
configure:10096: checking how to hardcode library paths into programs
configure:10121: result: immediate
configure:10166: checking for dlopen in -ldl
configure:10191: cc -o conftest -g -O2 conftest.c -ldl >&5
configure:10191: $? = 0
configure:10200: result: yes
configure:10415: checking whether a program can dlopen itself
configure:10485: cc -o conftest -g -O2 -DHAVE_DLFCN_H conftest.c -ldl >&5
configure:10488: $? = 0
configure:10506: result: yes
configure:10511: checking whether a statically linked program can dlopen itself
configure:10581: cc -o conftest -g -O2 -DHAVE_DLFCN_H conftest.c -ldl >&5
configure:10584: $? = 0
configure:10602: result: yes
configure:10641: checking whether stripping libraries is possible
configure:10655: result: yes
configure:10681: checking if libtool supports shared libraries
configure:10683: result: yes
configure:10686: checking whether to build shared libraries
configure:10707: result: yes
configure:10710: checking whether to build static libraries
configure:10714: result: yes
configure:10749: checking which extension is used for runtime loadable modules
configure:10759: result: .so
configure:10769: checking which variable specifies run-time module search path
configure:10776: result: DYLD_LIBRARY_PATH
configure:10786: checking for the default library search path
configure:10793: result: /usr/local/lib /lib /usr/lib
configure:10823: checking for library containing dlopen
configure:10854: cc -o conftest -g -O2 conftest.c >&5
configure:10854: $? = 0
configure:10871: result: none required
configure:10961: checking for dlerror
configure:10961: cc -o conftest -g -O2 conftest.c >&5
configure:10961: $? = 0
configure:10961: result: yes
configure:10975: checking for shl_load
configure:10975: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_shl_load", referenced from:
_main in conftest-rKYMwV.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10975: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| /* end confdefs.h. */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define shl_load innocuous_shl_load
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shl_load (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef shl_load
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
|
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:10975: result: no
configure:10982: checking for shl_load in -ldld
configure:11007: cc -o conftest -g -O2 conftest.c -ldld >&5
ld: library not found for -ldld
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11007: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:11016: result: no
configure:11062: checking for dld_link in -ldld
configure:11087: cc -o conftest -g -O2 conftest.c -ldld >&5
ld: library not found for -ldld
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11087: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dld_link ();
| int
| main ()
| {
| return dld_link ();
| ;
| return 0;
| }
configure:11096: result: no
configure:11130: checking for _ prefix in compiled symbols
configure:11140: cc -c -g -O2 conftest.c >&5
conftest.c:2:12: warning: expression result unused [-Wunused-value]
int main(){nm_test_func;return 0;}
^~~~~~~~~~~~
1 warning generated.
configure:11143: $? = 0
configure:11147: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
configure:11150: $? = 0
configure:11172: result: yes
configure:11180: checking whether we have to add an underscore for dlsym
configure:11253: cc -o conftest -g -O2 conftest.c >&5
configure:11256: $? = 0
configure:11275: result: no
configure:11286: checking whether deplibs are loaded by dlopen
configure:11380: result: yes
configure:11392: checking for argz.h
configure:11392: cc -c -g -O2 conftest.c >&5
conftest.c:61:10: fatal error: 'argz.h' file not found
#include <argz.h>
^
1 error generated.
configure:11392: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <argz.h>
configure:11392: result: no
configure:11404: checking for error_t
configure:11404: cc -c -g -O2 conftest.c >&5
conftest.c:34:13: error: use of undeclared identifier 'error_t'
if (sizeof (error_t))
^
1 error generated.
configure:11404: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| /* end confdefs.h. */
| #if defined(HAVE_ARGZ_H)
| # include <argz.h>
| #endif
|
| int
| main ()
| {
| if (sizeof (error_t))
| return 0;
| ;
| return 0;
| }
configure:11404: result: no
configure:11430: checking for argz_add
configure:11430: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_argz_add", referenced from:
_main in conftest-lS2sC4.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11430: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| /* end confdefs.h. */
| /* Define argz_add to an innocuous variant, in case <limits.h> declares argz_add.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_add innocuous_argz_add
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_add (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef argz_add
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char argz_add ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_argz_add || defined __stub___argz_add
| choke me
| #endif
|
| int
| main ()
| {
| return argz_add ();
| ;
| return 0;
| }
configure:11430: result: no
configure:11430: checking for argz_append
configure:11430: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_argz_append", referenced from:
_main in conftest-HFbFmM.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11430: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| /* end confdefs.h. */
| /* Define argz_append to an innocuous variant, in case <limits.h> declares argz_append.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_append innocuous_argz_append
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_append (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef argz_append
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char argz_append ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_argz_append || defined __stub___argz_append
| choke me
| #endif
|
| int
| main ()
| {
| return argz_append ();
| ;
| return 0;
| }
configure:11430: result: no
configure:11430: checking for argz_count
configure:11430: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_argz_count", referenced from:
_main in conftest-LFFvsg.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11430: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| /* end confdefs.h. */
| /* Define argz_count to an innocuous variant, in case <limits.h> declares argz_count.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_count innocuous_argz_count
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_count (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef argz_count
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char argz_count ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_argz_count || defined __stub___argz_count
| choke me
| #endif
|
| int
| main ()
| {
| return argz_count ();
| ;
| return 0;
| }
configure:11430: result: no
configure:11430: checking for argz_create_sep
configure:11430: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_argz_create_sep", referenced from:
_main in conftest-YlWE9d.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11430: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| /* end confdefs.h. */
| /* Define argz_create_sep to an innocuous variant, in case <limits.h> declares argz_create_sep.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_create_sep innocuous_argz_create_sep
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_create_sep (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef argz_create_sep
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char argz_create_sep ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_argz_create_sep || defined __stub___argz_create_sep
| choke me
| #endif
|
| int
| main ()
| {
| return argz_create_sep ();
| ;
| return 0;
| }
configure:11430: result: no
configure:11430: checking for argz_insert
configure:11430: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_argz_insert", referenced from:
_main in conftest-LcqDVv.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11430: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| /* end confdefs.h. */
| /* Define argz_insert to an innocuous variant, in case <limits.h> declares argz_insert.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_insert innocuous_argz_insert
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_insert (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef argz_insert
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char argz_insert ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_argz_insert || defined __stub___argz_insert
| choke me
| #endif
|
| int
| main ()
| {
| return argz_insert ();
| ;
| return 0;
| }
configure:11430: result: no
configure:11430: checking for argz_next
configure:11430: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_argz_next", referenced from:
_main in conftest-pMNKDU.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11430: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| /* end confdefs.h. */
| /* Define argz_next to an innocuous variant, in case <limits.h> declares argz_next.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_next innocuous_argz_next
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_next (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef argz_next
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char argz_next ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_argz_next || defined __stub___argz_next
| choke me
| #endif
|
| int
| main ()
| {
| return argz_next ();
| ;
| return 0;
| }
configure:11430: result: no
configure:11430: checking for argz_stringify
configure:11430: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_argz_stringify", referenced from:
_main in conftest-1ro6bV.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11430: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| /* end confdefs.h. */
| /* Define argz_stringify to an innocuous variant, in case <limits.h> declares argz_stringify.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_stringify innocuous_argz_stringify
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_stringify (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef argz_stringify
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char argz_stringify ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_argz_stringify || defined __stub___argz_stringify
| choke me
| #endif
|
| int
| main ()
| {
| return argz_stringify ();
| ;
| return 0;
| }
configure:11430: result: no
configure:11494: checking whether libtool supports -dlopen/-dlpreopen
configure:11506: result: yes
configure:11538: checking for ltdl.h
configure:11538: cc -c -g -O2 conftest.c >&5
conftest.c:65:10: fatal error: 'ltdl.h' file not found
#include <ltdl.h>
^
1 error generated.
configure:11538: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
|
| #include <ltdl.h>
configure:11538: result: no
configure:11675: checking where to find libltdl headers
configure:11677: result: -I${top_srcdir}/libltdl
configure:11679: checking where to find libltdl library
configure:11681: result: ${top_build_prefix}libltdl/libltdlc.la
configure:11732: checking for unistd.h
configure:11732: result: yes
configure:11732: checking for dl.h
configure:11732: cc -c -g -O2 conftest.c >&5
conftest.c:65:10: fatal error: 'dl.h' file not found
#include <dl.h>
^
1 error generated.
configure:11732: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <dl.h>
configure:11732: result: no
configure:11732: checking for sys/dl.h
configure:11732: cc -c -g -O2 conftest.c >&5
conftest.c:65:10: fatal error: 'sys/dl.h' file not found
#include <sys/dl.h>
^
1 error generated.
configure:11732: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/dl.h>
configure:11732: result: no
configure:11732: checking for dld.h
configure:11732: cc -c -g -O2 conftest.c >&5
conftest.c:65:10: fatal error: 'dld.h' file not found
#include <dld.h>
^
1 error generated.
configure:11732: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <dld.h>
configure:11732: result: no
configure:11732: checking for mach-o/dyld.h
configure:11732: cc -c -g -O2 conftest.c >&5
configure:11732: $? = 0
configure:11732: result: yes
configure:11732: checking for dirent.h
configure:11732: cc -c -g -O2 conftest.c >&5
configure:11732: $? = 0
configure:11732: result: yes
configure:11747: checking for closedir
configure:11747: cc -o conftest -g -O2 conftest.c >&5
configure:11747: $? = 0
configure:11747: result: yes
configure:11747: checking for opendir
configure:11747: cc -o conftest -g -O2 conftest.c >&5
configure:11747: $? = 0
configure:11747: result: yes
configure:11747: checking for readdir
configure:11747: cc -o conftest -g -O2 conftest.c >&5
configure:11747: $? = 0
configure:11747: result: yes
configure:11764: checking for strlcat
configure:11764: cc -o conftest -g -O2 conftest.c >&5
conftest.c:59:6: warning: incompatible redeclaration of library function 'strlcat'
char strlcat ();
^
conftest.c:59:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
1 warning generated.
configure:11764: $? = 0
configure:11764: result: yes
configure:11764: checking for strlcpy
configure:11764: cc -o conftest -g -O2 conftest.c >&5
conftest.c:60:6: warning: incompatible redeclaration of library function 'strlcpy'
char strlcpy ();
^
conftest.c:60:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
1 warning generated.
configure:11764: $? = 0
configure:11764: result: yes
configure:11820: checking for a BSD-compatible install
configure:11888: result: /usr/bin/install -c
configure:11899: checking whether build environment is sane
configure:11949: result: yes
configure:12090: checking for a thread-safe mkdir -p
configure:12129: result: libltdl/config/install-sh -c -d
configure:12142: checking for gawk
configure:12172: result: no
configure:12142: checking for mawk
configure:12172: result: no
configure:12142: checking for nawk
configure:12172: result: no
configure:12142: checking for awk
configure:12158: found /usr/bin/awk
configure:12169: result: awk
configure:12180: checking whether make sets $(MAKE)
configure:12202: result: yes
configure:12232: checking for style of include used by make
configure:12260: result: GNU
configure:12345: checking dependency style of cc
configure:12455: result: none
configure:12487: checking for special C compiler options needed for large files
configure:12532: result: no
configure:12538: checking for _FILE_OFFSET_BITS value needed for large files
configure:12563: cc -c -g -O2 conftest.c >&5
configure:12563: $? = 0
configure:12595: result: no
configure:12730: checking for gcc
configure:12757: result: cc
configure:12986: checking for C compiler version
configure:12995: cc --version >&5
Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.1.0
Thread model: posix
configure:13006: $? = 0
configure:12995: cc -v >&5
Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.1.0
Thread model: posix
clang: warning: argument unused during compilation: '-isystem /usr/local/include'
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2'
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/'
clang: warning: argument unused during compilation: '-L/usr/local/lib'
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries'
configure:13006: $? = 0
configure:12995: cc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:13006: $? = 1
configure:12995: cc -qversion >&5
clang: error: no input files
configure:13006: $? = 1
configure:13010: checking whether we are using the GNU C compiler
configure:13038: result: yes
configure:13047: checking whether cc accepts -g
configure:13108: result: yes
configure:13125: checking for cc option to accept ISO C89
configure:13202: result: none needed
configure:13227: checking how to run the C preprocessor
configure:13297: result: cc -E
configure:13317: cc -E conftest.c
configure:13317: $? = 0
configure:13331: cc -E conftest.c
conftest.c:42:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:13331: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:13360: checking whether ln -s works
configure:13364: result: yes
configure:13371: checking whether make sets $(MAKE)
configure:13393: result: yes
configure:13406: checking whether cc understands -c and -o together
configure:13434: cc -c conftest.c -o conftest2.o >&5
configure:13438: $? = 0
configure:13444: cc -c conftest.c -o conftest2.o >&5
configure:13448: $? = 0
configure:13503: result: yes
configure:13570: checking for flex
configure:13586: found /usr/bin/flex
configure:13597: result: flex
configure:13634: flex conftest.l
configure:13638: $? = 0
configure:13640: checking lex output file root
configure:13654: result: lex.yy
configure:13659: checking lex library
configure:13673: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_yywrap", referenced from:
_yylex in conftest-ETzLzb.o
_main in conftest-ETzLzb.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13673: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| /* end confdefs.h. */
|
| #line 3 "lex.yy.c"
|
| #define YY_INT_ALIGNED short int
|
| /* A lexical scanner generated by flex */
|
| #define FLEX_SCANNER
| #define YY_FLEX_MAJOR_VERSION 2
| #define YY_FLEX_MINOR_VERSION 5
| #define YY_FLEX_SUBMINOR_VERSION 35
| #if YY_FLEX_SUBMINOR_VERSION > 0
| #define FLEX_BETA
| #endif
|
| /* First, we deal with platform-specific or compiler-specific issues. */
|
| /* begin standard C headers. */
| #include <stdio.h>
| #include <string.h>
| #include <errno.h>
| #include <stdlib.h>
|
| /* end standard C headers. */
|
| /* flex integer type definitions */
|
| #ifndef FLEXINT_H
| #define FLEXINT_H
|
| /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
|
| #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
| /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
| * if you want the limit (max/min) macros for int types.
| */
| #ifndef __STDC_LIMIT_MACROS
| #define __STDC_LIMIT_MACROS 1
| #endif
|
| #include <inttypes.h>
| typedef int8_t flex_int8_t;
| typedef uint8_t flex_uint8_t;
| typedef int16_t flex_int16_t;
| typedef uint16_t flex_uint16_t;
| typedef int32_t flex_int32_t;
| typedef uint32_t flex_uint32_t;
| typedef uint64_t flex_uint64_t;
| #else
| typedef signed char flex_int8_t;
| typedef short int flex_int16_t;
| typedef int flex_int32_t;
| typedef unsigned char flex_uint8_t;
| typedef unsigned short int flex_uint16_t;
| typedef unsigned int flex_uint32_t;
| #endif /* ! C99 */
|
| /* Limits of integral types. */
| #ifndef INT8_MIN
| #define INT8_MIN (-128)
| #endif
| #ifndef INT16_MIN
| #define INT16_MIN (-32767-1)
| #endif
| #ifndef INT32_MIN
| #define INT32_MIN (-2147483647-1)
| #endif
| #ifndef INT8_MAX
| #define INT8_MAX (127)
| #endif
| #ifndef INT16_MAX
| #define INT16_MAX (32767)
| #endif
| #ifndef INT32_MAX
| #define INT32_MAX (2147483647)
| #endif
| #ifndef UINT8_MAX
| #define UINT8_MAX (255U)
| #endif
| #ifndef UINT16_MAX
| #define UINT16_MAX (65535U)
| #endif
| #ifndef UINT32_MAX
| #define UINT32_MAX (4294967295U)
| #endif
|
| #endif /* ! FLEXINT_H */
|
| #ifdef __cplusplus
|
| /* The "const" storage-class-modifier is valid. */
| #define YY_USE_CONST
|
| #else /* ! __cplusplus */
|
| /* C99 requires __STDC__ to be defined as 1. */
| #if defined (__STDC__)
|
| #define YY_USE_CONST
|
| #endif /* defined (__STDC__) */
| #endif /* ! __cplusplus */
|
| #ifdef YY_USE_CONST
| #define yyconst const
| #else
| #define yyconst
| #endif
|
| /* Returned upon end-of-file. */
| #define YY_NULL 0
|
| /* Promotes a possibly negative, possibly signed char to an unsigned
| * integer for use as an array index. If the signed char is negative,
| * we want to instead treat it as an 8-bit unsigned char, hence the
| * double cast.
| */
| #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
|
| /* Enter a start condition. This macro really ought to take a parameter,
| * but we do it the disgusting crufty way forced on us by the ()-less
| * definition of BEGIN.
| */
| #define BEGIN (yy_start) = 1 + 2 *
|
| /* Translate the current start state into a value that can be later handed
| * to BEGIN to return to the state. The YYSTATE alias is for lex
| * compatibility.
| */
| #define YY_START (((yy_start) - 1) / 2)
| #define YYSTATE YY_START
|
| /* Action number for EOF rule of a given start state. */
| #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
|
| /* Special action meaning "start processing a new file". */
| #define YY_NEW_FILE yyrestart(yyin )
|
| #define YY_END_OF_BUFFER_CHAR 0
|
| /* Size of default input buffer. */
| #ifndef YY_BUF_SIZE
| #define YY_BUF_SIZE 16384
| #endif
|
| /* The state buf must be large enough to hold one state per character in the main buffer.
| */
| #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
|
| #ifndef YY_TYPEDEF_YY_BUFFER_STATE
| #define YY_TYPEDEF_YY_BUFFER_STATE
| typedef struct yy_buffer_state *YY_BUFFER_STATE;
| #endif
|
| #ifndef YY_TYPEDEF_YY_SIZE_T
| #define YY_TYPEDEF_YY_SIZE_T
| typedef size_t yy_size_t;
| #endif
|
| extern yy_size_t yyleng;
|
| extern FILE *yyin, *yyout;
|
| #define EOB_ACT_CONTINUE_SCAN 0
| #define EOB_ACT_END_OF_FILE 1
| #define EOB_ACT_LAST_MATCH 2
|
| #define YY_LESS_LINENO(n)
|
| /* Return all but the first "n" matched characters back to the input stream. */
| #define yyless(n) \
| do \
| { \
| /* Undo effects of setting up yytext. */ \
| int yyless_macro_arg = (n); \
| YY_LESS_LINENO(yyless_macro_arg);\
| *yy_cp = (yy_hold_char); \
| YY_RESTORE_YY_MORE_OFFSET \
| (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
| YY_DO_BEFORE_ACTION; /* set up yytext again */ \
| } \
| while ( 0 )
|
| #define unput(c) yyunput( c, (yytext_ptr) )
|
| #ifndef YY_STRUCT_YY_BUFFER_STATE
| #define YY_STRUCT_YY_BUFFER_STATE
| struct yy_buffer_state
| {
| FILE *yy_input_file;
|
| char *yy_ch_buf; /* input buffer */
| char *yy_buf_pos; /* current position in input buffer */
|
| /* Size of input buffer in bytes, not including room for EOB
| * characters.
| */
| yy_size_t yy_buf_size;
|
| /* Number of characters read into yy_ch_buf, not including EOB
| * characters.
| */
| yy_size_t yy_n_chars;
|
| /* Whether we "own" the buffer - i.e., we know we created it,
| * and can realloc() it to grow it, and should free() it to
| * delete it.
| */
| int yy_is_our_buffer;
|
| /* Whether this is an "interactive" input source; if so, and
| * if we're using stdio for input, then we want to use getc()
| * instead of fread(), to make sure we stop fetching input after
| * each newline.
| */
| int yy_is_interactive;
|
| /* Whether we're considered to be at the beginning of a line.
| * If so, '^' rules will be active on the next match, otherwise
| * not.
| */
| int yy_at_bol;
|
| int yy_bs_lineno; /**< The line count. */
| int yy_bs_column; /**< The column count. */
|
| /* Whether to try to fill the input buffer when we reach the
| * end of it.
| */
| int yy_fill_buffer;
|
| int yy_buffer_status;
|
| #define YY_BUFFER_NEW 0
| #define YY_BUFFER_NORMAL 1
| /* When an EOF's been seen but there's still some text to process
| * then we mark the buffer as YY_EOF_PENDING, to indicate that we
| * shouldn't try reading from the input source any more. We might
| * still have a bunch of tokens to match, though, because of
| * possible backing-up.
| *
| * When we actually see the EOF, we change the status to "new"
| * (via yyrestart()), so that the user can continue scanning by
| * just pointing yyin at a new input file.
| */
| #define YY_BUFFER_EOF_PENDING 2
|
| };
| #endif /* !YY_STRUCT_YY_BUFFER_STATE */
|
| /* Stack of input buffers. */
| static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
| static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
| static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
|
| /* We provide macros for accessing buffer states in case in the
| * future we want to put the buffer states in a more general
| * "scanner state".
| *
| * Returns the top of the stack, or NULL.
| */
| #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
| ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
| : NULL)
|
| /* Same as previous macro, but useful when we know that the buffer stack is not
| * NULL or when we need an lvalue. For internal use only.
| */
| #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
|
| /* yy_hold_char holds the character lost when yytext is formed. */
| static char yy_hold_char;
| static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */
| yy_size_t yyleng;
|
| /* Points to current character in buffer. */
| static char *yy_c_buf_p = (char *) 0;
| static int yy_init = 0; /* whether we need to initialize */
| static int yy_start = 0; /* start state number */
|
| /* Flag which is used to allow yywrap()'s to do buffer switches
| * instead of setting up a fresh yyin. A bit of a hack ...
| */
| static int yy_did_buffer_switch_on_eof;
|
| void yyrestart (FILE *input_file );
| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
| YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
| void yy_delete_buffer (YY_BUFFER_STATE b );
| void yy_flush_buffer (YY_BUFFER_STATE b );
| void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
| void yypop_buffer_state (void );
|
| static void yyensure_buffer_stack (void );
| static void yy_load_buffer_state (void );
| static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
|
| #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
|
| YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
| YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
| YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len );
|
| void *yyalloc (yy_size_t );
| void *yyrealloc (void *,yy_size_t );
| void yyfree (void * );
|
| #define yy_new_buffer yy_create_buffer
|
| #define yy_set_interactive(is_interactive) \
| { \
| if ( ! YY_CURRENT_BUFFER ){ \
| yyensure_buffer_stack (); \
| YY_CURRENT_BUFFER_LVALUE = \
| yy_create_buffer(yyin,YY_BUF_SIZE ); \
| } \
| YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
| }
|
| #define yy_set_bol(at_bol) \
| { \
| if ( ! YY_CURRENT_BUFFER ){\
| yyensure_buffer_stack (); \
| YY_CURRENT_BUFFER_LVALUE = \
| yy_create_buffer(yyin,YY_BUF_SIZE ); \
| } \
| YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
| }
|
| #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
|
| /* Begin user sect3 */
|
| typedef unsigned char YY_CHAR;
|
| FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
|
| typedef int yy_state_type;
|
| extern int yylineno;
|
| int yylineno = 1;
|
| extern char *yytext;
| #define yytext_ptr yytext
|
| static yy_state_type yy_get_previous_state (void );
| static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
| static int yy_get_next_buffer (void );
| static void yy_fatal_error (yyconst char msg[] );
|
| /* Done after the current pattern has been matched and before the
| * corresponding action - sets up yytext.
| */
| #define YY_DO_BEFORE_ACTION \
| (yytext_ptr) = yy_bp; \
| (yytext_ptr) -= (yy_more_len); \
| yyleng = (yy_size_t) (yy_cp - (yytext_ptr)); \
| (yy_hold_char) = *yy_cp; \
| *yy_cp = '\0'; \
| (yy_c_buf_p) = yy_cp;
|
| #define YY_NUM_RULES 8
| #define YY_END_OF_BUFFER 9
| /* This struct is not used in this scanner,
| but its presence is necessary. */
| struct yy_trans_info
| {
| flex_int32_t yy_verify;
| flex_int32_t yy_nxt;
| };
| static yyconst flex_int16_t yy_acclist[23] =
| { 0,
| 9, 7, 8, 8, 1, 7, 8, 2, 7, 8,
| 3, 7, 8, 4, 7, 8, 5, 7, 8, 6,
| 7, 8
| } ;
|
| static yyconst flex_int16_t yy_accept[14] =
| { 0,
| 1, 1, 1, 2, 4, 5, 8, 11, 14, 17,
| 20, 23, 23
| } ;
|
| static yyconst flex_int32_t yy_ec[256] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 2,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 3, 4, 5, 6,
|
| 7, 8, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1
| } ;
|
| static yyconst flex_int32_t yy_meta[9] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1
| } ;
|
| static yyconst flex_int16_t yy_base[13] =
| { 0,
| 0, 0, 9, 10, 10, 10, 10, 10, 10, 10,
| 10, 10
| } ;
|
| static yyconst flex_int16_t yy_def[13] =
| { 0,
| 12, 1, 12, 12, 12, 12, 12, 12, 12, 12,
| 12, 0
| } ;
|
| static yyconst flex_int16_t yy_nxt[19] =
| { 0,
| 4, 5, 6, 7, 8, 9, 10, 11, 12, 3,
| 12, 12, 12, 12, 12, 12, 12, 12
| } ;
|
| static yyconst flex_int16_t yy_chk[19] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1, 3, 12,
| 12, 12, 12, 12, 12, 12, 12, 12
| } ;
|
| extern int yy_flex_debug;
| int yy_flex_debug = 0;
|
| static yy_state_type *yy_state_buf=0, *yy_state_ptr=0;
| static char *yy_full_match;
| static int yy_lp;
| #define REJECT \
| { \
| *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \
| yy_cp = (yy_full_match); /* restore poss. backed-over text */ \
| ++(yy_lp); \
| goto find_rule; \
| }
|
| static int yy_more_flag = 0;
| static int yy_more_len = 0;
| #define yymore() ((yy_more_flag) = 1)
| #define YY_MORE_ADJ (yy_more_len)
| #define YY_RESTORE_YY_MORE_OFFSET
| char *yytext;
| #line 1 "conftest.l"
| #line 469 "lex.yy.c"
|
| #define INITIAL 0
|
| #ifndef YY_NO_UNISTD_H
| /* Special case for "unistd.h", since it is non-ANSI. We include it way
| * down here because we want the user's section 1 to have been scanned first.
| * The user has a chance to override it with an option.
| */
| #include <unistd.h>
| #endif
|
| #ifndef YY_EXTRA_TYPE
| #define YY_EXTRA_TYPE void *
| #endif
|
| static int yy_init_globals (void );
|
| /* Accessor methods to globals.
| These are made visible to non-reentrant scanners for convenience. */
|
| int yylex_destroy (void );
|
| int yyget_debug (void );
|
| void yyset_debug (int debug_flag );
|
| YY_EXTRA_TYPE yyget_extra (void );
|
| void yyset_extra (YY_EXTRA_TYPE user_defined );
|
| FILE *yyget_in (void );
|
| void yyset_in (FILE * in_str );
|
| FILE *yyget_out (void );
|
| void yyset_out (FILE * out_str );
|
| yy_size_t yyget_leng (void );
|
| char *yyget_text (void );
|
| int yyget_lineno (void );
|
| void yyset_lineno (int line_number );
|
| /* Macros after this point can all be overridden by user definitions in
| * section 1.
| */
|
| #ifndef YY_SKIP_YYWRAP
| #ifdef __cplusplus
| extern "C" int yywrap (void );
| #else
| extern int yywrap (void );
| #endif
| #endif
|
| static void yyunput (int c,char *buf_ptr );
|
| #ifndef yytext_ptr
| static void yy_flex_strncpy (char *,yyconst char *,int );
| #endif
|
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen (yyconst char * );
| #endif
|
| #ifndef YY_NO_INPUT
|
| #ifdef __cplusplus
| static int yyinput (void );
| #else
| static int input (void );
| #endif
|
| #endif
|
| /* Amount of stuff to slurp up with each read. */
| #ifndef YY_READ_BUF_SIZE
| #define YY_READ_BUF_SIZE 8192
| #endif
|
| /* Copy whatever the last rule matched to the standard output. */
| #ifndef ECHO
| /* This used to be an fputs(), but since the string might contain NUL's,
| * we now use fwrite().
| */
| #define ECHO fwrite( yytext, yyleng, 1, yyout )
| #endif
|
| /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
| * is returned in "result".
| */
| #ifndef YY_INPUT
| #define YY_INPUT(buf,result,max_size) \
| if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
| { \
| int c = '*'; \
| yy_size_t n; \
| for ( n = 0; n < max_size && \
| (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
| buf[n] = (char) c; \
| if ( c == '\n' ) \
| buf[n++] = (char) c; \
| if ( c == EOF && ferror( yyin ) ) \
| YY_FATAL_ERROR( "input in flex scanner failed" ); \
| result = n; \
| } \
| else \
| { \
| errno=0; \
| while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
| { \
| if( errno != EINTR) \
| { \
| YY_FATAL_ERROR( "input in flex scanner failed" ); \
| break; \
| } \
| errno=0; \
| clearerr(yyin); \
| } \
| }\
| \
|
| #endif
|
| /* No semi-colon after return; correct usage is to write "yyterminate();" -
| * we don't want an extra ';' after the "return" because that will cause
| * some compilers to complain about unreachable statements.
| */
| #ifndef yyterminate
| #define yyterminate() return YY_NULL
| #endif
|
| /* Number of entries by which start-condition stack grows. */
| #ifndef YY_START_STACK_INCR
| #define YY_START_STACK_INCR 25
| #endif
|
| /* Report a fatal error. */
| #ifndef YY_FATAL_ERROR
| #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
| #endif
|
| /* end tables serialization structures and prototypes */
|
| /* Default declaration of generated scanner - a define so the user can
| * easily add parameters.
| */
| #ifndef YY_DECL
| #define YY_DECL_IS_OURS 1
|
| extern int yylex (void);
|
| #define YY_DECL int yylex (void)
| #endif /* !YY_DECL */
|
| /* Code executed at the beginning of each rule, after yytext and yyleng
| * have been set up.
| */
| #ifndef YY_USER_ACTION
| #define YY_USER_ACTION
| #endif
|
| /* Code executed at the end of each rule. */
| #ifndef YY_BREAK
| #define YY_BREAK break;
| #endif
|
| #define YY_RULE_SETUP \
| YY_USER_ACTION
|
| /** The main scanner function which does all the work.
| */
| YY_DECL
| {
| register yy_state_type yy_current_state;
| register char *yy_cp, *yy_bp;
| register int yy_act;
|
| #line 1 "conftest.l"
|
| #line 653 "lex.yy.c"
|
| if ( !(yy_init) )
| {
| (yy_init) = 1;
|
| #ifdef YY_USER_INIT
| YY_USER_INIT;
| #endif
|
| /* Create the reject buffer large enough to save one state per allowed character. */
| if ( ! (yy_state_buf) )
| (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE );
| if ( ! (yy_state_buf) )
| YY_FATAL_ERROR( "out of dynamic memory in yylex()" );
|
| if ( ! (yy_start) )
| (yy_start) = 1; /* first start state */
|
| if ( ! yyin )
| yyin = stdin;
|
| if ( ! yyout )
| yyout = stdout;
|
| if ( ! YY_CURRENT_BUFFER ) {
| yyensure_buffer_stack ();
| YY_CURRENT_BUFFER_LVALUE =
| yy_create_buffer(yyin,YY_BUF_SIZE );
| }
|
| yy_load_buffer_state( );
| }
|
| while ( 1 ) /* loops until end-of-file is reached */
| {
| (yy_more_len) = 0;
| if ( (yy_more_flag) )
| {
| (yy_more_len) = (yy_c_buf_p) - (yytext_ptr);
| (yy_more_flag) = 0;
| }
| yy_cp = (yy_c_buf_p);
|
| /* Support of yytext. */
| *yy_cp = (yy_hold_char);
|
| /* yy_bp points to the position in yy_ch_buf of the start of
| * the current run.
| */
| yy_bp = yy_cp;
|
| yy_current_state = (yy_start);
|
| (yy_state_ptr) = (yy_state_buf);
| *(yy_state_ptr)++ = yy_current_state;
|
| yy_match:
| do
| {
| register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| *(yy_state_ptr)++ = yy_current_state;
| ++yy_cp;
| }
| while ( yy_base[yy_current_state] != 10 );
|
| yy_find_action:
| yy_current_state = *--(yy_state_ptr);
| (yy_lp) = yy_accept[yy_current_state];
| goto find_rule; /* Shut up GCC warning -Wall */
| find_rule: /* we branch to this label when backing up */
| for ( ; ; ) /* until we find what rule we matched */
| {
| if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] )
| {
| yy_act = yy_acclist[(yy_lp)];
| {
| (yy_full_match) = yy_cp;
| break;
| }
| }
| --yy_cp;
| yy_current_state = *--(yy_state_ptr);
| (yy_lp) = yy_accept[yy_current_state];
| }
|
| YY_DO_BEFORE_ACTION;
|
| do_action: /* This label is used only to access EOF actions. */
|
| switch ( yy_act )
| { /* beginning of action switch */
| case 1:
| YY_RULE_SETUP
| #line 2 "conftest.l"
| { ECHO; }
| YY_BREAK
| case 2:
| YY_RULE_SETUP
| #line 3 "conftest.l"
| { REJECT; }
| YY_BREAK
| case 3:
| YY_RULE_SETUP
| #line 4 "conftest.l"
| { yymore (); }
| YY_BREAK
| case 4:
| YY_RULE_SETUP
| #line 5 "conftest.l"
| { yyless (1); }
| YY_BREAK
| case 5:
| YY_RULE_SETUP
| #line 6 "conftest.l"
| { yyless (input () != 0); }
| YY_BREAK
| case 6:
| YY_RULE_SETUP
| #line 7 "conftest.l"
| { unput (yytext[0]); }
| YY_BREAK
| case 7:
| YY_RULE_SETUP
| #line 8 "conftest.l"
| { BEGIN INITIAL; }
| YY_BREAK
| case 8:
| YY_RULE_SETUP
| #line 9 "conftest.l"
| ECHO;
| YY_BREAK
| #line 792 "lex.yy.c"
| case YY_STATE_EOF(INITIAL):
| yyterminate();
|
| case YY_END_OF_BUFFER:
| {
| /* Amount of text matched not including the EOB char. */
| int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
|
| /* Undo the effects of YY_DO_BEFORE_ACTION. */
| *yy_cp = (yy_hold_char);
| YY_RESTORE_YY_MORE_OFFSET
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
| {
| /* We're scanning a new file or input source. It's
| * possible that this happened because the user
| * just pointed yyin at a new source and called
| * yylex(). If so, then we have to assure
| * consistency between YY_CURRENT_BUFFER and our
| * globals. Here is the right place to do so, because
| * this is the first action (other than possibly a
| * back-up) that will match for the new input source.
| */
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
| YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
| YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
| }
|
| /* Note that here we test for yy_c_buf_p "<=" to the position
| * of the first EOB in the buffer, since yy_c_buf_p will
| * already have been incremented past the NUL character
| * (since all states make transitions on EOB to the
| * end-of-buffer state). Contrast this with the test
| * in input().
| */
| if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
| { /* This was really a NUL. */
| yy_state_type yy_next_state;
|
| (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
|
| yy_current_state = yy_get_previous_state( );
|
| /* Okay, we're now positioned to make the NUL
| * transition. We couldn't have
| * yy_get_previous_state() go ahead and do it
| * for us because it doesn't know how to deal
| * with the possibility of jamming (and we don't
| * want to build jamming into it because then it
| * will run more slowly).
| */
|
| yy_next_state = yy_try_NUL_trans( yy_current_state );
|
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
| if ( yy_next_state )
| {
| /* Consume the NUL. */
| yy_cp = ++(yy_c_buf_p);
| yy_current_state = yy_next_state;
| goto yy_match;
| }
|
| else
| {
| yy_cp = (yy_c_buf_p);
| goto yy_find_action;
| }
| }
|
| else switch ( yy_get_next_buffer( ) )
| {
| case EOB_ACT_END_OF_FILE:
| {
| (yy_did_buffer_switch_on_eof) = 0;
|
| if ( yywrap( ) )
| {
| /* Note: because we've taken care in
| * yy_get_next_buffer() to have set up
| * yytext, we can now set up
| * yy_c_buf_p so that if some total
| * hoser (like flex itself) wants to
| * call the scanner after we return the
| * YY_NULL, it'll still work - another
| * YY_NULL will get returned.
| */
| (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
|
| yy_act = YY_STATE_EOF(YY_START);
| goto do_action;
| }
|
| else
| {
| if ( ! (yy_did_buffer_switch_on_eof) )
| YY_NEW_FILE;
| }
| break;
| }
|
| case EOB_ACT_CONTINUE_SCAN:
| (yy_c_buf_p) =
| (yytext_ptr) + yy_amount_of_matched_text;
|
| yy_current_state = yy_get_previous_state( );
|
| yy_cp = (yy_c_buf_p);
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
| goto yy_match;
|
| case EOB_ACT_LAST_MATCH:
| (yy_c_buf_p) =
| &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
|
| yy_current_state = yy_get_previous_state( );
|
| yy_cp = (yy_c_buf_p);
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
| goto yy_find_action;
| }
| break;
| }
|
| default:
| YY_FATAL_ERROR(
| "fatal flex scanner internal error--no action found" );
| } /* end of action switch */
| } /* end of scanning one token */
| } /* end of yylex */
|
| /* yy_get_next_buffer - try to read in a new buffer
| *
| * Returns a code representing an action:
| * EOB_ACT_LAST_MATCH -
| * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
| * EOB_ACT_END_OF_FILE - end of file
| */
| static int yy_get_next_buffer (void)
| {
| register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
| register char *source = (yytext_ptr);
| register int number_to_move, i;
| int ret_val;
|
| if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
| YY_FATAL_ERROR(
| "fatal flex scanner internal error--end of buffer missed" );
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
| { /* Don't try to fill the buffer, so this is an EOF. */
| if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
| {
| /* We matched a single character, the EOB, so
| * treat this as a final EOF.
| */
| return EOB_ACT_END_OF_FILE;
| }
|
| else
| {
| /* We matched some text prior to the EOB, first
| * process it.
| */
| return EOB_ACT_LAST_MATCH;
| }
| }
|
| /* Try to read more data. */
|
| /* First move last chars to start of buffer. */
| number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
|
| for ( i = 0; i < number_to_move; ++i )
| *(dest++) = *(source++);
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
| /* don't do the read, it's not guaranteed to return an EOF,
| * just force an EOF
| */
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
|
| else
| {
| yy_size_t num_to_read =
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
|
| while ( num_to_read <= 0 )
| { /* Not enough room in the buffer - grow it. */
|
| YY_FATAL_ERROR(
| "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
|
| }
|
| if ( num_to_read > YY_READ_BUF_SIZE )
| num_to_read = YY_READ_BUF_SIZE;
|
| /* Read in more data. */
| YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
| (yy_n_chars), num_to_read );
|
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| if ( (yy_n_chars) == 0 )
| {
| if ( number_to_move == YY_MORE_ADJ )
| {
| ret_val = EOB_ACT_END_OF_FILE;
| yyrestart(yyin );
| }
|
| else
| {
| ret_val = EOB_ACT_LAST_MATCH;
| YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
| YY_BUFFER_EOF_PENDING;
| }
| }
|
| else
| ret_val = EOB_ACT_CONTINUE_SCAN;
|
| if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
| /* Extend the array by 50%, plus the number we really need. */
| yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
| if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
| }
|
| (yy_n_chars) += number_to_move;
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
|
| (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
|
| return ret_val;
| }
|
| /* yy_get_previous_state - get the state just before the EOB char was reached */
|
| static yy_state_type yy_get_previous_state (void)
| {
| register yy_state_type yy_current_state;
| register char *yy_cp;
|
| yy_current_state = (yy_start);
|
| (yy_state_ptr) = (yy_state_buf);
| *(yy_state_ptr)++ = yy_current_state;
|
| for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
| {
| register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| *(yy_state_ptr)++ = yy_current_state;
| }
|
| return yy_current_state;
| }
|
| /* yy_try_NUL_trans - try to make a transition on the NUL character
| *
| * synopsis
| * next_state = yy_try_NUL_trans( current_state );
| */
| static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
| {
| register int yy_is_jam;
|
| register YY_CHAR yy_c = 1;
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| yy_is_jam = (yy_current_state == 12);
| if ( ! yy_is_jam )
| *(yy_state_ptr)++ = yy_current_state;
|
| return yy_is_jam ? 0 : yy_current_state;
| }
|
| static void yyunput (int c, register char * yy_bp )
| {
| register char *yy_cp;
|
| yy_cp = (yy_c_buf_p);
|
| /* undo effects of setting up yytext */
| *yy_cp = (yy_hold_char);
|
| if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
| { /* need to shift things up to make room */
| /* +2 for EOB chars. */
| register yy_size_t number_to_move = (yy_n_chars) + 2;
| register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
| register char *source =
| &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
|
| while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
| *--dest = *--source;
|
| yy_cp += (int) (dest - source);
| yy_bp += (int) (dest - source);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
|
| if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
| YY_FATAL_ERROR( "flex scanner push-back overflow" );
| }
|
| *--yy_cp = (char) c;
|
| (yytext_ptr) = yy_bp;
| (yy_hold_char) = *yy_cp;
| (yy_c_buf_p) = yy_cp;
| }
|
| #ifndef YY_NO_INPUT
| #ifdef __cplusplus
| static int yyinput (void)
| #else
| static int input (void)
| #endif
|
| {
| int c;
|
| *(yy_c_buf_p) = (yy_hold_char);
|
| if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
| {
| /* yy_c_buf_p now points to the character we want to return.
| * If this occurs *before* the EOB characters, then it's a
| * valid NUL; if not, then we've hit the end of the buffer.
| */
| if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
| /* This was really a NUL. */
| *(yy_c_buf_p) = '\0';
|
| else
| { /* need more input */
| yy_size_t offset = (yy_c_buf_p) - (yytext_ptr);
| ++(yy_c_buf_p);
|
| switch ( yy_get_next_buffer( ) )
| {
| case EOB_ACT_LAST_MATCH:
| /* This happens because yy_g_n_b()
| * sees that we've accumulated a
| * token and flags that we need to
| * try matching the token before
| * proceeding. But for input(),
| * there's no matching to consider.
| * So convert the EOB_ACT_LAST_MATCH
| * to EOB_ACT_END_OF_FILE.
| */
|
| /* Reset buffer status. */
| yyrestart(yyin );
|
| /*FALLTHROUGH*/
|
| case EOB_ACT_END_OF_FILE:
| {
| if ( yywrap( ) )
| return 0;
|
| if ( ! (yy_did_buffer_switch_on_eof) )
| YY_NEW_FILE;
| #ifdef __cplusplus
| return yyinput();
| #else
| return input();
| #endif
| }
|
| case EOB_ACT_CONTINUE_SCAN:
| (yy_c_buf_p) = (yytext_ptr) + offset;
| break;
| }
| }
| }
|
| c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
| *(yy_c_buf_p) = '\0'; /* preserve yytext */
| (yy_hold_char) = *++(yy_c_buf_p);
|
| return c;
| }
| #endif /* ifndef YY_NO_INPUT */
|
| /** Immediately switch to a different input stream.
| * @param input_file A readable stream.
| *
| * @note This function does not reset the start condition to @c INITIAL .
| */
| void yyrestart (FILE * input_file )
| {
|
| if ( ! YY_CURRENT_BUFFER ){
| yyensure_buffer_stack ();
| YY_CURRENT_BUFFER_LVALUE =
| yy_create_buffer(yyin,YY_BUF_SIZE );
| }
|
| yy_init_buffer(YY_CURRENT_BUFFER,input_file );
| yy_load_buffer_state( );
| }
|
| /** Switch to a different input buffer.
| * @param new_buffer The new input buffer.
| *
| */
| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
| {
|
| /* TODO. We should be able to replace this entire function body
| * with
| * yypop_buffer_state();
| * yypush_buffer_state(new_buffer);
| */
| yyensure_buffer_stack ();
| if ( YY_CURRENT_BUFFER == new_buffer )
| return;
|
| if ( YY_CURRENT_BUFFER )
| {
| /* Flush out information for old buffer. */
| *(yy_c_buf_p) = (yy_hold_char);
| YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| YY_CURRENT_BUFFER_LVALUE = new_buffer;
| yy_load_buffer_state( );
|
| /* We don't actually know whether we did this switch during
| * EOF (yywrap()) processing, but the only time this flag
| * is looked at is after yywrap() is called, so it's safe
| * to go ahead and always set it.
| */
| (yy_did_buffer_switch_on_eof) = 1;
| }
|
| static void yy_load_buffer_state (void)
| {
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
| (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
| yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
| (yy_hold_char) = *(yy_c_buf_p);
| }
|
| /** Allocate and initialize an input buffer state.
| * @param file A readable stream.
| * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
| *
| * @return the allocated buffer state.
| */
| YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
| {
| YY_BUFFER_STATE b;
|
| b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
| if ( ! b )
| YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
| b->yy_buf_size = size;
|
| /* yy_ch_buf has to be 2 characters longer than the size given because
| * we need to put in 2 end-of-buffer characters.
| */
| b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
| if ( ! b->yy_ch_buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
| b->yy_is_our_buffer = 1;
|
| yy_init_buffer(b,file );
|
| return b;
| }
|
| /** Destroy the buffer.
| * @param b a buffer created with yy_create_buffer()
| *
| */
| void yy_delete_buffer (YY_BUFFER_STATE b )
| {
|
| if ( ! b )
| return;
|
| if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
| YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
|
| if ( b->yy_is_our_buffer )
| yyfree((void *) b->yy_ch_buf );
|
| yyfree((void *) b );
| }
|
| #ifndef __cplusplus
| extern int isatty (int );
| #endif /* __cplusplus */
|
| /* Initializes or reinitializes a buffer.
| * This function is sometimes called more than once on the same buffer,
| * such as during a yyrestart() or at EOF.
| */
| static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
|
| {
| int oerrno = errno;
|
| yy_flush_buffer(b );
|
| b->yy_input_file = file;
| b->yy_fill_buffer = 1;
|
| /* If b is the current buffer, then yy_init_buffer was _probably_
| * called from yyrestart() or through yy_get_next_buffer.
| * In that case, we don't want to reset the lineno or column.
| */
| if (b != YY_CURRENT_BUFFER){
| b->yy_bs_lineno = 1;
| b->yy_bs_column = 0;
| }
|
| b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
|
| errno = oerrno;
| }
|
| /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
| * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
| *
| */
| void yy_flush_buffer (YY_BUFFER_STATE b )
| {
| if ( ! b )
| return;
|
| b->yy_n_chars = 0;
|
| /* We always need two end-of-buffer characters. The first causes
| * a transition to the end-of-buffer state. The second causes
| * a jam in that state.
| */
| b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
| b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
|
| b->yy_buf_pos = &b->yy_ch_buf[0];
|
| b->yy_at_bol = 1;
| b->yy_buffer_status = YY_BUFFER_NEW;
|
| if ( b == YY_CURRENT_BUFFER )
| yy_load_buffer_state( );
| }
|
| /** Pushes the new state onto the stack. The new state becomes
| * the current state. This function will allocate the stack
| * if necessary.
| * @param new_buffer The new state.
| *
| */
| void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
| {
| if (new_buffer == NULL)
| return;
|
| yyensure_buffer_stack();
|
| /* This block is copied from yy_switch_to_buffer. */
| if ( YY_CURRENT_BUFFER )
| {
| /* Flush out information for old buffer. */
| *(yy_c_buf_p) = (yy_hold_char);
| YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| /* Only push if top exists. Otherwise, replace top. */
| if (YY_CURRENT_BUFFER)
| (yy_buffer_stack_top)++;
| YY_CURRENT_BUFFER_LVALUE = new_buffer;
|
| /* copied from yy_switch_to_buffer. */
| yy_load_buffer_state( );
| (yy_did_buffer_switch_on_eof) = 1;
| }
|
| /** Removes and deletes the top of the stack, if present.
| * The next element becomes the new top.
| *
| */
| void yypop_buffer_state (void)
| {
| if (!YY_CURRENT_BUFFER)
| return;
|
| yy_delete_buffer(YY_CURRENT_BUFFER );
| YY_CURRENT_BUFFER_LVALUE = NULL;
| if ((yy_buffer_stack_top) > 0)
| --(yy_buffer_stack_top);
|
| if (YY_CURRENT_BUFFER) {
| yy_load_buffer_state( );
| (yy_did_buffer_switch_on_eof) = 1;
| }
| }
|
| /* Allocates the stack if it does not exist.
| * Guarantees space for at least one push.
| */
| static void yyensure_buffer_stack (void)
| {
| yy_size_t num_to_alloc;
|
| if (!(yy_buffer_stack)) {
|
| /* First allocation is just for 2 elements, since we don't know if this
| * scanner will even need a stack. We use 2 instead of 1 to avoid an
| * immediate realloc on the next call.
| */
| num_to_alloc = 1;
| (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
| (num_to_alloc * sizeof(struct yy_buffer_state*)
| );
| if ( ! (yy_buffer_stack) )
| YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
| memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
|
| (yy_buffer_stack_max) = num_to_alloc;
| (yy_buffer_stack_top) = 0;
| return;
| }
|
| if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
|
| /* Increase the buffer to prepare for a possible push. */
| int grow_size = 8 /* arbitrary grow size */;
|
| num_to_alloc = (yy_buffer_stack_max) + grow_size;
| (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
| ((yy_buffer_stack),
| num_to_alloc * sizeof(struct yy_buffer_state*)
| );
| if ( ! (yy_buffer_stack) )
| YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
| /* zero only the new slots.*/
| memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
| (yy_buffer_stack_max) = num_to_alloc;
| }
| }
|
| /** Setup the input buffer state to scan directly from a user-specified character buffer.
| * @param base the character buffer
| * @param size the size in bytes of the character buffer
| *
| * @return the newly allocated buffer state object.
| */
| YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
| {
| YY_BUFFER_STATE b;
|
| if ( size < 2 ||
| base[size-2] != YY_END_OF_BUFFER_CHAR ||
| base[size-1] != YY_END_OF_BUFFER_CHAR )
| /* They forgot to leave room for the EOB's. */
| return 0;
|
| b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
| if ( ! b )
| YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
|
| b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
| b->yy_buf_pos = b->yy_ch_buf = base;
| b->yy_is_our_buffer = 0;
| b->yy_input_file = 0;
| b->yy_n_chars = b->yy_buf_size;
| b->yy_is_interactive = 0;
| b->yy_at_bol = 1;
| b->yy_fill_buffer = 0;
| b->yy_buffer_status = YY_BUFFER_NEW;
|
| yy_switch_to_buffer(b );
|
| return b;
| }
|
| /** Setup the input buffer state to scan a string. The next call to yylex() will
| * scan from a @e copy of @a str.
| * @param yystr a NUL-terminated string to scan
| *
| * @return the newly allocated buffer state object.
| * @note If you want to scan bytes that may contain NUL values, then use
| * yy_scan_bytes() instead.
| */
| YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
| {
|
| return yy_scan_bytes(yystr,strlen(yystr) );
| }
|
| /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
| * scan from a @e copy of @a bytes.
| * @param bytes the byte buffer to scan
| * @param len the number of bytes in the buffer pointed to by @a bytes.
| *
| * @return the newly allocated buffer state object.
| */
| YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len )
| {
| YY_BUFFER_STATE b;
| char *buf;
| yy_size_t n, i;
|
| /* Get memory for full buffer, including space for trailing EOB's. */
| n = _yybytes_len + 2;
| buf = (char *) yyalloc(n );
| if ( ! buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
|
| for ( i = 0; i < _yybytes_len; ++i )
| buf[i] = yybytes[i];
|
| buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
|
| b = yy_scan_buffer(buf,n );
| if ( ! b )
| YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
|
| /* It's okay to grow etc. this buffer, and we should throw it
| * away when we're done.
| */
| b->yy_is_our_buffer = 1;
|
| return b;
| }
|
| #ifndef YY_EXIT_FAILURE
| #define YY_EXIT_FAILURE 2
| #endif
|
| static void yy_fatal_error (yyconst char* msg )
| {
| (void) fprintf( stderr, "%s\n", msg );
| exit( YY_EXIT_FAILURE );
| }
|
| /* Redefine yyless() so it works in section 3 code. */
|
| #undef yyless
| #define yyless(n) \
| do \
| { \
| /* Undo effects of setting up yytext. */ \
| int yyless_macro_arg = (n); \
| YY_LESS_LINENO(yyless_macro_arg);\
| yytext[yyleng] = (yy_hold_char); \
| (yy_c_buf_p) = yytext + yyless_macro_arg; \
| (yy_hold_char) = *(yy_c_buf_p); \
| *(yy_c_buf_p) = '\0'; \
| yyleng = yyless_macro_arg; \
| } \
| while ( 0 )
|
| /* Accessor methods (get/set functions) to struct members. */
|
| /** Get the current line number.
| *
| */
| int yyget_lineno (void)
| {
|
| return yylineno;
| }
|
| /** Get the input stream.
| *
| */
| FILE *yyget_in (void)
| {
| return yyin;
| }
|
| /** Get the output stream.
| *
| */
| FILE *yyget_out (void)
| {
| return yyout;
| }
|
| /** Get the length of the current token.
| *
| */
| yy_size_t yyget_leng (void)
| {
| return yyleng;
| }
|
| /** Get the current token.
| *
| */
|
| char *yyget_text (void)
| {
| return yytext;
| }
|
| /** Set the current line number.
| * @param line_number
| *
| */
| void yyset_lineno (int line_number )
| {
|
| yylineno = line_number;
| }
|
| /** Set the input stream. This does not discard the current
| * input buffer.
| * @param in_str A readable stream.
| *
| * @see yy_switch_to_buffer
| */
| void yyset_in (FILE * in_str )
| {
| yyin = in_str ;
| }
|
| void yyset_out (FILE * out_str )
| {
| yyout = out_str ;
| }
|
| int yyget_debug (void)
| {
| return yy_flex_debug;
| }
|
| void yyset_debug (int bdebug )
| {
| yy_flex_debug = bdebug ;
| }
|
| static int yy_init_globals (void)
| {
| /* Initialization is the same as for the non-reentrant scanner.
| * This function is called from yylex_destroy(), so don't allocate here.
| */
|
| (yy_buffer_stack) = 0;
| (yy_buffer_stack_top) = 0;
| (yy_buffer_stack_max) = 0;
| (yy_c_buf_p) = (char *) 0;
| (yy_init) = 0;
| (yy_start) = 0;
|
| (yy_state_buf) = 0;
| (yy_state_ptr) = 0;
| (yy_full_match) = 0;
| (yy_lp) = 0;
|
| /* Defined in main.c */
| #ifdef YY_STDINIT
| yyin = stdin;
| yyout = stdout;
| #else
| yyin = (FILE *) 0;
| yyout = (FILE *) 0;
| #endif
|
| /* For future reference: Set errno on error, since we are called by
| * yylex_init()
| */
| return 0;
| }
|
| /* yylex_destroy is for both reentrant and non-reentrant scanners. */
| int yylex_destroy (void)
| {
|
| /* Pop the buffer stack, destroying each element. */
| while(YY_CURRENT_BUFFER){
| yy_delete_buffer(YY_CURRENT_BUFFER );
| YY_CURRENT_BUFFER_LVALUE = NULL;
| yypop_buffer_state();
| }
|
| /* Destroy the stack itself. */
| yyfree((yy_buffer_stack) );
| (yy_buffer_stack) = NULL;
|
| yyfree ( (yy_state_buf) );
| (yy_state_buf) = NULL;
|
| /* Reset the globals. This is important in a non-reentrant scanner so the next time
| * yylex() is called, initialization will occur. */
| yy_init_globals( );
|
| return 0;
| }
|
| /*
| * Internal utility routines.
| */
|
| #ifndef yytext_ptr
| static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
| {
| register int i;
| for ( i = 0; i < n; ++i )
| s1[i] = s2[i];
| }
| #endif
|
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen (yyconst char * s )
| {
| register int n;
| for ( n = 0; s[n]; ++n )
| ;
|
| return n;
| }
| #endif
|
| void *yyalloc (yy_size_t size )
| {
| return (void *) malloc( size );
| }
|
| void *yyrealloc (void * ptr, yy_size_t size )
| {
| /* The cast to (char *) in the following accommodates both
| * implementations that use char* generic pointers, and those
| * that use void* generic pointers. It works with the latter
| * because both ANSI C and C++ allow castless assignment from
| * any pointer type to void*, and deal with argument conversions
| * as though doing an assignment.
| */
| return (void *) realloc( (char *) ptr, size );
| }
|
| void yyfree (void * ptr )
| {
| free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
| }
|
| #define YYTABLES_NAME "yytables"
|
| #line 9 "conftest.l"
|
|
| #ifdef YYTEXT_POINTER
| extern char *yytext;
| #endif
| int
| main (void)
| {
| return ! yylex () + ! yywrap ();
| }
configure:13673: cc -o conftest -g -O2 conftest.c -lfl >&5
ld: library not found for -lfl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13673: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| /* end confdefs.h. */
|
| #line 3 "lex.yy.c"
|
| #define YY_INT_ALIGNED short int
|
| /* A lexical scanner generated by flex */
|
| #define FLEX_SCANNER
| #define YY_FLEX_MAJOR_VERSION 2
| #define YY_FLEX_MINOR_VERSION 5
| #define YY_FLEX_SUBMINOR_VERSION 35
| #if YY_FLEX_SUBMINOR_VERSION > 0
| #define FLEX_BETA
| #endif
|
| /* First, we deal with platform-specific or compiler-specific issues. */
|
| /* begin standard C headers. */
| #include <stdio.h>
| #include <string.h>
| #include <errno.h>
| #include <stdlib.h>
|
| /* end standard C headers. */
|
| /* flex integer type definitions */
|
| #ifndef FLEXINT_H
| #define FLEXINT_H
|
| /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
|
| #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
| /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
| * if you want the limit (max/min) macros for int types.
| */
| #ifndef __STDC_LIMIT_MACROS
| #define __STDC_LIMIT_MACROS 1
| #endif
|
| #include <inttypes.h>
| typedef int8_t flex_int8_t;
| typedef uint8_t flex_uint8_t;
| typedef int16_t flex_int16_t;
| typedef uint16_t flex_uint16_t;
| typedef int32_t flex_int32_t;
| typedef uint32_t flex_uint32_t;
| typedef uint64_t flex_uint64_t;
| #else
| typedef signed char flex_int8_t;
| typedef short int flex_int16_t;
| typedef int flex_int32_t;
| typedef unsigned char flex_uint8_t;
| typedef unsigned short int flex_uint16_t;
| typedef unsigned int flex_uint32_t;
| #endif /* ! C99 */
|
| /* Limits of integral types. */
| #ifndef INT8_MIN
| #define INT8_MIN (-128)
| #endif
| #ifndef INT16_MIN
| #define INT16_MIN (-32767-1)
| #endif
| #ifndef INT32_MIN
| #define INT32_MIN (-2147483647-1)
| #endif
| #ifndef INT8_MAX
| #define INT8_MAX (127)
| #endif
| #ifndef INT16_MAX
| #define INT16_MAX (32767)
| #endif
| #ifndef INT32_MAX
| #define INT32_MAX (2147483647)
| #endif
| #ifndef UINT8_MAX
| #define UINT8_MAX (255U)
| #endif
| #ifndef UINT16_MAX
| #define UINT16_MAX (65535U)
| #endif
| #ifndef UINT32_MAX
| #define UINT32_MAX (4294967295U)
| #endif
|
| #endif /* ! FLEXINT_H */
|
| #ifdef __cplusplus
|
| /* The "const" storage-class-modifier is valid. */
| #define YY_USE_CONST
|
| #else /* ! __cplusplus */
|
| /* C99 requires __STDC__ to be defined as 1. */
| #if defined (__STDC__)
|
| #define YY_USE_CONST
|
| #endif /* defined (__STDC__) */
| #endif /* ! __cplusplus */
|
| #ifdef YY_USE_CONST
| #define yyconst const
| #else
| #define yyconst
| #endif
|
| /* Returned upon end-of-file. */
| #define YY_NULL 0
|
| /* Promotes a possibly negative, possibly signed char to an unsigned
| * integer for use as an array index. If the signed char is negative,
| * we want to instead treat it as an 8-bit unsigned char, hence the
| * double cast.
| */
| #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
|
| /* Enter a start condition. This macro really ought to take a parameter,
| * but we do it the disgusting crufty way forced on us by the ()-less
| * definition of BEGIN.
| */
| #define BEGIN (yy_start) = 1 + 2 *
|
| /* Translate the current start state into a value that can be later handed
| * to BEGIN to return to the state. The YYSTATE alias is for lex
| * compatibility.
| */
| #define YY_START (((yy_start) - 1) / 2)
| #define YYSTATE YY_START
|
| /* Action number for EOF rule of a given start state. */
| #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
|
| /* Special action meaning "start processing a new file". */
| #define YY_NEW_FILE yyrestart(yyin )
|
| #define YY_END_OF_BUFFER_CHAR 0
|
| /* Size of default input buffer. */
| #ifndef YY_BUF_SIZE
| #define YY_BUF_SIZE 16384
| #endif
|
| /* The state buf must be large enough to hold one state per character in the main buffer.
| */
| #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
|
| #ifndef YY_TYPEDEF_YY_BUFFER_STATE
| #define YY_TYPEDEF_YY_BUFFER_STATE
| typedef struct yy_buffer_state *YY_BUFFER_STATE;
| #endif
|
| #ifndef YY_TYPEDEF_YY_SIZE_T
| #define YY_TYPEDEF_YY_SIZE_T
| typedef size_t yy_size_t;
| #endif
|
| extern yy_size_t yyleng;
|
| extern FILE *yyin, *yyout;
|
| #define EOB_ACT_CONTINUE_SCAN 0
| #define EOB_ACT_END_OF_FILE 1
| #define EOB_ACT_LAST_MATCH 2
|
| #define YY_LESS_LINENO(n)
|
| /* Return all but the first "n" matched characters back to the input stream. */
| #define yyless(n) \
| do \
| { \
| /* Undo effects of setting up yytext. */ \
| int yyless_macro_arg = (n); \
| YY_LESS_LINENO(yyless_macro_arg);\
| *yy_cp = (yy_hold_char); \
| YY_RESTORE_YY_MORE_OFFSET \
| (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
| YY_DO_BEFORE_ACTION; /* set up yytext again */ \
| } \
| while ( 0 )
|
| #define unput(c) yyunput( c, (yytext_ptr) )
|
| #ifndef YY_STRUCT_YY_BUFFER_STATE
| #define YY_STRUCT_YY_BUFFER_STATE
| struct yy_buffer_state
| {
| FILE *yy_input_file;
|
| char *yy_ch_buf; /* input buffer */
| char *yy_buf_pos; /* current position in input buffer */
|
| /* Size of input buffer in bytes, not including room for EOB
| * characters.
| */
| yy_size_t yy_buf_size;
|
| /* Number of characters read into yy_ch_buf, not including EOB
| * characters.
| */
| yy_size_t yy_n_chars;
|
| /* Whether we "own" the buffer - i.e., we know we created it,
| * and can realloc() it to grow it, and should free() it to
| * delete it.
| */
| int yy_is_our_buffer;
|
| /* Whether this is an "interactive" input source; if so, and
| * if we're using stdio for input, then we want to use getc()
| * instead of fread(), to make sure we stop fetching input after
| * each newline.
| */
| int yy_is_interactive;
|
| /* Whether we're considered to be at the beginning of a line.
| * If so, '^' rules will be active on the next match, otherwise
| * not.
| */
| int yy_at_bol;
|
| int yy_bs_lineno; /**< The line count. */
| int yy_bs_column; /**< The column count. */
|
| /* Whether to try to fill the input buffer when we reach the
| * end of it.
| */
| int yy_fill_buffer;
|
| int yy_buffer_status;
|
| #define YY_BUFFER_NEW 0
| #define YY_BUFFER_NORMAL 1
| /* When an EOF's been seen but there's still some text to process
| * then we mark the buffer as YY_EOF_PENDING, to indicate that we
| * shouldn't try reading from the input source any more. We might
| * still have a bunch of tokens to match, though, because of
| * possible backing-up.
| *
| * When we actually see the EOF, we change the status to "new"
| * (via yyrestart()), so that the user can continue scanning by
| * just pointing yyin at a new input file.
| */
| #define YY_BUFFER_EOF_PENDING 2
|
| };
| #endif /* !YY_STRUCT_YY_BUFFER_STATE */
|
| /* Stack of input buffers. */
| static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
| static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
| static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
|
| /* We provide macros for accessing buffer states in case in the
| * future we want to put the buffer states in a more general
| * "scanner state".
| *
| * Returns the top of the stack, or NULL.
| */
| #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
| ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
| : NULL)
|
| /* Same as previous macro, but useful when we know that the buffer stack is not
| * NULL or when we need an lvalue. For internal use only.
| */
| #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
|
| /* yy_hold_char holds the character lost when yytext is formed. */
| static char yy_hold_char;
| static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */
| yy_size_t yyleng;
|
| /* Points to current character in buffer. */
| static char *yy_c_buf_p = (char *) 0;
| static int yy_init = 0; /* whether we need to initialize */
| static int yy_start = 0; /* start state number */
|
| /* Flag which is used to allow yywrap()'s to do buffer switches
| * instead of setting up a fresh yyin. A bit of a hack ...
| */
| static int yy_did_buffer_switch_on_eof;
|
| void yyrestart (FILE *input_file );
| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
| YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
| void yy_delete_buffer (YY_BUFFER_STATE b );
| void yy_flush_buffer (YY_BUFFER_STATE b );
| void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
| void yypop_buffer_state (void );
|
| static void yyensure_buffer_stack (void );
| static void yy_load_buffer_state (void );
| static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
|
| #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
|
| YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
| YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
| YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len );
|
| void *yyalloc (yy_size_t );
| void *yyrealloc (void *,yy_size_t );
| void yyfree (void * );
|
| #define yy_new_buffer yy_create_buffer
|
| #define yy_set_interactive(is_interactive) \
| { \
| if ( ! YY_CURRENT_BUFFER ){ \
| yyensure_buffer_stack (); \
| YY_CURRENT_BUFFER_LVALUE = \
| yy_create_buffer(yyin,YY_BUF_SIZE ); \
| } \
| YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
| }
|
| #define yy_set_bol(at_bol) \
| { \
| if ( ! YY_CURRENT_BUFFER ){\
| yyensure_buffer_stack (); \
| YY_CURRENT_BUFFER_LVALUE = \
| yy_create_buffer(yyin,YY_BUF_SIZE ); \
| } \
| YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
| }
|
| #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
|
| /* Begin user sect3 */
|
| typedef unsigned char YY_CHAR;
|
| FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
|
| typedef int yy_state_type;
|
| extern int yylineno;
|
| int yylineno = 1;
|
| extern char *yytext;
| #define yytext_ptr yytext
|
| static yy_state_type yy_get_previous_state (void );
| static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
| static int yy_get_next_buffer (void );
| static void yy_fatal_error (yyconst char msg[] );
|
| /* Done after the current pattern has been matched and before the
| * corresponding action - sets up yytext.
| */
| #define YY_DO_BEFORE_ACTION \
| (yytext_ptr) = yy_bp; \
| (yytext_ptr) -= (yy_more_len); \
| yyleng = (yy_size_t) (yy_cp - (yytext_ptr)); \
| (yy_hold_char) = *yy_cp; \
| *yy_cp = '\0'; \
| (yy_c_buf_p) = yy_cp;
|
| #define YY_NUM_RULES 8
| #define YY_END_OF_BUFFER 9
| /* This struct is not used in this scanner,
| but its presence is necessary. */
| struct yy_trans_info
| {
| flex_int32_t yy_verify;
| flex_int32_t yy_nxt;
| };
| static yyconst flex_int16_t yy_acclist[23] =
| { 0,
| 9, 7, 8, 8, 1, 7, 8, 2, 7, 8,
| 3, 7, 8, 4, 7, 8, 5, 7, 8, 6,
| 7, 8
| } ;
|
| static yyconst flex_int16_t yy_accept[14] =
| { 0,
| 1, 1, 1, 2, 4, 5, 8, 11, 14, 17,
| 20, 23, 23
| } ;
|
| static yyconst flex_int32_t yy_ec[256] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 2,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 3, 4, 5, 6,
|
| 7, 8, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1
| } ;
|
| static yyconst flex_int32_t yy_meta[9] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1
| } ;
|
| static yyconst flex_int16_t yy_base[13] =
| { 0,
| 0, 0, 9, 10, 10, 10, 10, 10, 10, 10,
| 10, 10
| } ;
|
| static yyconst flex_int16_t yy_def[13] =
| { 0,
| 12, 1, 12, 12, 12, 12, 12, 12, 12, 12,
| 12, 0
| } ;
|
| static yyconst flex_int16_t yy_nxt[19] =
| { 0,
| 4, 5, 6, 7, 8, 9, 10, 11, 12, 3,
| 12, 12, 12, 12, 12, 12, 12, 12
| } ;
|
| static yyconst flex_int16_t yy_chk[19] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1, 3, 12,
| 12, 12, 12, 12, 12, 12, 12, 12
| } ;
|
| extern int yy_flex_debug;
| int yy_flex_debug = 0;
|
| static yy_state_type *yy_state_buf=0, *yy_state_ptr=0;
| static char *yy_full_match;
| static int yy_lp;
| #define REJECT \
| { \
| *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \
| yy_cp = (yy_full_match); /* restore poss. backed-over text */ \
| ++(yy_lp); \
| goto find_rule; \
| }
|
| static int yy_more_flag = 0;
| static int yy_more_len = 0;
| #define yymore() ((yy_more_flag) = 1)
| #define YY_MORE_ADJ (yy_more_len)
| #define YY_RESTORE_YY_MORE_OFFSET
| char *yytext;
| #line 1 "conftest.l"
| #line 469 "lex.yy.c"
|
| #define INITIAL 0
|
| #ifndef YY_NO_UNISTD_H
| /* Special case for "unistd.h", since it is non-ANSI. We include it way
| * down here because we want the user's section 1 to have been scanned first.
| * The user has a chance to override it with an option.
| */
| #include <unistd.h>
| #endif
|
| #ifndef YY_EXTRA_TYPE
| #define YY_EXTRA_TYPE void *
| #endif
|
| static int yy_init_globals (void );
|
| /* Accessor methods to globals.
| These are made visible to non-reentrant scanners for convenience. */
|
| int yylex_destroy (void );
|
| int yyget_debug (void );
|
| void yyset_debug (int debug_flag );
|
| YY_EXTRA_TYPE yyget_extra (void );
|
| void yyset_extra (YY_EXTRA_TYPE user_defined );
|
| FILE *yyget_in (void );
|
| void yyset_in (FILE * in_str );
|
| FILE *yyget_out (void );
|
| void yyset_out (FILE * out_str );
|
| yy_size_t yyget_leng (void );
|
| char *yyget_text (void );
|
| int yyget_lineno (void );
|
| void yyset_lineno (int line_number );
|
| /* Macros after this point can all be overridden by user definitions in
| * section 1.
| */
|
| #ifndef YY_SKIP_YYWRAP
| #ifdef __cplusplus
| extern "C" int yywrap (void );
| #else
| extern int yywrap (void );
| #endif
| #endif
|
| static void yyunput (int c,char *buf_ptr );
|
| #ifndef yytext_ptr
| static void yy_flex_strncpy (char *,yyconst char *,int );
| #endif
|
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen (yyconst char * );
| #endif
|
| #ifndef YY_NO_INPUT
|
| #ifdef __cplusplus
| static int yyinput (void );
| #else
| static int input (void );
| #endif
|
| #endif
|
| /* Amount of stuff to slurp up with each read. */
| #ifndef YY_READ_BUF_SIZE
| #define YY_READ_BUF_SIZE 8192
| #endif
|
| /* Copy whatever the last rule matched to the standard output. */
| #ifndef ECHO
| /* This used to be an fputs(), but since the string might contain NUL's,
| * we now use fwrite().
| */
| #define ECHO fwrite( yytext, yyleng, 1, yyout )
| #endif
|
| /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
| * is returned in "result".
| */
| #ifndef YY_INPUT
| #define YY_INPUT(buf,result,max_size) \
| if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
| { \
| int c = '*'; \
| yy_size_t n; \
| for ( n = 0; n < max_size && \
| (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
| buf[n] = (char) c; \
| if ( c == '\n' ) \
| buf[n++] = (char) c; \
| if ( c == EOF && ferror( yyin ) ) \
| YY_FATAL_ERROR( "input in flex scanner failed" ); \
| result = n; \
| } \
| else \
| { \
| errno=0; \
| while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
| { \
| if( errno != EINTR) \
| { \
| YY_FATAL_ERROR( "input in flex scanner failed" ); \
| break; \
| } \
| errno=0; \
| clearerr(yyin); \
| } \
| }\
| \
|
| #endif
|
| /* No semi-colon after return; correct usage is to write "yyterminate();" -
| * we don't want an extra ';' after the "return" because that will cause
| * some compilers to complain about unreachable statements.
| */
| #ifndef yyterminate
| #define yyterminate() return YY_NULL
| #endif
|
| /* Number of entries by which start-condition stack grows. */
| #ifndef YY_START_STACK_INCR
| #define YY_START_STACK_INCR 25
| #endif
|
| /* Report a fatal error. */
| #ifndef YY_FATAL_ERROR
| #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
| #endif
|
| /* end tables serialization structures and prototypes */
|
| /* Default declaration of generated scanner - a define so the user can
| * easily add parameters.
| */
| #ifndef YY_DECL
| #define YY_DECL_IS_OURS 1
|
| extern int yylex (void);
|
| #define YY_DECL int yylex (void)
| #endif /* !YY_DECL */
|
| /* Code executed at the beginning of each rule, after yytext and yyleng
| * have been set up.
| */
| #ifndef YY_USER_ACTION
| #define YY_USER_ACTION
| #endif
|
| /* Code executed at the end of each rule. */
| #ifndef YY_BREAK
| #define YY_BREAK break;
| #endif
|
| #define YY_RULE_SETUP \
| YY_USER_ACTION
|
| /** The main scanner function which does all the work.
| */
| YY_DECL
| {
| register yy_state_type yy_current_state;
| register char *yy_cp, *yy_bp;
| register int yy_act;
|
| #line 1 "conftest.l"
|
| #line 653 "lex.yy.c"
|
| if ( !(yy_init) )
| {
| (yy_init) = 1;
|
| #ifdef YY_USER_INIT
| YY_USER_INIT;
| #endif
|
| /* Create the reject buffer large enough to save one state per allowed character. */
| if ( ! (yy_state_buf) )
| (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE );
| if ( ! (yy_state_buf) )
| YY_FATAL_ERROR( "out of dynamic memory in yylex()" );
|
| if ( ! (yy_start) )
| (yy_start) = 1; /* first start state */
|
| if ( ! yyin )
| yyin = stdin;
|
| if ( ! yyout )
| yyout = stdout;
|
| if ( ! YY_CURRENT_BUFFER ) {
| yyensure_buffer_stack ();
| YY_CURRENT_BUFFER_LVALUE =
| yy_create_buffer(yyin,YY_BUF_SIZE );
| }
|
| yy_load_buffer_state( );
| }
|
| while ( 1 ) /* loops until end-of-file is reached */
| {
| (yy_more_len) = 0;
| if ( (yy_more_flag) )
| {
| (yy_more_len) = (yy_c_buf_p) - (yytext_ptr);
| (yy_more_flag) = 0;
| }
| yy_cp = (yy_c_buf_p);
|
| /* Support of yytext. */
| *yy_cp = (yy_hold_char);
|
| /* yy_bp points to the position in yy_ch_buf of the start of
| * the current run.
| */
| yy_bp = yy_cp;
|
| yy_current_state = (yy_start);
|
| (yy_state_ptr) = (yy_state_buf);
| *(yy_state_ptr)++ = yy_current_state;
|
| yy_match:
| do
| {
| register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| *(yy_state_ptr)++ = yy_current_state;
| ++yy_cp;
| }
| while ( yy_base[yy_current_state] != 10 );
|
| yy_find_action:
| yy_current_state = *--(yy_state_ptr);
| (yy_lp) = yy_accept[yy_current_state];
| goto find_rule; /* Shut up GCC warning -Wall */
| find_rule: /* we branch to this label when backing up */
| for ( ; ; ) /* until we find what rule we matched */
| {
| if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] )
| {
| yy_act = yy_acclist[(yy_lp)];
| {
| (yy_full_match) = yy_cp;
| break;
| }
| }
| --yy_cp;
| yy_current_state = *--(yy_state_ptr);
| (yy_lp) = yy_accept[yy_current_state];
| }
|
| YY_DO_BEFORE_ACTION;
|
| do_action: /* This label is used only to access EOF actions. */
|
| switch ( yy_act )
| { /* beginning of action switch */
| case 1:
| YY_RULE_SETUP
| #line 2 "conftest.l"
| { ECHO; }
| YY_BREAK
| case 2:
| YY_RULE_SETUP
| #line 3 "conftest.l"
| { REJECT; }
| YY_BREAK
| case 3:
| YY_RULE_SETUP
| #line 4 "conftest.l"
| { yymore (); }
| YY_BREAK
| case 4:
| YY_RULE_SETUP
| #line 5 "conftest.l"
| { yyless (1); }
| YY_BREAK
| case 5:
| YY_RULE_SETUP
| #line 6 "conftest.l"
| { yyless (input () != 0); }
| YY_BREAK
| case 6:
| YY_RULE_SETUP
| #line 7 "conftest.l"
| { unput (yytext[0]); }
| YY_BREAK
| case 7:
| YY_RULE_SETUP
| #line 8 "conftest.l"
| { BEGIN INITIAL; }
| YY_BREAK
| case 8:
| YY_RULE_SETUP
| #line 9 "conftest.l"
| ECHO;
| YY_BREAK
| #line 792 "lex.yy.c"
| case YY_STATE_EOF(INITIAL):
| yyterminate();
|
| case YY_END_OF_BUFFER:
| {
| /* Amount of text matched not including the EOB char. */
| int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
|
| /* Undo the effects of YY_DO_BEFORE_ACTION. */
| *yy_cp = (yy_hold_char);
| YY_RESTORE_YY_MORE_OFFSET
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
| {
| /* We're scanning a new file or input source. It's
| * possible that this happened because the user
| * just pointed yyin at a new source and called
| * yylex(). If so, then we have to assure
| * consistency between YY_CURRENT_BUFFER and our
| * globals. Here is the right place to do so, because
| * this is the first action (other than possibly a
| * back-up) that will match for the new input source.
| */
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
| YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
| YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
| }
|
| /* Note that here we test for yy_c_buf_p "<=" to the position
| * of the first EOB in the buffer, since yy_c_buf_p will
| * already have been incremented past the NUL character
| * (since all states make transitions on EOB to the
| * end-of-buffer state). Contrast this with the test
| * in input().
| */
| if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
| { /* This was really a NUL. */
| yy_state_type yy_next_state;
|
| (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
|
| yy_current_state = yy_get_previous_state( );
|
| /* Okay, we're now positioned to make the NUL
| * transition. We couldn't have
| * yy_get_previous_state() go ahead and do it
| * for us because it doesn't know how to deal
| * with the possibility of jamming (and we don't
| * want to build jamming into it because then it
| * will run more slowly).
| */
|
| yy_next_state = yy_try_NUL_trans( yy_current_state );
|
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
| if ( yy_next_state )
| {
| /* Consume the NUL. */
| yy_cp = ++(yy_c_buf_p);
| yy_current_state = yy_next_state;
| goto yy_match;
| }
|
| else
| {
| yy_cp = (yy_c_buf_p);
| goto yy_find_action;
| }
| }
|
| else switch ( yy_get_next_buffer( ) )
| {
| case EOB_ACT_END_OF_FILE:
| {
| (yy_did_buffer_switch_on_eof) = 0;
|
| if ( yywrap( ) )
| {
| /* Note: because we've taken care in
| * yy_get_next_buffer() to have set up
| * yytext, we can now set up
| * yy_c_buf_p so that if some total
| * hoser (like flex itself) wants to
| * call the scanner after we return the
| * YY_NULL, it'll still work - another
| * YY_NULL will get returned.
| */
| (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
|
| yy_act = YY_STATE_EOF(YY_START);
| goto do_action;
| }
|
| else
| {
| if ( ! (yy_did_buffer_switch_on_eof) )
| YY_NEW_FILE;
| }
| break;
| }
|
| case EOB_ACT_CONTINUE_SCAN:
| (yy_c_buf_p) =
| (yytext_ptr) + yy_amount_of_matched_text;
|
| yy_current_state = yy_get_previous_state( );
|
| yy_cp = (yy_c_buf_p);
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
| goto yy_match;
|
| case EOB_ACT_LAST_MATCH:
| (yy_c_buf_p) =
| &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
|
| yy_current_state = yy_get_previous_state( );
|
| yy_cp = (yy_c_buf_p);
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
| goto yy_find_action;
| }
| break;
| }
|
| default:
| YY_FATAL_ERROR(
| "fatal flex scanner internal error--no action found" );
| } /* end of action switch */
| } /* end of scanning one token */
| } /* end of yylex */
|
| /* yy_get_next_buffer - try to read in a new buffer
| *
| * Returns a code representing an action:
| * EOB_ACT_LAST_MATCH -
| * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
| * EOB_ACT_END_OF_FILE - end of file
| */
| static int yy_get_next_buffer (void)
| {
| register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
| register char *source = (yytext_ptr);
| register int number_to_move, i;
| int ret_val;
|
| if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
| YY_FATAL_ERROR(
| "fatal flex scanner internal error--end of buffer missed" );
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
| { /* Don't try to fill the buffer, so this is an EOF. */
| if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
| {
| /* We matched a single character, the EOB, so
| * treat this as a final EOF.
| */
| return EOB_ACT_END_OF_FILE;
| }
|
| else
| {
| /* We matched some text prior to the EOB, first
| * process it.
| */
| return EOB_ACT_LAST_MATCH;
| }
| }
|
| /* Try to read more data. */
|
| /* First move last chars to start of buffer. */
| number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
|
| for ( i = 0; i < number_to_move; ++i )
| *(dest++) = *(source++);
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
| /* don't do the read, it's not guaranteed to return an EOF,
| * just force an EOF
| */
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
|
| else
| {
| yy_size_t num_to_read =
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
|
| while ( num_to_read <= 0 )
| { /* Not enough room in the buffer - grow it. */
|
| YY_FATAL_ERROR(
| "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
|
| }
|
| if ( num_to_read > YY_READ_BUF_SIZE )
| num_to_read = YY_READ_BUF_SIZE;
|
| /* Read in more data. */
| YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
| (yy_n_chars), num_to_read );
|
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| if ( (yy_n_chars) == 0 )
| {
| if ( number_to_move == YY_MORE_ADJ )
| {
| ret_val = EOB_ACT_END_OF_FILE;
| yyrestart(yyin );
| }
|
| else
| {
| ret_val = EOB_ACT_LAST_MATCH;
| YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
| YY_BUFFER_EOF_PENDING;
| }
| }
|
| else
| ret_val = EOB_ACT_CONTINUE_SCAN;
|
| if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
| /* Extend the array by 50%, plus the number we really need. */
| yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
| if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
| }
|
| (yy_n_chars) += number_to_move;
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
|
| (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
|
| return ret_val;
| }
|
| /* yy_get_previous_state - get the state just before the EOB char was reached */
|
| static yy_state_type yy_get_previous_state (void)
| {
| register yy_state_type yy_current_state;
| register char *yy_cp;
|
| yy_current_state = (yy_start);
|
| (yy_state_ptr) = (yy_state_buf);
| *(yy_state_ptr)++ = yy_current_state;
|
| for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
| {
| register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| *(yy_state_ptr)++ = yy_current_state;
| }
|
| return yy_current_state;
| }
|
| /* yy_try_NUL_trans - try to make a transition on the NUL character
| *
| * synopsis
| * next_state = yy_try_NUL_trans( current_state );
| */
| static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
| {
| register int yy_is_jam;
|
| register YY_CHAR yy_c = 1;
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| yy_is_jam = (yy_current_state == 12);
| if ( ! yy_is_jam )
| *(yy_state_ptr)++ = yy_current_state;
|
| return yy_is_jam ? 0 : yy_current_state;
| }
|
| static void yyunput (int c, register char * yy_bp )
| {
| register char *yy_cp;
|
| yy_cp = (yy_c_buf_p);
|
| /* undo effects of setting up yytext */
| *yy_cp = (yy_hold_char);
|
| if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
| { /* need to shift things up to make room */
| /* +2 for EOB chars. */
| register yy_size_t number_to_move = (yy_n_chars) + 2;
| register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
| register char *source =
| &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
|
| while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
| *--dest = *--source;
|
| yy_cp += (int) (dest - source);
| yy_bp += (int) (dest - source);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
|
| if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
| YY_FATAL_ERROR( "flex scanner push-back overflow" );
| }
|
| *--yy_cp = (char) c;
|
| (yytext_ptr) = yy_bp;
| (yy_hold_char) = *yy_cp;
| (yy_c_buf_p) = yy_cp;
| }
|
| #ifndef YY_NO_INPUT
| #ifdef __cplusplus
| static int yyinput (void)
| #else
| static int input (void)
| #endif
|
| {
| int c;
|
| *(yy_c_buf_p) = (yy_hold_char);
|
| if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
| {
| /* yy_c_buf_p now points to the character we want to return.
| * If this occurs *before* the EOB characters, then it's a
| * valid NUL; if not, then we've hit the end of the buffer.
| */
| if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
| /* This was really a NUL. */
| *(yy_c_buf_p) = '\0';
|
| else
| { /* need more input */
| yy_size_t offset = (yy_c_buf_p) - (yytext_ptr);
| ++(yy_c_buf_p);
|
| switch ( yy_get_next_buffer( ) )
| {
| case EOB_ACT_LAST_MATCH:
| /* This happens because yy_g_n_b()
| * sees that we've accumulated a
| * token and flags that we need to
| * try matching the token before
| * proceeding. But for input(),
| * there's no matching to consider.
| * So convert the EOB_ACT_LAST_MATCH
| * to EOB_ACT_END_OF_FILE.
| */
|
| /* Reset buffer status. */
| yyrestart(yyin );
|
| /*FALLTHROUGH*/
|
| case EOB_ACT_END_OF_FILE:
| {
| if ( yywrap( ) )
| return 0;
|
| if ( ! (yy_did_buffer_switch_on_eof) )
| YY_NEW_FILE;
| #ifdef __cplusplus
| return yyinput();
| #else
| return input();
| #endif
| }
|
| case EOB_ACT_CONTINUE_SCAN:
| (yy_c_buf_p) = (yytext_ptr) + offset;
| break;
| }
| }
| }
|
| c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
| *(yy_c_buf_p) = '\0'; /* preserve yytext */
| (yy_hold_char) = *++(yy_c_buf_p);
|
| return c;
| }
| #endif /* ifndef YY_NO_INPUT */
|
| /** Immediately switch to a different input stream.
| * @param input_file A readable stream.
| *
| * @note This function does not reset the start condition to @c INITIAL .
| */
| void yyrestart (FILE * input_file )
| {
|
| if ( ! YY_CURRENT_BUFFER ){
| yyensure_buffer_stack ();
| YY_CURRENT_BUFFER_LVALUE =
| yy_create_buffer(yyin,YY_BUF_SIZE );
| }
|
| yy_init_buffer(YY_CURRENT_BUFFER,input_file );
| yy_load_buffer_state( );
| }
|
| /** Switch to a different input buffer.
| * @param new_buffer The new input buffer.
| *
| */
| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
| {
|
| /* TODO. We should be able to replace this entire function body
| * with
| * yypop_buffer_state();
| * yypush_buffer_state(new_buffer);
| */
| yyensure_buffer_stack ();
| if ( YY_CURRENT_BUFFER == new_buffer )
| return;
|
| if ( YY_CURRENT_BUFFER )
| {
| /* Flush out information for old buffer. */
| *(yy_c_buf_p) = (yy_hold_char);
| YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| YY_CURRENT_BUFFER_LVALUE = new_buffer;
| yy_load_buffer_state( );
|
| /* We don't actually know whether we did this switch during
| * EOF (yywrap()) processing, but the only time this flag
| * is looked at is after yywrap() is called, so it's safe
| * to go ahead and always set it.
| */
| (yy_did_buffer_switch_on_eof) = 1;
| }
|
| static void yy_load_buffer_state (void)
| {
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
| (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
| yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
| (yy_hold_char) = *(yy_c_buf_p);
| }
|
| /** Allocate and initialize an input buffer state.
| * @param file A readable stream.
| * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
| *
| * @return the allocated buffer state.
| */
| YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
| {
| YY_BUFFER_STATE b;
|
| b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
| if ( ! b )
| YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
| b->yy_buf_size = size;
|
| /* yy_ch_buf has to be 2 characters longer than the size given because
| * we need to put in 2 end-of-buffer characters.
| */
| b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
| if ( ! b->yy_ch_buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
| b->yy_is_our_buffer = 1;
|
| yy_init_buffer(b,file );
|
| return b;
| }
|
| /** Destroy the buffer.
| * @param b a buffer created with yy_create_buffer()
| *
| */
| void yy_delete_buffer (YY_BUFFER_STATE b )
| {
|
| if ( ! b )
| return;
|
| if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
| YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
|
| if ( b->yy_is_our_buffer )
| yyfree((void *) b->yy_ch_buf );
|
| yyfree((void *) b );
| }
|
| #ifndef __cplusplus
| extern int isatty (int );
| #endif /* __cplusplus */
|
| /* Initializes or reinitializes a buffer.
| * This function is sometimes called more than once on the same buffer,
| * such as during a yyrestart() or at EOF.
| */
| static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
|
| {
| int oerrno = errno;
|
| yy_flush_buffer(b );
|
| b->yy_input_file = file;
| b->yy_fill_buffer = 1;
|
| /* If b is the current buffer, then yy_init_buffer was _probably_
| * called from yyrestart() or through yy_get_next_buffer.
| * In that case, we don't want to reset the lineno or column.
| */
| if (b != YY_CURRENT_BUFFER){
| b->yy_bs_lineno = 1;
| b->yy_bs_column = 0;
| }
|
| b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
|
| errno = oerrno;
| }
|
| /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
| * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
| *
| */
| void yy_flush_buffer (YY_BUFFER_STATE b )
| {
| if ( ! b )
| return;
|
| b->yy_n_chars = 0;
|
| /* We always need two end-of-buffer characters. The first causes
| * a transition to the end-of-buffer state. The second causes
| * a jam in that state.
| */
| b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
| b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
|
| b->yy_buf_pos = &b->yy_ch_buf[0];
|
| b->yy_at_bol = 1;
| b->yy_buffer_status = YY_BUFFER_NEW;
|
| if ( b == YY_CURRENT_BUFFER )
| yy_load_buffer_state( );
| }
|
| /** Pushes the new state onto the stack. The new state becomes
| * the current state. This function will allocate the stack
| * if necessary.
| * @param new_buffer The new state.
| *
| */
| void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
| {
| if (new_buffer == NULL)
| return;
|
| yyensure_buffer_stack();
|
| /* This block is copied from yy_switch_to_buffer. */
| if ( YY_CURRENT_BUFFER )
| {
| /* Flush out information for old buffer. */
| *(yy_c_buf_p) = (yy_hold_char);
| YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| /* Only push if top exists. Otherwise, replace top. */
| if (YY_CURRENT_BUFFER)
| (yy_buffer_stack_top)++;
| YY_CURRENT_BUFFER_LVALUE = new_buffer;
|
| /* copied from yy_switch_to_buffer. */
| yy_load_buffer_state( );
| (yy_did_buffer_switch_on_eof) = 1;
| }
|
| /** Removes and deletes the top of the stack, if present.
| * The next element becomes the new top.
| *
| */
| void yypop_buffer_state (void)
| {
| if (!YY_CURRENT_BUFFER)
| return;
|
| yy_delete_buffer(YY_CURRENT_BUFFER );
| YY_CURRENT_BUFFER_LVALUE = NULL;
| if ((yy_buffer_stack_top) > 0)
| --(yy_buffer_stack_top);
|
| if (YY_CURRENT_BUFFER) {
| yy_load_buffer_state( );
| (yy_did_buffer_switch_on_eof) = 1;
| }
| }
|
| /* Allocates the stack if it does not exist.
| * Guarantees space for at least one push.
| */
| static void yyensure_buffer_stack (void)
| {
| yy_size_t num_to_alloc;
|
| if (!(yy_buffer_stack)) {
|
| /* First allocation is just for 2 elements, since we don't know if this
| * scanner will even need a stack. We use 2 instead of 1 to avoid an
| * immediate realloc on the next call.
| */
| num_to_alloc = 1;
| (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
| (num_to_alloc * sizeof(struct yy_buffer_state*)
| );
| if ( ! (yy_buffer_stack) )
| YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
| memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
|
| (yy_buffer_stack_max) = num_to_alloc;
| (yy_buffer_stack_top) = 0;
| return;
| }
|
| if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
|
| /* Increase the buffer to prepare for a possible push. */
| int grow_size = 8 /* arbitrary grow size */;
|
| num_to_alloc = (yy_buffer_stack_max) + grow_size;
| (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
| ((yy_buffer_stack),
| num_to_alloc * sizeof(struct yy_buffer_state*)
| );
| if ( ! (yy_buffer_stack) )
| YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
| /* zero only the new slots.*/
| memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
| (yy_buffer_stack_max) = num_to_alloc;
| }
| }
|
| /** Setup the input buffer state to scan directly from a user-specified character buffer.
| * @param base the character buffer
| * @param size the size in bytes of the character buffer
| *
| * @return the newly allocated buffer state object.
| */
| YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
| {
| YY_BUFFER_STATE b;
|
| if ( size < 2 ||
| base[size-2] != YY_END_OF_BUFFER_CHAR ||
| base[size-1] != YY_END_OF_BUFFER_CHAR )
| /* They forgot to leave room for the EOB's. */
| return 0;
|
| b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
| if ( ! b )
| YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
|
| b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
| b->yy_buf_pos = b->yy_ch_buf = base;
| b->yy_is_our_buffer = 0;
| b->yy_input_file = 0;
| b->yy_n_chars = b->yy_buf_size;
| b->yy_is_interactive = 0;
| b->yy_at_bol = 1;
| b->yy_fill_buffer = 0;
| b->yy_buffer_status = YY_BUFFER_NEW;
|
| yy_switch_to_buffer(b );
|
| return b;
| }
|
| /** Setup the input buffer state to scan a string. The next call to yylex() will
| * scan from a @e copy of @a str.
| * @param yystr a NUL-terminated string to scan
| *
| * @return the newly allocated buffer state object.
| * @note If you want to scan bytes that may contain NUL values, then use
| * yy_scan_bytes() instead.
| */
| YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
| {
|
| return yy_scan_bytes(yystr,strlen(yystr) );
| }
|
| /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
| * scan from a @e copy of @a bytes.
| * @param bytes the byte buffer to scan
| * @param len the number of bytes in the buffer pointed to by @a bytes.
| *
| * @return the newly allocated buffer state object.
| */
| YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len )
| {
| YY_BUFFER_STATE b;
| char *buf;
| yy_size_t n, i;
|
| /* Get memory for full buffer, including space for trailing EOB's. */
| n = _yybytes_len + 2;
| buf = (char *) yyalloc(n );
| if ( ! buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
|
| for ( i = 0; i < _yybytes_len; ++i )
| buf[i] = yybytes[i];
|
| buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
|
| b = yy_scan_buffer(buf,n );
| if ( ! b )
| YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
|
| /* It's okay to grow etc. this buffer, and we should throw it
| * away when we're done.
| */
| b->yy_is_our_buffer = 1;
|
| return b;
| }
|
| #ifndef YY_EXIT_FAILURE
| #define YY_EXIT_FAILURE 2
| #endif
|
| static void yy_fatal_error (yyconst char* msg )
| {
| (void) fprintf( stderr, "%s\n", msg );
| exit( YY_EXIT_FAILURE );
| }
|
| /* Redefine yyless() so it works in section 3 code. */
|
| #undef yyless
| #define yyless(n) \
| do \
| { \
| /* Undo effects of setting up yytext. */ \
| int yyless_macro_arg = (n); \
| YY_LESS_LINENO(yyless_macro_arg);\
| yytext[yyleng] = (yy_hold_char); \
| (yy_c_buf_p) = yytext + yyless_macro_arg; \
| (yy_hold_char) = *(yy_c_buf_p); \
| *(yy_c_buf_p) = '\0'; \
| yyleng = yyless_macro_arg; \
| } \
| while ( 0 )
|
| /* Accessor methods (get/set functions) to struct members. */
|
| /** Get the current line number.
| *
| */
| int yyget_lineno (void)
| {
|
| return yylineno;
| }
|
| /** Get the input stream.
| *
| */
| FILE *yyget_in (void)
| {
| return yyin;
| }
|
| /** Get the output stream.
| *
| */
| FILE *yyget_out (void)
| {
| return yyout;
| }
|
| /** Get the length of the current token.
| *
| */
| yy_size_t yyget_leng (void)
| {
| return yyleng;
| }
|
| /** Get the current token.
| *
| */
|
| char *yyget_text (void)
| {
| return yytext;
| }
|
| /** Set the current line number.
| * @param line_number
| *
| */
| void yyset_lineno (int line_number )
| {
|
| yylineno = line_number;
| }
|
| /** Set the input stream. This does not discard the current
| * input buffer.
| * @param in_str A readable stream.
| *
| * @see yy_switch_to_buffer
| */
| void yyset_in (FILE * in_str )
| {
| yyin = in_str ;
| }
|
| void yyset_out (FILE * out_str )
| {
| yyout = out_str ;
| }
|
| int yyget_debug (void)
| {
| return yy_flex_debug;
| }
|
| void yyset_debug (int bdebug )
| {
| yy_flex_debug = bdebug ;
| }
|
| static int yy_init_globals (void)
| {
| /* Initialization is the same as for the non-reentrant scanner.
| * This function is called from yylex_destroy(), so don't allocate here.
| */
|
| (yy_buffer_stack) = 0;
| (yy_buffer_stack_top) = 0;
| (yy_buffer_stack_max) = 0;
| (yy_c_buf_p) = (char *) 0;
| (yy_init) = 0;
| (yy_start) = 0;
|
| (yy_state_buf) = 0;
| (yy_state_ptr) = 0;
| (yy_full_match) = 0;
| (yy_lp) = 0;
|
| /* Defined in main.c */
| #ifdef YY_STDINIT
| yyin = stdin;
| yyout = stdout;
| #else
| yyin = (FILE *) 0;
| yyout = (FILE *) 0;
| #endif
|
| /* For future reference: Set errno on error, since we are called by
| * yylex_init()
| */
| return 0;
| }
|
| /* yylex_destroy is for both reentrant and non-reentrant scanners. */
| int yylex_destroy (void)
| {
|
| /* Pop the buffer stack, destroying each element. */
| while(YY_CURRENT_BUFFER){
| yy_delete_buffer(YY_CURRENT_BUFFER );
| YY_CURRENT_BUFFER_LVALUE = NULL;
| yypop_buffer_state();
| }
|
| /* Destroy the stack itself. */
| yyfree((yy_buffer_stack) );
| (yy_buffer_stack) = NULL;
|
| yyfree ( (yy_state_buf) );
| (yy_state_buf) = NULL;
|
| /* Reset the globals. This is important in a non-reentrant scanner so the next time
| * yylex() is called, initialization will occur. */
| yy_init_globals( );
|
| return 0;
| }
|
| /*
| * Internal utility routines.
| */
|
| #ifndef yytext_ptr
| static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
| {
| register int i;
| for ( i = 0; i < n; ++i )
| s1[i] = s2[i];
| }
| #endif
|
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen (yyconst char * s )
| {
| register int n;
| for ( n = 0; s[n]; ++n )
| ;
|
| return n;
| }
| #endif
|
| void *yyalloc (yy_size_t size )
| {
| return (void *) malloc( size );
| }
|
| void *yyrealloc (void * ptr, yy_size_t size )
| {
| /* The cast to (char *) in the following accommodates both
| * implementations that use char* generic pointers, and those
| * that use void* generic pointers. It works with the latter
| * because both ANSI C and C++ allow castless assignment from
| * any pointer type to void*, and deal with argument conversions
| * as though doing an assignment.
| */
| return (void *) realloc( (char *) ptr, size );
| }
|
| void yyfree (void * ptr )
| {
| free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
| }
|
| #define YYTABLES_NAME "yytables"
|
| #line 9 "conftest.l"
|
|
| #ifdef YYTEXT_POINTER
| extern char *yytext;
| #endif
| int
| main (void)
| {
| return ! yylex () + ! yywrap ();
| }
configure:13673: cc -o conftest -g -O2 conftest.c -ll >&5
configure:13673: $? = 0
configure:13683: result: -ll
configure:13689: checking whether yytext is a pointer
configure:13705: cc -o conftest -g -O2 conftest.c -ll >&5
configure:13705: $? = 0
configure:13713: result: yes
configure:13727: checking for bison
configure:13743: found /usr/bin/bison
configure:13754: result: bison -y
configure:13819: checking for pkg-config
configure:13837: found /usr/local/bin/pkg-config
configure:13849: result: /usr/local/bin/pkg-config
configure:13874: checking pkg-config is at least version 0.9.0
configure:13877: result: yes
configure:13888: checking for protoc-c
configure:13916: result: no
configure:13933: checking for kernel type (darwin12.1.0)
configure:13963: result: Darwin
configure:14034: checking for ANSI C header files
configure:14138: result: yes
configure:14146: checking for sys/wait.h that is POSIX.1 compatible
configure:14172: cc -c -g -O2 conftest.c >&5
configure:14172: $? = 0
configure:14179: result: yes
configure:14190: checking for dirent.h that defines DIR
configure:14209: cc -c -g -O2 conftest.c >&5
configure:14209: $? = 0
configure:14217: result: yes
configure:14230: checking for library containing opendir
configure:14261: cc -o conftest -g -O2 conftest.c >&5
configure:14261: $? = 0
configure:14278: result: none required
configure:14345: checking for stdbool.h that conforms to C99
configure:14430: cc -c -g -O2 conftest.c >&5
configure:14430: $? = 0
configure:14437: result: yes
configure:14439: checking for _Bool
configure:14439: cc -c -g -O2 conftest.c >&5
configure:14439: $? = 0
configure:14439: cc -c -g -O2 conftest.c >&5
conftest.c:82:20: error: expected expression
if (sizeof ((_Bool)))
^
1 error generated.
configure:14439: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| return 0;
| ;
| return 0;
| }
configure:14439: result: yes
configure:14459: checking stdio.h usability
configure:14459: cc -c -g -O2 conftest.c >&5
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking stdio.h presence
configure:14459: cc -E conftest.c
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking for stdio.h
configure:14459: result: yes
configure:14459: checking errno.h usability
configure:14459: cc -c -g -O2 conftest.c >&5
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking errno.h presence
configure:14459: cc -E conftest.c
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking for errno.h
configure:14459: result: yes
configure:14459: checking math.h usability
configure:14459: cc -c -g -O2 conftest.c >&5
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking math.h presence
configure:14459: cc -E conftest.c
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking for math.h
configure:14459: result: yes
configure:14459: checking stdarg.h usability
configure:14459: cc -c -g -O2 conftest.c >&5
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking stdarg.h presence
configure:14459: cc -E conftest.c
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking for stdarg.h
configure:14459: result: yes
configure:14459: checking syslog.h usability
configure:14459: cc -c -g -O2 conftest.c >&5
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking syslog.h presence
configure:14459: cc -E conftest.c
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking for syslog.h
configure:14459: result: yes
configure:14459: checking fcntl.h usability
configure:14459: cc -c -g -O2 conftest.c >&5
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking fcntl.h presence
configure:14459: cc -E conftest.c
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking for fcntl.h
configure:14459: result: yes
configure:14459: checking signal.h usability
configure:14459: cc -c -g -O2 conftest.c >&5
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking signal.h presence
configure:14459: cc -E conftest.c
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking for signal.h
configure:14459: result: yes
configure:14459: checking assert.h usability
configure:14459: cc -c -g -O2 conftest.c >&5
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking assert.h presence
configure:14459: cc -E conftest.c
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking for assert.h
configure:14459: result: yes
configure:14459: checking for sys/types.h
configure:14459: result: yes
configure:14459: checking sys/socket.h usability
configure:14459: cc -c -g -O2 conftest.c >&5
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking sys/socket.h presence
configure:14459: cc -E conftest.c
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking for sys/socket.h
configure:14459: result: yes
configure:14459: checking sys/select.h usability
configure:14459: cc -c -g -O2 conftest.c >&5
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking sys/select.h presence
configure:14459: cc -E conftest.c
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking for sys/select.h
configure:14459: result: yes
configure:14459: checking poll.h usability
configure:14459: cc -c -g -O2 conftest.c >&5
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking poll.h presence
configure:14459: cc -E conftest.c
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking for poll.h
configure:14459: result: yes
configure:14459: checking netdb.h usability
configure:14459: cc -c -g -O2 conftest.c >&5
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking netdb.h presence
configure:14459: cc -E conftest.c
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking for netdb.h
configure:14459: result: yes
configure:14459: checking arpa/inet.h usability
configure:14459: cc -c -g -O2 conftest.c >&5
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking arpa/inet.h presence
configure:14459: cc -E conftest.c
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking for arpa/inet.h
configure:14459: result: yes
configure:14459: checking sys/resource.h usability
configure:14459: cc -c -g -O2 conftest.c >&5
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking sys/resource.h presence
configure:14459: cc -E conftest.c
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking for sys/resource.h
configure:14459: result: yes
configure:14459: checking sys/param.h usability
configure:14459: cc -c -g -O2 conftest.c >&5
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking sys/param.h presence
configure:14459: cc -E conftest.c
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking for sys/param.h
configure:14459: result: yes
configure:14459: checking kstat.h usability
configure:14459: cc -c -g -O2 conftest.c >&5
conftest.c:97:10: fatal error: 'kstat.h' file not found
#include <kstat.h>
^
1 error generated.
configure:14459: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <kstat.h>
configure:14459: result: no
configure:14459: checking kstat.h presence
configure:14459: cc -E conftest.c
conftest.c:64:10: fatal error: 'kstat.h' file not found
#include <kstat.h>
^
1 error generated.
configure:14459: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| #include <kstat.h>
configure:14459: result: no
configure:14459: checking for kstat.h
configure:14459: result: no
configure:14459: checking regex.h usability
configure:14459: cc -c -g -O2 conftest.c >&5
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking regex.h presence
configure:14459: cc -E conftest.c
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking for regex.h
configure:14459: result: yes
configure:14459: checking sys/ioctl.h usability
configure:14459: cc -c -g -O2 conftest.c >&5
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking sys/ioctl.h presence
configure:14459: cc -E conftest.c
configure:14459: $? = 0
configure:14459: result: yes
configure:14459: checking for sys/ioctl.h
configure:14459: result: yes
configure:14459: checking endian.h usability
configure:14459: cc -c -g -O2 conftest.c >&5
conftest.c:99:10: fatal error: 'endian.h' file not found
#include <endian.h>
^
1 error generated.
configure:14459: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <endian.h>
configure:14459: result: no
configure:14459: checking endian.h presence
configure:14459: cc -E conftest.c
conftest.c:66:10: fatal error: 'endian.h' file not found
#include <endian.h>
^
1 error generated.
configure:14459: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <endian.h>
configure:14459: result: no
configure:14459: checking for endian.h
configure:14459: result: no
configure:14459: checking sys/isa_defs.h usability
configure:14459: cc -c -g -O2 conftest.c >&5
conftest.c:99:10: fatal error: 'sys/isa_defs.h' file not found
#include <sys/isa_defs.h>
^
1 error generated.
configure:14459: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/isa_defs.h>
configure:14459: result: no
configure:14459: checking sys/isa_defs.h presence
configure:14459: cc -E conftest.c
conftest.c:66:10: fatal error: 'sys/isa_defs.h' file not found
#include <sys/isa_defs.h>
^
1 error generated.
configure:14459: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <sys/isa_defs.h>
configure:14459: result: no
configure:14459: checking for sys/isa_defs.h
configure:14459: result: no
configure:14473: checking for netinet/in_systm.h
configure:14473: cc -c -g -O2 conftest.c >&5
configure:14473: $? = 0
configure:14473: result: yes
configure:14492: checking for netinet/in.h
configure:14492: cc -c -g -O2 conftest.c >&5
configure:14492: $? = 0
configure:14492: result: yes
configure:14514: checking for netinet/ip.h
configure:14514: cc -c -g -O2 conftest.c >&5
configure:14514: $? = 0
configure:14514: result: yes
configure:14539: checking for netinet/ip_icmp.h
configure:14539: cc -c -g -O2 conftest.c >&5
configure:14539: $? = 0
configure:14539: result: yes
configure:14567: checking for netinet/ip_var.h
configure:14567: cc -c -g -O2 conftest.c >&5
configure:14567: $? = 0
configure:14567: result: yes
configure:14595: checking for netinet/ip6.h
configure:14595: cc -c -g -O2 conftest.c >&5
configure:14595: $? = 0
configure:14595: result: yes
configure:14620: checking for netinet/icmp6.h
configure:14620: cc -c -g -O2 conftest.c >&5
configure:14620: $? = 0
configure:14620: result: yes
configure:14648: checking for netinet/tcp.h
configure:14648: cc -c -g -O2 conftest.c >&5
configure:14648: $? = 0
configure:14648: result: yes
configure:14676: checking for netinet/udp.h
configure:14676: cc -c -g -O2 conftest.c >&5
configure:14676: $? = 0
configure:14676: result: yes
configure:14706: checking sys/dkstat.h usability
configure:14706: cc -c -g -O2 conftest.c >&5
configure:14706: $? = 0
configure:14706: result: yes
configure:14706: checking sys/dkstat.h presence
configure:14706: cc -E conftest.c
configure:14706: $? = 0
configure:14706: result: yes
configure:14706: checking for sys/dkstat.h
configure:14706: result: yes
configure:14721: checking mach/mach_init.h usability
configure:14721: cc -c -g -O2 conftest.c >&5
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking mach/mach_init.h presence
configure:14721: cc -E conftest.c
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking for mach/mach_init.h
configure:14721: result: yes
configure:14721: checking mach/host_priv.h usability
configure:14721: cc -c -g -O2 conftest.c >&5
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking mach/host_priv.h presence
configure:14721: cc -E conftest.c
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking for mach/host_priv.h
configure:14721: result: yes
configure:14721: checking mach/mach_error.h usability
configure:14721: cc -c -g -O2 conftest.c >&5
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking mach/mach_error.h presence
configure:14721: cc -E conftest.c
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking for mach/mach_error.h
configure:14721: result: yes
configure:14721: checking mach/mach_host.h usability
configure:14721: cc -c -g -O2 conftest.c >&5
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking mach/mach_host.h presence
configure:14721: cc -E conftest.c
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking for mach/mach_host.h
configure:14721: result: yes
configure:14721: checking mach/mach_port.h usability
configure:14721: cc -c -g -O2 conftest.c >&5
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking mach/mach_port.h presence
configure:14721: cc -E conftest.c
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking for mach/mach_port.h
configure:14721: result: yes
configure:14721: checking mach/mach_types.h usability
configure:14721: cc -c -g -O2 conftest.c >&5
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking mach/mach_types.h presence
configure:14721: cc -E conftest.c
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking for mach/mach_types.h
configure:14721: result: yes
configure:14721: checking mach/message.h usability
configure:14721: cc -c -g -O2 conftest.c >&5
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking mach/message.h presence
configure:14721: cc -E conftest.c
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking for mach/message.h
configure:14721: result: yes
configure:14721: checking mach/processor_set.h usability
configure:14721: cc -c -g -O2 conftest.c >&5
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking mach/processor_set.h presence
configure:14721: cc -E conftest.c
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking for mach/processor_set.h
configure:14721: result: yes
configure:14721: checking mach/processor.h usability
configure:14721: cc -c -g -O2 conftest.c >&5
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking mach/processor.h presence
configure:14721: cc -E conftest.c
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking for mach/processor.h
configure:14721: result: yes
configure:14721: checking mach/processor_info.h usability
configure:14721: cc -c -g -O2 conftest.c >&5
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking mach/processor_info.h presence
configure:14721: cc -E conftest.c
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking for mach/processor_info.h
configure:14721: result: yes
configure:14721: checking mach/task.h usability
configure:14721: cc -c -g -O2 conftest.c >&5
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking mach/task.h presence
configure:14721: cc -E conftest.c
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking for mach/task.h
configure:14721: result: yes
configure:14721: checking mach/thread_act.h usability
configure:14721: cc -c -g -O2 conftest.c >&5
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking mach/thread_act.h presence
configure:14721: cc -E conftest.c
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking for mach/thread_act.h
configure:14721: result: yes
configure:14721: checking mach/vm_region.h usability
configure:14721: cc -c -g -O2 conftest.c >&5
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking mach/vm_region.h presence
configure:14721: cc -E conftest.c
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking for mach/vm_region.h
configure:14721: result: yes
configure:14721: checking mach/vm_map.h usability
configure:14721: cc -c -g -O2 conftest.c >&5
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking mach/vm_map.h presence
configure:14721: cc -E conftest.c
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking for mach/vm_map.h
configure:14721: result: yes
configure:14721: checking mach/vm_prot.h usability
configure:14721: cc -c -g -O2 conftest.c >&5
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking mach/vm_prot.h presence
configure:14721: cc -E conftest.c
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking for mach/vm_prot.h
configure:14721: result: yes
configure:14721: checking mach/vm_statistics.h usability
configure:14721: cc -c -g -O2 conftest.c >&5
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking mach/vm_statistics.h presence
configure:14721: cc -E conftest.c
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking for mach/vm_statistics.h
configure:14721: result: yes
configure:14721: checking mach/kern_return.h usability
configure:14721: cc -c -g -O2 conftest.c >&5
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking mach/kern_return.h presence
configure:14721: cc -E conftest.c
configure:14721: $? = 0
configure:14721: result: yes
configure:14721: checking for mach/kern_return.h
configure:14721: result: yes
configure:14734: checking CoreFoundation/CoreFoundation.h usability
configure:14734: cc -c -g -O2 conftest.c >&5
configure:14734: $? = 0
configure:14734: result: yes
configure:14734: checking CoreFoundation/CoreFoundation.h presence
configure:14734: cc -E conftest.c
configure:14734: $? = 0
configure:14734: result: yes
configure:14734: checking for CoreFoundation/CoreFoundation.h
configure:14734: result: yes
configure:14734: checking IOKit/IOKitLib.h usability
configure:14734: cc -c -g -O2 conftest.c >&5
configure:14734: $? = 0
configure:14734: result: yes
configure:14734: checking IOKit/IOKitLib.h presence
configure:14734: cc -E conftest.c
configure:14734: $? = 0
configure:14734: result: yes
configure:14734: checking for IOKit/IOKitLib.h
configure:14734: result: yes
configure:14734: checking IOKit/IOTypes.h usability
configure:14734: cc -c -g -O2 conftest.c >&5
configure:14734: $? = 0
configure:14734: result: yes
configure:14734: checking IOKit/IOTypes.h presence
configure:14734: cc -E conftest.c
configure:14734: $? = 0
configure:14734: result: yes
configure:14734: checking for IOKit/IOTypes.h
configure:14734: result: yes
configure:14734: checking IOKit/ps/IOPSKeys.h usability
configure:14734: cc -c -g -O2 conftest.c >&5
configure:14734: $? = 0
configure:14734: result: yes
configure:14734: checking IOKit/ps/IOPSKeys.h presence
configure:14734: cc -E conftest.c
configure:14734: $? = 0
configure:14734: result: yes
configure:14734: checking for IOKit/ps/IOPSKeys.h
configure:14734: result: yes
configure:14734: checking IOKit/IOBSD.h usability
configure:14734: cc -c -g -O2 conftest.c >&5
configure:14734: $? = 0
configure:14734: result: yes
configure:14734: checking IOKit/IOBSD.h presence
configure:14734: cc -E conftest.c
configure:14734: $? = 0
configure:14734: result: yes
configure:14734: checking for IOKit/IOBSD.h
configure:14734: result: yes
configure:14734: checking IOKit/storage/IOBlockStorageDriver.h usability
configure:14734: cc -c -g -O2 conftest.c >&5
configure:14734: $? = 0
configure:14734: result: yes
configure:14734: checking IOKit/storage/IOBlockStorageDriver.h presence
configure:14734: cc -E conftest.c
configure:14734: $? = 0
configure:14734: result: yes
configure:14734: checking for IOKit/storage/IOBlockStorageDriver.h
configure:14734: result: yes
configure:14747: checking for sys/sysctl.h
configure:14747: cc -c -g -O2 conftest.c >&5
configure:14747: $? = 0
configure:14747: result: yes
configure:14766: checking for sysctl kern.cp_times
configure:14783: result: no
configure:14791: checking linux/major.h usability
configure:14791: cc -c -g -O2 conftest.c >&5
conftest.c:133:10: fatal error: 'linux/major.h' file not found
#include <linux/major.h>
^
1 error generated.
configure:14791: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/major.h>
configure:14791: result: no
configure:14791: checking linux/major.h presence
configure:14791: cc -E conftest.c
conftest.c:100:10: fatal error: 'linux/major.h' file not found
#include <linux/major.h>
^
1 error generated.
configure:14791: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| /* end confdefs.h. */
| #include <linux/major.h>
configure:14791: result: no
configure:14791: checking for linux/major.h
configure:14791: result: no
configure:14791: checking libgen.h usability
configure:14791: cc -c -g -O2 conftest.c >&5
configure:14791: $? = 0
configure:14791: result: yes
configure:14791: checking libgen.h presence
configure:14791: cc -E conftest.c
configure:14791: $? = 0
configure:14791: result: yes
configure:14791: checking for libgen.h
configure:14791: result: yes
configure:14831: checking for IOKit/ps/IOPowerSources.h
configure:14831: cc -c -g -O2 conftest.c >&5
configure:14831: $? = 0
configure:14831: result: yes
configure:14880: checking for sys/swap.h
configure:14880: cc -c -g -O2 conftest.c >&5
conftest.c:113:10: fatal error: 'sys/swap.h' file not found
#include <sys/swap.h>
^
1 error generated.
configure:14880: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| /* end confdefs.h. */
|
| #undef _FILE_OFFSET_BITS
| #undef _LARGEFILE64_SOURCE
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_PARAM_H
| # include <sys/param.h>
| #endif
|
|
| #include <sys/swap.h>
configure:14880: result: no
configure:14880: checking for vm/anon.h
configure:14880: cc -c -g -O2 conftest.c >&5
conftest.c:113:10: fatal error: 'vm/anon.h' file not found
#include <vm/anon.h>
^
1 error generated.
configure:14880: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| /* end confdefs.h. */
|
| #undef _FILE_OFFSET_BITS
| #undef _LARGEFILE64_SOURCE
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_PARAM_H
| # include <sys/param.h>
| #endif
|
|
| #include <vm/anon.h>
configure:14880: result: no
configure:14922: checking sys/loadavg.h usability
configure:14922: cc -c -g -O2 conftest.c >&5
conftest.c:135:10: fatal error: 'sys/loadavg.h' file not found
#include <sys/loadavg.h>
^
1 error generated.
configure:14922: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/loadavg.h>
configure:14922: result: no
configure:14922: checking sys/loadavg.h presence
configure:14922: cc -E conftest.c
conftest.c:102:10: fatal error: 'sys/loadavg.h' file not found
#include <sys/loadavg.h>
^
1 error generated.
configure:14922: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| /* end confdefs.h. */
| #include <sys/loadavg.h>
configure:14922: result: no
configure:14922: checking for sys/loadavg.h
configure:14922: result: no
configure:14922: checking linux/config.h usability
configure:14922: cc -c -g -O2 conftest.c >&5
conftest.c:135:10: fatal error: 'linux/config.h' file not found
#include <linux/config.h>
^
1 error generated.
configure:14922: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/config.h>
configure:14922: result: no
configure:14922: checking linux/config.h presence
configure:14922: cc -E conftest.c
conftest.c:102:10: fatal error: 'linux/config.h' file not found
#include <linux/config.h>
^
1 error generated.
configure:14922: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| /* end confdefs.h. */
| #include <linux/config.h>
configure:14922: result: no
configure:14922: checking for linux/config.h
configure:14922: result: no
configure:14922: checking utmp.h usability
configure:14922: cc -c -g -O2 conftest.c >&5
configure:14922: $? = 0
configure:14922: result: yes
configure:14922: checking utmp.h presence
configure:14922: cc -E conftest.c
configure:14922: $? = 0
configure:14922: result: yes
configure:14922: checking for utmp.h
configure:14922: result: yes
configure:14922: checking utmpx.h usability
configure:14922: cc -c -g -O2 conftest.c >&5
configure:14922: $? = 0
configure:14922: result: yes
configure:14922: checking utmpx.h presence
configure:14922: cc -E conftest.c
configure:14922: $? = 0
configure:14922: result: yes
configure:14922: checking for utmpx.h
configure:14922: result: yes
configure:14936: checking ifaddrs.h usability
configure:14936: cc -c -g -O2 conftest.c >&5
configure:14936: $? = 0
configure:14936: result: yes
configure:14936: checking ifaddrs.h presence
configure:14936: cc -E conftest.c
configure:14936: $? = 0
configure:14936: result: yes
configure:14936: checking for ifaddrs.h
configure:14936: result: yes
configure:14948: checking for net/if.h
configure:14948: cc -c -g -O2 conftest.c >&5
configure:14948: $? = 0
configure:14948: result: yes
configure:14968: checking for linux/if.h
configure:14968: cc -c -g -O2 conftest.c >&5
conftest.c:115:10: fatal error: 'linux/if.h' file not found
#include <linux/if.h>
^
1 error generated.
configure:14968: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| /* end confdefs.h. */
|
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
|
| #include <linux/if.h>
configure:14968: result: no
configure:14988: checking for linux/netdevice.h
configure:14988: cc -c -g -O2 conftest.c >&5
conftest.c:118:10: fatal error: 'linux/netdevice.h' file not found
#include <linux/netdevice.h>
^
1 error generated.
configure:14988: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| /* end confdefs.h. */
|
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
| #if HAVE_LINUX_IF_H
| # include <linux/if.h>
| #endif
|
|
| #include <linux/netdevice.h>
configure:14988: result: no
configure:15013: checking for linux/sockios.h
configure:15013: cc -c -g -O2 conftest.c >&5
In file included from conftest.c:111:
/usr/include/net/if.h:306:19: error: field has incomplete type 'struct sockaddr'
struct sockaddr ifru_addr;
^
/usr/include/net/if.h:306:10: note: forward declaration of 'struct sockaddr'
struct sockaddr ifru_addr;
^
/usr/include/net/if.h:307:19: error: field has incomplete type 'struct sockaddr'
struct sockaddr ifru_dstaddr;
^
/usr/include/net/if.h:306:10: note: forward declaration of 'struct sockaddr'
struct sockaddr ifru_addr;
^
/usr/include/net/if.h:308:19: error: field has incomplete type 'struct sockaddr'
struct sockaddr ifru_broadaddr;
^
/usr/include/net/if.h:306:10: note: forward declaration of 'struct sockaddr'
struct sockaddr ifru_addr;
^
/usr/include/net/if.h:352:18: error: field has incomplete type 'struct sockaddr'
struct sockaddr ifra_addr;
^
/usr/include/net/if.h:306:10: note: forward declaration of 'struct sockaddr'
struct sockaddr ifru_addr;
^
/usr/include/net/if.h:353:18: error: field has incomplete type 'struct sockaddr'
struct sockaddr ifra_broadaddr;
^
/usr/include/net/if.h:306:10: note: forward declaration of 'struct sockaddr'
struct sockaddr ifru_addr;
^
/usr/include/net/if.h:354:18: error: field has incomplete type 'struct sockaddr'
struct sockaddr ifra_mask;
^
/usr/include/net/if.h:306:10: note: forward declaration of 'struct sockaddr'
struct sockaddr ifru_addr;
^
/usr/include/net/if.h:437:26: error: field has incomplete type 'struct sockaddr_storage'
struct sockaddr_storage addr; /* in/out */
^
/usr/include/net/if.h:437:9: note: forward declaration of 'struct sockaddr_storage'
struct sockaddr_storage addr; /* in/out */
^
/usr/include/net/if.h:438:26: error: field has incomplete type 'struct sockaddr_storage'
struct sockaddr_storage dstaddr; /* out */
^
/usr/include/net/if.h:437:9: note: forward declaration of 'struct sockaddr_storage'
struct sockaddr_storage addr; /* in/out */
^
conftest.c:115:10: fatal error: 'linux/sockios.h' file not found
#include <linux/sockios.h>
^
9 errors generated.
configure:15013: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| /* end confdefs.h. */
|
| #if HAVE_SYS_IOCTL_H
| # include <sys/ioctl.h>
| #endif
| #if HAVE_NET_IF_H
| # include <net/if.h>
| #endif
|
|
| #include <linux/sockios.h>
configure:15013: result: no
configure:15035: checking for linux/ethtool.h
configure:15035: cc -c -g -O2 conftest.c >&5
In file included from conftest.c:111:
/usr/include/net/if.h:306:19: error: field has incomplete type 'struct sockaddr'
struct sockaddr ifru_addr;
^
/usr/include/net/if.h:306:10: note: forward declaration of 'struct sockaddr'
struct sockaddr ifru_addr;
^
/usr/include/net/if.h:307:19: error: field has incomplete type 'struct sockaddr'
struct sockaddr ifru_dstaddr;
^
/usr/include/net/if.h:306:10: note: forward declaration of 'struct sockaddr'
struct sockaddr ifru_addr;
^
/usr/include/net/if.h:308:19: error: field has incomplete type 'struct sockaddr'
struct sockaddr ifru_broadaddr;
^
/usr/include/net/if.h:306:10: note: forward declaration of 'struct sockaddr'
struct sockaddr ifru_addr;
^
/usr/include/net/if.h:352:18: error: field has incomplete type 'struct sockaddr'
struct sockaddr ifra_addr;
^
/usr/include/net/if.h:306:10: note: forward declaration of 'struct sockaddr'
struct sockaddr ifru_addr;
^
/usr/include/net/if.h:353:18: error: field has incomplete type 'struct sockaddr'
struct sockaddr ifra_broadaddr;
^
/usr/include/net/if.h:306:10: note: forward declaration of 'struct sockaddr'
struct sockaddr ifru_addr;
^
/usr/include/net/if.h:354:18: error: field has incomplete type 'struct sockaddr'
struct sockaddr ifra_mask;
^
/usr/include/net/if.h:306:10: note: forward declaration of 'struct sockaddr'
struct sockaddr ifru_addr;
^
/usr/include/net/if.h:437:26: error: field has incomplete type 'struct sockaddr_storage'
struct sockaddr_storage addr; /* in/out */
^
/usr/include/net/if.h:437:9: note: forward declaration of 'struct sockaddr_storage'
struct sockaddr_storage addr; /* in/out */
^
/usr/include/net/if.h:438:26: error: field has incomplete type 'struct sockaddr_storage'
struct sockaddr_storage dstaddr; /* out */
^
/usr/include/net/if.h:437:9: note: forward declaration of 'struct sockaddr_storage'
struct sockaddr_storage addr; /* in/out */
^
conftest.c:118:10: fatal error: 'linux/ethtool.h' file not found
#include <linux/ethtool.h>
^
9 errors generated.
configure:15035: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| /* end confdefs.h. */
|
| #if HAVE_SYS_IOCTL_H
| # include <sys/ioctl.h>
| #endif
| #if HAVE_NET_IF_H
| # include <net/if.h>
| #endif
| #if HAVE_LINUX_SOCKIOS_H
| # include <linux/sockios.h>
| #endif
|
|
| #include <linux/ethtool.h>
configure:15035: result: no
configure:15168: checking for sys/ucred.h
configure:15168: cc -c -g -O2 conftest.c >&5
configure:15168: $? = 0
configure:15168: result: yes
configure:15190: checking for sys/mount.h
configure:15190: cc -c -g -O2 conftest.c >&5
configure:15190: $? = 0
configure:15190: result: yes
configure:15212: checking for linux/un.h
configure:15212: cc -c -g -O2 conftest.c >&5
conftest.c:114:10: fatal error: 'linux/un.h' file not found
#include <linux/un.h>
^
1 error generated.
configure:15212: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| /* end confdefs.h. */
|
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
|
| #include <linux/un.h>
configure:15212: result: no
configure:15231: checking pwd.h usability
configure:15231: cc -c -g -O2 conftest.c >&5
configure:15231: $? = 0
configure:15231: result: yes
configure:15231: checking pwd.h presence
configure:15231: cc -E conftest.c
configure:15231: $? = 0
configure:15231: result: yes
configure:15231: checking for pwd.h
configure:15231: result: yes
configure:15231: checking grp.h usability
configure:15231: cc -c -g -O2 conftest.c >&5
configure:15231: $? = 0
configure:15231: result: yes
configure:15231: checking grp.h presence
configure:15231: cc -E conftest.c
configure:15231: $? = 0
configure:15231: result: yes
configure:15231: checking for grp.h
configure:15231: result: yes
configure:15231: checking sys/un.h usability
configure:15231: cc -c -g -O2 conftest.c >&5
configure:15231: $? = 0
configure:15231: result: yes
configure:15231: checking sys/un.h presence
configure:15231: cc -E conftest.c
configure:15231: $? = 0
configure:15231: result: yes
configure:15231: checking for sys/un.h
configure:15231: result: yes
configure:15231: checking ctype.h usability
configure:15231: cc -c -g -O2 conftest.c >&5
configure:15231: $? = 0
configure:15231: result: yes
configure:15231: checking ctype.h presence
configure:15231: cc -E conftest.c
configure:15231: $? = 0
configure:15231: result: yes
configure:15231: checking for ctype.h
configure:15231: result: yes
configure:15231: checking limits.h usability
configure:15231: cc -c -g -O2 conftest.c >&5
configure:15231: $? = 0
configure:15231: result: yes
configure:15231: checking limits.h presence
configure:15231: cc -E conftest.c
configure:15231: $? = 0
configure:15231: result: yes
configure:15231: checking for limits.h
configure:15231: result: yes
configure:15231: checking xfs/xqm.h usability
configure:15231: cc -c -g -O2 conftest.c >&5
conftest.c:146:10: fatal error: 'xfs/xqm.h' file not found
#include <xfs/xqm.h>
^
1 error generated.
configure:15231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <xfs/xqm.h>
configure:15231: result: no
configure:15231: checking xfs/xqm.h presence
configure:15231: cc -E conftest.c
conftest.c:113:10: fatal error: 'xfs/xqm.h' file not found
#include <xfs/xqm.h>
^
1 error generated.
configure:15231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include <xfs/xqm.h>
configure:15231: result: no
configure:15231: checking for xfs/xqm.h
configure:15231: result: no
configure:15231: checking fs_info.h usability
configure:15231: cc -c -g -O2 conftest.c >&5
conftest.c:146:10: fatal error: 'fs_info.h' file not found
#include <fs_info.h>
^
1 error generated.
configure:15231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <fs_info.h>
configure:15231: result: no
configure:15231: checking fs_info.h presence
configure:15231: cc -E conftest.c
conftest.c:113:10: fatal error: 'fs_info.h' file not found
#include <fs_info.h>
^
1 error generated.
configure:15231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include <fs_info.h>
configure:15231: result: no
configure:15231: checking for fs_info.h
configure:15231: result: no
configure:15231: checking fshelp.h usability
configure:15231: cc -c -g -O2 conftest.c >&5
conftest.c:146:10: fatal error: 'fshelp.h' file not found
#include <fshelp.h>
^
1 error generated.
configure:15231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <fshelp.h>
configure:15231: result: no
configure:15231: checking fshelp.h presence
configure:15231: cc -E conftest.c
conftest.c:113:10: fatal error: 'fshelp.h' file not found
#include <fshelp.h>
^
1 error generated.
configure:15231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include <fshelp.h>
configure:15231: result: no
configure:15231: checking for fshelp.h
configure:15231: result: no
configure:15231: checking paths.h usability
configure:15231: cc -c -g -O2 conftest.c >&5
configure:15231: $? = 0
configure:15231: result: yes
configure:15231: checking paths.h presence
configure:15231: cc -E conftest.c
configure:15231: $? = 0
configure:15231: result: yes
configure:15231: checking for paths.h
configure:15231: result: yes
configure:15231: checking mntent.h usability
configure:15231: cc -c -g -O2 conftest.c >&5
conftest.c:147:10: fatal error: 'mntent.h' file not found
#include <mntent.h>
^
1 error generated.
configure:15231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <mntent.h>
configure:15231: result: no
configure:15231: checking mntent.h presence
configure:15231: cc -E conftest.c
conftest.c:114:10: fatal error: 'mntent.h' file not found
#include <mntent.h>
^
1 error generated.
configure:15231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h. */
| #include <mntent.h>
configure:15231: result: no
configure:15231: checking for mntent.h
configure:15231: result: no
configure:15231: checking mnttab.h usability
configure:15231: cc -c -g -O2 conftest.c >&5
conftest.c:147:10: fatal error: 'mnttab.h' file not found
#include <mnttab.h>
^
1 error generated.
configure:15231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <mnttab.h>
configure:15231: result: no
configure:15231: checking mnttab.h presence
configure:15231: cc -E conftest.c
conftest.c:114:10: fatal error: 'mnttab.h' file not found
#include <mnttab.h>
^
1 error generated.
configure:15231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h. */
| #include <mnttab.h>
configure:15231: result: no
configure:15231: checking for mnttab.h
configure:15231: result: no
configure:15231: checking sys/fstyp.h usability
configure:15231: cc -c -g -O2 conftest.c >&5
conftest.c:147:10: fatal error: 'sys/fstyp.h' file not found
#include <sys/fstyp.h>
^
1 error generated.
configure:15231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/fstyp.h>
configure:15231: result: no
configure:15231: checking sys/fstyp.h presence
configure:15231: cc -E conftest.c
conftest.c:114:10: fatal error: 'sys/fstyp.h' file not found
#include <sys/fstyp.h>
^
1 error generated.
configure:15231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h. */
| #include <sys/fstyp.h>
configure:15231: result: no
configure:15231: checking for sys/fstyp.h
configure:15231: result: no
configure:15231: checking sys/fs_types.h usability
configure:15231: cc -c -g -O2 conftest.c >&5
conftest.c:147:10: fatal error: 'sys/fs_types.h' file not found
#include <sys/fs_types.h>
^
1 error generated.
configure:15231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/fs_types.h>
configure:15231: result: no
configure:15231: checking sys/fs_types.h presence
configure:15231: cc -E conftest.c
conftest.c:114:10: fatal error: 'sys/fs_types.h' file not found
#include <sys/fs_types.h>
^
1 error generated.
configure:15231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h. */
| #include <sys/fs_types.h>
configure:15231: result: no
configure:15231: checking for sys/fs_types.h
configure:15231: result: no
configure:15231: checking sys/mntent.h usability
configure:15231: cc -c -g -O2 conftest.c >&5
conftest.c:147:10: fatal error: 'sys/mntent.h' file not found
#include <sys/mntent.h>
^
1 error generated.
configure:15231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/mntent.h>
configure:15231: result: no
configure:15231: checking sys/mntent.h presence
configure:15231: cc -E conftest.c
conftest.c:114:10: fatal error: 'sys/mntent.h' file not found
#include <sys/mntent.h>
^
1 error generated.
configure:15231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h. */
| #include <sys/mntent.h>
configure:15231: result: no
configure:15231: checking for sys/mntent.h
configure:15231: result: no
configure:15231: checking sys/mnttab.h usability
configure:15231: cc -c -g -O2 conftest.c >&5
conftest.c:147:10: fatal error: 'sys/mnttab.h' file not found
#include <sys/mnttab.h>
^
1 error generated.
configure:15231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/mnttab.h>
configure:15231: result: no
configure:15231: checking sys/mnttab.h presence
configure:15231: cc -E conftest.c
conftest.c:114:10: fatal error: 'sys/mnttab.h' file not found
#include <sys/mnttab.h>
^
1 error generated.
configure:15231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h. */
| #include <sys/mnttab.h>
configure:15231: result: no
configure:15231: checking for sys/mnttab.h
configure:15231: result: no
configure:15231: checking sys/statfs.h usability
configure:15231: cc -c -g -O2 conftest.c >&5
conftest.c:147:10: fatal error: 'sys/statfs.h' file not found
#include <sys/statfs.h>
^
1 error generated.
configure:15231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/statfs.h>
configure:15231: result: no
configure:15231: checking sys/statfs.h presence
configure:15231: cc -E conftest.c
conftest.c:114:10: fatal error: 'sys/statfs.h' file not found
#include <sys/statfs.h>
^
1 error generated.
configure:15231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h. */
| #include <sys/statfs.h>
configure:15231: result: no
configure:15231: checking for sys/statfs.h
configure:15231: result: no
configure:15231: checking sys/statvfs.h usability
configure:15231: cc -c -g -O2 conftest.c >&5
configure:15231: $? = 0
configure:15231: result: yes
configure:15231: checking sys/statvfs.h presence
configure:15231: cc -E conftest.c
configure:15231: $? = 0
configure:15231: result: yes
configure:15231: checking for sys/statvfs.h
configure:15231: result: yes
configure:15231: checking sys/vfs.h usability
configure:15231: cc -c -g -O2 conftest.c >&5
conftest.c:148:10: fatal error: 'sys/vfs.h' file not found
#include <sys/vfs.h>
^
1 error generated.
configure:15231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/vfs.h>
configure:15231: result: no
configure:15231: checking sys/vfs.h presence
configure:15231: cc -E conftest.c
conftest.c:115:10: fatal error: 'sys/vfs.h' file not found
#include <sys/vfs.h>
^
1 error generated.
configure:15231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| /* end confdefs.h. */
| #include <sys/vfs.h>
configure:15231: result: no
configure:15231: checking for sys/vfs.h
configure:15231: result: no
configure:15231: checking sys/vfstab.h usability
configure:15231: cc -c -g -O2 conftest.c >&5
conftest.c:148:10: fatal error: 'sys/vfstab.h' file not found
#include <sys/vfstab.h>
^
1 error generated.
configure:15231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/vfstab.h>
configure:15231: result: no
configure:15231: checking sys/vfstab.h presence
configure:15231: cc -E conftest.c
conftest.c:115:10: fatal error: 'sys/vfstab.h' file not found
#include <sys/vfstab.h>
^
1 error generated.
configure:15231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| /* end confdefs.h. */
| #include <sys/vfstab.h>
configure:15231: result: no
configure:15231: checking for sys/vfstab.h
configure:15231: result: no
configure:15231: checking kvm.h usability
configure:15231: cc -c -g -O2 conftest.c >&5
conftest.c:148:10: fatal error: 'kvm.h' file not found
#include <kvm.h>
^
1 error generated.
configure:15231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <kvm.h>
configure:15231: result: no
configure:15231: checking kvm.h presence
configure:15231: cc -E conftest.c
conftest.c:115:10: fatal error: 'kvm.h' file not found
#include <kvm.h>
^
1 error generated.
configure:15231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| /* end confdefs.h. */
| #include <kvm.h>
configure:15231: result: no
configure:15231: checking for kvm.h
configure:15231: result: no
configure:15231: checking wordexp.h usability
configure:15231: cc -c -g -O2 conftest.c >&5
configure:15231: $? = 0
configure:15231: result: yes
configure:15231: checking wordexp.h presence
configure:15231: cc -E conftest.c
configure:15231: $? = 0
configure:15231: result: yes
configure:15231: checking for wordexp.h
configure:15231: result: yes
configure:15245: checking arpa/nameser.h usability
configure:15245: cc -c -g -O2 conftest.c >&5
configure:15245: $? = 0
configure:15245: result: yes
configure:15245: checking arpa/nameser.h presence
configure:15245: cc -E conftest.c
configure:15245: $? = 0
configure:15245: result: yes
configure:15245: checking for arpa/nameser.h
configure:15245: result: yes
configure:15257: checking for arpa/nameser_compat.h
configure:15257: cc -c -g -O2 conftest.c >&5
configure:15257: $? = 0
configure:15257: result: yes
configure:15275: checking for net/if_arp.h
configure:15275: cc -c -g -O2 conftest.c >&5
configure:15275: $? = 0
configure:15275: result: yes
configure:15291: checking net/ppp_defs.h usability
configure:15291: cc -c -g -O2 conftest.c >&5
conftest.c:152:10: fatal error: 'net/ppp_defs.h' file not found
#include <net/ppp_defs.h>
^
1 error generated.
configure:15291: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <net/ppp_defs.h>
configure:15291: result: no
configure:15291: checking net/ppp_defs.h presence
configure:15291: cc -E conftest.c
conftest.c:119:10: fatal error: 'net/ppp_defs.h' file not found
#include <net/ppp_defs.h>
^
1 error generated.
configure:15291: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| /* end confdefs.h. */
| #include <net/ppp_defs.h>
configure:15291: result: no
configure:15291: checking for net/ppp_defs.h
configure:15291: result: no
configure:15303: checking for net/if_ppp.h
configure:15303: cc -c -g -O2 conftest.c >&5
conftest.c:124:10: fatal error: 'net/if_ppp.h' file not found
#include <net/if_ppp.h>
^
1 error generated.
configure:15303: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| /* end confdefs.h. */
| #if HAVE_NET_PPP_DEFS_H
| # include <net/ppp_defs.h>
| #endif
|
|
| #include <net/if_ppp.h>
configure:15303: result: no
configure:15319: checking for netinet/if_ether.h
configure:15319: cc -c -g -O2 conftest.c >&5
configure:15319: $? = 0
configure:15319: result: yes
configure:15350: checking termios.h usability
configure:15350: cc -c -g -O2 conftest.c >&5
configure:15350: $? = 0
configure:15350: result: yes
configure:15350: checking termios.h presence
configure:15350: cc -E conftest.c
configure:15350: $? = 0
configure:15350: result: yes
configure:15350: checking for termios.h
configure:15350: result: yes
configure:15364: checking for an ANSI C-conforming const
configure:15429: cc -c -g -O2 conftest.c >&5
configure:15429: $? = 0
configure:15436: result: yes
configure:15444: checking for pid_t
configure:15444: cc -c -g -O2 conftest.c >&5
configure:15444: $? = 0
configure:15444: cc -c -g -O2 conftest.c >&5
conftest.c:157:20: error: expected expression
if (sizeof ((pid_t)))
^
1 error generated.
configure:15444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:15444: result: yes
configure:15455: checking for size_t
configure:15455: cc -c -g -O2 conftest.c >&5
configure:15455: $? = 0
configure:15455: cc -c -g -O2 conftest.c >&5
conftest.c:157:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
configure:15455: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:15455: result: yes
configure:15466: checking for uid_t in sys/types.h
configure:15485: result: yes
configure:15496: checking whether time.h and sys/time.h may both be included
configure:15516: cc -c -g -O2 conftest.c >&5
configure:15516: $? = 0
configure:15523: result: yes
configure:15536: checking whether cc needs -traditional
conftest.c:122:10: fatal error: 'termio.h' file not found
#include <termio.h>
^
1 error generated.
configure:15570: result: no
configure:15580: checking for gettimeofday
configure:15580: cc -o conftest -g -O2 conftest.c >&5
configure:15580: $? = 0
configure:15580: result: yes
configure:15580: checking for select
configure:15580: cc -o conftest -g -O2 conftest.c >&5
configure:15580: $? = 0
configure:15580: result: yes
configure:15580: checking for strdup
configure:15580: cc -o conftest -g -O2 conftest.c >&5
conftest.c:147:6: warning: incompatible redeclaration of library function 'strdup'
char strdup ();
^
conftest.c:147:6: note: 'strdup' is a builtin with type 'char *(const char *)'
1 warning generated.
configure:15580: $? = 0
configure:15580: result: yes
configure:15580: checking for strtol
configure:15580: cc -o conftest -g -O2 conftest.c >&5
configure:15580: $? = 0
configure:15580: result: yes
configure:15580: checking for getaddrinfo
configure:15580: cc -o conftest -g -O2 conftest.c >&5
configure:15580: $? = 0
configure:15580: result: yes
configure:15580: checking for getnameinfo
configure:15580: cc -o conftest -g -O2 conftest.c >&5
configure:15580: $? = 0
configure:15580: result: yes
configure:15580: checking for strchr
configure:15580: cc -o conftest -g -O2 conftest.c >&5
conftest.c:151:6: warning: incompatible redeclaration of library function 'strchr'
char strchr ();
^
conftest.c:151:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
1 warning generated.
configure:15580: $? = 0
configure:15580: result: yes
configure:15580: checking for memcpy
configure:15580: cc -o conftest -g -O2 conftest.c >&5
conftest.c:152:6: warning: incompatible redeclaration of library function 'memcpy'
char memcpy ();
^
conftest.c:152:6: note: 'memcpy' is a builtin with type 'void *(void *, const void *, unsigned long)'
1 warning generated.
configure:15580: $? = 0
configure:15580: result: yes
configure:15580: checking for strstr
configure:15580: cc -o conftest -g -O2 conftest.c >&5
conftest.c:153:6: warning: incompatible redeclaration of library function 'strstr'
char strstr ();
^
conftest.c:153:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
1 warning generated.
configure:15580: $? = 0
configure:15580: result: yes
configure:15580: checking for strcmp
configure:15580: cc -o conftest -g -O2 conftest.c >&5
conftest.c:154:6: warning: incompatible redeclaration of library function 'strcmp'
char strcmp ();
^
conftest.c:154:6: note: 'strcmp' is a builtin with type 'int (const char *, const char *)'
1 warning generated.
configure:15580: $? = 0
configure:15580: result: yes
configure:15580: checking for strncmp
configure:15580: cc -o conftest -g -O2 conftest.c >&5
conftest.c:155:6: warning: incompatible redeclaration of library function 'strncmp'
char strncmp ();
^
conftest.c:155:6: note: 'strncmp' is a builtin with type 'int (const char *, const char *, unsigned long)'
1 warning generated.
configure:15580: $? = 0
configure:15580: result: yes
configure:15580: checking for strncpy
configure:15580: cc -o conftest -g -O2 conftest.c >&5
conftest.c:156:6: warning: incompatible redeclaration of library function 'strncpy'
char strncpy ();
^
conftest.c:156:6: note: 'strncpy' is a builtin with type 'char *(char *, const char *, unsigned long)'
1 warning generated.
configure:15580: $? = 0
configure:15580: result: yes
configure:15580: checking for strlen
configure:15580: cc -o conftest -g -O2 conftest.c >&5
conftest.c:157:6: warning: incompatible redeclaration of library function 'strlen'
char strlen ();
^
conftest.c:157:6: note: 'strlen' is a builtin with type 'unsigned long (const char *)'
1 warning generated.
configure:15580: $? = 0
configure:15580: result: yes
configure:15580: checking for strncasecmp
configure:15580: cc -o conftest -g -O2 conftest.c >&5
conftest.c:158:6: warning: incompatible redeclaration of library function 'strncasecmp'
char strncasecmp ();
^
conftest.c:158:6: note: 'strncasecmp' is a builtin with type 'int (const char *, const char *, unsigned long)'
1 warning generated.
configure:15580: $? = 0
configure:15580: result: yes
configure:15580: checking for strcasecmp
configure:15580: cc -o conftest -g -O2 conftest.c >&5
conftest.c:159:6: warning: incompatible redeclaration of library function 'strcasecmp'
char strcasecmp ();
^
conftest.c:159:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
1 warning generated.
configure:15580: $? = 0
configure:15580: result: yes
configure:15580: checking for openlog
configure:15580: cc -o conftest -g -O2 conftest.c >&5
configure:15580: $? = 0
configure:15580: result: yes
configure:15580: checking for closelog
configure:15580: cc -o conftest -g -O2 conftest.c >&5
configure:15580: $? = 0
configure:15580: result: yes
configure:15580: checking for sysconf
configure:15580: cc -o conftest -g -O2 conftest.c >&5
configure:15580: $? = 0
configure:15580: result: yes
configure:15580: checking for setenv
configure:15580: cc -o conftest -g -O2 conftest.c >&5
configure:15580: $? = 0
configure:15580: result: yes
configure:15580: checking for if_indextoname
configure:15580: cc -o conftest -g -O2 conftest.c >&5
configure:15580: $? = 0
configure:15580: result: yes
configure:15590: checking whether strerror_r is declared
configure:15590: cc -c -g -O2 conftest.c >&5
configure:15590: $? = 0
configure:15590: result: yes
configure:15603: checking for strerror_r
configure:15603: cc -o conftest -g -O2 conftest.c >&5
configure:15603: $? = 0
configure:15603: result: yes
configure:15612: checking whether strerror_r returns char *
configure:15636: cc -c -g -O2 conftest.c >&5
conftest.c:182:13: error: indirection requires pointer operand ('int' invalid)
char x = *strerror_r (0, buf, sizeof buf);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
conftest.c:183:10: warning: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'int';
char *p = strerror_r (0, buf, sizeof buf);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 1 error generated.
configure:15636: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
|
| char buf[100];
| char x = *strerror_r (0, buf, sizeof buf);
| char *p = strerror_r (0, buf, sizeof buf);
| return !p || x;
|
| ;
| return 0;
| }
configure:15674: result: no
configure:15690: checking for strtok_r
configure:15723: cc -o conftest -g -O2 -Wall -Werror conftest.c >&5
configure:15723: $? = 0
configure:15733: result: yes
configure:15799: checking for getpwnam_r
configure:15799: cc -o conftest -g -O2 conftest.c >&5
configure:15799: $? = 0
configure:15799: result: yes
configure:15799: checking for getgrnam_r
configure:15799: cc -o conftest -g -O2 conftest.c >&5
configure:15799: $? = 0
configure:15799: result: yes
configure:15799: checking for setgroups
configure:15799: cc -o conftest -g -O2 conftest.c >&5
configure:15799: $? = 0
configure:15799: result: yes
configure:15799: checking for regcomp
configure:15799: cc -o conftest -g -O2 conftest.c >&5
configure:15799: $? = 0
configure:15799: result: yes
configure:15799: checking for regerror
configure:15799: cc -o conftest -g -O2 conftest.c >&5
configure:15799: $? = 0
configure:15799: result: yes
configure:15799: checking for regexec
configure:15799: cc -o conftest -g -O2 conftest.c >&5
configure:15799: $? = 0
configure:15799: result: yes
configure:15799: checking for regfree
configure:15799: cc -o conftest -g -O2 conftest.c >&5
configure:15799: $? = 0
configure:15799: result: yes
configure:15812: checking for socket
configure:15812: cc -o conftest -g -O2 conftest.c >&5
configure:15812: $? = 0
configure:15812: result: yes
configure:15878: checking for clock_gettime
configure:15878: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_clock_gettime", referenced from:
_main in conftest-iVqrOl.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:15878: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| /* end confdefs.h. */
| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define clock_gettime innocuous_clock_gettime
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char clock_gettime (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef clock_gettime
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_clock_gettime || defined __stub___clock_gettime
| choke me
| #endif
|
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:15878: result: no
configure:15889: checking for clock_gettime in -lrt
configure:15914: cc -o conftest -g -O2 conftest.c -lrt >&5
ld: library not found for -lrt
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:15914: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:15923: result: no
configure:15933: checking for clock_gettime in -lposix4
configure:15958: cc -o conftest -g -O2 conftest.c -lposix4 >&5
ld: library not found for -lposix4
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:15958: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:15967: result: no
configure:15981: WARNING: cannot find clock_gettime
configure:15989: checking for nanosleep
configure:15989: cc -o conftest -g -O2 conftest.c >&5
configure:15989: $? = 0
configure:15989: result: yes
configure:16102: checking for sysctl
configure:16102: cc -o conftest -g -O2 conftest.c >&5
configure:16102: $? = 0
configure:16102: result: yes
configure:16115: checking for sysctlbyname
configure:16115: cc -o conftest -g -O2 conftest.c >&5
configure:16115: $? = 0
configure:16115: result: yes
configure:16128: checking for host_statistics
configure:16128: cc -o conftest -g -O2 conftest.c >&5
configure:16128: $? = 0
configure:16128: result: yes
configure:16141: checking for processor_info
configure:16141: cc -o conftest -g -O2 conftest.c >&5
configure:16141: $? = 0
configure:16141: result: yes
configure:16154: checking for thread_info
configure:16154: cc -o conftest -g -O2 conftest.c >&5
configure:16154: $? = 0
configure:16154: result: yes
configure:16167: checking for statfs
configure:16167: cc -o conftest -g -O2 conftest.c >&5
configure:16167: $? = 0
configure:16167: result: yes
configure:16180: checking for statvfs
configure:16180: cc -o conftest -g -O2 conftest.c >&5
configure:16180: $? = 0
configure:16180: result: yes
configure:16193: checking for getifaddrs
configure:16193: cc -o conftest -g -O2 conftest.c >&5
configure:16193: $? = 0
configure:16193: result: yes
configure:16206: checking for getloadavg
configure:16206: cc -o conftest -g -O2 conftest.c >&5
configure:16206: $? = 0
configure:16206: result: yes
configure:16219: checking for syslog
configure:16219: cc -o conftest -g -O2 conftest.c >&5
configure:16219: $? = 0
configure:16219: result: yes
configure:16232: checking for getutent
configure:16232: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_getutent", referenced from:
_main in conftest-qLwBwh.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:16232: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| /* end confdefs.h. */
| /* Define getutent to an innocuous variant, in case <limits.h> declares getutent.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getutent innocuous_getutent
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getutent (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getutent
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getutent ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_getutent || defined __stub___getutent
| choke me
| #endif
|
| int
| main ()
| {
| return getutent ();
| ;
| return 0;
| }
configure:16232: result: no
configure:16245: checking for getutxent
configure:16245: cc -o conftest -g -O2 conftest.c >&5
configure:16245: $? = 0
configure:16245: result: yes
configure:16266: checking for strptime
configure:16266: cc -o conftest -g -O2 -Wall -Wextra -Werror conftest.c >&5
configure:16266: $? = 0
configure:16266: result: yes
configure:16279: checking whether strptime is exported by default
configure:16301: cc -c -g -O2 -Wall -Wextra -Werror conftest.c >&5
configure:16301: $? = 0
configure:16308: result: yes
configure:16373: checking for swapctl
configure:16373: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_swapctl", referenced from:
_main in conftest-neFPIY.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:16373: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| /* end confdefs.h. */
| /* Define swapctl to an innocuous variant, in case <limits.h> declares swapctl.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define swapctl innocuous_swapctl
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char swapctl (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef swapctl
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char swapctl ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_swapctl || defined __stub___swapctl
| choke me
| #endif
|
| int
| main ()
| {
| return swapctl ();
| ;
| return 0;
| }
configure:16373: result: no
configure:16490: checking whether NAN is defined by default
configure:16515: cc -c -g -O2 conftest.c >&5
configure:16515: $? = 0
configure:16524: result: yes
configure:16672: checking if doubles are stored in x86 representation
configure:16726: cc -o conftest -g -O2 conftest.c >&5
configure:16726: $? = 0
configure:16726: ./conftest
configure:16726: $? = 0
configure:16738: result: yes
configure:16920: checking for getfsstat
configure:16920: cc -o conftest -g -O2 conftest.c >&5
configure:16920: $? = 0
configure:16920: result: yes
configure:16932: checking for getvfsstat
configure:16932: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_getvfsstat", referenced from:
_main in conftest-0UUzME.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:16932: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| /* end confdefs.h. */
| /* Define getvfsstat to an innocuous variant, in case <limits.h> declares getvfsstat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getvfsstat innocuous_getvfsstat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getvfsstat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getvfsstat
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getvfsstat ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_getvfsstat || defined __stub___getvfsstat
| choke me
| #endif
|
| int
| main ()
| {
| return getvfsstat ();
| ;
| return 0;
| }
configure:16932: result: no
configure:16944: checking for listmntent
configure:16944: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_listmntent", referenced from:
_main in conftest-wa2AgI.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:16944: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| /* end confdefs.h. */
| /* Define listmntent to an innocuous variant, in case <limits.h> declares listmntent.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define listmntent innocuous_listmntent
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char listmntent (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef listmntent
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char listmntent ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_listmntent || defined __stub___listmntent
| choke me
| #endif
|
| int
| main ()
| {
| return listmntent ();
| ;
| return 0;
| }
configure:16944: result: no
configure:16957: checking for getmntent
configure:16957: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_getmntent", referenced from:
_main in conftest-n32QQu.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:16957: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| /* end confdefs.h. */
| /* Define getmntent to an innocuous variant, in case <limits.h> declares getmntent.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getmntent innocuous_getmntent
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getmntent (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getmntent
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getmntent ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_getmntent || defined __stub___getmntent
| choke me
| #endif
|
| int
| main ()
| {
| return getmntent ();
| ;
| return 0;
| }
configure:16957: result: no
configure:16967: checking for getmntent in -lsun
configure:16992: cc -o conftest -g -O2 conftest.c -lsun >&5
ld: library not found for -lsun
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:16992: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getmntent ();
| int
| main ()
| {
| return getmntent ();
| ;
| return 0;
| }
configure:17001: result: no
configure:17009: checking for getmntent in -lseq
configure:17034: cc -o conftest -g -O2 conftest.c -lseq >&5
ld: library not found for -lseq
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17034: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getmntent ();
| int
| main ()
| {
| return getmntent ();
| ;
| return 0;
| }
configure:17043: result: no
configure:17051: checking for getmntent in -lgen
configure:17076: cc -o conftest -g -O2 conftest.c -lgen >&5
ld: library not found for -lgen
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17076: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getmntent ();
| int
| main ()
| {
| return getmntent ();
| ;
| return 0;
| }
configure:17085: result: no
configure:17196: checking if have htonll defined
configure:17221: cc -o conftest -g -O2 conftest.c >&5
conftest.c:180:18: warning: implicit declaration of function 'htonll' is invalid in C99 [-Wimplicit-function-declaration]
return htonll(0);
^
1 warning generated.
Undefined symbols for architecture x86_64:
"_htonll", referenced from:
_main in conftest-FmEcwt.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17221: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| /* end confdefs.h. */
|
|
| #include <sys/types.h>
| #include <netinet/in.h>
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
|
| int
| main ()
| {
|
| return htonll(0);
|
| ;
| return 0;
| }
|
configure:17232: result: no
configure:17236: checking for struct if_data.ifi_ibytes
configure:17236: cc -c -g -O2 conftest.c >&5
configure:17236: $? = 0
configure:17236: result: yes
configure:17252: checking for struct if_data.ifi_opackets
configure:17252: cc -c -g -O2 conftest.c >&5
configure:17252: $? = 0
configure:17252: result: yes
configure:17268: checking for struct if_data.ifi_ierrors
configure:17268: cc -c -g -O2 conftest.c >&5
configure:17268: $? = 0
configure:17268: result: yes
configure:17285: checking for struct net_device_stats.rx_bytes
configure:17285: cc -c -g -O2 conftest.c >&5
conftest.c:177:11: fatal error: 'linux/if.h' file not found
#include <linux/if.h>
^
1 error generated.
configure:17285: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/socket.h>
| #include <linux/if.h>
| #include <linux/netdevice.h>
|
|
| int
| main ()
| {
| static struct net_device_stats ac_aggr;
| if (ac_aggr.rx_bytes)
| return 0;
| ;
| return 0;
| }
configure:17285: cc -c -g -O2 conftest.c >&5
conftest.c:177:11: fatal error: 'linux/if.h' file not found
#include <linux/if.h>
^
1 error generated.
configure:17285: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/socket.h>
| #include <linux/if.h>
| #include <linux/netdevice.h>
|
|
| int
| main ()
| {
| static struct net_device_stats ac_aggr;
| if (sizeof ac_aggr.rx_bytes)
| return 0;
| ;
| return 0;
| }
configure:17285: result: no
configure:17302: checking for struct net_device_stats.tx_packets
configure:17302: cc -c -g -O2 conftest.c >&5
conftest.c:177:11: fatal error: 'linux/if.h' file not found
#include <linux/if.h>
^
1 error generated.
configure:17302: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/socket.h>
| #include <linux/if.h>
| #include <linux/netdevice.h>
|
|
| int
| main ()
| {
| static struct net_device_stats ac_aggr;
| if (ac_aggr.tx_packets)
| return 0;
| ;
| return 0;
| }
configure:17302: cc -c -g -O2 conftest.c >&5
conftest.c:177:11: fatal error: 'linux/if.h' file not found
#include <linux/if.h>
^
1 error generated.
configure:17302: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/socket.h>
| #include <linux/if.h>
| #include <linux/netdevice.h>
|
|
| int
| main ()
| {
| static struct net_device_stats ac_aggr;
| if (sizeof ac_aggr.tx_packets)
| return 0;
| ;
| return 0;
| }
configure:17302: result: no
configure:17319: checking for struct net_device_stats.rx_errors
configure:17319: cc -c -g -O2 conftest.c >&5
conftest.c:177:11: fatal error: 'linux/if.h' file not found
#include <linux/if.h>
^
1 error generated.
configure:17319: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/socket.h>
| #include <linux/if.h>
| #include <linux/netdevice.h>
|
|
| int
| main ()
| {
| static struct net_device_stats ac_aggr;
| if (ac_aggr.rx_errors)
| return 0;
| ;
| return 0;
| }
configure:17319: cc -c -g -O2 conftest.c >&5
conftest.c:177:11: fatal error: 'linux/if.h' file not found
#include <linux/if.h>
^
1 error generated.
configure:17319: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/socket.h>
| #include <linux/if.h>
| #include <linux/netdevice.h>
|
|
| int
| main ()
| {
| static struct net_device_stats ac_aggr;
| if (sizeof ac_aggr.rx_errors)
| return 0;
| ;
| return 0;
| }
configure:17319: result: no
configure:17338: checking for struct ip_mreqn.imr_ifindex
configure:17338: cc -c -g -O2 conftest.c >&5
configure:17338: $? = 0
configure:17338: result: yes
configure:17353: checking for struct kinfo_proc.ki_pid
configure:17353: cc -c -g -O2 conftest.c >&5
conftest.c:176:10: fatal error: 'kvm.h' file not found
#include <kvm.h>
^
1 error generated.
configure:17353: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| /* end confdefs.h. */
|
| #include <kvm.h>
| #include <sys/param.h>
| #include <sys/sysctl.h>
| #include <sys/user.h>
|
|
| int
| main ()
| {
| static struct kinfo_proc ac_aggr;
| if (ac_aggr.ki_pid)
| return 0;
| ;
| return 0;
| }
configure:17353: cc -c -g -O2 conftest.c >&5
conftest.c:176:10: fatal error: 'kvm.h' file not found
#include <kvm.h>
^
1 error generated.
configure:17353: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| /* end confdefs.h. */
|
| #include <kvm.h>
| #include <sys/param.h>
| #include <sys/sysctl.h>
| #include <sys/user.h>
|
|
| int
| main ()
| {
| static struct kinfo_proc ac_aggr;
| if (sizeof ac_aggr.ki_pid)
| return 0;
| ;
| return 0;
| }
configure:17353: result: no
configure:17377: checking for struct kinfo_proc.ki_rssize
configure:17377: cc -c -g -O2 conftest.c >&5
conftest.c:176:10: fatal error: 'kvm.h' file not found
#include <kvm.h>
^
1 error generated.
configure:17377: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| /* end confdefs.h. */
|
| #include <kvm.h>
| #include <sys/param.h>
| #include <sys/sysctl.h>
| #include <sys/user.h>
|
|
| int
| main ()
| {
| static struct kinfo_proc ac_aggr;
| if (ac_aggr.ki_rssize)
| return 0;
| ;
| return 0;
| }
configure:17377: cc -c -g -O2 conftest.c >&5
conftest.c:176:10: fatal error: 'kvm.h' file not found
#include <kvm.h>
^
1 error generated.
configure:17377: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| /* end confdefs.h. */
|
| #include <kvm.h>
| #include <sys/param.h>
| #include <sys/sysctl.h>
| #include <sys/user.h>
|
|
| int
| main ()
| {
| static struct kinfo_proc ac_aggr;
| if (sizeof ac_aggr.ki_rssize)
| return 0;
| ;
| return 0;
| }
configure:17377: result: no
configure:17401: checking for struct kinfo_proc.ki_rusage
configure:17401: cc -c -g -O2 conftest.c >&5
conftest.c:176:10: fatal error: 'kvm.h' file not found
#include <kvm.h>
^
1 error generated.
configure:17401: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| /* end confdefs.h. */
|
| #include <kvm.h>
| #include <sys/param.h>
| #include <sys/sysctl.h>
| #include <sys/user.h>
|
|
| int
| main ()
| {
| static struct kinfo_proc ac_aggr;
| if (ac_aggr.ki_rusage)
| return 0;
| ;
| return 0;
| }
configure:17401: cc -c -g -O2 conftest.c >&5
conftest.c:176:10: fatal error: 'kvm.h' file not found
#include <kvm.h>
^
1 error generated.
configure:17401: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| /* end confdefs.h. */
|
| #include <kvm.h>
| #include <sys/param.h>
| #include <sys/sysctl.h>
| #include <sys/user.h>
|
|
| int
| main ()
| {
| static struct kinfo_proc ac_aggr;
| if (sizeof ac_aggr.ki_rusage)
| return 0;
| ;
| return 0;
| }
configure:17401: result: no
configure:17427: checking for struct kinfo_proc.kp_proc
configure:17427: cc -c -g -O2 conftest.c >&5
conftest.c:178:10: fatal error: 'kvm.h' file not found
#include <kvm.h>
^
1 error generated.
configure:17427: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| /* end confdefs.h. */
|
| #include <sys/param.h>
| #include <sys/sysctl.h>
| #include <kvm.h>
|
|
| int
| main ()
| {
| static struct kinfo_proc ac_aggr;
| if (ac_aggr.kp_proc)
| return 0;
| ;
| return 0;
| }
configure:17427: cc -c -g -O2 conftest.c >&5
conftest.c:178:10: fatal error: 'kvm.h' file not found
#include <kvm.h>
^
1 error generated.
configure:17427: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| /* end confdefs.h. */
|
| #include <sys/param.h>
| #include <sys/sysctl.h>
| #include <kvm.h>
|
|
| int
| main ()
| {
| static struct kinfo_proc ac_aggr;
| if (sizeof ac_aggr.kp_proc)
| return 0;
| ;
| return 0;
| }
configure:17427: result: no
configure:17450: checking for struct kinfo_proc.kp_eproc
configure:17450: cc -c -g -O2 conftest.c >&5
conftest.c:178:10: fatal error: 'kvm.h' file not found
#include <kvm.h>
^
1 error generated.
configure:17450: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| /* end confdefs.h. */
|
| #include <sys/param.h>
| #include <sys/sysctl.h>
| #include <kvm.h>
|
|
| int
| main ()
| {
| static struct kinfo_proc ac_aggr;
| if (ac_aggr.kp_eproc)
| return 0;
| ;
| return 0;
| }
configure:17450: cc -c -g -O2 conftest.c >&5
conftest.c:178:10: fatal error: 'kvm.h' file not found
#include <kvm.h>
^
1 error generated.
configure:17450: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| /* end confdefs.h. */
|
| #include <sys/param.h>
| #include <sys/sysctl.h>
| #include <kvm.h>
|
|
| int
| main ()
| {
| static struct kinfo_proc ac_aggr;
| if (sizeof ac_aggr.kp_eproc)
| return 0;
| ;
| return 0;
| }
configure:17450: result: no
configure:17475: checking for struct udphdr.uh_dport
configure:17475: cc -c -g -O2 conftest.c >&5
configure:17475: $? = 0
configure:17475: result: yes
configure:17504: checking for struct udphdr.uh_sport
configure:17504: cc -c -g -O2 conftest.c >&5
configure:17504: $? = 0
configure:17504: result: yes
configure:17534: checking for struct udphdr.dest
configure:17534: cc -c -g -O2 conftest.c >&5
conftest.c:202:13: error: no member named 'dest' in 'struct udphdr'
if (ac_aggr.dest)
~~~~~~~ ^
1 error generated.
configure:17534: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| /* end confdefs.h. */
| #define _BSD_SOURCE
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_NETINET_IN_SYSTM_H
| # include <netinet/in_systm.h>
| #endif
| #if HAVE_NETINET_IN_H
| # include <netinet/in.h>
| #endif
| #if HAVE_NETINET_IP_H
| # include <netinet/ip.h>
| #endif
| #if HAVE_NETINET_UDP_H
| # include <netinet/udp.h>
| #endif
|
|
| int
| main ()
| {
| static struct udphdr ac_aggr;
| if (ac_aggr.dest)
| return 0;
| ;
| return 0;
| }
configure:17534: cc -c -g -O2 conftest.c >&5
conftest.c:202:20: error: no member named 'dest' in 'struct udphdr'
if (sizeof ac_aggr.dest)
~~~~~~~ ^
1 error generated.
configure:17534: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| /* end confdefs.h. */
| #define _BSD_SOURCE
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_NETINET_IN_SYSTM_H
| # include <netinet/in_systm.h>
| #endif
| #if HAVE_NETINET_IN_H
| # include <netinet/in.h>
| #endif
| #if HAVE_NETINET_IP_H
| # include <netinet/ip.h>
| #endif
| #if HAVE_NETINET_UDP_H
| # include <netinet/udp.h>
| #endif
|
|
| int
| main ()
| {
| static struct udphdr ac_aggr;
| if (sizeof ac_aggr.dest)
| return 0;
| ;
| return 0;
| }
configure:17534: result: no
configure:17563: checking for struct udphdr.source
configure:17563: cc -c -g -O2 conftest.c >&5
conftest.c:202:13: error: no member named 'source' in 'struct udphdr'
if (ac_aggr.source)
~~~~~~~ ^
1 error generated.
configure:17563: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| /* end confdefs.h. */
| #define _BSD_SOURCE
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_NETINET_IN_SYSTM_H
| # include <netinet/in_systm.h>
| #endif
| #if HAVE_NETINET_IN_H
| # include <netinet/in.h>
| #endif
| #if HAVE_NETINET_IP_H
| # include <netinet/ip.h>
| #endif
| #if HAVE_NETINET_UDP_H
| # include <netinet/udp.h>
| #endif
|
|
| int
| main ()
| {
| static struct udphdr ac_aggr;
| if (ac_aggr.source)
| return 0;
| ;
| return 0;
| }
configure:17563: cc -c -g -O2 conftest.c >&5
conftest.c:202:20: error: no member named 'source' in 'struct udphdr'
if (sizeof ac_aggr.source)
~~~~~~~ ^
1 error generated.
configure:17563: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| /* end confdefs.h. */
| #define _BSD_SOURCE
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_NETINET_IN_SYSTM_H
| # include <netinet/in_systm.h>
| #endif
| #if HAVE_NETINET_IN_H
| # include <netinet/in.h>
| #endif
| #if HAVE_NETINET_IP_H
| # include <netinet/ip.h>
| #endif
| #if HAVE_NETINET_UDP_H
| # include <netinet/udp.h>
| #endif
|
|
| int
| main ()
| {
| static struct udphdr ac_aggr;
| if (sizeof ac_aggr.source)
| return 0;
| ;
| return 0;
| }
configure:17563: result: no
configure:17594: checking for kstat_io_t.nwritten
configure:17594: cc -c -g -O2 conftest.c >&5
conftest.c:186:8: error: unknown type name 'kstat_io_t'
static kstat_io_t ac_aggr;
^
1 error generated.
configure:17594: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| /* end confdefs.h. */
|
| #if HAVE_KSTAT_H
| # include <kstat.h>
| #endif
|
|
| int
| main ()
| {
| static kstat_io_t ac_aggr;
| if (ac_aggr.nwritten)
| return 0;
| ;
| return 0;
| }
configure:17594: cc -c -g -O2 conftest.c >&5
conftest.c:186:8: error: unknown type name 'kstat_io_t'
static kstat_io_t ac_aggr;
^
1 error generated.
configure:17594: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| /* end confdefs.h. */
|
| #if HAVE_KSTAT_H
| # include <kstat.h>
| #endif
|
|
| int
| main ()
| {
| static kstat_io_t ac_aggr;
| if (sizeof ac_aggr.nwritten)
| return 0;
| ;
| return 0;
| }
configure:17594: result: no
configure:17608: checking for kstat_io_t.writes
configure:17608: cc -c -g -O2 conftest.c >&5
conftest.c:186:8: error: unknown type name 'kstat_io_t'
static kstat_io_t ac_aggr;
^
1 error generated.
configure:17608: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| /* end confdefs.h. */
|
| #if HAVE_KSTAT_H
| # include <kstat.h>
| #endif
|
|
| int
| main ()
| {
| static kstat_io_t ac_aggr;
| if (ac_aggr.writes)
| return 0;
| ;
| return 0;
| }
configure:17608: cc -c -g -O2 conftest.c >&5
conftest.c:186:8: error: unknown type name 'kstat_io_t'
static kstat_io_t ac_aggr;
^
1 error generated.
configure:17608: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| /* end confdefs.h. */
|
| #if HAVE_KSTAT_H
| # include <kstat.h>
| #endif
|
|
| int
| main ()
| {
| static kstat_io_t ac_aggr;
| if (sizeof ac_aggr.writes)
| return 0;
| ;
| return 0;
| }
configure:17608: result: no
configure:17622: checking for kstat_io_t.nwrites
configure:17622: cc -c -g -O2 conftest.c >&5
conftest.c:186:8: error: unknown type name 'kstat_io_t'
static kstat_io_t ac_aggr;
^
1 error generated.
configure:17622: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| /* end confdefs.h. */
|
| #if HAVE_KSTAT_H
| # include <kstat.h>
| #endif
|
|
| int
| main ()
| {
| static kstat_io_t ac_aggr;
| if (ac_aggr.nwrites)
| return 0;
| ;
| return 0;
| }
configure:17622: cc -c -g -O2 conftest.c >&5
conftest.c:186:8: error: unknown type name 'kstat_io_t'
static kstat_io_t ac_aggr;
^
1 error generated.
configure:17622: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| /* end confdefs.h. */
|
| #if HAVE_KSTAT_H
| # include <kstat.h>
| #endif
|
|
| int
| main ()
| {
| static kstat_io_t ac_aggr;
| if (sizeof ac_aggr.nwrites)
| return 0;
| ;
| return 0;
| }
configure:17622: result: no
configure:17636: checking for kstat_io_t.wtime
configure:17636: cc -c -g -O2 conftest.c >&5
conftest.c:186:8: error: unknown type name 'kstat_io_t'
static kstat_io_t ac_aggr;
^
1 error generated.
configure:17636: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| /* end confdefs.h. */
|
| #if HAVE_KSTAT_H
| # include <kstat.h>
| #endif
|
|
| int
| main ()
| {
| static kstat_io_t ac_aggr;
| if (ac_aggr.wtime)
| return 0;
| ;
| return 0;
| }
configure:17636: cc -c -g -O2 conftest.c >&5
conftest.c:186:8: error: unknown type name 'kstat_io_t'
static kstat_io_t ac_aggr;
^
1 error generated.
configure:17636: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| /* end confdefs.h. */
|
| #if HAVE_KSTAT_H
| # include <kstat.h>
| #endif
|
|
| int
| main ()
| {
| static kstat_io_t ac_aggr;
| if (sizeof ac_aggr.wtime)
| return 0;
| ;
| return 0;
| }
configure:17636: result: no
configure:17657: checking for res_search in -lresolv
configure:17682: cc -o conftest -g -O2 conftest.c -lresolv >&5
configure:17682: $? = 0
configure:17691: result: yes
configure:17713: checking for libhal_device_property_exists in -lhal
configure:17738: cc -o conftest -g -O2 conftest.c -lhal >&5
ld: library not found for -lhal
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17738: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char libhal_device_property_exists ();
| int
| main ()
| {
| return libhal_device_property_exists ();
| ;
| return 0;
| }
configure:17747: result: no
configure:18022: checking for IOServiceGetMatchingServices in -lIOKit
configure:18047: cc -o conftest -g -O2 conftest.c -lIOKit >&5
configure:18047: $? = 0
configure:18056: result: yes
configure:18078: checking for kvm_getprocs in -lkvm
configure:18103: cc -o conftest -g -O2 conftest.c -lkvm >&5
ld: library not found for -lkvm
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:18103: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char kvm_getprocs ();
| int
| main ()
| {
| return kvm_getprocs ();
| ;
| return 0;
| }
configure:18112: result: no
configure:18136: checking for kvm_getswapinfo in -lkvm
configure:18161: cc -o conftest -g -O2 conftest.c -lkvm >&5
ld: library not found for -lkvm
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:18161: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char kvm_getswapinfo ();
| int
| main ()
| {
| return kvm_getswapinfo ();
| ;
| return 0;
| }
configure:18170: result: no
configure:18194: checking for kvm_nlist in -lkvm
configure:18219: cc -o conftest -g -O2 conftest.c -lkvm >&5
ld: library not found for -lkvm
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:18219: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char kvm_nlist ();
| int
| main ()
| {
| return kvm_nlist ();
| ;
| return 0;
| }
configure:18228: result: no
configure:18265: checking for kvm_openfiles in -lkvm
configure:18290: cc -o conftest -g -O2 conftest.c -lkvm >&5
ld: library not found for -lkvm
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:18290: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char kvm_openfiles ();
| int
| main ()
| {
| return kvm_openfiles ();
| ;
| return 0;
| }
configure:18299: result: no
configure:18360: checking credis.h usability
configure:18360: cc -c -g -O2 conftest.c >&5
conftest.c:211:10: fatal error: 'credis.h' file not found
#include <credis.h>
^
1 error generated.
configure:18360: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <credis.h>
configure:18360: result: no
configure:18360: checking credis.h presence
configure:18360: cc -E conftest.c
conftest.c:178:10: fatal error: 'credis.h' file not found
#include <credis.h>
^
1 error generated.
configure:18360: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| /* end confdefs.h. */
| #include <credis.h>
configure:18360: result: no
configure:18360: checking for credis.h
configure:18360: result: no
configure:18492: checking curl/curl.h usability
configure:18492: cc -c -g -O2 conftest.c >&5
configure:18492: $? = 0
configure:18492: result: yes
configure:18492: checking curl/curl.h presence
configure:18492: cc -E conftest.c
configure:18492: $? = 0
configure:18492: result: yes
configure:18492: checking for curl/curl.h
configure:18492: result: yes
configure:18517: checking for curl_easy_init in -lcurl
configure:18542: cc -o conftest -g -O2 conftest.c -lcurl -lcurl >&5
configure:18542: $? = 0
configure:18551: result: yes
configure:18607: checking dbi/dbi.h usability
configure:18607: cc -c -g -O2 conftest.c >&5
conftest.c:212:10: fatal error: 'dbi/dbi.h' file not found
#include <dbi/dbi.h>
^
1 error generated.
configure:18607: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dbi/dbi.h>
configure:18607: result: no
configure:18607: checking dbi/dbi.h presence
configure:18607: cc -E conftest.c
conftest.c:179:10: fatal error: 'dbi/dbi.h' file not found
#include <dbi/dbi.h>
^
1 error generated.
configure:18607: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| /* end confdefs.h. */
| #include <dbi/dbi.h>
configure:18607: result: no
configure:18607: checking for dbi/dbi.h
configure:18607: result: no
configure:18716: checking for smtp_create_session in -lesmtp
configure:18741: cc -o conftest -g -O2 conftest.c -lesmtp >&5
ld: library not found for -lesmtp
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:18741: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char smtp_create_session ();
| int
| main ()
| {
| return smtp_create_session ();
| ;
| return 0;
| }
configure:18750: result: no
configure:18863: checking gm_protocol.h usability
configure:18863: cc -c -g -O2 conftest.c >&5
conftest.c:213:10: fatal error: 'gm_protocol.h' file not found
#include <gm_protocol.h>
^
1 error generated.
configure:18863: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <gm_protocol.h>
configure:18863: result: no
configure:18863: checking gm_protocol.h presence
configure:18863: cc -E conftest.c
conftest.c:180:10: fatal error: 'gm_protocol.h' file not found
#include <gm_protocol.h>
^
1 error generated.
configure:18863: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| /* end confdefs.h. */
| #include <gm_protocol.h>
configure:18863: result: no
configure:18863: checking for gm_protocol.h
configure:18863: result: no
configure:19014: checking gcrypt.h usability
configure:19014: cc -c -g -O2 conftest.c >&5
conftest.c:213:10: fatal error: 'gcrypt.h' file not found
#include <gcrypt.h>
^
1 error generated.
configure:19014: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <gcrypt.h>
configure:19014: result: no
configure:19014: checking gcrypt.h presence
configure:19014: cc -E conftest.c
conftest.c:180:10: fatal error: 'gcrypt.h' file not found
#include <gcrypt.h>
^
1 error generated.
configure:19014: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| /* end confdefs.h. */
| #include <gcrypt.h>
configure:19014: result: no
configure:19014: checking for gcrypt.h
configure:19014: result: no
configure:19507: checking for jni.h
configure:19512: result: found in /Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home/include
configure:19520: checking for jni_md.h
configure:19525: result: found in /Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home/include/darwin
configure:19533: checking for libjvm.so
configure:19542: result: not found
configure:19548: checking for javac
configure:19554: result: /Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home/bin/javac
configure:19563: checking for jar
configure:19569: result: /Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home/bin/jar
configure:19585: Building with JAVA_CPPFLAGS set to: -I/Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home/include/darwin
configure:19724: checking jni.h usability
configure:19724: cc -c -g -O2 -I/Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home/include/darwin conftest.c >&5
configure:19724: $? = 0
configure:19724: result: yes
configure:19724: checking jni.h presence
configure:19724: cc -E -I/Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home/include/darwin conftest.c
configure:19724: $? = 0
configure:19724: result: yes
configure:19724: checking for jni.h
configure:19724: result: yes
configure:19739: checking for JNI_CreateJavaVM in -ljvm
configure:19764: cc -o conftest -g -O2 -I/Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home/include/darwin conftest.c -ljvm >&5
clang: error: unable to make temporary file: /Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home/bin/jar/conftest: can't make unique filename: Not a directory
configure:19764: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char JNI_CreateJavaVM ();
| int
| main ()
| {
| return JNI_CreateJavaVM ();
| ;
| return 0;
| }
configure:19773: result: no
configure:19836: checking libmemcached/memcached.h usability
configure:19836: cc -c -g -O2 conftest.c >&5
conftest.c:214:10: fatal error: 'libmemcached/memcached.h' file not found
#include <libmemcached/memcached.h>
^
1 error generated.
configure:19836: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libmemcached/memcached.h>
configure:19836: result: no
configure:19836: checking libmemcached/memcached.h presence
configure:19836: cc -E conftest.c
conftest.c:181:10: fatal error: 'libmemcached/memcached.h' file not found
#include <libmemcached/memcached.h>
^
1 error generated.
configure:19836: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| /* end confdefs.h. */
| #include <libmemcached/memcached.h>
configure:19836: result: no
configure:19836: checking for libmemcached/memcached.h
configure:19836: result: no
configure:19964: Checking for libmodbus using /usr/local/bin/pkg-config
configure:20114: checking for mongo.h
configure:20114: cc -c -g -O2 conftest.c >&5
conftest.c:188:10: fatal error: 'mongo.h' file not found
#include <mongo.h>
^
1 error generated.
configure:20114: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| /* end confdefs.h. */
| #if HAVE_STDINT_H
| # define MONGO_HAVE_STDINT 1
| #else
| # define MONGO_USE_LONG_LONG_INT 1
| #endif
|
|
| #include <mongo.h>
configure:20114: result: no
configure:20633: checking netapp_api.h usability
configure:20633: cc -c -g -O2 conftest.c >&5
conftest.c:214:10: fatal error: 'netapp_api.h' file not found
#include <netapp_api.h>
^
1 error generated.
configure:20633: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <netapp_api.h>
configure:20633: result: no
configure:20633: checking netapp_api.h presence
configure:20633: cc -E conftest.c
conftest.c:181:10: fatal error: 'netapp_api.h' file not found
#include <netapp_api.h>
^
1 error generated.
configure:20633: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| /* end confdefs.h. */
| #include <netapp_api.h>
configure:20633: result: no
configure:20633: checking for netapp_api.h
configure:20633: result: no
configure:20773: checking net-snmp/net-snmp-config.h usability
configure:20773: cc -c -g -O2 -DNETSNMP_ENABLE_IPV6 -g -Os -pipe -DBUILD=138 -DMACOSX_DEPLOYMENT_TARGET=10.8 -F/System/Library/PrivateFrameworks/ -F/System/Library/Frameworks/ -Udarwin12 -Ddarwin12=darwin12 -I. -I/usr/local/include conftest.c >&5
configure:20773: $? = 0
configure:20773: result: yes
configure:20773: checking net-snmp/net-snmp-config.h presence
configure:20773: cc -E -DNETSNMP_ENABLE_IPV6 -g -Os -pipe -DBUILD=138 -DMACOSX_DEPLOYMENT_TARGET=10.8 -F/System/Library/PrivateFrameworks/ -F/System/Library/Frameworks/ -Udarwin12 -Ddarwin12=darwin12 -I. -I/usr/local/include conftest.c
configure:20773: $? = 0
configure:20773: result: yes
configure:20773: checking for net-snmp/net-snmp-config.h
configure:20773: result: yes
configure:20798: checking for init_snmp in -lnetsnmp
configure:20823: cc -o conftest -g -O2 conftest.c -lnetsnmp -lnetsnmp -lcrypto >&5
clang: error: unable to make temporary file: /Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home/bin/jar/conftest: can't make unique filename: Not a directory
configure:20823: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char init_snmp ();
| int
| main ()
| {
| return init_snmp ();
| ;
| return 0;
| }
configure:20832: result: no
configure:20894: checking for oconfig_parse_fh in -loconfig
configure:20919: cc -o conftest -g -O2 conftest.c -loconfig >&5
clang: error: unable to make temporary file: /Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home/bin/jar/conftest: can't make unique filename: Not a directory
configure:20919: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char oconfig_parse_fh ();
| int
| main ()
| {
| return oconfig_parse_fh ();
| ;
| return 0;
| }
configure:20928: result: no
configure:20996: checking oping.h usability
configure:20996: cc -c -g -O2 conftest.c >&5
conftest.c:215:10: fatal error: 'oping.h' file not found
#include <oping.h>
^
1 error generated.
configure:20996: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <oping.h>
configure:20996: result: no
configure:20996: checking oping.h presence
configure:20996: cc -E conftest.c
conftest.c:182:10: fatal error: 'oping.h' file not found
#include <oping.h>
^
1 error generated.
configure:20996: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
| /* end confdefs.h. */
| #include <oping.h>
configure:20996: result: no
configure:20996: checking for oping.h
configure:20996: result: no
configure:21203: checking owcapi.h usability
configure:21203: cc -c -g -O2 conftest.c >&5
conftest.c:215:10: fatal error: 'owcapi.h' file not found
#include <owcapi.h>
^
1 error generated.
configure:21203: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <owcapi.h>
configure:21203: result: no
configure:21203: checking owcapi.h presence
configure:21203: cc -E conftest.c
conftest.c:182:10: fatal error: 'owcapi.h' file not found
#include <owcapi.h>
^
1 error generated.
configure:21203: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
| /* end confdefs.h. */
| #include <owcapi.h>
configure:21203: result: no
configure:21203: checking for owcapi.h
configure:21203: result: no
configure:21302: checking for pcap_open_live in -lpcap
configure:21327: cc -o conftest -g -O2 conftest.c -lpcap >&5
clang: error: unable to make temporary file: /Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home/bin/jar/conftest: can't make unique filename: Not a directory
configure:21327: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pcap_open_live ();
| int
| main ()
| {
| return pcap_open_live ();
| ;
| return 0;
| }
configure:21336: result: no
configure:21420: checking for perl
configure:21425: result: yes (/usr/bin/perl)
configure:21446: checking for libperl
configure:21472: cc -o conftest -g -O2 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -I/usr/local/include -I/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE -fstack-protector -L/usr/local/lib -L/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE -lperl -ldl -lm -lutil -lc conftest.c >&5
clang: error: unable to make temporary file: /Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home/bin/jar/conftest: can't make unique filename: Not a directory
configure:21472: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
| /* end confdefs.h. */
|
| #define PERL_NO_GET_CONTEXT
| #include <EXTERN.h>
| #include <perl.h>
| #include <XSUB.h>
|
| int
| main ()
| {
|
| dTHX;
| load_module (PERL_LOADMOD_NOIMPORT,
| newSVpv ("Collectd::Plugin::FooBar", 24),
| Nullsv);
|
| ;
| return 0;
| }
configure:21482: result: no
configure:21713: checking libpq-fe.h usability
configure:21713: cc -c -g -O2 -I/usr/include conftest.c >&5
configure:21713: $? = 0
configure:21713: result: yes
configure:21713: checking libpq-fe.h presence
configure:21713: cc -E -I/usr/include conftest.c
configure:21713: $? = 0
configure:21713: result: yes
configure:21713: checking for libpq-fe.h
configure:21713: result: yes
configure:21748: checking for PQconnectdb in -lpq
configure:21773: cc -o conftest -g -O2 -L/usr/lib conftest.c -lpq >&5
clang: error: unable to make temporary file: /Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home/bin/jar/conftest: can't make unique filename: Not a directory
configure:21773: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
| #define HAVE_LIBPQ_FE_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char PQconnectdb ();
| int
| main ()
| {
| return PQconnectdb ();
| ;
| return 0;
| }
configure:21782: result: no
configure:21791: checking for PQserverVersion in -lpq
configure:21816: cc -o conftest -g -O2 -L/usr/lib conftest.c -lpq >&5
clang: error: unable to make temporary file: /Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home/bin/jar/conftest: can't make unique filename: Not a directory
configure:21816: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
| #define HAVE_LIBPQ_FE_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char PQserverVersion ();
| int
| main ()
| {
| return PQserverVersion ();
| ;
| return 0;
| }
configure:21825: result: no
configure:21876: checking for pthread_create in -lpthread
configure:21901: cc -o conftest -g -O2 conftest.c -lpthread >&5
clang: error: unable to make temporary file: /Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home/bin/jar/conftest: can't make unique filename: Not a directory
configure:21901: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
| #define HAVE_LIBPQ_FE_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pthread_create ();
| int
| main ()
| {
| return pthread_create ();
| ;
| return 0;
| }
configure:21910: result: no
configure:22012: checking for Python CPPFLAGS
configure:22019: result: failed with status 126 (output: ./configure: line 22014: /usr/bin: is a directory)
configure:22143: checking amqp.h usability
configure:22143: cc -c -g -O2 conftest.c >&5
conftest.c:217:10: fatal error: 'amqp.h' file not found
#include <amqp.h>
^
1 error generated.
configure:22143: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
| #define HAVE_LIBPQ_FE_H 1
| #define HAVE_LIBPTHREAD 0
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <amqp.h>
configure:22143: result: no
configure:22143: checking amqp.h presence
configure:22143: cc -E conftest.c
conftest.c:184:10: fatal error: 'amqp.h' file not found
#include <amqp.h>
^
1 error generated.
configure:22143: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
| #define HAVE_LIBPQ_FE_H 1
| #define HAVE_LIBPTHREAD 0
| /* end confdefs.h. */
| #include <amqp.h>
configure:22143: result: no
configure:22143: checking for amqp.h
configure:22143: result: no
configure:22293: checking routeros_api.h usability
configure:22293: cc -c -g -O2 conftest.c >&5
conftest.c:217:10: fatal error: 'routeros_api.h' file not found
#include <routeros_api.h>
^
1 error generated.
configure:22293: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
| #define HAVE_LIBPQ_FE_H 1
| #define HAVE_LIBPTHREAD 0
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <routeros_api.h>
configure:22293: result: no
configure:22293: checking routeros_api.h presence
configure:22293: cc -E conftest.c
conftest.c:184:10: fatal error: 'routeros_api.h' file not found
#include <routeros_api.h>
^
1 error generated.
configure:22293: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
| #define HAVE_LIBPQ_FE_H 1
| #define HAVE_LIBPTHREAD 0
| /* end confdefs.h. */
| #include <routeros_api.h>
configure:22293: result: no
configure:22293: checking for routeros_api.h
configure:22293: result: no
configure:22409: checking rrd.h usability
configure:22409: cc -c -g -O2 conftest.c >&5
conftest.c:217:10: fatal error: 'rrd.h' file not found
#include <rrd.h>
^
1 error generated.
configure:22409: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
| #define HAVE_LIBPQ_FE_H 1
| #define HAVE_LIBPTHREAD 0
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <rrd.h>
configure:22409: result: no
configure:22409: checking rrd.h presence
configure:22409: cc -E conftest.c
conftest.c:184:10: fatal error: 'rrd.h' file not found
#include <rrd.h>
^
1 error generated.
configure:22409: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
| #define HAVE_LIBPQ_FE_H 1
| #define HAVE_LIBPTHREAD 0
| /* end confdefs.h. */
| #include <rrd.h>
configure:22409: result: no
configure:22409: checking for rrd.h
configure:22409: result: no
configure:22794: checking pkg-config for libstatgrab
configure:22804: result: not found
configure:22995: checking tcrdb.h usability
configure:22995: cc -c -g -O2 conftest.c >&5
conftest.c:218:10: fatal error: 'tcrdb.h' file not found
#include <tcrdb.h>
^
1 error generated.
configure:22995: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
| #define HAVE_LIBPQ_FE_H 1
| #define HAVE_LIBPTHREAD 0
| #define HAVE_THREADSAFE_LIBRRD 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <tcrdb.h>
configure:22995: result: no
configure:22995: checking tcrdb.h presence
configure:22995: cc -E conftest.c
conftest.c:185:10: fatal error: 'tcrdb.h' file not found
#include <tcrdb.h>
^
1 error generated.
configure:22995: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
| #define HAVE_LIBPQ_FE_H 1
| #define HAVE_LIBPTHREAD 0
| #define HAVE_THREADSAFE_LIBRRD 1
| /* end confdefs.h. */
| #include <tcrdb.h>
configure:22995: result: no
configure:22995: checking for tcrdb.h
configure:22995: result: no
configure:23153: Checking for libupsclient using /usr/local/bin/pkg-config
configure:23452: checking yajl/yajl_parse.h usability
configure:23452: cc -c -g -O2 conftest.c >&5
conftest.c:219:10: fatal error: 'yajl/yajl_parse.h' file not found
#include <yajl/yajl_parse.h>
^
1 error generated.
configure:23452: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
| #define HAVE_LIBPQ_FE_H 1
| #define HAVE_LIBPTHREAD 0
| #define HAVE_THREADSAFE_LIBRRD 1
| #define HAVE_LIBXMMS 0
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <yajl/yajl_parse.h>
configure:23452: result: no
configure:23452: checking yajl/yajl_parse.h presence
configure:23452: cc -E conftest.c
conftest.c:186:10: fatal error: 'yajl/yajl_parse.h' file not found
#include <yajl/yajl_parse.h>
^
1 error generated.
configure:23452: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
| #define HAVE_LIBPQ_FE_H 1
| #define HAVE_LIBPTHREAD 0
| #define HAVE_THREADSAFE_LIBRRD 1
| #define HAVE_LIBXMMS 0
| /* end confdefs.h. */
| #include <yajl/yajl_parse.h>
configure:23452: result: no
configure:23452: checking for yajl/yajl_parse.h
configure:23452: result: no
configure:23466: checking yajl/yajl_version.h usability
configure:23466: cc -c -g -O2 conftest.c >&5
conftest.c:219:10: fatal error: 'yajl/yajl_version.h' file not found
#include <yajl/yajl_version.h>
^
1 error generated.
configure:23466: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
| #define HAVE_LIBPQ_FE_H 1
| #define HAVE_LIBPTHREAD 0
| #define HAVE_THREADSAFE_LIBRRD 1
| #define HAVE_LIBXMMS 0
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <yajl/yajl_version.h>
configure:23466: result: no
configure:23466: checking yajl/yajl_version.h presence
configure:23466: cc -E conftest.c
conftest.c:186:10: fatal error: 'yajl/yajl_version.h' file not found
#include <yajl/yajl_version.h>
^
1 error generated.
configure:23466: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
| #define HAVE_LIBPQ_FE_H 1
| #define HAVE_LIBPTHREAD 0
| #define HAVE_THREADSAFE_LIBRRD 1
| #define HAVE_LIBXMMS 0
| /* end confdefs.h. */
| #include <yajl/yajl_version.h>
configure:23466: result: no
configure:23466: checking for yajl/yajl_version.h
configure:23466: result: no
configure:23592: Checking for varnishapi using /usr/local/bin/pkg-config
configure:23725: checking libxml/parser.h usability
configure:23725: cc -c -g -O2 -I/usr/include/libxml2 conftest.c >&5
configure:23725: $? = 0
configure:23725: result: yes
configure:23725: checking libxml/parser.h presence
configure:23725: cc -E -I/usr/include/libxml2 conftest.c
configure:23725: $? = 0
configure:23725: result: yes
configure:23725: checking for libxml/parser.h
configure:23725: result: yes
configure:23748: checking for xmlXPathEval in -lxml2
configure:23773: cc -o conftest -g -O2 -I/usr/include/libxml2 -lxml2 conftest.c -lxml2 >&5
clang: error: unable to make temporary file: /Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home/bin/jar/conftest: can't make unique filename: Not a directory
configure:23773: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "collectd"
| #define PACKAGE_TARNAME "collectd"
| #define PACKAGE_VERSION "5.1.0"
| #define PACKAGE_STRING "collectd 5.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LIBTOOL_VERSION 2
| #define PACKAGE "collectd"
| #define VERSION "5.1.0"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_IP_VAR_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_UDP_H 1
| #define HAVE_SYS_DKSTAT_H 1
| #define HAVE_MACH_MACH_INIT_H 1
| #define HAVE_MACH_HOST_PRIV_H 1
| #define HAVE_MACH_MACH_ERROR_H 1
| #define HAVE_MACH_MACH_HOST_H 1
| #define HAVE_MACH_MACH_PORT_H 1
| #define HAVE_MACH_MACH_TYPES_H 1
| #define HAVE_MACH_MESSAGE_H 1
| #define HAVE_MACH_PROCESSOR_SET_H 1
| #define HAVE_MACH_PROCESSOR_H 1
| #define HAVE_MACH_PROCESSOR_INFO_H 1
| #define HAVE_MACH_TASK_H 1
| #define HAVE_MACH_THREAD_ACT_H 1
| #define HAVE_MACH_VM_REGION_H 1
| #define HAVE_MACH_VM_MAP_H 1
| #define HAVE_MACH_VM_PROT_H 1
| #define HAVE_MACH_VM_STATISTICS_H 1
| #define HAVE_MACH_KERN_RETURN_H 1
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1
| #define HAVE_IOKIT_IOKITLIB_H 1
| #define HAVE_IOKIT_IOTYPES_H 1
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1
| #define HAVE_IOKIT_IOBSD_H 1
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UCRED_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_WORDEXP_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_TERMIOS_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETENV 1
| #define HAVE_IF_INDEXTONAME 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_SETGROUPS 1
| #define HAVE_REGCOMP 1
| #define HAVE_REGERROR 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKET 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSCTLBYNAME 1
| #define HAVE_HOST_STATISTICS 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_THREAD_INFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_SYSLOG 1
| #define HAVE_GETUTXENT 1
| #define HAVE_STRPTIME 1
| #define NAN_STATIC_DEFAULT 1
| #define FP_LAYOUT_NEED_NOTHING 1
| #define HAVE_GETFSSTAT 1
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1
| #define HAVE_STRUCT_IF_DATA 1
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_CURL_CURL_H 1
| #define COLLECT_LIBESMTP 0
| #define HAVE_JNI_H 1
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
| #define HAVE_LIBPQ_FE_H 1
| #define HAVE_LIBPTHREAD 0
| #define HAVE_THREADSAFE_LIBRRD 1
| #define HAVE_LIBXMMS 0
| #define HAVE_LIBXML_PARSER_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char xmlXPathEval ();
| int
| main ()
| {
| return xmlXPathEval ();
| ;
| return 0;
| }
configure:23782: result: no
configure:23902: checking for pkg-config
configure:23912: result: /usr/local/bin/pkg-config
configure:23917: checking for libOpenIPMIpthread
configure:23924: result: no (pkg-config doesn't know OpenIPMIpthread)
configure:23999: checking for LIBNOTIFY
configure:24006: $PKG_CONFIG --exists --print-errors "libnotify"
Package libnotify was not found in the pkg-config search path.
Perhaps you should add the directory containing `libnotify.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libnotify' found
configure:24009: $? = 1
configure:24022: $PKG_CONFIG --exists --print-errors "libnotify"
Package libnotify was not found in the pkg-config search path.
Perhaps you should add the directory containing `libnotify.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libnotify' found
configure:24025: $? = 1
configure:24038: result: no
No package 'libnotify' found
configure:31115: checking which default log plugin to load
configure:31136: result: syslog
configure:31154: checking which default write plugin to load
configure:31187: result: network
configure:31323: updating cache config.cache
configure:32038: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by collectd config.status 5.1.0, which was
generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on joahaa.local
config.status:1745: creating src/libcollectdclient/lcc_features.h
config.status:1745: creating Makefile
config.status:1745: creating src/Makefile
config.status:1745: creating src/collectd.conf
config.status:1745: creating src/libcollectdclient/Makefile
config.status:1745: creating src/libcollectdclient/libcollectdclient.pc
config.status:1745: creating src/liboconfig/Makefile
config.status:1745: creating bindings/Makefile
config.status:1745: creating bindings/java/Makefile
config.status:1745: creating src/config.h
config.status:1973: executing libtool commands
config.status:1973: executing depfiles commands
configure:34329: === configuring in libltdl (/private/tmp/brew-collectd-5.1.0-8ND5/collectd-5.1.0/libltdl)
configure:34392: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/collectd/5.1.0' '--disable-debug' '--disable-dependency-tracking' '--localstatedir=/usr/local/var' '--with-python=/usr/bin' 'CC=cc' 'PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/Library/Homebrew/pkgconfig' '--enable-ltdl-convenience' --cache-file=../config.cache --srcdir=.
configure:34397: error: ./configure failed for libltdl
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin12.1.0
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_KERNEL_DIR_set=
ac_cv_env_KERNEL_DIR_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBNETAPP_CPPFLAGS_set=
ac_cv_env_LIBNETAPP_CPPFLAGS_value=
ac_cv_env_LIBNETAPP_LDFLAGS_set=
ac_cv_env_LIBNETAPP_LDFLAGS_value=
ac_cv_env_LIBNETAPP_LIBS_set=
ac_cv_env_LIBNETAPP_LIBS_value=
ac_cv_env_LIBNOTIFY_CFLAGS_set=
ac_cv_env_LIBNOTIFY_CFLAGS_value=
ac_cv_env_LIBNOTIFY_LIBS_set=
ac_cv_env_LIBNOTIFY_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/lib/pkgconfig:/usr/local/Library/Homebrew/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_argz_add=no
ac_cv_func_argz_append=no
ac_cv_func_argz_count=no
ac_cv_func_argz_create_sep=no
ac_cv_func_argz_insert=no
ac_cv_func_argz_next=no
ac_cv_func_argz_stringify=no
ac_cv_func_clock_gettime=no
ac_cv_func_closedir=yes
ac_cv_func_closelog=yes
ac_cv_func_dlerror=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_getfsstat=yes
ac_cv_func_getgrnam_r=yes
ac_cv_func_getifaddrs=yes
ac_cv_func_getloadavg=yes
ac_cv_func_getmntent=no
ac_cv_func_getnameinfo=yes
ac_cv_func_getpwnam_r=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_getutent=no
ac_cv_func_getutxent=yes
ac_cv_func_getvfsstat=no
ac_cv_func_host_statistics=yes
ac_cv_func_if_indextoname=yes
ac_cv_func_listmntent=no
ac_cv_func_memcpy=yes
ac_cv_func_nanosleep=yes
ac_cv_func_opendir=yes
ac_cv_func_openlog=yes
ac_cv_func_processor_info=yes
ac_cv_func_readdir=yes
ac_cv_func_regcomp=yes
ac_cv_func_regerror=yes
ac_cv_func_regexec=yes
ac_cv_func_regfree=yes
ac_cv_func_select=yes
ac_cv_func_setenv=yes
ac_cv_func_setgroups=yes
ac_cv_func_shl_load=no
ac_cv_func_socket=yes
ac_cv_func_statfs=yes
ac_cv_func_statvfs=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=yes
ac_cv_func_strcmp=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strerror_r_char_p=no
ac_cv_func_strlcat=yes
ac_cv_func_strlcpy=yes
ac_cv_func_strlen=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strncmp=yes
ac_cv_func_strncpy=yes
ac_cv_func_strptime=yes
ac_cv_func_strstr=yes
ac_cv_func_strtol=yes
ac_cv_func_swapctl=no
ac_cv_func_sysconf=yes
ac_cv_func_sysctl=yes
ac_cv_func_sysctlbyname=yes
ac_cv_func_syslog=yes
ac_cv_func_thread_info=yes
ac_cv_have_decl_strerror_r=yes
ac_cv_header_CoreFoundation_CoreFoundation_h=yes
ac_cv_header_IOKit_IOBSD_h=yes
ac_cv_header_IOKit_IOKitLib_h=yes
ac_cv_header
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment