Bug 72347 - dev-libs/elfutils-0.94-r1 checks fails
Bug#: 72347 Product:  Gentoo Linux Version: 2004.3 Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: dragonheart@gentoo.org Reported By: sebastien.diaz@alliancemedia.fr
Component: Ebuilds
URL: 
Summary: dev-libs/elfutils-0.94-r1 checks fails
Keywords:  
Status Whiteboard: 
Opened: 2004-11-24 06:57 0000
Description:   Opened: 2004-11-24 06:57 0000
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"

------- Comment #1 From Daniel Black 2004-11-25 00:48:35 0000 -------
need to set LD_LIBRARY(?)

------- Comment #2 From Sébastien DIAZ 2004-11-25 01:08:33 0000 -------
the "libelf.so.1" is compiled by this ebuild
LD_LIBRARY should be set in the ebuild ?

------- Comment #3 From Daniel Black 2004-11-25 02:42:39 0000 -------
in the ebuild - LD_LIBRARY_PATH - was a not to myself. I'm working on it now.

------- Comment #4 From Daniel Black 2004-11-25 02:47:26 0000 -------
fixed. thanks for the bug report.