Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=895667

--- Comment #1 from Jerry James <[email protected]> ---
Rpmlint warns about the plugins ("applications", in polymake terms), like this:

polymake.i686: W: no-soname /usr/lib/polymake/lib/polytope.so
polymake.i686: W: undefined-non-weak-symbol /usr/lib/polymake/lib/polytope.so
polymake::group::correct_group_from_permlib_group(pm::perl::Object,
polymake::group::PermlibGroup const&)
...

The lack of soname is not important, because these .so files are not where
ldconfig can see them.  They are private shared objects to be dlopen'ed as
needed.  The undefined non-weak symbol warnings are due to dependencies between
the plugins.  I could go through the work of linking the plugins against each
other as necessary.  However, this is wasted work because (1) ldconfig can't
see these objects, so linking them against one another will only add 1 more
warning, not remove any, and (2) polymake already knows about the dependencies
between plugins and loads them in the correct order.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=LtIy7tKpAL&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to