Subject: Re: mozilla - "make" stops.
To: Shigeki UNO <shigeki@mediawars.ne.jp>
From: Frederick Bruckman <fredb@immanent.net>
List: tech-pkg
Date: 08/15/2002 15:45:14
On Fri, 16 Aug 2002, Shigeki UNO wrote:

>  Building mozilla-1.0nb2 went Okay but installation (with xpkgwedge-1.7)
> fails. (*sigh*) Its log is the following:
>
> ==> Installing for mozilla-1.0nb2

How did you even get that far? I've had to add
'-Wa,--register-prefix-optional' to --optimize-cflags to get through
".../xpcom".

> /usr/bin/env HOME="/usr/pkgsrc/www/mozilla/work" OBJECT_FMT=ELF PLIST_SRC=/usr/p
> kgsrc/www/mozilla/PLIST-ELF SED=/usr/bin/sed EGREP=/usr/bin/egrep CHOWN=/usr/sbi
> n/chown CHGRP=/usr/bin/chgrp CHMOD=/bin/chmod BINOWN=root BINGRP=wheel BINMODE=5
> 55 SETENV=/usr/bin/env BSD_INSTALL_PROGRAM="install -c -s -o root -g wheel -m 55
> 5"               BSD_INSTALL_SCRIPT="install -c -o root -g wheel -m 555"
>                  BSD_INSTALL_DATA="install -c -o root -g wheel -m 644"
>          BSD_INSTALL_MAN="install -c -o root -g wheel -m 444"
>  BSD_INSTALL_PROGRAM_DIR="install -d -o root -g wheel -m 555"    BSD_INSTALL_SCR
> IPT_DIR="install -d -o root -g wheel -m 555"             BSD_INSTALL_DATA_DIR="i
> nstall -d -o root -g wheel -m 555"               BSD_INSTALL_MAN_DIR="install -d
>  -o root -g wheel -m 555" CURDIR=/usr/pkgsrc/www/mozilla DISTDIR=/usr/pkgsrc/dis
> tfiles  PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/pkg/bin:/usr/pkg/
> sbin:/usr/local/bin:/usr/games:/usr/pkg/bin:/usr/X11R6/bin  WRKDIR=/usr/pkgsrc/w
> ww/mozilla/work WRKSRC=/usr/pkgsrc/www/mozilla/work/mozilla PATCHDIR=/usr/pkgsrc
> /www/mozilla/patches  SCRIPTDIR=/usr/pkgsrc/www/mozilla/scripts FILESDIR=/usr/pk
> gsrc/www/mozilla/files  _PKGSRCDIR=/usr/pkgsrc DEPENDS="gtk+>=1.2.8:../../x11/gt
> k glib>=1.2.8:../../devel/glib pth>=1.4.0:../../devel/pth gdk-pixbuf>=0.17.0:../
> ../graphics/gdk-pixbuf jpeg-6b:../../graphics/jpeg png>=1.2.1:../../graphics/png
>  tiff>=3.5.4:../../graphics/tiff ORBit>=0.5.12:../../net/ORBit freetype2>=2.0.1:
> ../../graphics/freetype2 perl>=5.0:../../lang/perl5"  PREFIX=/usr/pkg LOCALBASE=
> /usr/pkg X11BASE=/usr/X11R6 /bin/sh /usr/pkgsrc/www/mozilla/files/moz-install
> Segmentation fault - core dumped

What's dumping core? "/bin/sh"? "make"? Do you have a core file?

>  What I've done till now was to inclease values of MAXTSIZ / MAXDSIZ /
> MAXSSIZ in /usr/src/sys/arch/mac68k/include/vmparam.h. (BTW, I didn't
> inclease them in /usr/include/mac68k/vmpwram.h. I'm wrong?) However
> installation failed again. I've encountered this error many many times
> since 0.9.9 had been released and I have not been able to install
> mozilla since then.

I'm trying a build with '-O2 -Wa,--register-prefix-optional" on my
Quadra/128mb, but I think it's not even half-way through.

> My NetBSD version is 1.6E (both kernel and userland) on mac68k.

What sort of mac is this? How much memory?

Frederick