Comment 9 for bug 1156667

Revision history for this message
Samantha Jian-Pielak (samantha-jian) wrote :

Using the dcmitool source attached in comment #1, I have the same compile error on CentOS 6.4 (Linux livecd.centos 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x84_64 x86_64 GNU/Linux) as Ubuntu.

make[1]: Entering directory `/home/centoslive/Downloads/DCMI/dcmitool/Dcmitool/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -fstack-protector -DNDEBUG -fno-strict-aliasing -MT ipmitool.o -MD -MP -MF ".deps/ipmitool.Tpo" -c -o ipmitool.o ipmitool.c; \
 then mv -f ".deps/ipmitool.Tpo" ".deps/ipmitool.Po"; else rm -f ".deps/ipmitool.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -fstack-protector -DNDEBUG -fno-strict-aliasing -MT ipmishell.o -MD -MP -MF ".deps/ipmishell.Tpo" -c -o ipmishell.o ipmishell.c; \
 then mv -f ".deps/ipmishell.Tpo" ".deps/ipmishell.Po"; else rm -f ".deps/ipmishell.Tpo"; exit 1; fi
/bin/sh ../libtool --silent --tag=CC --mode=link gcc -fstack-protector -DNDEBUG -fno-strict-aliasing -o dcmitool ipmitool.o ipmishell.o ../lib/libipmitool.la plugins/libintf.la
../lib/.libs/libipmitool.a(dcmi.o): In function `ipmi_dcmi_prnt_oobDiscover':
dcmi.c:(.text+0xa0e): undefined reference to `ipmiv2_lan_ping'
collect2: ld returned 1 exit status
make[1]: *** [dcmitool] Error 1
make[1]: Leaving directory `/home/centoslive/Downloads/DCMI/dcmitool/Dcmitool/src'
make: *** [all-recursive] Error 1
[centoslive@livecd Dcmitool]$

More dcmitool compile log on CentOS: http://pastebin.ubuntu.com/5672730/
dcmitool compile log on Ubuntu: http://pastebin.ubuntu.com/5672749/
Command 'sudo bash build_all.sh run' was used.