Bug 154143
| Summary: | libglade-java provides .la file with dangling reference to /usr/lib/libxml2.la | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Nalin Dahyabhai <nalin> |
| Component: | libglade-java | Assignee: | Thomas Fitzsimmons <fitzsim> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | ||
| 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-04-15 19:23:30 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: | |||
Fixed in Rawhide. Closing. |
Description of problem: If your application uses libtool, you can't successfully link with libgladejni. Version-Release number of selected component (if applicable): libglade-java-2.9.92-1 libxml2-devel-2.6.19-1 How reproducible: Always Steps to Reproduce: 1. cat > foo.c << EOF int main(int argc, char **argv) { return 0; } EOF 2. libtool --mode=compile gcc -c -o foo.lo foo.c 3. libtool --mode=link gcc -o foo foo.lo -lgladejni Actual results: libtool: link: cannot find the library `/usr/lib/libxml2.la' Expected results: No output, successful link. Additional info: This should fix itself if we just bump the release number and recompile the package.