[Buildroot] Analysis of build failures

Gustavo Zacarias gustavo at zacarias.com.ar
Tue May 5 13:44:18 UTC 2015


On 05/05/2015 04:59 AM, Thomas Petazzoni wrote:
>>       x86_64 |                 ipmiutil-2.9.5 | NOK | http://autobuild.buildroot.net/results/cd2e617f8e2b00581ab5936029f85e62ed3259ba/
> 
> md2.o: In function `md2_sum':
> md2.c:(.text+0x18): undefined reference to `EVP_md2'
> 
> Gustavo, maybe? Has OpenSSL removed md2 support by default or something
> like that?

Yes, md2 has been disabled for some time, the problem is that ipmiutil's
configure uses LIB_DIR to check for md2 availability in libcrypto.
But we can't override that otherwise libipmiutil doesn't get installed
in the correct place :-/
Quick solution is to force it off, ideally a well-done tests would be
better.
Regards.


More information about the buildroot mailing list