Date: 03 Jun 2002 23:14:17 -0400 From: Joe Marcus Clarke <marcus@FreeBSD.org> To: Kris Kennaway <kris@obsecurity.org> Cc: gnome@FreeBSD.org, alpha@FreeBSD.org Subject: Re: mozilla package continued problems Message-ID: <1023160457.621.9.camel@gyros.marcuscom.com> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
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
[-- Attachment #2 --]
--- 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=. MOZILLA_FIVE_HOME=. ./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=. MOZILLA_FIVE_HOME=. ./regchrome)
+ ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1023160457.621.9.camel>
