Bug 1042879
Summary: | Potential issues caused by non-namespaced RPM provides and libraries | ||
---|---|---|---|
Product: | Red Hat Software Collections | Reporter: | Honza Horak <hhorak> |
Component: | nodejs | Assignee: | Tomas Hrcka <thrcka> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Miroslav Hradílek <mhradile> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rh-nodejs4 | CC: | dcallagh, jorton, mattdm, mhradile |
Target Milestone: | --- | ||
Target Release: | 2.4 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-02-28 15:09:40 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: | 1042837 |
Description
Honza Horak
2013-12-13 14:56:00 UTC
Please, apply for libraries like libperl.so, libruby.so, libv8.so prefix, as documented in http://docs.fedoraproject.org/en-US/Fedora_Contributor_Documentation/1/html/Software_Collections_Guide/sect-Prefixing_the_Library_Major_soname_with_the_Collection_Name.html. Node.js is still tech preview, so it should be fixed. *** Bug 1018078 has been marked as a duplicate of this bug. *** Fixed for currently-supported collections, let's close out. $ rpm -qp --provides rh-nodejs4-*.rpm 2>/dev/null | grep ^lib libhttp_parser.so.rh-nodejs4-2.7.0()(64bit) libhttp_parser_strict.so.rh-nodejs4-2.7.0()(64bit) libuv.so.rh-nodejs4-1.7.5()(64bit) $ rpm -qp --provides rh-nodejs6-*.rpm 2>/dev/null | grep ^lib libhttp_parser.so.rh-nodejs6-2.7.0()(64bit) libhttp_parser_strict.so.rh-nodejs6-2.7.0()(64bit) libuv.so.rh-nodejs6-1.9.1()(64bit) |