rpmlint help

Ville Skyttä ville.skytta at iki.fi
Mon Oct 31 07:06:21 UTC 2005


On Sun, 2005-10-30 at 23:06 +0100, Eric Tanguy wrote:
> Running rmplint against a package i obtain this kind of message :
> W: package-name unstripped-binary-or-object /path/something.so
> Someone could explain me what this mean and how to solve it.

That file has not been stripped of debug symbols, resulting in
unnecessary disk space usage in the package.  Make sure that you have
the redhat-rpm-config package installed and your *.so above has the
execute permissions set at end of %install section; rpmbuild should then
take care of the stripping and moving the symbols into the -debuginfo
package for you.




More information about the fedora-extras-list mailing list