Closed
Bug 778845
Opened 11 years ago
Closed 11 years ago
Must upgrade Aurora 16 to NSPR 4.9.2 final
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
FIXED
mozilla17
Tracking | Status | |
---|---|---|
firefox16 | --- | fixed |
People
(Reporter: KaiE, Unassigned)
Details
Attachments
(1 file)
27 bytes,
patch
|
KaiE
:
review+
wtc
:
review+
lsblakk
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
The Aurora 16 branch currently uses NSPR 4.9.2 beta. We must upgrade it to 4.9.2 final because of policy. There was one change between beta and final: Bug 758837: add a comment to explain the source of the 15-char name length limit. Copy the null terminator from the input thread name. r=honzab.
Reporter | ||
Comment 1•11 years ago
|
||
Reporter | ||
Updated•11 years ago
|
Attachment #647243 -
Flags: approval-mozilla-aurora?
Reporter | ||
Updated•11 years ago
|
Summary: Must upgrade Aurora to NSPR 4.9.2 final → Must upgrade Aurora 16 to NSPR 4.9.2 final
Reporter | ||
Comment 2•11 years ago
|
||
Please approve and land bug 766038 on Aurora 16, too.
Reporter | ||
Comment 3•11 years ago
|
||
Comment on attachment 647243 [details] [diff] [review] dummy patch permission from wtc during today's meeting
Attachment #647243 -
Flags: review+
Reporter | ||
Comment 4•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/38b216220e60
Updated•11 years ago
|
Attachment #647243 -
Flags: review+
Comment 5•11 years ago
|
||
(In reply to Kai Engert (:kaie) from comment #4) > https://hg.mozilla.org/integration/mozilla-inbound/rev/38b216220e60 You forgot to make a dummy change to nsprpub/config/prdepend.h.
Comment 6•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/38b216220e60
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
Comment 7•11 years ago
|
||
Next time, please use: $ python client.py update_nspr NSPR_4_9_2_RTM
Updated•11 years ago
|
Attachment #647243 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Reporter | ||
Comment 8•11 years ago
|
||
> You forgot to make a dummy change to nsprpub/config/prdepend.h. yes indeed, I will when landing on aurora (not to readers, this is simply to force a rebuild). > $ python client.py update_nspr NSPR_4_9_2_RTM That's what I did? Why do you believe I didn't? Or do you refer to the contents of the attachment?
Reporter | ||
Comment 9•11 years ago
|
||
Wan-Teh, should we file a bug that suggests to enhance the client.py script, to automatically apply a dummy change to the header file, by appending an empty line? We can eventually clean up the lines that get added over time, but it will make sure we won't forget about it.
Reporter | ||
Comment 10•11 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/3124a5d23996
status-firefox16:
--- → fixed
Comment 11•11 years ago
|
||
(In reply to Kai Engert (:kaie) from comment #8) > > $ python client.py update_nspr NSPR_4_9_2_RTM > > That's what I did? Why do you believe I didn't? Because it should have picked the nsprpub/config/prdepend.h change.
Comment 12•11 years ago
|
||
(In reply to Mike Hommey [:glandium] from comment #11) > (In reply to Kai Engert (:kaie) from comment #8) > > > $ python client.py update_nspr NSPR_4_9_2_RTM > > > > That's what I did? Why do you believe I didn't? > > Because it should have picked the nsprpub/config/prdepend.h change. I mean, it does if I run it...
Reporter | ||
Comment 13•11 years ago
|
||
> > Because it should have picked the nsprpub/config/prdepend.h change. > I mean, it does if I run it... I don't see code in client.py to update that file. We do that manually. If you saw that file changed, then that file in the release is different from the one that you were using in your local tree. We frequently change this file in order to trigger rebuilds. If comment 9 I suggest to enhance client.py to automatically add a dummy line to the dummy file whenever we use the script to update NSPR (or NSS, different file), so we won't forget about it and can avoid confusion. If you like this idea, we should file a bug.
Comment 14•11 years ago
|
||
I think this would be a good change to client.py. We should be more sophisticated: if the last line of prdepend.h is a blank line, remove it. Otherwise, append a blank line.
Reporter | ||
Comment 15•11 years ago
|
||
> We should be more sophisticated: if the last line of prdepend.h is a blank > line, remove it. Otherwise, append a blank line. I've implemented the proposal in bug 782784.
You need to log in
before you can comment on or make changes to this bug.
Description
•