Closed
Bug 17221
Opened 25 years ago
Closed 25 years ago
Solaris: apprunner, undefined symbol _XlcCompileResourceList
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
M12
People
(Reporter: mcafee, Assigned: mcafee)
References
Details
(Whiteboard: Need to document this)
Attachments
(1 file)
938 bytes,
patch
|
Details | Diff | Splinter Review |
[forked off a bug from 13160:]
------- Additional Comments From mhw@mft.co.uk 10/25/99 10:28 -------
I've just run into the _XlcCompileResourceList crash on Solaris 2.6. A quick
search of SunSolve turned up bug report #4239074, from which:
Work around:
Edit the file :
/usr/openwin/lib/locale/iso8859-1/XI18N_OBJS
Remove the line
< XOM xomEuro _XomGenericOpenOM # XOM_open
Add the line
> XOM common/xomLTRTTB _XomGenericOpenOM # XOM_open
which fixes it for me (i.e. I can bring apprunner up once I've made this
change).
The bad news seems to be that there's currently no official fix and the file you
need to edit is owned by root.
Updated•25 years ago
|
Assignee: ftang → erik
Comment 1•25 years ago
|
||
I have no clue what happen here. Erik, maybe we should assign this back to
sun...
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Comment 2•25 years ago
|
||
Since this is a known bug in Solaris, marking this INVALID.
Assignee | ||
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Assignee | ||
Comment 3•25 years ago
|
||
Come on, we need to document this. Reopening.
Updated•25 years ago
|
Assignee: erik → mcafee
Status: REOPENED → NEW
Comment 4•25 years ago
|
||
Sorry, I can't accept this task. Please assign to somebody else.
Comment 5•25 years ago
|
||
I had a bit more of a dig on SunSolve Online and found bug report #4158297 which
is caused by the same failure. There's a pretty detailed analysis of the problem
and an alternative (simpler) workaround:
Work around:
Edit the /etc/default/init file and remove the LC_CTYPE=en_US line.
Also make sure not to set LANG=en_US.
Happily it would be possible to unset LC_CTYPE and LANG in a shell script
wrapper without requiring root privilege. Perhaps run-mozilla.sh could include a
test for either a fixed XI18N_OBJS or unset these two enironment variables
before running the binary.
Comment 7•25 years ago
|
||
Comment 8•25 years ago
|
||
I've added some code to run-mozilla.sh to detect the broken XI18N_OBJS file on
Solaris 2.6 and unset the environment variables suggested in the SunSolve bug
report. Seems to work for me. The change would mean that LC_CTYPE and LC_LANG
are ignored unless the XI18N_OBJS file is fixed, so it would probably be worth
adding a comment to the release notes to that effect.
Also, I've tested the patch as is on Solaris 2.6 and I've tested the individual
commands on Linux, which are the only two Unices I have to hand. I think the
commands should be Ok on other platforms, but it would be worth checking. It may
also be necessary to match the SunOS version against more than 2.6 if this bug
applies to other releases of Solaris.
Assignee | ||
Updated•25 years ago
|
Component: Internationalization → ActiveX Wrapper
OS: Solaris → All
Whiteboard: Need to document this
Target Milestone: M11
Assignee | ||
Updated•25 years ago
|
Component: ActiveX Wrapper → Build Config
Target Milestone: M11 → M12
Assignee | ||
Comment 9•25 years ago
|
||
don't hold m11 for this, m12.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M12 → M11
Assignee | ||
Comment 10•25 years ago
|
||
Found a dup, changed my mind let's deal with this for m11.
Assignee | ||
Comment 11•25 years ago
|
||
*** Bug 14709 has been marked as a duplicate of this bug. ***
Assignee | ||
Updated•25 years ago
|
Target Milestone: M11 → M12
Assignee | ||
Comment 12•25 years ago
|
||
m12
Assignee | ||
Updated•25 years ago
|
Assignee: mcafee → verah
Assignee | ||
Comment 13•25 years ago
|
||
I've doc'ed this at http://www.mozilla.org/unix/solaris.html
(Still needs to push tonight), over to verah for release note.
Vera you might just want to point at the solaris page instead
of detailing problems.
Assignee | ||
Updated•25 years ago
|
Assignee: verah → mcafee
Assignee | ||
Comment 14•25 years ago
|
||
back to me, will use http://bugzilla.mozilla.org/show_bug.cgi?id=17788
for release notes.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 15•25 years ago
|
||
fixed
Comment 16•25 years ago
|
||
Hi folks... I think I'm a few steps behind, here. This is noted in the tracking
bug for the M12 release notes, but it looks like it should have been in the M11
release notes. Should I add it to the M11 notes? (Sorry for the delay!)
Assignee | ||
Comment 17•25 years ago
|
||
re: Solaris note, yes this should go in for m11, sorry it is late! -Chris
Updated•25 years ago
|
QA Contact: teruko → mcafee
Comment 18•25 years ago
|
||
Changed QA contact.
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•