From owner-freebsd-ports Tue Oct 29 1:47:19 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 F1A8D37B401 for ; Tue, 29 Oct 2002 01:47:17 -0800 (PST) Received: from piwebs.com (t-indiv5-88.athome.tue.nl [131.155.241.88]) by mx1.FreeBSD.org (Postfix) with SMTP id E36C743E6E for ; Tue, 29 Oct 2002 01:47:16 -0800 (PST) (envelope-from avleeuwen@piwebs.com) Received: (qmail 2933 invoked from network); 29 Oct 2002 09:47:18 -0000 Received: from unknown (HELO 192.168.0.105) (192.168.0.105) by 0 with SMTP; 29 Oct 2002 09:47:18 -0000 From: Arjan van Leeuwen To: freebsd-ports@freebsd.org Subject: Mozilla port doesn't compile on FreeBSD 4.7-RELEASE Date: Tue, 29 Oct 2002 10:47:18 +0100 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200210291047.18392.avleeuwen@piwebs.com> 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 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: 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. Arjan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message