Closed
Bug 194662
Opened 22 years ago
Closed 22 years ago
[mach] mach-o static builds busted
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.4alpha
People
(Reporter: netscape, Assigned: netscape)
Details
Attachments
(4 files, 1 obsolete file)
2.15 KB,
patch
|
ccarlen
:
review+
|
Details | Diff | Splinter Review |
2.92 KB,
patch
|
pavlov
:
review+
|
Details | Diff | Splinter Review |
420.68 KB,
patch
|
Details | Diff | Splinter Review | |
335.98 KB,
patch
|
Details | Diff | Splinter Review |
The build fails complaining about object files having 'local relocation entries
in non-writable section (__TEXT,__text)'. This is caused by linking in object
files which were not compiled with -fPIC.
Assignee | ||
Comment 1•22 years ago
|
||
Assignee | ||
Updated•22 years ago
|
Attachment #115350 -
Flags: review?(ccarlen)
Comment 2•22 years ago
|
||
Comment on attachment 115350 [details] [diff] [review]
Sprinkle FORCE_USE_PIC liberally
r=ccarlen
Is there a perf hit for using fPIC on PowerPC? I kinda doubt it. If there's any
OSX-specific doc on this issue that you read, I'd be curious.
Attachment #115350 -
Flags: review?(ccarlen) → review+
Assignee | ||
Comment 3•22 years ago
|
||
Silly ordering issue though as the warning states, we may want to think about
using -bind_at_load as lazy loading could cause the wrong set of symbols to be
loaded.
Assignee | ||
Comment 4•22 years ago
|
||
Attachment #115599 -
Attachment is obsolete: true
Assignee | ||
Updated•22 years ago
|
Attachment #115619 -
Flags: review?(bryner)
Comment 5•22 years ago
|
||
Comment on attachment 115619 [details] [diff] [review]
fix viewer too
conrad: yeah, there will be some perf hit.. but its probably not too noticable.
Attachment #115619 -
Flags: review?(bryner) → review+
Assignee | ||
Comment 6•22 years ago
|
||
Patch has been checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•22 years ago
|
Target Milestone: --- → mozilla1.4alpha
Comment 8•22 years ago
|
||
I made several attempts to run a static build on the nightly build machine, by
adding the following options to mozconfig:
ac_add_options --enable-static
ac_add_options --disable-shared
... but never succeeded.
Log file will follow.
Comment 9•22 years ago
|
||
Comment 10•22 years ago
|
||
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•