Closed
Bug 333224
Opened 20 years ago
Closed 20 years ago
wrong ELF class: ELFCLASS32 in libplds4.so on Sparc/Solaris 8
Categories
(Directory Graveyard :: LDAP C SDK, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 333406
People
(Reporter: InvisibleSmiley, Assigned: richm)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060408 SeaMonkey/1.5a
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060408 SeaMonkey/1.5a
Compiling current SeaMonkey CVS trunk on Sparc/Solaris 8, Forte compiler (cc/CC) gives me the following error:
======= making ./libprldap50.so
/usr/ccs/bin/ld -G -h libprldap50.so -o libprldap50.so ./ldappr-dns.o ./ldappr-error.o ./ldappr-io.o ./ldappr-public.o ./ldappr-threads.o -Blocal -M./libprldap.exp -L/software/build/seamonkey-latest/src/mozilla/dist/lib -lldap50 -L/software/build/seamonkey-latest/src/mozilla/dist/lib -lplds4 -lplc4 -lnspr4
ld: fatal: file /software/build/seamonkey-latest/src/mozilla/dist/lib/libplds4.so: wrong ELF class: ELFCLASS32
ld: fatal: file /software/build/seamonkey-latest/src/mozilla/dist/lib/libplc4.so: wrong ELF class: ELFCLASS32
ld: fatal: file /software/build/seamonkey-latest/src/mozilla/dist/lib/libnspr4.so: wrong ELF class: ELFCLASS32
ld: fatal: File processing errors. No output written to libprldap50.so
gmake[6]: *** [libprldap50.so] Error 1
gmake[6]: Leaving directory `/software/build/seamonkey-latest/src/mozilla/directory/c-sdk/ldap/libraries/libprldap'
This might be related to bug 325625 (don't know, just a guess).
Reproducible: Always
Steps to Reproduce:
1. checkout SeaMonkey trunk from CVS
2. try to build
Actual Results:
doesn't compile
Expected Results:
should compile
System: SunOS 5.8 sun4u sparc SUNW,Ultra-60
Compiler: cc: Sun WorkShop 6 update 2 C 5.3 Patch 111679-11 2003/04/02
CC: Sun WorkShop 6 update 2 C++ 5.3 Patch 111685-20 2004/03/19
| Reporter | ||
Updated•20 years ago
|
OS: Other → Solaris
Hardware: Other → Sun
Comment 1•20 years ago
|
||
This looks like it might be a duplicate of bug 333406. Rich, do you agree?
Assignee: mcs → richm
| Assignee | ||
Comment 2•20 years ago
|
||
Yep, looks like a duplicate.
*** This bug has been marked as a duplicate of 333406 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•