Skip to content

Instantly share code, notes, and snippets.

@cwimmer
Created September 11, 2012 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cwimmer/3700281 to your computer and use it in GitHub Desktop.
Save cwimmer/3700281 to your computer and use it in GitHub Desktop.
ipmitool fails to build
OUTPUT OF FAILED BUILD:
athos:~ cwimmer$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install ipmitool
Warning: Using Clang, but this formula is reported to fail with Clang.
error: non-void functions should return a value
We are continuing anyway so if the build succeeds, please open a ticket with
the subject
ipmitool-1.8.11: builds with Clang-421-10.8
so that we can update the formula accordingly. Thanks!
If it fails you can use --use-llvm to try a different compiler.
==> Downloading http://downloads.sourceforge.net/project/ipmitool/ipmitool/1.8.11/ipmitool-1.8.11.tar.bz2
Already downloaded: /Library/Caches/Homebrew/ipmitool-1.8.11.tar.bz2
/usr/bin/tar xf /Library/Caches/Homebrew/ipmitool-1.8.11.tar.bz2
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/ipmitool/1.8.11 --mandir=/usr/local/Cellar/ipmitool/1.8.11/share/man
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/ipmitool/1.8.11 --mandir=/usr/local/Cellar/ipmitool/1.8.11/share/man
checking build system type... i686-apple-darwin12.0.0
checking host system type... i686-apple-darwin12.0.0
checking target system type... i686-apple-darwin12.0.0
checking for a BSD-compatible install... /usr/local/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of cc... none
checking for a BSD-compatible install... /usr/local/bin/ginstall -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for rpmbuild... rpm
checking for sed... sed
checking how to run the C preprocessor... cc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for sys/stat.h... (cached) yes
checking for unistd.h... (cached) yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/byteorder.h usability... no
checking sys/byteorder.h presence... no
checking for sys/byteorder.h... no
checking byteswap.h usability... no
checking byteswap.h presence... no
checking for byteswap.h... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
rm: conftest.dSYM: is a directory
checking for working strtod... yes
checking for alarm... yes
checking for gethostbyname... yes
checking for socket... yes
checking for select... yes
checking for memmove... yes
checking for memset... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for getpassphrase... no
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for ld used by cc... cc
checking if the linker (cc) is GNU ld... no
checking for cc option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
rm: conftest.dSYM: is a directory
checking dependency style of c++... none
checking how to run the C++ preprocessor... c++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm output from cc object... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
checking if cc static flag works... rm: conftest.dSYM: is a directory
yes
checking if cc supports -fno-rtti -fno-exceptions... rm: conftest.dSYM: is a directory
yes
checking for cc option to produce PIC... -fno-common
checking if cc PIC flag -fno-common works... rm: conftest.dSYM: is a directory
yes
checking if cc supports -c -o file.o... rm: conftest.dSYM: is a directory
yes
checking whether the cc linker (cc) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.0.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
checking for ld used by c++... cc
checking if the linker (cc) is GNU ld... no
checking whether the c++ linker (cc) supports shared libraries... yes
checking for c++ option to produce PIC... -fno-common
checking if c++ PIC flag -fno-common works... rm: conftest.dSYM: is a directory
yes
checking if c++ supports -c -o file.o... rm: conftest.dSYM: is a directory
yes
checking whether the c++ linker (cc) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.0.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking for EVP_aes_128_cbc in -lcrypto... yes
checking for MD5_Init in -lcrypto... yes
checking for MD2_Init in -lcrypto... yes
checking for linux/compiler.h... no
checking linux/ipmi.h usability... no
checking linux/ipmi.h presence... no
checking for linux/ipmi.h... no
checking sys/ipmi.h usability... no
checking sys/ipmi.h presence... no
checking for sys/ipmi.h... no
** Unable to find OpenIPMI header files. Using internal version.
checking for ipmi_open_inband in -lfreeipmi... no
checking for ipmi_ctx_open_inband in -lfreeipmi... no
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking sys/lipmi/lipmi_intf.h usability... no
checking sys/lipmi/lipmi_intf.h presence... no
checking for sys/lipmi/lipmi_intf.h... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating contrib/Makefile
config.status: creating control/Makefile
config.status: creating control/pkginfo
config.status: creating control/prototype
config.status: creating control/rpmmacros
config.status: creating control/ipmitool.spec
config.status: creating lib/Makefile
config.status: creating include/Makefile
config.status: creating include/ipmitool/Makefile
config.status: creating src/Makefile
config.status: creating src/plugins/Makefile
config.status: creating src/plugins/lan/Makefile
config.status: creating src/plugins/lanplus/Makefile
config.status: creating src/plugins/open/Makefile
config.status: creating src/plugins/free/Makefile
config.status: creating src/plugins/imb/Makefile
config.status: creating src/plugins/bmc/Makefile
config.status: creating src/plugins/lipmi/Makefile
config.status: creating config.h
config.status: executing depfiles commands
ipmitool 1.8.11
Interfaces
lan : yes
lanplus : yes
open : no
free : no
imb : no
bmc : no
lipmi : no
Extra tools
ipmievd : yes
==> make install
make install
Making install in lib
/bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -fno-strict-aliasing -c -o helper.lo helper.c
brew: Superenv removed: -g -O2
/bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -fno-strict-aliasing -c -o ipmi_sdr.lo ipmi_sdr.c
brew: Superenv removed: -g -O2
/bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -fno-strict-aliasing -c -o ipmi_sel.lo ipmi_sel.c
brew: Superenv removed: -g -O2
/bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -fno-strict-aliasing -c -o ipmi_sol.lo ipmi_sol.c
brew: Superenv removed: -g -O2
/bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -fno-strict-aliasing -c -o ipmi_pef.lo ipmi_pef.c
brew: Superenv removed: -g -O2
/bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -fno-strict-aliasing -c -o ipmi_lanp.lo ipmi_lanp.c
brew: Superenv removed: -g -O2
/bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -fno-strict-aliasing -c -o ipmi_fru.lo ipmi_fru.c
brew: Superenv removed: -g -O2
/bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -fno-strict-aliasing -c -o ipmi_chassis.lo ipmi_chassis.c
brew: Superenv removed: -g -O2
/bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -fno-strict-aliasing -c -o ipmi_mc.lo ipmi_mc.c
brew: Superenv removed: -g -O2
/bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -fno-strict-aliasing -c -o log.lo log.c
brew: Superenv removed: -g -O2
/bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -fno-strict-aliasing -c -o dimm_spd.lo dimm_spd.c
brew: Superenv removed: -g -O2
/bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -fno-strict-aliasing -c -o ipmi_sensor.lo ipmi_sensor.c
brew: Superenv removed: -g -O2
/bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -fno-strict-aliasing -c -o ipmi_channel.lo ipmi_channel.c
brew: Superenv removed: -g -O2
/bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -fno-strict-aliasing -c -o ipmi_event.lo ipmi_event.c
brew: Superenv removed: -g -O2
/bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -fno-strict-aliasing -c -o ipmi_session.lo ipmi_session.c
brew: Superenv removed: -g -O2
/bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -fno-strict-aliasing -c -o ipmi_strings.lo ipmi_strings.c
brew: Superenv removed: -g -O2
/bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -fno-strict-aliasing -c -o ipmi_user.lo ipmi_user.c
brew: Superenv removed: -g -O2
/bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -fno-strict-aliasing -c -o ipmi_raw.lo ipmi_raw.c
brew: Superenv removed: -g -O2
/bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -fno-strict-aliasing -c -o ipmi_oem.lo ipmi_oem.c
brew: Superenv removed: -g -O2
/bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -fno-strict-aliasing -c -o ipmi_isol.lo ipmi_isol.c
brew: Superenv removed: -g -O2
/bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -fno-strict-aliasing -c -o ipmi_sunoem.lo ipmi_sunoem.c
brew: Superenv removed: -g -O2
/bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -fno-strict-aliasing -c -o ipmi_fwum.lo ipmi_fwum.c
brew: Superenv removed: -g -O2
/bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -fno-strict-aliasing -c -o ipmi_picmg.lo ipmi_picmg.c
brew: Superenv removed: -g -O2
/bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -fno-strict-aliasing -c -o ipmi_main.lo ipmi_main.c
brew: Superenv removed: -g -O2
/bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -fno-strict-aliasing -c -o ipmi_tsol.lo ipmi_tsol.c
brew: Superenv removed: -g -O2
/bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -fno-strict-aliasing -c -o ipmi_firewall.lo ipmi_firewall.c
brew: Superenv removed: -g -O2
/bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -fno-strict-aliasing -c -o ipmi_kontronoem.lo ipmi_kontronoem.c
brew: Superenv removed: -g -O2
/bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -fno-strict-aliasing -c -o ipmi_hpmfwupg.lo ipmi_hpmfwupg.c
brew: Superenv removed: -g -O2
ipmi_hpmfwupg.c:1236:9: error: non-void function 'HpmfwupgTargetCheck' should
return a value [-Wreturn-type]
return;
^
ipmi_hpmfwupg.c:3519:7: error: non-void function 'ipmi_hpmfwupg_main' should
return a value [-Wreturn-type]
return;
^
2 errors generated.
make[1]: *** [ipmi_hpmfwupg.lo] Error 1
make: *** [install-recursive] Error 1
config.log was copied to /Users/cwimmer/Library/Logs/Homebrew
==> Exit Status: 2
https://github.com/mxcl/master/blob/master/Library/Formula/ipmitool.rb#L17
==> Build Environment
HOMEBREW_VERSION: 0.9.3
HEAD: 7a494e8d4dce785df58a663b54eaa84b20436e89
CPU: 8-core 64-bit ivybridge
OS X: 10.8-x86_64
Xcode: 4.4.1
CLT: 4.4.0.0.1.1249367152
X11: 2.7.3 in /opt/X11
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
PATH: /usr/local/Library/ENV/4.3:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: Failed executing: make install (ipmitool.rb:17)
This link will help resolve the above errors:
https://github.com/mxcl/homebrew/wiki/bug-fixing-checklist
------------------------------------------------------------------------------------
OUTPUT OF BREW DOCTOR:
athos:~ cwimmer$ brew doctor
Your system is raring to brew.
------------------------------------------------------------------------------------
OUTPUT OF CONFIG.LOG:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/ipmitool/1.8.11 --mandir=/usr/local/Cellar/ipmitool/1.8.11/share/man
## --------- ##
## Platform. ##
## --------- ##
hostname = athos.local
uname -m = x86_64
uname -r = 12.0.0
uname -s = Darwin
uname -v = Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~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
hostinfo = Mach kernel version:
Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64
Kernel configured for up to 8 processors.
4 processors are physically available.
8 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 16.00 gigabytes
Default processor set: 150 tasks, 808 threads, 8 processors
Load average: 2.40, Mach factor: 5.82
/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:1549: checking build system type
configure:1567: result: i686-apple-darwin12.0.0
configure:1575: checking host system type
configure:1589: result: i686-apple-darwin12.0.0
configure:1597: checking target system type
configure:1611: result: i686-apple-darwin12.0.0
configure:1639: checking for a BSD-compatible install
configure:1694: result: /usr/local/bin/ginstall -c
configure:1705: checking whether build environment is sane
configure:1748: result: yes
configure:1813: checking for gawk
configure:1842: result: no
configure:1813: checking for mawk
configure:1842: result: no
configure:1813: checking for nawk
configure:1842: result: no
configure:1813: checking for awk
configure:1829: found /usr/bin/awk
configure:1839: result: awk
configure:1849: checking whether make sets $(MAKE)
configure:1869: result: yes
configure:2089: checking for gcc
configure:2115: result: cc
configure:2359: checking for C compiler version
configure:2362: cc --version </dev/null >&5
Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.0.0
Thread model: posix
configure:2365: $? = 0
configure:2367: cc -v </dev/null >&5
Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.0.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:2370: $? = 0
configure:2372: cc -V </dev/null >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:2375: $? = 1
configure:2398: checking for C compiler default output file name
configure:2401: cc conftest.c >&5
configure:2404: $? = 0
configure:2450: result: a.out
configure:2455: checking whether the C compiler works
configure:2461: ./a.out
configure:2464: $? = 0
configure:2481: result: yes
configure:2488: checking whether we are cross compiling
configure:2490: result: no
configure:2493: checking for suffix of executables
configure:2495: cc -o conftest conftest.c >&5
configure:2498: $? = 0
configure:2523: result:
configure:2529: checking for suffix of object files
configure:2550: cc -c conftest.c >&5
configure:2553: $? = 0
configure:2575: result: o
configure:2579: checking whether we are using the GNU C compiler
configure:2603: cc -c conftest.c >&5
configure:2609: $? = 0
configure:2613: test -z
|| test ! -s conftest.err
configure:2616: $? = 0
configure:2619: test -s conftest.o
configure:2622: $? = 0
configure:2635: result: yes
configure:2641: checking whether cc accepts -g
configure:2662: cc -c -g conftest.c >&5
configure:2668: $? = 0
configure:2672: test -z
|| test ! -s conftest.err
configure:2675: $? = 0
configure:2678: test -s conftest.o
configure:2681: $? = 0
configure:2692: result: yes
configure:2709: checking for cc option to accept ANSI C
configure:2779: cc -c -g -O2 conftest.c >&5
configure:2785: $? = 0
configure:2789: test -z
|| test ! -s conftest.err
configure:2792: $? = 0
configure:2795: test -s conftest.o
configure:2798: $? = 0
configure:2816: result: none needed
configure:2834: cc -c -g -O2 conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
choke me
^
conftest.c:2:11: error: expected ';' after top level declarator
choke me
^
;
2 errors generated.
configure:2840: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2984: checking for style of include used by make
configure:3012: result: GNU
configure:3040: checking dependency style of cc
configure:3130: result: none
configure:3160: checking for a BSD-compatible install
configure:3215: result: /usr/local/bin/ginstall -c
configure:3226: checking whether ln -s works
configure:3230: result: yes
configure:3237: checking whether make sets $(MAKE)
configure:3257: result: yes
configure:3268: checking for rpmbuild
configure:3295: result: rpm
configure:3304: checking for sed
configure:3320: found /usr/local/Library/ENV/4.3/sed
configure:3330: result: sed
configure:3344: checking how to run the C preprocessor
configure:3379: cc -E conftest.c
configure:3385: $? = 0
configure:3417: cc -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3423: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ipmitool"
| #define VERSION "1.8.11"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3462: result: cc -E
configure:3486: cc -E conftest.c
configure:3492: $? = 0
configure:3524: cc -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3530: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ipmitool"
| #define VERSION "1.8.11"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3574: checking for egrep
configure:3584: result: grep -E
configure:3589: checking for ANSI C header files
configure:3614: cc -c -g -O2 conftest.c >&5
configure:3620: $? = 0
configure:3624: test -z
|| test ! -s conftest.err
configure:3627: $? = 0
configure:3630: test -s conftest.o
configure:3633: $? = 0
configure:3722: cc -o conftest -g -O2 conftest.c >&5
conftest.c:28:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit(2);
^
conftest.c:28:7: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
1 warning generated.
configure:3725: $? = 0
configure:3727: ./conftest
configure:3730: $? = 0
configure:3745: result: yes
configure:3769: checking for sys/types.h
configure:3785: cc -c -g -O2 conftest.c >&5
configure:3791: $? = 0
configure:3795: test -z
|| test ! -s conftest.err
configure:3798: $? = 0
configure:3801: test -s conftest.o
configure:3804: $? = 0
configure:3815: result: yes
configure:3769: checking for sys/stat.h
configure:3785: cc -c -g -O2 conftest.c >&5
configure:3791: $? = 0
configure:3795: test -z
|| test ! -s conftest.err
configure:3798: $? = 0
configure:3801: test -s conftest.o
configure:3804: $? = 0
configure:3815: result: yes
configure:3769: checking for stdlib.h
configure:3785: cc -c -g -O2 conftest.c >&5
configure:3791: $? = 0
configure:3795: test -z
|| test ! -s conftest.err
configure:3798: $? = 0
configure:3801: test -s conftest.o
configure:3804: $? = 0
configure:3815: result: yes
configure:3769: checking for string.h
configure:3785: cc -c -g -O2 conftest.c >&5
configure:3791: $? = 0
configure:3795: test -z
|| test ! -s conftest.err
configure:3798: $? = 0
configure:3801: test -s conftest.o
configure:3804: $? = 0
configure:3815: result: yes
configure:3769: checking for memory.h
configure:3785: cc -c -g -O2 conftest.c >&5
configure:3791: $? = 0
configure:3795: test -z
|| test ! -s conftest.err
configure:3798: $? = 0
configure:3801: test -s conftest.o
configure:3804: $? = 0
configure:3815: result: yes
configure:3769: checking for strings.h
configure:3785: cc -c -g -O2 conftest.c >&5
configure:3791: $? = 0
configure:3795: test -z
|| test ! -s conftest.err
configure:3798: $? = 0
configure:3801: test -s conftest.o
configure:3804: $? = 0
configure:3815: result: yes
configure:3769: checking for inttypes.h
configure:3785: cc -c -g -O2 conftest.c >&5
configure:3791: $? = 0
configure:3795: test -z
|| test ! -s conftest.err
configure:3798: $? = 0
configure:3801: test -s conftest.o
configure:3804: $? = 0
configure:3815: result: yes
configure:3769: checking for stdint.h
configure:3785: cc -c -g -O2 conftest.c >&5
configure:3791: $? = 0
configure:3795: test -z
|| test ! -s conftest.err
configure:3798: $? = 0
configure:3801: test -s conftest.o
configure:3804: $? = 0
configure:3815: result: yes
configure:3769: checking for unistd.h
configure:3785: cc -c -g -O2 conftest.c >&5
configure:3791: $? = 0
configure:3795: test -z
|| test ! -s conftest.err
configure:3798: $? = 0
configure:3801: test -s conftest.o
configure:3804: $? = 0
configure:3815: result: yes
configure:3837: checking for stdlib.h
configure:3842: result: yes
configure:3837: checking for string.h
configure:3842: result: yes
configure:3846: checking sys/ioctl.h usability
configure:3858: cc -c -g -O2 conftest.c >&5
configure:3864: $? = 0
configure:3868: test -z
|| test ! -s conftest.err
configure:3871: $? = 0
configure:3874: test -s conftest.o
configure:3877: $? = 0
configure:3887: result: yes
configure:3891: checking sys/ioctl.h presence
configure:3901: cc -E conftest.c
configure:3907: $? = 0
configure:3927: result: yes
configure:3962: checking for sys/ioctl.h
configure:3969: result: yes
configure:3837: checking for sys/stat.h
configure:3842: result: yes
configure:3837: checking for unistd.h
configure:3842: result: yes
configure:3846: checking paths.h usability
configure:3858: cc -c -g -O2 conftest.c >&5
configure:3864: $? = 0
configure:3868: test -z
|| test ! -s conftest.err
configure:3871: $? = 0
configure:3874: test -s conftest.o
configure:3877: $? = 0
configure:3887: result: yes
configure:3891: checking paths.h presence
configure:3901: cc -E conftest.c
configure:3907: $? = 0
configure:3927: result: yes
configure:3962: checking for paths.h
configure:3969: result: yes
configure:4000: checking arpa/inet.h usability
configure:4012: cc -c -g -O2 conftest.c >&5
configure:4018: $? = 0
configure:4022: test -z
|| test ! -s conftest.err
configure:4025: $? = 0
configure:4028: test -s conftest.o
configure:4031: $? = 0
configure:4041: result: yes
configure:4045: checking arpa/inet.h presence
configure:4055: cc -E conftest.c
configure:4061: $? = 0
configure:4081: result: yes
configure:4116: checking for arpa/inet.h
configure:4123: result: yes
configure:4000: checking fcntl.h usability
configure:4012: cc -c -g -O2 conftest.c >&5
configure:4018: $? = 0
configure:4022: test -z
|| test ! -s conftest.err
configure:4025: $? = 0
configure:4028: test -s conftest.o
configure:4031: $? = 0
configure:4041: result: yes
configure:4045: checking fcntl.h presence
configure:4055: cc -E conftest.c
configure:4061: $? = 0
configure:4081: result: yes
configure:4116: checking for fcntl.h
configure:4123: result: yes
configure:4000: checking netdb.h usability
configure:4012: cc -c -g -O2 conftest.c >&5
configure:4018: $? = 0
configure:4022: test -z
|| test ! -s conftest.err
configure:4025: $? = 0
configure:4028: test -s conftest.o
configure:4031: $? = 0
configure:4041: result: yes
configure:4045: checking netdb.h presence
configure:4055: cc -E conftest.c
configure:4061: $? = 0
configure:4081: result: yes
configure:4116: checking for netdb.h
configure:4123: result: yes
configure:4000: checking netinet/in.h usability
configure:4012: cc -c -g -O2 conftest.c >&5
configure:4018: $? = 0
configure:4022: test -z
|| test ! -s conftest.err
configure:4025: $? = 0
configure:4028: test -s conftest.o
configure:4031: $? = 0
configure:4041: result: yes
configure:4045: checking netinet/in.h presence
configure:4055: cc -E conftest.c
configure:4061: $? = 0
configure:4081: result: yes
configure:4116: checking for netinet/in.h
configure:4123: result: yes
configure:4000: checking sys/socket.h usability
configure:4012: cc -c -g -O2 conftest.c >&5
configure:4018: $? = 0
configure:4022: test -z
|| test ! -s conftest.err
configure:4025: $? = 0
configure:4028: test -s conftest.o
configure:4031: $? = 0
configure:4041: result: yes
configure:4045: checking sys/socket.h presence
configure:4055: cc -E conftest.c
configure:4061: $? = 0
configure:4081: result: yes
configure:4116: checking for sys/socket.h
configure:4123: result: yes
configure:4151: checking sys/byteorder.h usability
configure:4163: cc -c -g -O2 conftest.c >&5
conftest.c:66:10: fatal error: 'sys/byteorder.h' file not found
#include <sys/byteorder.h>
^
1 error generated.
configure:4169: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ipmitool"
| #define VERSION "1.8.11"
| #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_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/byteorder.h>
configure:4192: result: no
configure:4196: checking sys/byteorder.h presence
configure:4206: cc -E conftest.c
conftest.c:32:10: fatal error: 'sys/byteorder.h' file not found
#include <sys/byteorder.h>
^
1 error generated.
configure:4212: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ipmitool"
| #define VERSION "1.8.11"
| #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_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <sys/byteorder.h>
configure:4232: result: no
configure:4267: checking for sys/byteorder.h
configure:4274: result: no
configure:4151: checking byteswap.h usability
configure:4163: cc -c -g -O2 conftest.c >&5
conftest.c:66:10: fatal error: 'byteswap.h' file not found
#include <byteswap.h>
^
1 error generated.
configure:4169: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ipmitool"
| #define VERSION "1.8.11"
| #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_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <byteswap.h>
configure:4192: result: no
configure:4196: checking byteswap.h presence
configure:4206: cc -E conftest.c
conftest.c:32:10: fatal error: 'byteswap.h' file not found
#include <byteswap.h>
^
1 error generated.
configure:4212: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ipmitool"
| #define VERSION "1.8.11"
| #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_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <byteswap.h>
configure:4232: result: no
configure:4267: checking for byteswap.h
configure:4274: result: no
configure:4288: checking for an ANSI C-conforming const
configure:4355: cc -c -g -O2 conftest.c >&5
configure:4361: $? = 0
configure:4365: test -z
|| test ! -s conftest.err
configure:4368: $? = 0
configure:4371: test -s conftest.o
configure:4374: $? = 0
configure:4385: result: yes
configure:4395: checking for inline
configure:4416: cc -c -g -O2 conftest.c >&5
configure:4422: $? = 0
configure:4426: test -z
|| test ! -s conftest.err
configure:4429: $? = 0
configure:4432: test -s conftest.o
configure:4435: $? = 0
configure:4447: result: inline
configure:4466: checking whether byte ordering is bigendian
configure:4493: cc -c -g -O2 conftest.c >&5
configure:4499: $? = 0
configure:4503: test -z
|| test ! -s conftest.err
configure:4506: $? = 0
configure:4509: test -s conftest.o
configure:4512: $? = 0
configure:4536: cc -c -g -O2 conftest.c >&5
conftest.c:39:2: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:4542: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ipmitool"
| #define VERSION "1.8.11"
| #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_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:4677: result: no
configure:4702: checking for stdlib.h
configure:4707: result: yes
configure:4847: checking for GNU libc compatible malloc
configure:4876: cc -o conftest -g -O2 conftest.c >&5
configure:4879: $? = 0
configure:4881: ./conftest
configure:4884: $? = 0
configure:4898: result: yes
configure:4943: checking sys/select.h usability
configure:4955: cc -c -g -O2 conftest.c >&5
configure:4961: $? = 0
configure:4965: test -z
|| test ! -s conftest.err
configure:4968: $? = 0
configure:4971: test -s conftest.o
configure:4974: $? = 0
configure:4984: result: yes
configure:4988: checking sys/select.h presence
configure:4998: cc -E conftest.c
configure:5004: $? = 0
configure:5024: result: yes
configure:5059: checking for sys/select.h
configure:5066: result: yes
configure:4934: checking for sys/socket.h
configure:4939: result: yes
configure:5079: checking types of arguments for select
configure:5112: cc -c -g -O2 conftest.c >&5
configure:5118: $? = 0
configure:5122: test -z
|| test ! -s conftest.err
configure:5125: $? = 0
configure:5128: test -s conftest.o
configure:5131: $? = 0
configure:5147: result: int,fd_set *,struct timeval *
configure:5170: checking for working strtod
configure:5213: cc -o conftest -g -O2 conftest.c >&5
conftest.c:51:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit (1);
^
conftest.c:51:7: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
1 warning generated.
configure:5216: $? = 0
configure:5218: ./conftest
configure:5221: $? = 0
configure:5235: result: yes
configure:5420: checking for alarm
configure:5477: cc -o conftest -g -O2 conftest.c >&5
configure:5483: $? = 0
configure:5487: test -z
|| test ! -s conftest.err
configure:5490: $? = 0
configure:5493: test -s conftest
configure:5496: $? = 0
configure:5508: result: yes
configure:5420: checking for gethostbyname
configure:5477: cc -o conftest -g -O2 conftest.c >&5
configure:5483: $? = 0
configure:5487: test -z
|| test ! -s conftest.err
configure:5490: $? = 0
configure:5493: test -s conftest
configure:5496: $? = 0
configure:5508: result: yes
configure:5420: checking for socket
configure:5477: cc -o conftest -g -O2 conftest.c >&5
configure:5483: $? = 0
configure:5487: test -z
|| test ! -s conftest.err
configure:5490: $? = 0
configure:5493: test -s conftest
configure:5496: $? = 0
configure:5508: result: yes
configure:5420: checking for select
configure:5477: cc -o conftest -g -O2 conftest.c >&5
configure:5483: $? = 0
configure:5487: test -z
|| test ! -s conftest.err
configure:5490: $? = 0
configure:5493: test -s conftest
configure:5496: $? = 0
configure:5508: result: yes
configure:5526: checking for memmove
configure:5583: cc -o conftest -g -O2 conftest.c >&5
conftest.c:67:6: warning: incompatible redeclaration of library function 'memmove'
char memmove ();
^
conftest.c:67:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
1 warning generated.
configure:5589: $? = 0
configure:5593: test -z
|| test ! -s conftest.err
configure:5596: $? = 0
configure:5599: test -s conftest
configure:5602: $? = 0
configure:5614: result: yes
configure:5526: checking for memset
configure:5583: cc -o conftest -g -O2 conftest.c >&5
conftest.c:68:6: warning: incompatible redeclaration of library function 'memset'
char memset ();
^
conftest.c:68:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
1 warning generated.
configure:5589: $? = 0
configure:5593: test -z
|| test ! -s conftest.err
configure:5596: $? = 0
configure:5599: test -s conftest
configure:5602: $? = 0
configure:5614: result: yes
configure:5526: checking for strchr
configure:5583: cc -o conftest -g -O2 conftest.c >&5
conftest.c:69:6: warning: incompatible redeclaration of library function 'strchr'
char strchr ();
^
conftest.c:69:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
1 warning generated.
configure:5589: $? = 0
configure:5593: test -z
|| test ! -s conftest.err
configure:5596: $? = 0
configure:5599: test -s conftest
configure:5602: $? = 0
configure:5614: result: yes
configure:5526: checking for strdup
configure:5583: cc -o conftest -g -O2 conftest.c >&5
conftest.c:70:6: warning: incompatible redeclaration of library function 'strdup'
char strdup ();
^
conftest.c:70:6: note: 'strdup' is a builtin with type 'char *(const char *)'
1 warning generated.
configure:5589: $? = 0
configure:5593: test -z
|| test ! -s conftest.err
configure:5596: $? = 0
configure:5599: test -s conftest
configure:5602: $? = 0
configure:5614: result: yes
configure:5526: checking for strerror
configure:5583: cc -o conftest -g -O2 conftest.c >&5
conftest.c:71:6: warning: incompatible redeclaration of library function 'strerror'
char strerror ();
^
conftest.c:71:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:5589: $? = 0
configure:5593: test -z
|| test ! -s conftest.err
configure:5596: $? = 0
configure:5599: test -s conftest
configure:5602: $? = 0
configure:5614: result: yes
configure:5628: checking for getpassphrase
configure:5685: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_getpassphrase", referenced from:
_main in conftest-QRLCb4.o
_f in conftest-QRLCb4.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:5691: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ipmitool"
| #define VERSION "1.8.11"
| #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_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_ALARM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_SOCKET 1
| #define HAVE_SELECT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| /* end confdefs.h. */
| /* Define getpassphrase to an innocuous variant, in case <limits.h> declares getpassphrase.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getpassphrase innocuous_getpassphrase
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getpassphrase (); 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 getpassphrase
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char getpassphrase ();
| /* 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_getpassphrase) || defined (__stub___getpassphrase)
| choke me
| #else
| char (*f) () = getpassphrase;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != getpassphrase;
| ;
| return 0;
| }
configure:5716: result: no
configure:5801: checking for a sed that does not truncate output
configure:5855: result: /usr/local/Library/ENV/4.3/sed
configure:5869: checking for ld used by cc
configure:5936: result: cc
configure:5945: checking if the linker (cc) is GNU ld
configure:5960: result: no
configure:5965: checking for cc option to reload object files
configure:5972: result: -r
configure:5990: checking for BSD-compatible nm
configure:6032: result: /usr/bin/nm
configure:6036: checking how to recognise dependent libraries
configure:6208: result: pass_all
configure:6430: checking dlfcn.h usability
configure:6442: cc -c -g -O2 -fno-strict-aliasing conftest.c >&5
configure:6448: $? = 0
configure:6452: test -z
|| test ! -s conftest.err
configure:6455: $? = 0
configure:6458: test -s conftest.o
configure:6461: $? = 0
configure:6471: result: yes
configure:6475: checking dlfcn.h presence
configure:6485: cc -E conftest.c
configure:6491: $? = 0
configure:6511: result: yes
configure:6546: checking for dlfcn.h
configure:6553: result: yes
configure:6660: checking for C++ compiler version
configure:6663: c++ --version </dev/null >&5
Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.0.0
Thread model: posix
configure:6666: $? = 0
configure:6668: c++ -v </dev/null >&5
Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.0.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:6671: $? = 0
configure:6673: c++ -V </dev/null >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:6676: $? = 1
configure:6679: checking whether we are using the GNU C++ compiler
configure:6703: c++ -c conftest.cc >&5
configure:6709: $? = 0
configure:6713: test -z
|| test ! -s conftest.err
configure:6716: $? = 0
configure:6719: test -s conftest.o
configure:6722: $? = 0
configure:6735: result: yes
configure:6741: checking whether c++ accepts -g
configure:6762: c++ -c -g conftest.cc >&5
configure:6768: $? = 0
configure:6772: test -z
|| test ! -s conftest.err
configure:6775: $? = 0
configure:6778: test -s conftest.o
configure:6781: $? = 0
configure:6792: result: yes
configure:6834: c++ -c -g -O2 conftest.cc >&5
configure:6840: $? = 0
configure:6844: test -z
|| test ! -s conftest.err
configure:6847: $? = 0
configure:6850: test -s conftest.o
configure:6853: $? = 0
configure:6879: c++ -c -g -O2 conftest.cc >&5
conftest.cc:53:1: error: use of undeclared identifier 'exit'
exit (42);
^
1 error generated.
configure:6885: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ipmitool"
| #define VERSION "1.8.11"
| #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_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_ALARM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_SOCKET 1
| #define HAVE_SELECT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:6834: c++ -c -g -O2 conftest.cc >&5
conftest.cc:49:17: error: use of undeclared identifier 'std'
extern "C" void std::exit (int) throw (); using std::exit;
^
conftest.cc:49:49: error: use of undeclared identifier 'std'
extern "C" void std::exit (int) throw (); using std::exit;
^
2 errors generated.
configure:6840: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ipmitool"
| #define VERSION "1.8.11"
| #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_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_ALARM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_SOCKET 1
| #define HAVE_SELECT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:6834: c++ -c -g -O2 conftest.cc >&5
conftest.cc:49:17: error: use of undeclared identifier 'std'
extern "C" void std::exit (int); using std::exit;
^
conftest.cc:49:40: error: use of undeclared identifier 'std'
extern "C" void std::exit (int); using std::exit;
^
2 errors generated.
configure:6840: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ipmitool"
| #define VERSION "1.8.11"
| #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_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_ALARM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_SOCKET 1
| #define HAVE_SELECT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:6834: c++ -c -g -O2 conftest.cc >&5
configure:6840: $? = 0
configure:6844: test -z
|| test ! -s conftest.err
configure:6847: $? = 0
configure:6850: test -s conftest.o
configure:6853: $? = 0
configure:6879: c++ -c -g -O2 conftest.cc >&5
configure:6885: $? = 0
configure:6889: test -z
|| test ! -s conftest.err
configure:6892: $? = 0
configure:6895: test -s conftest.o
configure:6898: $? = 0
configure:6923: checking dependency style of c++
configure:7013: result: none
configure:7040: checking how to run the C++ preprocessor
configure:7071: c++ -E conftest.cc
configure:7077: $? = 0
configure:7109: c++ -E conftest.cc
conftest.cc:52:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:7115: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ipmitool"
| #define VERSION "1.8.11"
| #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_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_ALARM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_SOCKET 1
| #define HAVE_SELECT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7154: result: c++ -E
configure:7178: c++ -E conftest.cc
configure:7184: $? = 0
configure:7216: c++ -E conftest.cc
conftest.cc:52:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:7222: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ipmitool"
| #define VERSION "1.8.11"
| #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_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_ALARM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_SOCKET 1
| #define HAVE_SELECT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7319: checking for g77
configure:7348: result: no
configure:7319: checking for f77
configure:7348: result: no
configure:7319: checking for xlf
configure:7348: result: no
configure:7319: checking for frt
configure:7348: result: no
configure:7319: checking for pgf77
configure:7348: result: no
configure:7319: checking for fort77
configure:7348: result: no
configure:7319: checking for fl32
configure:7348: result: no
configure:7319: checking for af77
configure:7348: result: no
configure:7319: checking for f90
configure:7348: result: no
configure:7319: checking for xlf90
configure:7348: result: no
configure:7319: checking for pgf90
configure:7348: result: no
configure:7319: checking for epcf90
configure:7348: result: no
configure:7319: checking for f95
configure:7348: result: no
configure:7319: checking for fort
configure:7348: result: no
configure:7319: checking for xlf95
configure:7348: result: no
configure:7319: checking for ifc
configure:7348: result: no
configure:7319: checking for efc
configure:7348: result: no
configure:7319: checking for pgf95
configure:7348: result: no
configure:7319: checking for lf95
configure:7348: result: no
configure:7319: checking for gfortran
configure:7348: result: no
configure:7360: checking for Fortran 77 compiler version
configure:7363: --version </dev/null >&5
./configure: line 7364: --version: command not found
configure:7366: $? = 127
configure:7368: -v </dev/null >&5
./configure: line 7369: -v: command not found
configure:7371: $? = 127
configure:7373: -V </dev/null >&5
./configure: line 7374: -V: command not found
configure:7376: $? = 127
configure:7384: checking whether we are using the GNU Fortran 77 compiler
configure:7398: -c conftest.F >&5
./configure: line 7399: -c: command not found
configure:7404: $? = 127
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:7430: result: no
configure:7436: checking whether accepts -g
configure:7448: -c -g conftest.f >&5
./configure: line 7449: -c: command not found
configure:7454: $? = 127
configure: failed program was:
| program main
|
| end
configure:7479: result: no
configure:7509: checking the maximum length of command line arguments
configure:7601: result: 196608
configure:7612: checking command to parse /usr/bin/nm output from cc object
configure:7708: cc -c -g -O2 -fno-strict-aliasing conftest.c >&5
configure:7711: $? = 0
configure:7715: /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:7718: $? = 0
cannot find nm_test_var in conftest.nm
configure:7708: cc -c -g -O2 -fno-strict-aliasing conftest.c >&5
configure:7711: $? = 0
configure:7715: /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:7718: $? = 0
configure:7770: cc -o conftest -g -O2 -fno-strict-aliasing conftest.c conftstm.o >&5
configure:7773: $? = 0
configure:7811: result: ok
configure:7815: checking for objdir
configure:7830: result: .libs
configure:7920: checking for ar
configure:7936: found /usr/bin/ar
configure:7947: result: ar
configure:8000: checking for ranlib
configure:8016: found /usr/bin/ranlib
configure:8027: result: ranlib
configure:8080: checking for strip
configure:8096: found /usr/bin/strip
configure:8107: result: strip
configure:8394: checking if cc static flag works
configure:8422: result: yes
configure:8440: checking if cc supports -fno-rtti -fno-exceptions
configure:8458: cc -c -g -O2 -fno-strict-aliasing -fno-rtti -fno-exceptions conftest.c >&5
configure:8462: $? = 0
configure:8475: result: yes
configure:8490: checking for cc option to produce PIC
configure:8694: result: -fno-common
configure:8702: checking if cc PIC flag -fno-common works
configure:8720: cc -c -g -O2 -fno-strict-aliasing -fno-common -DPIC conftest.c >&5
configure:8724: $? = 0
configure:8737: result: yes
configure:8761: checking if cc supports -c -o file.o
configure:8782: cc -c -g -O2 -fno-strict-aliasing -o out/conftest2.o conftest.c >&5
configure:8786: $? = 0
configure:8808: result: yes
configure:8834: checking whether the cc linker (cc) supports shared libraries
configure:9729: result: yes
configure:9800: checking dynamic linker characteristics
configure:10363: result: darwin12.0.0 dyld
configure:10367: checking how to hardcode library paths into programs
configure:10392: result: immediate
configure:10406: checking whether stripping libraries is possible
configure:10419: result: yes
configure:11241: checking if libtool supports shared libraries
configure:11243: result: yes
configure:11246: checking whether to build shared libraries
configure:11267: result: yes
configure:11270: checking whether to build static libraries
configure:11274: result: yes
configure:11366: creating libtool
configure:11944: checking for ld used by c++
configure:12011: result: cc
configure:12020: checking if the linker (cc) is GNU ld
configure:12035: result: no
configure:12086: checking whether the c++ linker (cc) supports shared libraries
configure:12973: result: yes
configure:12991: c++ -c -g -O2 conftest.cc >&5
configure:12994: $? = 0
configure:13090: checking for c++ option to produce PIC
configure:13358: result: -fno-common
configure:13366: checking if c++ PIC flag -fno-common works
configure:13384: c++ -c -g -O2 -fno-common -DPIC conftest.cc >&5
configure:13388: $? = 0
configure:13401: result: yes
configure:13425: checking if c++ supports -c -o file.o
configure:13446: c++ -c -g -O2 -o out/conftest2.o conftest.cc >&5
configure:13450: $? = 0
configure:13472: result: yes
configure:13498: checking whether the c++ linker (cc) supports shared libraries
configure:13523: result: yes
configure:13594: checking dynamic linker characteristics
configure:14157: result: darwin12.0.0 dyld
configure:14161: checking how to hardcode library paths into programs
configure:14186: result: immediate
configure:14200: checking whether stripping libraries is possible
configure:14213: result: yes
configure:21745: checking for library containing gethostbyname
configure:21775: cc -o conftest -g -O2 -fno-strict-aliasing conftest.c >&5
configure:21781: $? = 0
configure:21785: test -z
|| test ! -s conftest.err
configure:21788: $? = 0
configure:21791: test -s conftest
configure:21794: $? = 0
configure:21864: result: none required
configure:21871: checking for library containing socket
configure:21901: cc -o conftest -g -O2 -fno-strict-aliasing conftest.c >&5
configure:21907: $? = 0
configure:21911: test -z
|| test ! -s conftest.err
configure:21914: $? = 0
configure:21917: test -s conftest
configure:21920: $? = 0
configure:21990: result: none required
configure:22159: checking for EVP_aes_128_cbc in -lcrypto
configure:22189: cc -o conftest -g -O2 -fno-strict-aliasing conftest.c -lcrypto -lcrypto >&5
configure:22195: $? = 0
configure:22199: test -z
|| test ! -s conftest.err
configure:22202: $? = 0
configure:22205: test -s conftest
configure:22208: $? = 0
configure:22221: result: yes
configure:22232: checking for MD5_Init in -lcrypto
configure:22262: cc -o conftest -g -O2 -fno-strict-aliasing conftest.c -lcrypto -lcrypto -lcrypto >&5
configure:22268: $? = 0
configure:22272: test -z
|| test ! -s conftest.err
configure:22275: $? = 0
configure:22278: test -s conftest
configure:22281: $? = 0
configure:22294: result: yes
configure:22311: checking for MD2_Init in -lcrypto
configure:22341: cc -o conftest -g -O2 -fno-strict-aliasing conftest.c -lcrypto -lcrypto -lcrypto >&5
configure:22347: $? = 0
configure:22351: test -z
|| test ! -s conftest.err
configure:22354: $? = 0
configure:22357: test -s conftest
configure:22360: $? = 0
configure:22373: result: yes
configure:22466: checking for linux/compiler.h
configure:22471: cc -E conftest.c
conftest.c:1:10: fatal error: 'linux/compiler.h' file not found
#include <linux/compiler.h>
^
1 error generated.
configure:22477: $? = 1
configure: failed program was:
| #include <linux/compiler.h>
configure:22500: result: no
configure:22518: checking linux/ipmi.h usability
configure:22530: cc -c -g -O2 -fno-strict-aliasing conftest.c >&5
conftest.c:91:10: fatal error: 'linux/ipmi.h' file not found
#include <linux/ipmi.h>
^
1 error generated.
configure:22536: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ipmitool"
| #define VERSION "1.8.11"
| #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_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_ALARM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_SOCKET 1
| #define HAVE_SELECT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define ENABLE_ALL_OPTIONS 1
| #define HAVE_CRYPTO_MD5 1
| #define HAVE_CRYPTO_MD2 1
| #define IPMI_INTF_LAN 1
| #define IPMI_INTF_LANPLUS 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/ipmi.h>
configure:22559: result: no
configure:22563: checking linux/ipmi.h presence
configure:22573: cc -E conftest.c
conftest.c:57:10: fatal error: 'linux/ipmi.h' file not found
#include <linux/ipmi.h>
^
1 error generated.
configure:22579: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ipmitool"
| #define VERSION "1.8.11"
| #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_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_ALARM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_SOCKET 1
| #define HAVE_SELECT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define ENABLE_ALL_OPTIONS 1
| #define HAVE_CRYPTO_MD5 1
| #define HAVE_CRYPTO_MD2 1
| #define IPMI_INTF_LAN 1
| #define IPMI_INTF_LANPLUS 1
| /* end confdefs.h. */
| #include <linux/ipmi.h>
configure:22599: result: no
configure:22634: checking for linux/ipmi.h
configure:22641: result: no
configure:22662: checking sys/ipmi.h usability
configure:22674: cc -c -g -O2 -fno-strict-aliasing conftest.c >&5
conftest.c:91:10: fatal error: 'sys/ipmi.h' file not found
#include <sys/ipmi.h>
^
1 error generated.
configure:22680: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ipmitool"
| #define VERSION "1.8.11"
| #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_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_ALARM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_SOCKET 1
| #define HAVE_SELECT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define ENABLE_ALL_OPTIONS 1
| #define HAVE_CRYPTO_MD5 1
| #define HAVE_CRYPTO_MD2 1
| #define IPMI_INTF_LAN 1
| #define IPMI_INTF_LANPLUS 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/ipmi.h>
configure:22703: result: no
configure:22707: checking sys/ipmi.h presence
configure:22717: cc -E conftest.c
conftest.c:57:10: fatal error: 'sys/ipmi.h' file not found
#include <sys/ipmi.h>
^
1 error generated.
configure:22723: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ipmitool"
| #define VERSION "1.8.11"
| #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_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_ALARM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_SOCKET 1
| #define HAVE_SELECT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define ENABLE_ALL_OPTIONS 1
| #define HAVE_CRYPTO_MD5 1
| #define HAVE_CRYPTO_MD2 1
| #define IPMI_INTF_LAN 1
| #define IPMI_INTF_LANPLUS 1
| /* end confdefs.h. */
| #include <sys/ipmi.h>
configure:22743: result: no
configure:22778: checking for sys/ipmi.h
configure:22785: result: no
configure:22804: checking for ipmi_open_inband in -lfreeipmi
configure:22834: cc -o conftest -g -O2 -fno-strict-aliasing conftest.c -lfreeipmi -lcrypto >&5
ld: library not found for -lfreeipmi
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:22840: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ipmitool"
| #define VERSION "1.8.11"
| #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_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_ALARM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_SOCKET 1
| #define HAVE_SELECT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define ENABLE_ALL_OPTIONS 1
| #define HAVE_CRYPTO_MD5 1
| #define HAVE_CRYPTO_MD2 1
| #define IPMI_INTF_LAN 1
| #define IPMI_INTF_LANPLUS 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char ipmi_open_inband ();
| int
| main ()
| {
| ipmi_open_inband ();
| ;
| return 0;
| }
configure:22866: result: no
configure:22875: checking for ipmi_ctx_open_inband in -lfreeipmi
configure:22905: cc -o conftest -g -O2 -fno-strict-aliasing conftest.c -lfreeipmi -lcrypto >&5
ld: library not found for -lfreeipmi
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:22911: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ipmitool"
| #define VERSION "1.8.11"
| #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_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_ALARM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_SOCKET 1
| #define HAVE_SELECT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define ENABLE_ALL_OPTIONS 1
| #define HAVE_CRYPTO_MD5 1
| #define HAVE_CRYPTO_MD2 1
| #define IPMI_INTF_LAN 1
| #define IPMI_INTF_LANPLUS 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char ipmi_ctx_open_inband ();
| int
| main ()
| {
| ipmi_ctx_open_inband ();
| ;
| return 0;
| }
configure:22937: result: no
configure:23276: checking termios.h usability
configure:23288: cc -c -g -O2 -fno-strict-aliasing conftest.c >&5
configure:23294: $? = 0
configure:23298: test -z
|| test ! -s conftest.err
configure:23301: $? = 0
configure:23304: test -s conftest.o
configure:23307: $? = 0
configure:23317: result: yes
configure:23321: checking termios.h presence
configure:23331: cc -E conftest.c
configure:23337: $? = 0
configure:23357: result: yes
configure:23392: checking for termios.h
configure:23399: result: yes
configure:23711: checking sys/lipmi/lipmi_intf.h usability
configure:23723: cc -c -g -O2 -fno-strict-aliasing conftest.c >&5
conftest.c:92:10: fatal error: 'sys/lipmi/lipmi_intf.h' file not found
#include <sys/lipmi/lipmi_intf.h>
^
1 error generated.
configure:23729: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ipmitool"
| #define VERSION "1.8.11"
| #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_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_ALARM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_SOCKET 1
| #define HAVE_SELECT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define ENABLE_ALL_OPTIONS 1
| #define HAVE_CRYPTO_MD5 1
| #define HAVE_CRYPTO_MD2 1
| #define IPMI_INTF_LAN 1
| #define IPMI_INTF_LANPLUS 1
| #define HAVE_TERMIOS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/lipmi/lipmi_intf.h>
configure:23752: result: no
configure:23756: checking sys/lipmi/lipmi_intf.h presence
configure:23766: cc -E conftest.c
conftest.c:58:10: fatal error: 'sys/lipmi/lipmi_intf.h' file not found
#include <sys/lipmi/lipmi_intf.h>
^
1 error generated.
configure:23772: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ipmitool"
| #define VERSION "1.8.11"
| #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_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_ALARM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_SOCKET 1
| #define HAVE_SELECT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define ENABLE_ALL_OPTIONS 1
| #define HAVE_CRYPTO_MD5 1
| #define HAVE_CRYPTO_MD2 1
| #define IPMI_INTF_LAN 1
| #define IPMI_INTF_LANPLUS 1
| #define HAVE_TERMIOS_H 1
| /* end confdefs.h. */
| #include <sys/lipmi/lipmi_intf.h>
configure:23792: result: no
configure:23827: checking for sys/lipmi/lipmi_intf.h
configure:23834: result: no
configure:24349: cc -o conftest -g -O2 -fno-strict-aliasing conftest.c -lcrypto >&5
configure:24352: $? = 0
configure:24354: ./conftest
configure:24357: $? = 0
configure:24496: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on athos.local
config.status:762: creating Makefile
config.status:762: creating doc/Makefile
config.status:762: creating contrib/Makefile
config.status:762: creating control/Makefile
config.status:762: creating control/pkginfo
config.status:762: creating control/prototype
config.status:762: creating control/rpmmacros
config.status:762: creating control/ipmitool.spec
config.status:762: creating lib/Makefile
config.status:762: creating include/Makefile
config.status:762: creating include/ipmitool/Makefile
config.status:762: creating src/Makefile
config.status:762: creating src/plugins/Makefile
config.status:762: creating src/plugins/lan/Makefile
config.status:762: creating src/plugins/lanplus/Makefile
config.status:762: creating src/plugins/open/Makefile
config.status:762: creating src/plugins/free/Makefile
config.status:762: creating src/plugins/imb/Makefile
config.status:762: creating src/plugins/bmc/Makefile
config.status:762: creating src/plugins/lipmi/Makefile
config.status:866: creating config.h
config.status:1238: executing depfiles commands
configure:25855: result:
configure:25857: result: ipmitool 1.8.11
configure:25859: result:
configure:25861: result: Interfaces
configure:25863: result: lan : yes
configure:25865: result: lanplus : yes
configure:25867: result: open : no
configure:25869: result: free : no
configure:25871: result: imb : no
configure:25873: result: bmc : no
configure:25875: result: lipmi : no
configure:25877: result:
configure:25879: result: Extra tools
configure:25881: result: ipmievd : yes
configure:25883: result:
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-apple-darwin12.0.0
ac_cv_build_alias=i686-apple-darwin12.0.0
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=c++
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_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_exeext=
ac_cv_f77_compiler_gnu=no
ac_cv_func_alarm=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_getpassphrase=no
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_select=yes
ac_cv_func_select_args='int,fd_set *,struct timeval *'
ac_cv_func_socket=yes
ac_cv_func_strchr=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strtod=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_byteswap_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_linux_ipmi_h=no
ac_cv_header_memory_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_paths_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_byteorder_h=no
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_ipmi_h=no
ac_cv_header_sys_lipmi_lipmi_intf_h=no
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-apple-darwin12.0.0
ac_cv_host_alias=i686-apple-darwin12.0.0
ac_cv_lib_crypto_EVP_aes_128_cbc=yes
ac_cv_lib_crypto_MD2_Init=yes
ac_cv_lib_crypto_MD5_Init=yes
ac_cv_lib_freeipmi_ipmi_ctx_open_inband=no
ac_cv_lib_freeipmi_ipmi_open_inband=no
ac_cv_objext=o
ac_cv_path_install='/usr/local/bin/ginstall -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='cc -E'
ac_cv_prog_CXXCPP='c++ -E'
ac_cv_prog_RPMBUILD=rpm
ac_cv_prog_SED=sed
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
ac_cv_search_gethostbyname='none required'
ac_cv_search_socket='none required'
ac_cv_target=i686-apple-darwin12.0.0
ac_cv_target_alias=i686-apple-darwin12.0.0
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=cc
lt_cv_path_LDCXX=cc
lt_cv_path_NM=/usr/bin/nm
lt_cv_path_SED=/usr/local/Library/ENV/4.3/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=196608
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([BCDEGRST][BCDEGRST]*\\)[ ][ ]*_\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 _\\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/brew-ipmitool-1.8.11-k3gv/ipmitool-1.8.11/missing --run aclocal-1.9'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='${SHELL} /private/tmp/brew-ipmitool-1.8.11-k3gv/ipmitool-1.8.11/missing --run tar'
AR='ar'
ARCH='i686'
AUTOCONF='${SHELL} /private/tmp/brew-ipmitool-1.8.11-k3gv/ipmitool-1.8.11/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/brew-ipmitool-1.8.11-k3gv/ipmitool-1.8.11/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/brew-ipmitool-1.8.11-k3gv/ipmitool-1.8.11/missing --run automake-1.9'
AWK='awk'
BASEDIR='/usr/local/Cellar/ipmitool/1.8.11'
CC='cc'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2 -fno-strict-aliasing'
CPP='cc -E'
CPPFLAGS=''
CXX='c++'
CXXCPP='c++ -E'
CXXDEPMODE='depmode=none'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DISTRO=''
ECHO='/bin/echo'
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77=''
FFLAGS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INTF_BMC=''
INTF_BMC_LIB=''
INTF_FREE=''
INTF_FREE_LIB=''
INTF_IMB=''
INTF_IMB_LIB=''
INTF_LAN='lan'
INTF_LANPLUS='lanplus'
INTF_LANPLUS_LIB='libintf_lanplus.la'
INTF_LAN_LIB='libintf_lan.la'
INTF_LIPMI=''
INTF_LIPMI_LIB=''
INTF_OPEN=''
INTF_OPEN_LIB=''
IPMITOOL_INTF_LIB=' lan/libintf_lan.la lanplus/libintf_lanplus.la'
LDFLAGS=''
LIBOBJS=''
LIBS=' -lcrypto'
LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /private/tmp/brew-ipmitool-1.8.11-k3gv/ipmitool-1.8.11/missing --run makeinfo'
OBJEXT='o'
OS='darwin12.0.0'
PACKAGE='ipmitool'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
POW_LIB=''
PSTAMP='i686-apple-darwin12.0.0'
RANLIB='ranlib'
RPMBUILD='rpm'
RPM_RELEASE='1'
SED='/usr/local/Library/ENV/4.3/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='1.8.11'
ac_configure_args=''--disable-debug' '--disable-dependency-tracking' '--prefix=/usr/local/Cellar/ipmitool/1.8.11' '--mandir=/usr/local/Cellar/ipmitool/1.8.11/share/man' 'CC=cc' 'CXX=c++''
ac_ct_AR='ar'
ac_ct_CC='cc'
ac_ct_CXX=''
ac_ct_F77=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-apple-darwin12.0.0'
build_alias=''
build_cpu='i686'
build_os='darwin12.0.0'
build_vendor='apple'
datadir='${prefix}/share'
exec_prefix='/usr/local/Cellar/ipmitool/1.8.11'
host='i686-apple-darwin12.0.0'
host_alias=''
host_cpu='i686'
host_os='darwin12.0.0'
host_vendor='apple'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/private/tmp/brew-ipmitool-1.8.11-k3gv/ipmitool-1.8.11/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='/usr/local/Cellar/ipmitool/1.8.11/share/man'
mkdir_p='$(install_sh) -d'
oldincludedir='/usr/include'
prefix='/usr/local/Cellar/ipmitool/1.8.11'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-apple-darwin12.0.0'
target_alias=''
target_cpu='i686'
target_os='darwin12.0.0'
target_vendor='apple'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define ENABLE_ALL_OPTIONS 1
#define HAVE_ALARM 1
#define HAVE_ARPA_INET_H 1
#define HAVE_CRYPTO_MD2 1
#define HAVE_CRYPTO_MD5 1
#define HAVE_DLFCN_H 1
#define HAVE_FCNTL_H 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_INTTYPES_H 1
#define HAVE_MALLOC 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMSET 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_PATHS_H 1
#define HAVE_SELECT 1
#define HAVE_SOCKET 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCHR 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define IPMI_INTF_LAN 1
#define IPMI_INTF_LANPLUS 1
#define PACKAGE "ipmitool"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define SELECT_TYPE_ARG1 int
#define SELECT_TYPE_ARG234 (fd_set *)
#define SELECT_TYPE_ARG5 (struct timeval *)
#define STDC_HEADERS 1
#define VERSION "1.8.11"
#endif
#ifdef __cplusplus
extern "C" void exit (int) throw ();
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment