Bug 132179
| Summary: | Building evolution-data-server srpm creates dependancy on installed libebook.so | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Aaron Gaudio <madcap> |
| Component: | libtool | Assignee: | Alexandre Oliva <aoliva> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3 | CC: | djuran |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-03-28 20:03:15 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Aaron Gaudio
2004-09-09 18:05:24 UTC
Thanks... I've seen something like this before, last time it happened to me was with libgal2. I believe a stray -L/usr/lib is making its way into the link line, possibly via a -rpath in the Makefile.in ? This means that if you have the older e-d-s-devel package installed, it links against the installed so files, rather than the newly built ones. The easy workaround is to uninstall e-d-s-devel before rebuilding e-d-s. I suspect there's a subtle bug in libtool, but it may be a separate problem with the e-d-s configure.in and Makefile.am files. Adding dreed to cc in the hope he can comment further. Changing component to "libtool" for now |