From owner-freebsd-ports Mon Oct 4 16:40:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B2270150C8 for ; Mon, 4 Oct 1999 16:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA26370; Mon, 4 Oct 1999 16:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from iss-p1.lbl.gov (iss-p1.lbl.gov [131.243.2.47]) by hub.freebsd.org (Postfix) with ESMTP id 5445F14DAA for ; Mon, 4 Oct 1999 16:36:31 -0700 (PDT) (envelope-from jin@iss-p1.lbl.gov) Received: (from jin@localhost) by iss-p1.lbl.gov (8.9.3/8.9.3) id QAA32410; Mon, 4 Oct 1999 16:36:31 -0700 (PDT) (envelope-from jin) Message-Id: <199910042336.QAA32410@iss-p1.lbl.gov> Date: Mon, 4 Oct 1999 16:36:31 -0700 (PDT) From: Jin Guojun (FTG staff) Reply-To: j_guojun@lbl.gov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14134: package netscape-4.61 cannot run under 3.x or later Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14134 >Category: ports >Synopsis: package netscape-4.61 cannot run under 3.x or later >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 4 16:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jin Guojun (FTG staff) >Release: FreeBSD 3.x-RELEASE i386 >Organization: >Environment: 3.2-RELEASE or later >Description: Since netscape uses dynamic link for its later product, and the FreeBSD versions are compiled under 2.2.X-RELEASE platform, the newer netscape will not run under 3.x or later (ELF kernel). So, we need ability to run these a.out software under 3.x or later till the vendor generates the ELF versions of softwares. >How-To-Repeat: /stand/sysinstall --> Post Configuration --> packages --> netscape-4.61 % netscape /usr/libexec/ld.so: warning: /usr/lib/libXt.so.6: minor version -1 older than expected 0, using it anyway ld.so failed: bad magic number in "/usr/lib/libXt.so.6" % ldd /usr/local/bin/netscape ldd: /usr/local/bin/netscape: not a dynamic executable % /usr/local/bin/netscape /usr/libexec/ld.so: warning: /usr/lib/libXt.so.6: minor version -1 older than expected 0, using it anyway ld.so failed: bad magic number in "/usr/lib/libXt.so.6" % ll /usr/local/bin/netscape lrwxr-xr-x 1 root advdev 11 Oct 4 16:21 /usr/local/bin/netscape@ -> navigator-4 % more /usr/local/bin/navigator-4.61 #!/bin/sh export MOZILLA_HOME; MOZILLA_HOME=${MOZILLA_HOME:=/usr/local/lib/netscape} export CLASSPATH ; CLASSPATH=.:$MOZILLA_HOME export XCMSDB; XCMSDB=/dev/null ulimit -c 0 exec $MOZILLA_HOME/navigator-4.61.bin "$@" % ldd /usr/local/lib/netscape/navigator-4.61.bin /usr/local/lib/netscape/navigator-4.61.bin: /usr/libexec/ld.so: warning: /usr/lib/libXt.so.6: minor version -1 older than expected 0, using it anyway /usr/libexec/ld.so: warning: /usr/lib/libXmu.so.6: minor version -1 older than expected 0, using it anyway /usr/libexec/ld.so: warning: /usr/lib/libXext.so.6: minor version -1 older than expected 3, using it anyway /usr/libexec/ld.so: warning: /usr/lib/libX11.so.6: minor version -1 older than expected 1, using it anyway /usr/libexec/ld.so: warning: /usr/lib/libSM.so.6: minor version -1 older than expected 0, using it anyway /usr/libexec/ld.so: warning: /usr/lib/libICE.so.6: minor version -1 older than expected 3, using it anyway /usr/libexec/ld.so: warning: /usr/lib/libg++.so.4: minor version -1 older than expected 0, using it anyway /usr/libexec/ld.so: warning: /usr/lib/libstdc++.so.2: minor version -1 older than expected 0, using it anyway /usr/libexec/ld.so: warning: /usr/lib/libm.so.2: minor version -1 older than expected 0, using it anyway /usr/libexec/ld.so: warning: /usr/lib/libc.so.3: minor version -1 older than expected 0, using it anyway -lXt.6 => not found (0x0) -lXmu.6 => not found (0x0) -lXext.6 => not found (0x0) -lX11.6 => not found (0x0) -lSM.6 => not found (0x0) -lICE.6 => not found (0x0) -lg++.4 => not found (0x0) -lstdc++.2 => not found (0x0) -lm.2 => not found (0x0) -lc.3 => not found (0x0) >Fix: Needs to have a.out execution ability to run later versions of netscape >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message