Closed
Bug 321865
Opened 20 years ago
Closed 20 years ago
NSS coreconf file is needed for SunOS5.11 on x86 and Sparc
Categories
(NSS :: Build, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
3.11.1
People
(Reporter: alfred.peng, Assigned: wtc)
Details
(Keywords: fixed1.8.1)
Attachments
(1 file)
|
4.47 KB,
patch
|
wtc
:
review+
wtc
:
approval-branch-1.8.1+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9a1) Gecko/20051228 Firefox/1.6a1
Build Identifier: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9a1) Gecko/20051228 Firefox/1.6a1
When building firefox on SunOS5.11_i86pc, there is an error:
../coreconf/config.mk:71: ../coreconf/SunOS5.11_i86pc.mk: No such file or directory
../coreconf/config.mk:171: no file name for `-include'
/usr/sfw/bin/gmake -j1: *** No rule to make target ../coreconf/SunOS5.11_i86pc.mk. Stop.
Reproducible: Always
Steps to Reproduce:
| Reporter | ||
Comment 1•20 years ago
|
||
Add coreconf file for SunOS5.11, i86 and Sparc.
Attachment #207150 -
Flags: review?(wtchang)
| Assignee | ||
Comment 2•20 years ago
|
||
Comment on attachment 207150 [details] [diff] [review]
Patch for trunk
r=wtc.
I checked in this patch on the NSS trunk (NSS 3.12).
Please let me know on which Mozilla branches you
need me to check in this patch.
Attachment #207150 -
Flags: review?(wtchang) → review+
| Assignee | ||
Comment 3•20 years ago
|
||
I forgot to attach the CVS commit output:
RCS file: /cvsroot/mozilla/security/coreconf/SunOS5.11.mk,v
done
Checking in SunOS5.11.mk;
/cvsroot/mozilla/security/coreconf/SunOS5.11.mk,v <-- SunOS5.11.mk
initial revision: 1.1
done
RCS file: /cvsroot/mozilla/security/coreconf/SunOS5.11_i86pc.mk,v
done
Checking in SunOS5.11_i86pc.mk;
/cvsroot/mozilla/security/coreconf/SunOS5.11_i86pc.mk,v <-- SunOS5.11_i86pc.mk
initial revision: 1.1
done
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Target Milestone: --- → 3.12
| Reporter | ||
Updated•20 years ago
|
Attachment #207150 -
Flags: approval1.8.1?
| Reporter | ||
Comment 4•20 years ago
|
||
Comment on attachment 207150 [details] [diff] [review]
Patch for trunk
The patch fixes the NSS build broken bug under Solaris11. The two new files added will only be used under Solaris11 platform. And I've built the branch successfully.
| Reporter | ||
Comment 5•20 years ago
|
||
Comment on attachment 207150 [details] [diff] [review]
Patch for trunk
So request the approval for branch MOZILLA1.8.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Attachment #207150 -
Flags: approval1.8.1? → branch-1.8.1?(wtchang)
| Assignee | ||
Updated•20 years ago
|
Attachment #207150 -
Flags: branch-1.8.1?(wtchang) → branch-1.8.1+
| Reporter | ||
Comment 6•20 years ago
|
||
wtchang, please help me to check in the patch to branch1.8.1.
| Assignee | ||
Comment 7•20 years ago
|
||
I checked in the patch on the NSS_3_11_BRANCH (NSS 3.11.1)
and the MOZILLA_1_8_BRANCH (branch1.8.1).
Checking in SunOS5.11.mk;
/cvsroot/mozilla/security/coreconf/SunOS5.11.mk,v <-- SunOS5.11.mk
new revision: 1.1.2.2; previous revision: 1.1.2.1
done
Checking in SunOS5.11_i86pc.mk;
/cvsroot/mozilla/security/coreconf/SunOS5.11_i86pc.mk,v <-- SunOS5.11_i86pc.mk
new revision: 1.1.2.2; previous revision: 1.1.2.1
done
Checking in SunOS5.11.mk;
/cvsroot/mozilla/security/coreconf/SunOS5.11.mk,v <-- SunOS5.11.mk
new revision: 1.1.4.2; previous revision: 1.1.4.1
done
Checking in SunOS5.11_i86pc.mk;
/cvsroot/mozilla/security/coreconf/SunOS5.11_i86pc.mk,v <-- SunOS5.11_i86pc.mk
new revision: 1.1.4.2; previous revision: 1.1.4.1
done
Keywords: fixed1.8.1
Target Milestone: 3.12 → 3.11.1
| Reporter | ||
Comment 8•19 years ago
|
||
wtchang, the patch is in the MOZILLA_1_8_BRANCH, not in the trunk. How can we put that into trunk?
| Assignee | ||
Comment 9•19 years ago
|
||
Alfred, those two files will be added soon (when bug 337770
is fixed on the Mozilla trunk).
You need to log in
before you can comment on or make changes to this bug.
Description
•