3 of 31 tests failed. Reproducible: Always Steps to Reproduce: 1. add FEATURE maketest 2. emerge elfutils Actual Results: PASS: asm-tst3 ../src/elflint: error while loading shared libraries: libelf.so.1: cannot open shared object file: No such file or directory FAIL: asm-tst4 ../src/elflint: error while loading shared libraries: libelf.so.1: cannot open shared object file: No such file or directory FAIL: asm-tst5 ../src/elflint: error while loading shared libraries: libelf.so.1: cannot open shared object file: No such file or directory FAIL: asm-tst6 I have tried whith CFLAGS="" My actual CFLASG="-O2 -march=pentium4 -pipe"
need to set LD_LIBRARY(?)
the "libelf.so.1" is compiled by this ebuild LD_LIBRARY should be set in the ebuild ?
in the ebuild - LD_LIBRARY_PATH - was a not to myself. I'm working on it now.
fixed. thanks for the bug report.