https://bugzilla.rpmfusion.org/show_bug.cgi?id=2300
Richard <hobbes1069(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #7 from Richard <hobbes1069(a)gmail.com> 2012-06-19 15:10:28 CEST ---
(In reply to comment #5)
A first run gives tons of warnings for
- unversioned .so files in non-devel package (/usr/lib/freecad/lib/*)
This can be safely ignored. All of the libraries are private libraries so while
I would rather them be versioned, it's not really necessary.
- invalid-soname for same files.
This is caused by the above, not really an issue.
- unused-direct-shlib-dependency for the same files to files like
Common cmake problem with over zealous linking. I'll try adding -wl,as-needed
to the linker and see if that solves the problem.
Attaching review template w warnings. Could you shed some light on this? I'm
really open for that at least some of these warnings are bogus, but an
explanation is required.
Among other things, maybe
https://fedoraproject.org/wiki/Common_Rpmlint_issues#invalid-soname could be
helpful?!
Yep.
"The library is stored outside the linker path. In this case the error can be
ignored."
--
Configure bugmail:
https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.