Closed
Bug 28709
Opened 25 years ago
Closed 23 years ago
Get IRIX mozilla build up an running using gcc
Categories
(Core Graveyard :: Tracking, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jdunn, Assigned: rhess)
References
Details
(Keywords: platform-parity)
This is a high level 'tracking' bug that should only be used as a
place to attach blocking SGI/IRIX bugs against.
Status: NEW → ASSIGNED
QA Contact: asadotzler → jdunn
Target Milestone: M20
reassigning to richard
Assignee: jdunn → rhess
Status: ASSIGNED → NEW
QA Contact: jdunn → rhess
Updated•24 years ago
|
Status: NEW → ASSIGNED
Making the subject more explicit as Irix builds have been up and running for
months using the MIPSpro compiler.
Summary: Get IRIX mozilla build up an running → Get IRIX mozilla build up an running using gcc
Comment 3•24 years ago
|
||
Having applied the patches for bug 21308 and bug 79282, and using the
workaround for bug 28711 and bug 28717, I have been able to build mozilla using
fw_gcc (2.95.2). However it would not suprise anyone that the binary does not
quite work.
% ./mozilla
...
12643702:./mozilla-bin: rld: Error: unresolvable symbol in ./libxpcom.so:
Stub124__14nsXPTCStubBase
12643702:./mozilla-bin: rld: Error: unresolvable symbol in ./libxpcom.so:
Stub117__14nsXPTCStubBase
12643702:./mozilla-bin: rld: Error: unresolvable symbol in ./libxpcom.so:
Stub118__14nsXPTCStubBase
12643702:./mozilla-bin: rld: Error: unresolvable symbol in ./libxpcom.so:
Stub119__14nsXPTCStubBase
12643702:./mozilla-bin: rld: Error: unresolvable symbol in ./libxpcom.so:
Stub123__14nsXPTCStubBase
12643702:./mozilla-bin: rld: Error: unresolvable symbol in ./libxpcom.so:
Stub122__14nsXPTCStubBase
12643702:./mozilla-bin: rld: Error: unresolvable symbol in ./libxpcom.so:
Stub121__14nsXPTCStubBase
12643702:./mozilla-bin: rld: Error: unresolvable symbol in ./libxpcom.so:
Stub120__14nsXPTCStubBase
12643702:./mozilla-bin: rld: Error: unresolvable symbol in ./libxpcom.so:
Stub20__14nsXPTCStubBase
...
Comment 4•24 years ago
|
||
Applying the patch for bug 79362 , I now have a core file.
nsNativeComponentLoader: autoregistering succeeded
moz_run_program[36]: 12682370 Memory fault(coredump)
Comment 5•24 years ago
|
||
Applying the new patches for bug 79362 , and mozilla now builds on IRIX using
gcc, and works!
Comment 6•24 years ago
|
||
All bugs now have patches, which when applied allow gcc to build mozilla
without assistance.
Comment 7•23 years ago
|
||
I believe this can now be closed. Thanks to all who helped.
Comment 8•23 years ago
|
||
resolving fixed per that last comment.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•