Closed Bug 91842 Opened 24 years ago Closed 23 years ago

Mozilla startup scripts miss support for 64bit sparcv9 applications

Categories

(SeaMonkey :: Build Config, defect)

Sun
Solaris
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla0.9.6

People

(Reporter: roland.mainz, Assigned: roland.mainz)

References

Details

Attachments

(1 file)

Mozilla's startup scripts (like run-mozilla.sh) miss support for 64bit sparcv9 applications (see bug 20860 for build instructions to build a real 64bit Zilla on Solaris). I always have to type % cd dist/bin/ % export LD_LIBRARY_PATH_64=$PWD:$PWD/components % ./mozilla to start the Zilla... ;-(( Background: Solaris >= 2.7 is a mixed 32bit/64bit environment which can run both 32bit and 64bit applications at the same time. 32bit and 64bit binaries cannot me mixed in one binary/shared_lib, therefore they are seperated. For example, 32bit shared_libs are stored in /usr/lib/, 64bit counterparts are stored in /usr/lib/sparcv9/. The runtime linker has a 2nd set of env vars to manage these 64bit libraries - they usually have the suffix "_64" at the end, e.g. "LD_LIBRARY_PATH_64" etc. See ld.so.1(1) for additional info.
Adding to 64bit/sparcv9-tracker bug...
Depends on: 91831
.
Assignee: asa → cls
Component: Browser-General → Build Config
QA Contact: doronr → granrose
No longer depends on: 91831
Blocks: 91831
This is easy... stealing from cls...
Assignee: cls → Roland.Mainz
Setting milestone, accepting...
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.4
Requesting r=/sr= for this patch, please ...
Keywords: patch, review
Target Milestone: mozilla0.9.4 → mozilla0.9.5
cls, wanna r= this patch, please ?
I don't think that path should be set unconditionally. Follow the N32 example and only set it if it's already set.
Retargeting to 0.9.6 for now ...
Target Milestone: mozilla0.9.5 → mozilla0.9.6
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: