Closed
Bug 198673
Opened 22 years ago
Closed 19 years ago
Mozilla 1.2.1 Build config changes required for HP-UX PA-RISC and IPF
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: kishan.thomas, Unassigned)
Details
Attachments
(1 file)
1.90 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; HP-UX ia64; en-US; rv:1.2.1) Gecko/20030316
Build Identifier: Mozilla/5.0 (X11; U; HP-UX ia64; en-US; rv:1.2.1) Gecko/20030316
Build config changes are requird for building Mozilla 1.2.1 release
successfully on HP-UX 11.0/11.11/11.2x
Reproducible: Always
Steps to Reproduce:
Building mozilla 1.2.1 source on HP-UX
Actual Results:
Build Failure.
Expected Results:
Successfull build.
The following build config changes are requird for building mozilla 1.2.1
successfully on HP-UX 11.0/11.11/11.2x/
1.xpcom/reflect/xptcall/public/genstubs.pl patch for all HP-UX versions
-------------------------------------------------------------------------
changes reqd for xptcstubsdecl.inc
Please apply this patch:
http://bugzilla.mozilla.org/attachment.cgi?id=102978&action=view
fixed in bug:
http://bugzilla.mozilla.org/show_bug.cgi?id=146722
2. nsprpub/configure.in changes from trunk for HP-UX 11.2x
----------------------------------------------------------
Cleaned up detection of HP-UX B.11.* in configure
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&file=configure.in&root=/cvsroot&subdir=mozilla/nsprpu
b&command=DIFF_FRAMESET&rev1=1.136&rev2=1.137
part of bug:
http://bugzilla.mozilla.org/show_bug.cgi?id=193380
3. nsprpub/configure changes from trunk for HP-UX 11.2x
-------------------------------------------------------
Cleaned up detection of HP-UX B.11.* in configure
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&file=configure.in&root=/cvsroot&subdir=mozilla/nsprpu
b&command=DIFF_FRAMESET&rev1=1.136&rev2=1.137
part of bug:
http://bugzilla.mozilla.org/show_bug.cgi?id=193380
4. security/coreconf/HP-UXB.11.23.mk reqd to build on HP-UX 11.23
------------------------------------------------------------------
See the attached HP-UXB.11.23.mk , This is similar to the
following bug filed for HP-UXB.11.22.mk
5. security/coreconf/HP-UXB.11.22.mk reqd to build on HP-UX 11.22
------------------------------------------------------------------
Please see the patch from bug:
http://bugzilla.mozilla.org/show_bug.cgi?id=169294
Reporter | ||
Comment 1•22 years ago
|
||
New Makefile required to build Mozilla 1.2.1 branch on HP-UX 11.23
Reporter | ||
Updated•22 years ago
|
Summary: Mozilla 1.2.1 Build config changes required for HP-UX PA-RISC and IPF → Mozilla 1.2.1 Build config changes required for HP-UX PA-RISC and IPF
Reporter | ||
Updated•22 years ago
|
Version: Trunk → Other Branch
adding wtc... since we will need him to help figure out a better
way to add security/coreconf/HP-UXB.11.23.mk
Comment 3•22 years ago
|
||
Kishan, do you have checkin access? The initial report from drivers is that
there should be no problem landing those changes onto the 1.2 branch. However,
it is recommended that you switch to the 1.4 branch.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Comment 4•22 years ago
|
||
No, I dont have checkin access. Yes, as you suggested we are switching to the
1.4 branch.
Comment 5•22 years ago
|
||
Does this mean that these changes are no longer needed for the 1.2 branch?
Reporter | ||
Comment 6•22 years ago
|
||
These are required for building 1.2.1 branch on HP-UX. 1.2.1 is our current
release base, we are switching to 1.4 branch for the next release on HP-UX.
Mass reassign of Build/Config bugs to Leaf.
Assignee: netscape → leaf
Version: Other Branch → Trunk
Version: Trunk → Other Branch
Updated•20 years ago
|
Assignee: leaf → cmp
Updated•20 years ago
|
Product: Browser → Seamonkey
Comment 8•19 years ago
|
||
Mass reassign of open bugs for chase@mozilla.org to build@mozilla-org.bugs.
Assignee: chase → build
Comment 9•19 years ago
|
||
Resolving WONTFIX; this bug is pretty old.
If someone wants to revive the patch for 1.7.14, feel free to reopen and please assign to yourself.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•