Closed
Bug 87213
Opened 24 years ago
Closed 24 years ago
Finish Linux static build packaging
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.3
People
(Reporter: cathleennscp, Assigned: mcafee)
References
Details
(Whiteboard: approved for 0.9.3)
Attachments
(5 files)
6.24 KB,
text/plain
|
Details | |
1.23 KB,
patch
|
Details | Diff | Splinter Review | |
6.47 KB,
text/plain
|
Details | |
27.17 KB,
patch
|
Details | Diff | Splinter Review | |
27.17 KB,
patch
|
Details | Diff | Splinter Review |
need to make xpinstall build as a seperate component in STATIC build.
We think we can do this with:
1) setting meta component flag in xpinstall makefile
2) --enable-meta-components={mail,crypto},xpinstall
That's one way to do it but is a meta component what you really want here? In
the meeting, it sounded as though you just wanted xpinstall to be dynamic all of
the time. That can be done w/o setting up another meta-component, which is
really overkill for a collection of one. Although, on the otherhand, we're
really starting to tread down the slippery slope of non-static components in our
static build.
Assignee | ||
Comment 2•24 years ago
|
||
resummarizing to linux static build packaging bug.
Summary: linux: make xpinstall build as a seperate component in STATIC build → Finish Linux static build packaging
Assignee | ||
Comment 3•24 years ago
|
||
Assignee | ||
Comment 4•24 years ago
|
||
Assignee | ||
Comment 5•24 years ago
|
||
Here's my test call to package this up:
cd mozilla/xpinstall/packager/unix
perl ./deliver-static.pl 0.9.3 ftp://coffee/pub/mcafee/ mozilla-installer
mozilla-installer
Assignee | ||
Comment 6•24 years ago
|
||
Assignee | ||
Comment 7•24 years ago
|
||
Assignee | ||
Comment 8•24 years ago
|
||
I got my first install test to work! patch attached next..
Assignee | ||
Comment 9•24 years ago
|
||
Reporter | ||
Comment 10•24 years ago
|
||
mcafee, please change deliver-static.pl to use mozilla license.
otherwise, this looks good :-)
btw, you made sure installer worked, correct?
Assignee | ||
Updated•24 years ago
|
Target Milestone: --- → mozilla0.9.3
Comment 11•24 years ago
|
||
sr=waterson
Assignee | ||
Comment 12•24 years ago
|
||
patch does not change the regular dynamic build at all, just tested it.
Assignee | ||
Comment 14•24 years ago
|
||
fix checked in, marking fixed.
Status: NEW → RESOLVED
Closed: 24 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
•