Closed
Bug 165198
Opened 23 years ago
Closed 22 years ago
object files are not stripped for RPM build
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: ajschult784, Assigned: blizzard)
References
()
Details
The RPM spec file uses:
--enable-strip-libs
this was deprecated by:
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=mozilla&command=DIFF_FRAMESET&file=configure.in&rev1=1.994&rev2=1.995&root=/cvsroo
should be
--enable-strip
the resulting RPM is about 2x as big as it should be.
| Assignee | ||
Comment 1•23 years ago
|
||
Will be fixed in the next daily I do.
| Assignee | ||
Comment 2•23 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•23 years ago
|
||
reopening. this bug still exists in:
http://download.mozilla.org/pub/mozilla/nightly/experimental/gtk2/2002-12-03-14-trunk/mozilla-1.3a-2002120314_trunk_rh8_gtk2.src.rpm
http://download.mozilla.org/pub/mozilla/releases/mozilla1.2.1/Red_Hat_7x_RPMS/SRPMS/mozilla-1.2.1-0_rh7.src.rpm
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 4•23 years ago
|
||
OK, fix checked in. For the next automated rebuild this will be fixed.
Status: REOPENED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 5•23 years ago
|
||
this got re-broken:
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&file=mozilla-DATE.spec.in&root=/cvsroot&subdir=mozilla/build/package/rpm/SPECS&command=DIFF_FRAMESET&rev1=1.24&rev2=1.25
1.3b SRPM (at least the 7.x one) have this problem
reopening.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 6•23 years ago
|
||
Argh.
The rpm package files have been removed from cvs. Marking invalid.
Status: REOPENED → RESOLVED
Closed: 23 years ago → 22 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•