Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72347 - dev-libs/elfutils-0.94-r1 checks fails
Summary: dev-libs/elfutils-0.94-r1 checks fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-24 06:57 UTC by Sébastien DIAZ
Modified: 2004-11-25 02:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sébastien DIAZ 2004-11-24 06:57:11 UTC
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 Daniel Black (RETIRED) gentoo-dev 2004-11-25 00:48:35 UTC
need to set LD_LIBRARY(?)
Comment 2 Sébastien DIAZ 2004-11-25 01:08:33 UTC
the "libelf.so.1" is compiled by this ebuild
LD_LIBRARY should be set in the ebuild ?
Comment 3 Daniel Black (RETIRED) gentoo-dev 2004-11-25 02:42:39 UTC
in the ebuild - LD_LIBRARY_PATH - was a not to myself. I'm working on it now.
Comment 4 Daniel Black (RETIRED) gentoo-dev 2004-11-25 02:47:26 UTC
fixed. thanks for the bug report.