How to remove mozilla properly?

Satish Balay balay at fastmail.fm
Thu Sep 16 15:23:22 UTC 2004



On Thu, 16 Sep 2004, Alexander Dalloz wrote:

> Am Do, den 16.09.2004 schrieb Satish Balay um 16:51:
> 
> > I know that the components/*.so files are the ones that are abnormally
> > big. But I don't know why user compiled mozilla rpms get that way.
> 
> > Satish
> 
> The debug information included in the main rpm and not excluded to a
> separate rpm?
> 
> mozilla-debuginfo-1.7.2-0.3.0.i386.rpm                 07-Sep-2004
> 21:29  56.2M
> 
> You see how large alone debuginfo is for mozilla.

Hm.. I use the following in ~/.rpmmacros - so debug stuff doesn't get generated 
%debug_package %{nil}

I thought this should prevent the debug symbols going anywhere
(including the .rpm file). I guess I was wrong.

-bash-2.05b$ ls -l libgklayout.so 
-rwxr-xr-x  1 test test 69808062 Sep 16 10:20 libgklayout.so
-bash-2.05b$ strip libgklayout.so 
-bash-2.05b$ ls -l libgklayout.so 
-rwxr-xr-x  1 test test 5750012 Sep 16 10:20 libgklayout.so

I'll try a --rebuild without that..

Satish





More information about the fedora-list mailing list