From owner-freebsd-ports Tue Oct 29 9:12:29 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEFBD37B401 for ; Tue, 29 Oct 2002 09:12:27 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC58C43E42 for ; Tue, 29 Oct 2002 09:12:26 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id g9THBC01023010; Tue, 29 Oct 2002 12:11:13 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Mozilla port doesn't compile on FreeBSD 4.7-RELEASE From: Joe Marcus Clarke To: Arjan van Leeuwen Cc: freebsd-ports@FreeBSD.ORG In-Reply-To: <200210291047.18392.avleeuwen@piwebs.com> References: <200210291047.18392.avleeuwen@piwebs.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 29 Oct 2002 12:12:17 -0500 Message-Id: <1035911538.340.2.camel@gyros.marcuscom.com> Mime-Version: 1.0 X-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.41 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, 2002-10-29 at 04:47, Arjan van Leeuwen wrote: > Hi, > > I'm running 4.7-RELEASE, and can't get the www/mozilla or www/mozilla-devel > ports compiled. It always gives me a segmentation fault or a bus error (using > system gcc or gcc31 from ports, respectively) when running some programs at > the end. > > This is the result of running 'make CC=gcc31 CXX=g++31' from > www/mozilla-devel: This won't work. You _must_ use the system default compiler with Mozilla. Not doing so will produce the error you're seeing. > > gmake[1]: Leaving directory `/shared/ports/www/mozilla-devel/work/mozilla' > /usr/bin/sed -e "s;@PREFIX@;/usr/X11R6;g" > /shared/ports/www/mozilla-devel/files/mozilla.sh > >/shared/ports/www/mozilla-devel/work/mozilla/mozilla-devel > (cd /shared/ports/www/mozilla-devel/work/mozilla/dist/bin; /usr/bin/env > LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; /usr/bin/env > LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome; /usr/bin/touch > ./chrome/user-skins.rdf ./chrome/user-locales.rdf) > Bus error (core dumped) > *** Error code 138 > > Stop in /shared/ports/www/mozilla-devel. > > As said, I have the same problem with the system GCC. I remember seeing this > problem before on -CURRENT. Is there an easy solution for this problem? > > Please note that as I'm not subscribed to the list, a CC to my address would > be very helpful. I don't see this problem anymore on -CURRENT or -stable. Of course, I do see this on Alpha, but the port shouldn't even try to build in that case. Have you tried building mozilla-devel with the 2.95.4 compiler on -stable recently? Joe -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message