[bug-notifications] [libpango 0003750]: /pango-basic-fc.so: wrong ELF class: ELFCLASS64
Mantis Bug Tracker
noreply at opencsw.org
Fri Jul 3 13:48:55 CEST 2009
A NOTE has been added to this issue.
======================================================================
http://www.opencsw.org/bugtrack/view.php?id=3750
======================================================================
Reported By: wcohrs
Assigned To: dam
======================================================================
Project: libpango
Issue ID: 3750
Category: packaging
Reproducibility: always
Severity: crash
Priority: normal
Status: assigned
======================================================================
Date Submitted: 2009-07-02 11:22 CEST
Last Modified: 2009-07-03 13:48 CEST
======================================================================
Summary: /pango-basic-fc.so: wrong ELF class: ELFCLASS64
Description:
solaris 10 x86 after update
emacs-gtk-22.3 or gimp
(emacs-gtk-22-3:21494): Pango-WARNING **: ld.so.1: emacs-gtk-22.3: fatal:
/opt/csw/lib/64/pango/1.6.0/modules/pango-basic-fc.so: wrong ELF class:
ELFCLASS64
(emacs-gtk-22-3:21494): Pango-WARNING **: Failed to load Pango module
'/opt/csw/lib/64/pango/1.6.0/modules/pango-basic-fc.so' for id
'BasicScriptEngineFc'
(gimp:21590): Pango-WARNING **: ld.so.1: gimp-2.4: fatal:
/opt/csw/lib/64/pango/1.6.0/modules/pango-basic-fc.so: wrong ELF class:
ELFCLASS64
(gimp:21590): Pango-WARNING **: ld.so.1: gimp-2.4: fatal:
/opt/csw/lib/64/pango/1.6.0/modules/pango-basic-fc.so: wrong ELF class:
ELFCLASS64
(gimp:21590): Pango-WARNING **: ld.so.1: gimp-2.4: fatal:
/opt/csw/lib/64/pango/1.6.0/modules/pango-basic-fc.so: wrong ELF class:
ELFCLASS64
======================================================================
----------------------------------------------------------------------
(0006385) dam (manager) - 2009-07-03 13:48
http://www.opencsw.org/bugtrack/view.php?id=3750#c6385
----------------------------------------------------------------------
Ok, there is obiously an error in the package creation:
/opt/csw/bin/pango-querymodules
is linked to isaexec and chooses the best ISA. This is wrong for this
kind of use. The isaexec should be removed and there should be two
binaries:
/opt/csw/bin/pango-querymodules for 32 bit
/opt/csw/bin/(sparcv9|amd64)/pango-querymodules for 64 bit
You can try this right now with the new package and
rm /opt/csw/bin/pango-querymodules
ln -s /opt/csw/bin/sparcv8/pango-querymodules
/opt/csw/bin/pango-querymodules
Please tell me if that worked.
More information about the bug-notifications
mailing list