DEBUG: SITE files ['endian-little', 'bit-32', 'ix86-common', 'common-linux', 'common-glibc', 'i586-linux', 'common']
DEBUG: Executing shell function do_compile
NOTE: make
ERROR: oe_runmake failed
make all-recursive
make[1]: Entering directory 'TOPDIR/tmp-glibc/work/i586-oe-linux/ipmiutil/2.9.6-r0/ipmiutil-2.9.6'
Making all in doc
make[2]: Entering directory 'TOPDIR/tmp-glibc/work/i586-oe-linux/ipmiutil/2.9.6-r0/ipmiutil-2.9.6/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory 'TOPDIR/tmp-glibc/work/i586-oe-linux/ipmiutil/2.9.6-r0/ipmiutil-2.9.6/doc'
Making all in scripts
make[2]: Entering directory 'TOPDIR/tmp-glibc/work/i586-oe-linux/ipmiutil/2.9.6-r0/ipmiutil-2.9.6/scripts'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory 'TOPDIR/tmp-glibc/work/i586-oe-linux/ipmiutil/2.9.6-r0/ipmiutil-2.9.6/scripts'
Making all in lib
make[2]: Entering directory 'TOPDIR/tmp-glibc/work/i586-oe-linux/ipmiutil/2.9.6-r0/ipmiutil-2.9.6/lib'
if [ -f libipmiapi32.a ]; then \
rm -f libipmiapi.a; \
if [ "`uname -m`" = "x86_64" ]; then \
if [ -f /etc/SuSE-release ]; then \
cp -f libipmiapi64.a.suse libipmiapi.a; \
else cp -f libipmiapi64.a.redhat libipmiapi.a; fi \
else cp -f libipmiapi32.a libipmiapi.a; fi \
fi
if [ "-DHAVE_LANPLUS" = "-DHAVE_LANPLUS" ]; then \
cd lanplus; make clean; make ; \
pwd; cp -f libipmi_lanplus.a .. ; \
fi
make[3]: Entering directory 'TOPDIR/tmp-glibc/work/i586-oe-linux/ipmiutil/2.9.6-r0/ipmiutil-2.9.6/lib/lanplus'
rm -rf obj
rm -f libipmi_lanplus.a *.o *.so
make[3]: Leaving directory 'TOPDIR/tmp-glibc/work/i586-oe-linux/ipmiutil/2.9.6-r0/ipmiutil-2.9.6/lib/lanplus'
make[3]: Entering directory 'TOPDIR/tmp-glibc/work/i586-oe-linux/ipmiutil/2.9.6-r0/ipmiutil-2.9.6/lib/lanplus'
i586-oe-linux-gcc -m32 -march=i586 --sysroot=TOPDIR/tmp-glibc/work/i586-oe-linux/ipmiutil/2.9.6-r0/recipe-sysroot -DHAVE_CONFIG_H -I. -I../.. -I. -I./inc -DLINUX -DSKIP_MD2 -fPIC -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LANPLUS -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=TOPDIR/tmp-glibc/work/i586-oe-linux/ipmiutil/2.9.6-r0=/usr/src/debug/ipmiutil/2.9.6-r0 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/i586-oe-linux/ipmiutil/2.9.6-r0/recipe-sysroot-native= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/i586-oe-linux/ipmiutil/2.9.6-r0/recipe-sysroot= -ITOPDIR/tmp-glibc/work/i586-oe-linux/ipmiutil/2.9.6-r0/recipe-sysroot/usr/include -c -o lanplus.o lanplus.c
In file included from lanplus.c:78:0:
./inc/ipmitool/ipmi.h:51:25: fatal error: openssl/evp.h: No such file or directory
#include <openssl/evp.h>
^
compilation terminated.
Makefile:464: recipe for target 'lanplus.o' failed
make[3]: *** [lanplus.o] Error 1
make[3]: Leaving directory 'TOPDIR/tmp-glibc/work/i586-oe-linux/ipmiutil/2.9.6-r0/ipmiutil-2.9.6/lib/lanplus'
TOPDIR/tmp-glibc/work/i586-oe-linux/ipmiutil/2.9.6-r0/ipmiutil-2.9.6/lib/lanplus
cp: cannot stat 'libipmi_lanplus.a': No such file or directory
Makefile:472: recipe for target 'all' failed
make[2]: *** [all] Error 1
make[2]: Leaving directory 'TOPDIR/tmp-glibc/work/i586-oe-linux/ipmiutil/2.9.6-r0/ipmiutil-2.9.6/lib'
Makefile:425: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 'TOPDIR/tmp-glibc/work/i586-oe-linux/ipmiutil/2.9.6-r0/ipmiutil-2.9.6'
Makefile:357: recipe for target 'all' failed
make: *** [all] Error 2
ERROR: Function failed: do_compile (log file is located at TOPDIR/tmp-glibc/work/i586-oe-linux/ipmiutil/2.9.6-r0/temp/log.do_compile.31733)