Closed
Bug 212150
Opened 22 years ago
Closed 22 years ago
RPMs for RedHat 7x were built with debug info and the binaries are not stripped
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dominik, Assigned: blizzard)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030709
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030709
The RedHat 7.x RPMs for Mozilla 1.4 release were built with debug info included
and with disabled stripping of the libs. This makes the packages almost 4 times
larger than the corresponding RedHat 8.x packages (30MB vs 8MB for the main
package).
Solution: don't set CFLAGS and CXXFLAGS to "-g" and remove --disable-strip-libs
from ./configure options
Reproducible: Always
Steps to Reproduce:
1. Go to
http://ftp.mozilla.org/pub/mozilla/releases/mozilla1.4/contributed/Red_Hat_7x_RPMS/i386/
2. Download the packages
3. Install them
Actual Results:
Mozilla takes 4 times the space it should and performs slower.
Expected Results:
Take less space after installation and work faster. :)
![]() |
||
Comment 1•22 years ago
|
||
The RPMs are contributed, so you want to contact whoever contributed them...
Assignee | ||
Comment 3•22 years ago
|
||
This should be fixed now.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•