[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: rpmlint help
- From: Ville Skyttä <ville skytta iki fi>
- To: Discussion related to Fedora Extras <fedora-extras-list redhat com>
- Subject: Re: rpmlint help
- Date: Mon, 31 Oct 2005 09:06:21 +0200
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.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]