Hm, libipmiutil.so.1 is still not linked against -lcrypto for me when building 3.2.1 release with gcc 14.2.1 on linux/x86_64: x86_64-alt-linux-gcc -g -O2 -o ipmi_sample_evt ipmi_sample_evt.o isensor2.o ievents2.o libipmiutil.a ../lib/libipmi_lanplus.a -lcrypto if [ "xyes" = "xyes" ]; then \ ar x ../lib/libipmi_lanplus.a ; \ x86_64-alt-linux-gcc -shared -Wl,-soname,libipmiutil.so.1 -o libipmiutil.so.1 ipmicmd.o mem_if.o ipmidir.o imbapi.o ipmimv.o ipmild.o ipmibmc.o ipmilipmi.o subs.o md5.o md2.o...
ACK; there's #11 though, sorry to come back with that!
libipmiutil underlinked against libcrypto
I've just checked 3.2.0 build without this kludge and it's still failing the same way: lcc: error: cannot open file '/tmp/iu/ipmiutil-3.1.9/lcc_xkFr8c.s' (No such file or directory) Indeed: $ zcat ipmiutil-3.2.0.tar.gz| grep -c TMPDIR 81 Please consider the workaround (sans the typo): s/TMPDIR/TEMPDIR/g; thank you!
Finally there, 2020.3.8 builds just fine, thank you!
Finally there, builds just fine, thank you!
No need to stick, I was just a bit overloaded last year and managed to miss 2020.3 completely (only got down to these packages today and discovered the patch by my colleague and decided to upstream it); I'll take a look at the update; let's close this suggestion then, thank you!
[PATCH] boost 1.73 support