From owner-freebsd-alpha Tue Apr 23 10:58:50 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from smtp.comcast.net (smtp.comcast.net [24.153.64.2]) by hub.freebsd.org (Postfix) with ESMTP id 76AA337B400 for ; Tue, 23 Apr 2002 10:58:47 -0700 (PDT) Received: from roshomon (pcp01222315pcs.roylok01.mi.comcast.net [68.61.32.14]) by mtaout45-02.icomcast.net (iPlanet Messaging Server 5.1 HotFix 0.3 (built Apr 8 2002)) with ESMTP id <0GV100D6N8LY7X@mtaout45-02.icomcast.net> for freebsd-alpha@freebsd.org; Tue, 23 Apr 2002 13:58:46 -0400 (EDT) Date: Tue, 23 Apr 2002 14:58:56 -0300 From: "Coffin, Dexter" Subject: Anyone compile, install and run Mozilla 1.0 rc1 on FreeBSD 4.5 forAlpha? To: alpha Message-id: <1019584736.309.154.camel@roshomon.idnopheq.net> MIME-version: 1.0 X-Mailer: Evolution/1.0.2 Content-type: text/plain Content-transfer-encoding: 7BIT Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, All! As part of my on-going love of my Alpha box and FreeBSD, I'm trying to get Mozilla to compile and run. I've got an LX164 running 4.5 Stable using ports CVSUP-ed today at 10:00 AM EDT. To jump past certain hurdles, I had to swap FreeBSD's zip with the one I installed with/using OSF/1 compatibility and manually compile pathsub.o (without '-ffunction-sections' for some odd reason). Now I see ... gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/embedding/browser/gtk/tests' gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla' /usr/bin/sed -e "s;@PREFIX@;/usr/X11R6;g" /usr/ports/www/mozilla/files/mozilla.sh >/usr/ports/www/mozilla/work/mozilla/mozilla (cd /usr/ports/www/mozilla/work/mozilla/dist/bin; /usr/bin/env LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; echo skin,install,select,classic/1.0 >> chrome/installed-chrome.txt; echo locale,install,select,en-US >> chrome/installed-chrome.txt; /usr/bin/env LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome) /usr/libexec/ld-elf.so.1: ./libxpcom.so: Unsupported relocation type 240 in non-PLT relocations *** Error code 1 Stop in /usr/ports/www/mozilla. My understanding of PLT errors is that they are rare and the valid values are 0 through 10 (at least for i386). So what's up with a value of 240??? Before 1.0 rc1, the "Unsupported relocation" was type 8 which should be valid (again, at least on i386). I 'make clean'-ed, removed the source from /usr/ports/distfiles, and recompiled ld-elf.so.1. Yet the darned thing still fails to compile. Anyone have thoughts? I've seen this issue since about 0.91 or so. Before I submit a bug report, I thought I ask the list if anyone was successful with Mozilla on Alpha and how they did it. TIA! Dex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message