Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4540 - libelf does not install shared libraries even though they are compiled
Summary: libelf does not install shared libraries even though they are compiled
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-04 13:19 UTC by Richard Torkar
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 Richard Torkar 2002-07-04 13:19:21 UTC
< gbevin@gentoo.org made the ebuild I'm bitching about ;) >

I did an emerge libelf and it seemed to compile and install nicely.
But for some reason it does not install the shared library libelf.so.0.8.2 and
the two soft links libelf.so and libelf.so.0

I see two things that goes wrong, during the configure phase.

1. checking host system type... Invalid configuration `i686-pc-linux-gnu':
machine `i686-pc-linux' not recognized

2. configure: warning: shared libraries not supported for

The shared libraries are compiled though, but not installed...
I dunno if the above mentioned problems has anything to do with the libraries
not being installed.

And another thing. The libelf library is up at 0.8.2 now, but that is something
I can fix when this problem is sorted out.

/Richard
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-09-29 08:45:38 UTC
Seems somebody did fix the shared lib thing some time back without commenting
in the ChangeLog.  Just bumped the version to fully fix this bug.