Bug 567343
| Summary: | xulrunner insufficiently linked | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matthias Clasen <mclasen> |
| Component: | xulrunner | Assignee: | Martin Stransky <stransky> |
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 16 | CC: | gecko-bugs-nobody, johnp, jrb, stransky, tomspur, walters |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-12-21 13:57:18 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 564811 | ||
|
Description
Matthias Clasen
2010-02-22 17:28:59 UTC
(In reply to comment #0) > which looks like libxpcomglue.a ought to be linked against -ldl Furthermore xulrunner is violating the guidelines: https://fedoraproject.org/wiki/Packaging/Guidelines#Packaging_Static_Libraries_2 "Static libraries and shared libraries. In this case, the static libraries must be placed in a *-static subpackage. Separating the static libraries from the other development files in *-devel allow us to track this usage by checking which packages BuildRequire the *-static package. The intent is that whenever possible, packages will move away from using these static libraries, to the shared libraries." There is no static subpackage, yet... $ repoquery -l xulrunner-devel | grep sdk/lib /usr/lib/xulrunner-sdk-1.9.2/sdk/lib /usr/lib/xulrunner-sdk-1.9.2/sdk/lib/libembed_base_s.a /usr/lib/xulrunner-sdk-1.9.2/sdk/lib/libembed_base_standalone.a /usr/lib/xulrunner-sdk-1.9.2/sdk/lib/libmozjs.so /usr/lib/xulrunner-sdk-1.9.2/sdk/lib/libmozreg_s.a /usr/lib/xulrunner-sdk-1.9.2/sdk/lib/libunicharutil_external_s.a /usr/lib/xulrunner-sdk-1.9.2/sdk/lib/libxpcom.so /usr/lib/xulrunner-sdk-1.9.2/sdk/lib/libxpcomglue.a /usr/lib/xulrunner-sdk-1.9.2/sdk/lib/libxpcomglue_s.a /usr/lib/xulrunner-sdk-1.9.2/sdk/lib/libxul.so /usr/lib64/xulrunner-sdk-1.9.2/sdk/lib /usr/lib64/xulrunner-sdk-1.9.2/sdk/lib/libembed_base_s.a /usr/lib64/xulrunner-sdk-1.9.2/sdk/lib/libembed_base_standalone.a /usr/lib64/xulrunner-sdk-1.9.2/sdk/lib/libmozjs.so /usr/lib64/xulrunner-sdk-1.9.2/sdk/lib/libmozreg_s.a /usr/lib64/xulrunner-sdk-1.9.2/sdk/lib/libunicharutil_external_s.a /usr/lib64/xulrunner-sdk-1.9.2/sdk/lib/libxpcom.so /usr/lib64/xulrunner-sdk-1.9.2/sdk/lib/libxpcomglue.a /usr/lib64/xulrunner-sdk-1.9.2/sdk/lib/libxpcomglue_s.a /usr/lib64/xulrunner-sdk-1.9.2/sdk/lib/libxul.so This bug appears to have been reported against 'rawhide' during the Fedora 14 development cycle. Changing version to '14'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping (In reply to comment #2) > This bug appears to have been reported against 'rawhide' during the Fedora 14 > development cycle. > Changing version to '14'. > > More information and reason for this action is here: > http://fedoraproject.org/wiki/BugZappers/HouseKeeping Still applicable in current F16. Do you plan to fix this? (In reply to comment #3) > Still applicable in current F16. > > Do you plan to fix this? Do you mean the static subpackage or unresolved symbols? If you're talking about the subpackage, please file a separate bug for it. Should be fixed. If not please reopen and attach build log. |