Closed
Bug 667962
Opened 14 years ago
Closed 14 years ago
jemalloc in 2010 doesn't work on gmake
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: khuey, Assigned: neil)
Details
Attachments
(1 file)
|
1.89 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Reporter | ||
Updated•14 years ago
|
Summary: jemalloc in 2010 only works on gmake → jemalloc in 2010 doesn't work on gmake
| Assignee | ||
Comment 1•14 years ago
|
||
My mozillabuild gmake doesn't seem to mind this Makefile, but the double-colon rules force it to rebuild everything each time, which doesn't help. I stopped libs from depending on $(DIST)/lib because we don't do that anywhere else.
Attachment #547970 -
Flags: review?(khuey)
| Reporter | ||
Updated•14 years ago
|
Attachment #547970 -
Flags: review?(khuey) → review+
| Reporter | ||
Updated•14 years ago
|
Assignee: khuey → neil
| Assignee | ||
Comment 2•14 years ago
|
||
Pushed changeset 370bcc140023 to mozilla-central.
Comment 3•14 years ago
|
||
Comment 4•14 years ago
|
||
Changeset http://hg.mozilla.org/mozilla-central/rev/4df55cccaff4 still crashes under vs2010.
| Assignee | ||
Comment 5•14 years ago
|
||
Which make are you using? It works for me with 3.81.90
Comment 6•14 years ago
|
||
(In reply to comment #5)
> Which make are you using? It works for me with 3.81.90
Using pymake this time.
Comment 7•14 years ago
|
||
I hadn't had a chance to retry this patch with gmake until now. It still crashes at the same point:
Generate a DSA key pair ...
Library File: d:/build/mozilla-central/objdir-ff-release/dist/lib/softokn3.dll 1
44384 bytes
Check File: d:/build/mozilla-central/objdir-ff-release/dist/lib/softokn3.chk
hash: 20 bytes
30 d7 c1 39 d9 19 a6 0e 6f 0f
07 37 c7 b1 03 a1 4f a1 c9 04
signature: 40 bytes
bc 61 0c 00 44 6e cf ac f5 6d
27 30 1c 1b be 43 04 b2 d1 ce
5e 36 61 99 ce 92 91 b1 f6 30
8c 1d b1 af d3 7b 38 3e e6 35
make[6]: *** [d:/build/mozilla-central/objdir-ff-release/dist/lib/softokn3.chk]
Error 5
make[6]: Leaving directory `/d/build/mozilla-central/security/nss/cmd/shlibsign'
make[5]: *** [libs] Error 2
Comment 8•14 years ago
|
||
| Assignee | ||
Comment 9•14 years ago
|
||
I thought that this bug was about the build failing with gmake in a different way to pymake. If the build fails in the same way with both gmake and pymake then this bug is fixed, and any remaining issues are down to bug 674972.
Comment 10•14 years ago
|
||
Everything appears to work as it should now.
| Reporter | ||
Comment 11•14 years ago
|
||
Can we close this?
Comment 12•14 years ago
|
||
I have no problems with closing this. Any other problem would be a separate bug at this point.
| Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•