From owner-freebsd-mozilla Sun Mar 11 13:29:50 2001 Delivered-To: freebsd-mozilla@freebsd.org Received: from khan.acc.umu.se (khan.acc.umu.se [130.239.18.139]) by hub.freebsd.org (Postfix) with ESMTP id 19B1C37B718 for ; Sun, 11 Mar 2001 13:29:45 -0800 (PST) (envelope-from markush@acc.umu.se) Received: from mao.acc.umu.se (root@mao.acc.umu.se [130.239.18.154]) by khan.acc.umu.se (8.11.2/8.11.2) with ESMTP id f2BLTaS27713; Sun, 11 Mar 2001 22:29:36 +0100 (MET) Received: (from markush@localhost) by mao.acc.umu.se (8.9.3/8.9.3/Debian 8.9.3-21) id WAA28611; Sun, 11 Mar 2001 22:29:34 +0100 Date: Sun, 11 Mar 2001 22:29:34 +0100 From: Markus Holmberg To: Javier Delgadillo Cc: Dawn Endico , Chris Seawood , bryner@uiuc.edu, freebsd-mozilla@freebsd.org Subject: FreeBSD PSM part 2 [patch] Message-ID: <20010311222934.A27106@acc.umu.se> References: <3AA98215.20501@mozilla.org> <3AA984A1.658E0143@netscape.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3-current-20000511i In-Reply-To: <3AA984A1.658E0143@netscape.com>; from javi@netscape.com on Fri, Mar 09, 2001 at 05:34:26PM -0800 Sender: owner-freebsd-mozilla@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello.. Here's the next patch for enabling PSM to build on (all versions of) FreeBSD out of the box. Wouldn't call this rocket science :). (With this patch the file security/coreconf/FreeBSD2.mk becomes obsolete and can be removed) --- coreconf/config.mk.orig Sun Mar 11 19:13:42 2001 +++ coreconf/config.mk Sun Mar 11 19:09:27 2001 @@ -56,7 +56,7 @@ # each OS release. # ####################################################################### -ifeq (,$(filter-out NetBSD OS2,$(OS_TARGET))) +ifeq (,$(filter-out FreeBSD NetBSD OS2,$(OS_TARGET))) include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk else include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk --- manager/Makefile.in.orig Sun Mar 11 19:13:43 2001 +++ manager/Makefile.in Sun Mar 11 19:13:05 2001 @@ -28,7 +28,7 @@ CORE_DEPTH=$(topsrcdir)/security include $(CORE_DEPTH)/coreconf/arch.mk -ifeq (,$(filter-out NetBSD,$(OS_TARGET))) +ifeq (,$(filter-out FreeBSD NetBSD,$(OS_TARGET))) include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk else include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk --- psm/Makefile.in.orig Sun Mar 11 19:18:35 2001 +++ psm/Makefile.in Sun Mar 11 19:18:42 2001 @@ -28,7 +28,7 @@ CORE_DEPTH=$(topsrcdir)/security include $(CORE_DEPTH)/coreconf/arch.mk -ifeq (,$(filter-out NetBSD OS2,$(OS_TARGET))) +ifeq (,$(filter-out FreeBSD NetBSD OS2,$(OS_TARGET))) include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk else include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk (Note: Looks like OS2 should probably also be added to the changed line in manager/Makefile.in, since it's there on the other places) Best Regards, Markus. On Fri, Mar 09, 2001 at 05:34:26PM -0800, Javier Delgadillo wrote: > This patch has been checked in. > > Dawn Endico wrote: > > > Subject: mozilla/security/psm/server/Makefile patch > > Date: Sat, 10 Mar 2001 00:00:45 +0100 > > From: Markus Holmberg > > To: freebsd-mozilla@FreeBSD.ORG > > > > Hi.. > > [cut] -- Markus Holmberg | Give me Unix or give me a typewriter. markush@acc.umu.se | http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mozilla" in the body of the message From owner-freebsd-mozilla Sun Mar 11 23:57:26 2001 Delivered-To: freebsd-mozilla@freebsd.org Received: from linux.ssc.nsu.ru (linux.ssc.nsu.ru [193.124.219.91]) by hub.freebsd.org (Postfix) with SMTP id 6C56737B718 for ; Sun, 11 Mar 2001 23:57:10 -0800 (PST) (envelope-from danfe@inet.ssc.nsu.ru) Received: (qmail 2915 invoked from network); 12 Mar 2001 07:57:05 -0000 Received: from inet.ssc.nsu.ru (62.76.110.12) by hub.freebsd.org with SMTP; 12 Mar 2001 07:57:05 -0000 Received: from localhost (danfe@localhost) by inet.ssc.nsu.ru (8.9.3/8.9.3) with ESMTP id NAA25480; Mon, 12 Mar 2001 13:56:09 +0600 Date: Mon, 12 Mar 2001 13:56:09 +0600 (NOVT) From: Alexey Dokuchaev To: Jonathan Chen Cc: freebsd-questions@FreeBSD.ORG, freebsd-mozilla@FreeBSD.ORG, mozilla-unix@mozilla.org Subject: Re: Compiling mozilla from ports -> stops with weird Bus Error message In-Reply-To: <20010312100701.A22602@itouchnz.itouch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=KOI8-R Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-mozilla@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 12 Mar 2001, Jonathan Chen wrote: > On Fri, Mar 09, 2001 at 09:21:53PM +0600, Alexey Dokuchaev wrote: > > Hello! > > > > My problem is rather easy to describe: mozilla won't compile on ny box. > > While everything else does. make all simply dies with Bus Error message > > after 4 hours of compiling things, and that's frustrates me. > > Mine takes some time as well, but it went thru' ok on a P-233, 64Mb RAM. > (on a recently cvsup'd /usr/ports). You'll have to include the weird > bus-error for the list to make a better guess. > Sure. I got this message appended to /var/log/messages: /kernel: pid 24378 (regxpcom), uid 0: exited on signal 10 (core dumped) And here's what my screen looks list upon make crash: ../../../config/nsinstall -R -m 444 _xpidlgen/necko_socket.xpt ../../../dist/bin/components gmake[1]: Выход из каталог `/usr/ports/www/mozilla/work/mozilla/netwerk/socket/base' gmake[1]: Вход в каталог `/usr/ports/www/mozilla/work/mozilla/dom/public' gmake[2]: Вход в каталог `/usr/ports/www/mozilla/work/mozilla/dom/public/base' gmake[2]: Выход из каталог `/usr/ports/www/mozilla/work/mozilla/dom/public/base' gmake[2]: Вход в каталог `/usr/ports/www/mozilla/work/mozilla/dom/public/coreDom' gmake[2]: Выход из каталог `/usr/ports/www/mozilla/work/mozilla/dom/public/coreDom' gmake[2]: Вход в каталог `/usr/ports/www/mozilla/work/mozilla/dom/public/coreEvents' gmake[2]: Выход из каталог `/usr/ports/www/mozilla/work/mozilla/dom/public/coreEvents' gmake[2]: Вход в каталог `/usr/ports/www/mozilla/work/mozilla/dom/public/range' gmake[2]: Выход из каталог `/usr/ports/www/mozilla/work/mozilla/dom/public/range' gmake[2]: Вход в каталог `/usr/ports/www/mozilla/work/mozilla/dom/public/events' gmake[2]: Выход из каталог `/usr/ports/www/mozilla/work/mozilla/dom/public/events' gmake[2]: Вход в каталог `/usr/ports/www/mozilla/work/mozilla/dom/public/html' gmake[2]: Выход из каталог `/usr/ports/www/mozilla/work/mozilla/dom/public/html' gmake[2]: Вход в каталог `/usr/ports/www/mozilla/work/mozilla/dom/public/css' gmake[2]: Выход из каталог `/usr/ports/www/mozilla/work/mozilla/dom/public/css' ../../config/nsinstall -R -m 444 _xpidlgen/dom.xpt ../../dist/bin/components gmake[1]: Выход из каталог `/usr/ports/www/mozilla/work/mozilla/dom/public' gmake[1]: Вход в каталог `/usr/ports/www/mozilla/work/mozilla/js' gmake[2]: Вход в каталог `/usr/ports/www/mozilla/work/mozilla/js/src/fdlibm' ../../../config/nsinstall -R -m 444 libfdm.a ../../../dist/lib gmake[2]: Выход из каталог `/usr/ports/www/mozilla/work/mozilla/js/src/fdlibm' gmake[2]: Вход в каталог `/usr/ports/www/mozilla/work/mozilla/js/src' ../../config/nsinstall -R -m 555 libmozjs.so ../../dist/lib ../../config/nsinstall -R -m 555 libmozjs.so ../../dist/bin gmake[2]: Выход из каталог `/usr/ports/www/mozilla/work/mozilla/js/src' gmake[1]: Выход из каталог `/usr/ports/www/mozilla/work/mozilla/js' gmake[1]: Вход в каталог `/usr/ports/www/mozilla/work/mozilla/extensions/psm-glue' gmake[2]: Вход в каталог `/usr/ports/www/mozilla/work/mozilla/extensions/psm-glue/public' ../../../config/nsinstall -R -m 444 _xpidlgen/psmglue.xpt ../../../dist/bin/components gmake[2]: Выход из каталог `/usr/ports/www/mozilla/work/mozilla/extensions/psm-glue/public' gmake[2]: Вход в каталог `/usr/ports/www/mozilla/work/mozilla/extensions/psm-glue/src' ../../../config/nsinstall -R -m 555 libpsmglue.so ../../../dist/lib/components : ../../../dist/lib/components/libpsmglue.so ../../../config/nsinstall -R -m 555 libpsmglue.so ../../../dist/bin/components : ../../../dist/bin/components/libpsmglue.so gmake[2]: Выход из каталог `/usr/ports/www/mozilla/work/mozilla/extensions/psm-glue/src' gmake[1]: Выход из каталог `/usr/ports/www/mozilla/work/mozilla/extensions/psm-glue' Bus error - core dumped *** Error code 138 Stop in /usr/ports/www/mozilla. *** Error code 1 Stop in /usr/ports/www/mozilla. *** Error code 1 Stop in /usr/ports/www/mozilla. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mozilla" in the body of the message From owner-freebsd-mozilla Mon Mar 12 11:21:28 2001 Delivered-To: freebsd-mozilla@freebsd.org Received: from netscape.com (r2d2.netscape.com [205.217.237.47]) by hub.freebsd.org (Postfix) with ESMTP id 524B237B71A for ; Mon, 12 Mar 2001 11:21:23 -0800 (PST) (envelope-from javi@netscape.com) Received: from dredd.mcom.com (dredd.mcom.com [205.217.237.54]) by netscape.com (8.10.0/8.10.0) with ESMTP id f2CJLK921099 for ; Mon, 12 Mar 2001 11:21:21 -0800 (PST) Received: from netscape.com ([192.18.121.55]) by dredd.mcom.com (Netscape Messaging Server 4.15) with ESMTP id GA3N3K00.FRL; Mon, 12 Mar 2001 11:21:20 -0800 Message-ID: <3AAD21AE.7303ED9F@netscape.com> Date: Mon, 12 Mar 2001 11:21:18 -0800 From: Javier Delgadillo Organization: Netscape Communications Corporation X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12-20 i686) X-Accept-Language: en MIME-Version: 1.0 To: Markus Holmberg Cc: Dawn Endico , Chris Seawood , bryner@uiuc.edu, freebsd-mozilla@freebsd.org, Bob Relyea Subject: Re: FreeBSD PSM part 2 [patch] References: <3AA98215.20501@mozilla.org> <3AA984A1.658E0143@netscape.com> <20010311222934.A27106@acc.umu.se> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mozilla@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Adding relyea to cc list. This is a patch to NSS and must approved by the NSS team. Markus Holmberg wrote: > Hello.. > > Here's the next patch for enabling PSM to build on (all versions of) > FreeBSD out of the box. Wouldn't call this rocket science :). > > (With this patch the file security/coreconf/FreeBSD2.mk becomes obsolete > and can be removed) > > --- coreconf/config.mk.orig Sun Mar 11 19:13:42 2001 > +++ coreconf/config.mk Sun Mar 11 19:09:27 2001 > @@ -56,7 +56,7 @@ > # each OS release. # > ####################################################################### > > -ifeq (,$(filter-out NetBSD OS2,$(OS_TARGET))) > +ifeq (,$(filter-out FreeBSD NetBSD OS2,$(OS_TARGET))) > include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk > else > include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk > --- manager/Makefile.in.orig Sun Mar 11 19:13:43 2001 > +++ manager/Makefile.in Sun Mar 11 19:13:05 2001 > @@ -28,7 +28,7 @@ > CORE_DEPTH=$(topsrcdir)/security > > include $(CORE_DEPTH)/coreconf/arch.mk > -ifeq (,$(filter-out NetBSD,$(OS_TARGET))) > +ifeq (,$(filter-out FreeBSD NetBSD,$(OS_TARGET))) > include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk > else > include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk > --- psm/Makefile.in.orig Sun Mar 11 19:18:35 2001 > +++ psm/Makefile.in Sun Mar 11 19:18:42 2001 > @@ -28,7 +28,7 @@ > CORE_DEPTH=$(topsrcdir)/security > > include $(CORE_DEPTH)/coreconf/arch.mk > -ifeq (,$(filter-out NetBSD OS2,$(OS_TARGET))) > +ifeq (,$(filter-out FreeBSD NetBSD OS2,$(OS_TARGET))) > include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk > else > include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk > > (Note: Looks like OS2 should probably also be added to the changed line > in manager/Makefile.in, since it's there on the other places) > > Best Regards, Markus. > > On Fri, Mar 09, 2001 at 05:34:26PM -0800, Javier Delgadillo wrote: > > This patch has been checked in. > > > > Dawn Endico wrote: > > > > > Subject: mozilla/security/psm/server/Makefile patch > > > Date: Sat, 10 Mar 2001 00:00:45 +0100 > > > From: Markus Holmberg > > > To: freebsd-mozilla@FreeBSD.ORG > > > > > > Hi.. > > > > [cut] > > -- > > Markus Holmberg | Give me Unix or give me a typewriter. > markush@acc.umu.se | http://www.freebsd.org/ -- Javier Delgadillo Sun / Netscape Alliance (408) 276-3977 Software Engineer mailto:javi@netscape.com http://people.netscape.com/javi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mozilla" in the body of the message From owner-freebsd-mozilla Tue Mar 13 13: 3: 9 2001 Delivered-To: freebsd-mozilla@freebsd.org Received: from netscape.com (c3po.netscape.com [205.217.237.46]) by hub.freebsd.org (Postfix) with ESMTP id E602737B725 for ; Tue, 13 Mar 2001 13:03:03 -0800 (PST) (envelope-from relyea@netscape.com) Received: from dredd.mcom.com (dredd.mcom.com [205.217.237.54]) by netscape.com (8.10.0/8.10.0) with ESMTP id f2DL30f15879 for ; Tue, 13 Mar 2001 13:03:01 -0800 (PST) Received: from netscape.com ([192.18.120.135]) by dredd.mcom.com (Netscape Messaging Server 4.15) with ESMTP id GA5MH000.8LV; Tue, 13 Mar 2001 13:03:00 -0800 Message-ID: <3AAE8B08.7040205@netscape.com> Date: Tue, 13 Mar 2001 13:03:04 -0800 From: relyea@netscape.com (Bob Relyea) User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; 0.7) Gecko/20010109 X-Accept-Language: en MIME-Version: 1.0 To: Javier Delgadillo Cc: Markus Holmberg , Dawn Endico , Chris Seawood , bryner@uiuc.edu, freebsd-mozilla@freebsd.org Subject: Re: FreeBSD PSM part 2 [patch] References: <3AA98215.20501@mozilla.org> <3AA984A1.658E0143@netscape.com> <20010311222934.A27106@acc.umu.se> <3AAD21AE.7303ED9F@netscape.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mozilla@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Javier Delgadillo wrote: > Adding relyea to cc list. This is a patch to NSS and must approved by the > NSS team. These look fine, but the probably need to be hand merged with the patch for bsdi (bug 70992). bob > > Markus Holmberg wrote: > >> Hello.. >> >> Here's the next patch for enabling PSM to build on (all versions of) >> FreeBSD out of the box. Wouldn't call this rocket science :). >> >> (With this patch the file security/coreconf/FreeBSD2.mk becomes obsolete >> and can be removed) >> >> --- coreconf/config.mk.orig Sun Mar 11 19:13:42 2001 >> +++ coreconf/config.mk Sun Mar 11 19:09:27 2001 >> @@ -56,7 +56,7 @@ >> # each OS release. # >> ####################################################################### >> >> -ifeq (,$(filter-out NetBSD OS2,$(OS_TARGET))) >> +ifeq (,$(filter-out FreeBSD NetBSD OS2,$(OS_TARGET))) >> include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk >> else >> include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk >> --- manager/Makefile.in.orig Sun Mar 11 19:13:43 2001 >> +++ manager/Makefile.in Sun Mar 11 19:13:05 2001 >> @@ -28,7 +28,7 @@ >> CORE_DEPTH=$(topsrcdir)/security >> >> include $(CORE_DEPTH)/coreconf/arch.mk >> -ifeq (,$(filter-out NetBSD,$(OS_TARGET))) >> +ifeq (,$(filter-out FreeBSD NetBSD,$(OS_TARGET))) >> include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk >> else >> include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk >> --- psm/Makefile.in.orig Sun Mar 11 19:18:35 2001 >> +++ psm/Makefile.in Sun Mar 11 19:18:42 2001 >> @@ -28,7 +28,7 @@ >> CORE_DEPTH=$(topsrcdir)/security >> >> include $(CORE_DEPTH)/coreconf/arch.mk >> -ifeq (,$(filter-out NetBSD OS2,$(OS_TARGET))) >> +ifeq (,$(filter-out FreeBSD NetBSD OS2,$(OS_TARGET))) >> include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk >> else >> include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk >> >> (Note: Looks like OS2 should probably also be added to the changed line >> in manager/Makefile.in, since it's there on the other places) >> >> Best Regards, Markus. >> >> On Fri, Mar 09, 2001 at 05:34:26PM -0800, Javier Delgadillo wrote: >> >>> This patch has been checked in. >>> >>> Dawn Endico wrote: >>> >>>> Subject: mozilla/security/psm/server/Makefile patch >>>> Date: Sat, 10 Mar 2001 00:00:45 +0100 >>>> From: Markus Holmberg >>>> To: freebsd-mozilla@FreeBSD.ORG >>>> >>>> Hi.. >>>> >> [cut] >> >> -- >> >> Markus Holmberg | Give me Unix or give me a typewriter. >> markush@acc.umu.se | http://www.freebsd.org/ > > > -- > Javier Delgadillo Sun / Netscape Alliance > (408) 276-3977 Software Engineer > mailto:javi@netscape.com http://people.netscape.com/javi > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mozilla" in the body of the message