From owner-freebsd-alpha Mon Jun 3 20:14:28 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from gyros.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by hub.freebsd.org (Postfix) with ESMTP id EE82937B409; Mon, 3 Jun 2002 20:14:21 -0700 (PDT) Received: from gyros.marcuscom.com (localhost [127.0.0.1]) by gyros.marcuscom.com (8.12.3/8.12.3) with ESMTP id g543EIxr000758; Mon, 3 Jun 2002 23:14:18 -0400 (EDT) (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by gyros.marcuscom.com (8.12.3/8.12.3/Submit) id g543EH7C000757; Mon, 3 Jun 2002 23:14:17 -0400 (EDT) X-Authentication-Warning: gyros.marcuscom.com: marcus set sender to marcus@FreeBSD.org using -f Subject: Re: mozilla package continued problems From: Joe Marcus Clarke To: Kris Kennaway Cc: gnome@FreeBSD.org, alpha@FreeBSD.org In-Reply-To: <20020602221653.A2501@xor.obsecurity.org> References: <20020601133830.A82337@xor.obsecurity.org> <1022966096.76321.5.camel@shumai.marcuscom.com> <20020601154018.A84522@xor.obsecurity.org> <1023050309.8517.0.camel@shumai.marcuscom.com> <20020602220633.A1507@xor.obsecurity.org> <1023081241.336.2.camel@gyros.marcuscom.com> <20020602221653.A2501@xor.obsecurity.org> Content-Type: multipart/mixed; boundary="=-1IdIzBXS76MP8uCyx4J/" X-Mailer: Ximian Evolution 1.0.5 Date: 03 Jun 2002 23:14:17 -0400 Message-Id: <1023160457.621.9.camel@gyros.marcuscom.com> Mime-Version: 1.0 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 --=-1IdIzBXS76MP8uCyx4J/ Content-Type: text/plain Content-Transfer-Encoding: 7bit On Mon, 2002-06-03 at 01:16, Kris Kennaway wrote: > On Mon, Jun 03, 2002 at 01:14:01AM -0400, Joe Marcus Clarke wrote: > > > > This causes it to die with: > > > > > > gmake[1]: Leaving directory `/usr2/ports/www/mozilla/work/mozilla' > > > /usr/bin/sed -e "s;@PREFIX@;/usr/X11R6;g" /usr2/ports/www/mozilla/files/mozilla.sh >/usr2/ports/www/mozilla/work/mozilla/mozilla > > > (cd /usr2/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) > > > *** Error code 5 > > > > I'm going to need the debugging back trace then. I can't figure out > > where the segfault is coming from. > > Unfortunately when I try and build with -ggdb I get internal compiler > errors. They go away when I remove -ggdb. If I still have time, then can you give this patch a try? Forget the last patch I sent that caused the Error code 5. This patch was taken from recent instructions on the Mozilla website. I don't know if this will work, but it's about the last idea I've got. Joe > > Kris --=-1IdIzBXS76MP8uCyx4J/ Content-Disposition: attachment; filename=Makefile.diff Content-Transfer-Encoding: quoted-printable Content-Type: text/x-makefile; name=Makefile.diff; charset=ISO8859-1 --- www/mozilla/Makefile.orig Mon Jun 3 23:05:37 2002 +++ www/mozilla/Makefile Mon Jun 3 23:07:48 2002 @@ -105,9 +105,8 @@ ${FILESDIR}/mozilla.sh >${WRKSRC}/mozilla (cd ${WRKSRC}/dist/bin; \ ${SETENV} LD_LIBRARY_PATH=3D. MOZILLA_FIVE_HOME=3D. ./regxpcom; \ - ${ECHO_CMD} skin,install,select,classic/1.0 >> chrome/installed-chrome.= txt; \ - ${ECHO_CMD} locale,install,select,en-US >> chrome/installed-chrome.txt;= \ - ${SETENV} LD_LIBRARY_PATH=3D. MOZILLA_FIVE_HOME=3D. ./regchrome) + ${SETENV} LD_LIBRARY_PATH=3D. MOZILLA_FIVE_HOME=3D. ./regchrome; \ + ${TOUCH} chrome/user-skins.rdf ; ${TOUCH} chrome/user-locales.rdf) ${FIND} ${WRKSRC}/dist/bin -type d | /usr/bin/sort -r | \ ${XARGS} ${RMDIR} 2> /dev/null || ${TRUE} =20 --=-1IdIzBXS76MP8uCyx4J/-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message