Closed
Bug 776305
Opened 13 years ago
Closed 13 years ago
Link error in js/: js: hidden symbol `deflateInit_' isn't defined when using system zlib
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla17
People
(Reporter: mounir, Assigned: glandium)
References
Details
Attachments
(1 file)
1.38 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
With gcc-4.5.3.
Comment 1•13 years ago
|
||
Is this bug 776126?
Reporter | ||
Comment 2•13 years ago
|
||
I think so.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 3•13 years ago
|
||
Hmm, maybe not.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 4•13 years ago
|
||
I assume you've done the whole clobber/autoreconf dance?
Reporter | ||
Comment 5•13 years ago
|
||
`rm -rf objdir && make -f client.mk`
should be enough?
The difference between this bug and the other is that I'm not using the same mozconfig options: I'm not using a shared js but I'm using a system zlib.
Reporter | ||
Comment 6•13 years ago
|
||
I confirm, it's because of system-zlib.
Comment 7•13 years ago
|
||
Fails for me, too.
Assignee: general → nobody
Component: JavaScript Engine → Build Config
Summary: Link error in js/: js: hidden symbol `deflateInit_' isn't defined → Link error in js/: js: hidden symbol `deflateInit_' isn't defined when using system zlib
Assignee | ||
Comment 8•13 years ago
|
||
Can you attach your build log? I can't reproduce.
Comment 9•13 years ago
|
||
I can reproduce this bug during building Thunderbird but not reproduce during XULrunner.
Comment 10•13 years ago
|
||
Build environment:
Fedora 17 x86_64
gcc-4.7.0
zlib-1.2.5
Assignee | ||
Comment 11•13 years ago
|
||
Ah, I finally reproduced.
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → mh+mozilla
Assignee | ||
Comment 12•13 years ago
|
||
Attachment #644848 -
Flags: review?(khuey)
Assignee | ||
Comment 13•13 years ago
|
||
For those who would apply the patch: note ccache is not being very helpful in this case.
Use CCACHE_RECACHE=1 make -C objdir/js/src jsutil.o
Attachment #644848 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 15•13 years ago
|
||
Target Milestone: --- → mozilla17
Comment 16•13 years ago
|
||
Push backed out for Windows mochitest crashes:
https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=eecd3aa199e6
https://hg.mozilla.org/integration/mozilla-inbound/rev/1abfd50c8be6
Assignee | ||
Comment 17•13 years ago
|
||
Relanded, as it was innocent
https://hg.mozilla.org/integration/mozilla-inbound/rev/64de88e18420
Comment 18•13 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•