From owner-freebsd-mozilla Mon Jan 15 3:29:27 2001 Delivered-To: freebsd-mozilla@freebsd.org Received: from sina.com (unknown [202.106.187.156]) by hub.freebsd.org (Postfix) with SMTP id B0D1537B698 for ; Mon, 15 Jan 2001 03:29:08 -0800 (PST) Received: (qmail 42702 invoked from network); 15 Jan 2001 11:23:37 -0000 Received: from unknown (HELO localhost) (202.105.12.29) by 202.106.187.156 with SMTP; 15 Jan 2001 11:23:37 -0000 X-Sender: hangersales@sina.com From: Trend Hanger To: freebsd-mozilla@FreeBSD.org Date: Mon, 15 Jan 2001 19:28:01 +0800 Subject: We are exporting quality Hanger for cloth, pants Reply-To: hangersales@sina.com Organization: Trend Hanger Co. MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20010115112908.B0D1537B698@hub.freebsd.org> Sender: owner-freebsd-mozilla@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Sir or Madam, Happy New Year! Here we send all the best wish to you. Trend Hanger, as a professional hanger manufacturer in China specializes in producing and designing various kinds of non-slip coated and chrome-plated metal frame clothes hangers. The company has been in the business for almost 10 years now. With experienced staff and workers, we always provide our customers from all over the world with good service, excellent quality and competitively-priced products. Today, people care a lot about environmental protection, and more and more people would choose to use low-waste materials, impressive and well-designed products. We are proud to say ours are among them. For this reason, during the past several years our selling records are quite well, and now the business is growing even faster than before--simply because our series of products are proven to be reliable and worthwhile in our consumers' eyes. Furthermore, we always observe a strict quality control system all throughout our production process. Each product must be carefully examined and tested in each stage so as to ensure excellent quality and nice packing order for our customers. If you are interested in our products, please do not hesitate to contact us. We are anxious to establish long-term, equal and mutual beneficial business relationship with you. Best wishes, Trend Hanger Manufacturer Contact Person: Mr Steve, Phoenix Sales Manager Zhen An Industrial Zone, Foshan City, Guangdong Province, China 528000 Tel: (86 757) 3982666 Fax: (86 757) 2282667 Email: brianced@21cn.com http://www.bosunnet.com/trendhanger/index/contacts.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mozilla" in the body of the message From owner-freebsd-mozilla Mon Jan 15 15:10:20 2001 Delivered-To: freebsd-mozilla@freebsd.org Received: from quack.kfu.com (quack.kfu.com [205.178.90.194]) by hub.freebsd.org (Postfix) with ESMTP id 803C037B6AC; Mon, 15 Jan 2001 15:10:01 -0800 (PST) Received: from medusa.kfu.com (medusa.kfu.com [205.178.90.222]) by quack.kfu.com (8.11.1/8.11.1) with ESMTP id f0FNA0718127; Mon, 15 Jan 2001 15:10:00 -0800 (PST) (envelope-from nsayer@medusa.kfu.com) Received: (from nsayer@localhost) by medusa.kfu.com (8.11.1/8.11.0) id f0FNA0o15077; Mon, 15 Jan 2001 15:10:00 -0800 (PST) (envelope-from nsayer) Date: Mon, 15 Jan 2001 15:10:00 -0800 (PST) From: Nick Sayer Message-Id: <200101152310.f0FNA0o15077@medusa.kfu.com> To: freebsd-mozilla@freebsd.org, freebsd-ports@freebsd.org Subject: mozilla 0.7 + PSM Sender: owner-freebsd-mozilla@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I believe I may have found out why the psm doesn't work on the mozilla port. This isn't a fix, by any means, but it may help those more familiar with mozilla and the PSM to fix the problem. In security/psm/server/servutil.c in SSM_OpenPort(), this section of code consistently fails: /* Bind to PSM port on loopback address: connections from non-localhosts * will be disallowed */ status = PR_InitializeNetAddr(PR_IpAddrLoopback, 0, &servaddr); if (status != PR_SUCCESS) goto loser; status = PR_Bind(datasocket, &servaddr); if (status != PR_SUCCESS) goto loser; if I #if 0 this section of code, the psm build appears to work and result in a fully functional PSM. I don't recommend that anyone actually _do_ this, however, since it doesn't result in the mini http daemon's port being restricted to localhost. The ramifications of this are unknown to me. But maybe someone smarter than me can figure out what's wrong with these two routines. Good luck. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mozilla" in the body of the message From owner-freebsd-mozilla Mon Jan 15 19:24:31 2001 Delivered-To: freebsd-mozilla@freebsd.org Received: from quack.kfu.com (quack.kfu.com [205.178.90.194]) by hub.freebsd.org (Postfix) with ESMTP id E838037B699; Mon, 15 Jan 2001 19:24:13 -0800 (PST) Received: from morpheus.kfu.com (morpheus.kfu.com [205.178.90.230]) by quack.kfu.com (8.11.1/8.11.1) with ESMTP id f0G3OD720559; Mon, 15 Jan 2001 19:24:13 -0800 (PST) (envelope-from nsayer@quack.kfu.com) Received: from quack.kfu.com by morpheus.kfu.com with ESMTP (8.11.1//ident-1.0) id f0G3ODh89106; Mon, 15 Jan 2001 19:24:13 -0800 (PST) Message-ID: <3A63BEDD.3080708@quack.kfu.com> Date: Mon, 15 Jan 2001 19:24:13 -0800 From: Nick Sayer User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.2-RELEASE i386; en-US; 0.7) Gecko/20010115 X-Accept-Language: en-GB, en-US, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org, freebsd-mozilla@freebsd.org Subject: How to build mozilla w/psm 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 I haven't made a patch to do all of this, but I thought I'd follow up on my last posting with more of a complete how-to: 0. cd /usr/ports && make update 1. cd /usr/ports/www/mozilla && make configure 2. cd work/mozilla/security/coreconf && cp FreeBSD2.mk FreeBSD4.2.mk 3. cd security/psm/server. Edit Makefile and find the bit that talks about using -lstdc++ on Linux and -lC elsewhere. Change Linux to FreeBSD 4. In the port Makefile, add MAKE_ARGS=BUILD_MODULES=psm 5. edit servutil.c. Look in SSM_OpenPort(). Find the calls to PR_InitializeNetAddr() and PR_Bind() and #if 0 them out (or fix the bug). 6. make the port. One issue is that there are more files in the psm build than not, so the plist will have to be fixed at some point. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mozilla" in the body of the message From owner-freebsd-mozilla Tue Jan 16 0: 3:32 2001 Delivered-To: freebsd-mozilla@freebsd.org Received: from quack.kfu.com (quack.kfu.com [205.178.90.194]) by hub.freebsd.org (Postfix) with ESMTP id 0F98B37B400; Tue, 16 Jan 2001 00:03:14 -0800 (PST) Received: from medusa.kfu.com (medusa.kfu.com [205.178.90.222]) by quack.kfu.com (8.11.1/8.11.1) with ESMTP id f0G83D724215; Tue, 16 Jan 2001 00:03:13 -0800 (PST) (envelope-from nsayer@quack.kfu.com) Received: from quack.kfu.com (icarus.kfu.com [205.178.90.254]) by medusa.kfu.com (8.11.1/8.11.0) with ESMTP id f0G83DP18446; Tue, 16 Jan 2001 00:03:13 -0800 (PST) (envelope-from nsayer@quack.kfu.com) Message-ID: <3A640041.1080706@quack.kfu.com> Date: Tue, 16 Jan 2001 00:03:13 -0800 From: Nick Sayer User-Agent: Mozilla/5.0 (X11; U; FreeBSD 5.0-CURRENT i386; en-US; 0.7) Gecko/20010115 X-Accept-Language: en MIME-Version: 1.0 To: freebsd-ports@freebsd.org, freebsd-mozilla@freebsd.org Subject: More on mozilla PSM build 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 I guess I spoke too soon. My previous solution works only if you leave the port in place. This is because psm has hard-coded paths to shared library dependencies because of the fact that dependent .so files are mentioned by full path in the link line. The solution to this one is to look for the section of the Makefile in security/psm/server that sets a Solaris and an everything-else alternative for setting NSPR_LIBS. You'll see the Solaris one says something like -L$(DIST)/lib -lnspr4 -lpldc4 blah blah and the non-solaris alternative references something else. Switching to the Solaris semantics fixes the problem. Here's what it looked like when I got done: ifeq ($(OS_ARCH), SunOS) NSPR_LINK_LIBS = -L$(DIST)/lib -Bdynamic -lnspr4 -lplc4 -lplds4 XPCOM_LINK_LIBS = -lxpcom XPCOM_LIBS += $(DIST)/lib/libz.$(DLL_SUFFIX) else NSPR_LINK_LIBS = -L$(DIST)/lib -lnspr4 -lplc4 -lplds4 XPCOM_LINK_LIBS = -lxpcom endif So I guess it would also work to do the first choice if it's SunOS or FreeBSD. I couldn't figure out the gmake syntax for that, though. So now I have a working psm build of mozilla that works even with a make clean in the port dir! :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mozilla" in the body of the message From owner-freebsd-mozilla Tue Jan 16 21:48:43 2001 Delivered-To: freebsd-mozilla@freebsd.org Received: from quack.kfu.com (quack.kfu.com [205.178.90.194]) by hub.freebsd.org (Postfix) with ESMTP id ADCAF37B401; Tue, 16 Jan 2001 21:48:25 -0800 (PST) Received: from morpheus.kfu.com (morpheus.kfu.com [205.178.90.230]) by quack.kfu.com (8.11.1/8.11.1) with ESMTP id f0H5mK759960; Tue, 16 Jan 2001 21:48:20 -0800 (PST) (envelope-from nsayer@mailhost.kfu.com) Received: by morpheus.kfu.com (8.11.1//ident-1.0) id f0H5mKW17658; Tue, 16 Jan 2001 21:48:20 -0800 (PST) Date: Tue, 16 Jan 2001 21:48:20 -0800 (PST) From: nsayer@quack.kfu.com Message-Id: <200101170548.f0H5mKW17658@morpheus.kfu.com> To: freebsd-ports@freebsd.org Subject: Mozilla & PSM -- the final word Cc: freebsd-mozilla@freebsd.org, reg@freebsd.org Sender: owner-freebsd-mozilla@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Applying this patch to work/mozilla/nsprpub/pr/src/misc/prnetdb.c fixes the problem that I hacked around with the #if 0 in my previous e-mails. This patch is also now in Mozilla bug 65549, but until they commit it it should probably become part of the mozilla port. Without it, the psm doesn't work on BSD. --- prnetdb.c.orig Tue Jan 16 21:43:04 2001 +++ prnetdb.c Tue Jan 16 21:40:52 2001 @@ -924,6 +924,7 @@ PRStatus rv = PR_SUCCESS; if (!_pr_initialized) _PR_ImplicitInitialization(); + bzero(&(addr->inet),sizeof(addr->inet)); addr->inet.family = AF_INET; addr->inet.port = htons(port); switch (val) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mozilla" in the body of the message From owner-freebsd-mozilla Wed Jan 17 6: 8: 7 2001 Delivered-To: freebsd-mozilla@freebsd.org Received: from cheddar.netmonger.net (cheddar.netmonger.net [209.54.21.140]) by hub.freebsd.org (Postfix) with ESMTP id E329437B400; Wed, 17 Jan 2001 06:07:48 -0800 (PST) Received: (from chris@localhost) by cheddar.netmonger.net (8.8.8/8.8.8) id JAA00679; Wed, 17 Jan 2001 09:07:37 -0500 (EST) Message-ID: <20010117090737.A29634@netmonger.net> Date: Wed, 17 Jan 2001 09:07:37 -0500 From: Christopher Masto To: nsayer@quack.kfu.com, freebsd-ports@FreeBSD.ORG Cc: freebsd-mozilla@FreeBSD.ORG Subject: Re: Mozilla & PSM -- the final word Mail-Followup-To: nsayer@quack.kfu.com, freebsd-ports@FreeBSD.ORG, freebsd-mozilla@FreeBSD.ORG References: <200101170548.f0H5mKW17658@morpheus.kfu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <200101170548.f0H5mKW17658@morpheus.kfu.com>; from nsayer@quack.kfu.com on Tue, Jan 16, 2001 at 09:48:20PM -0800 Sender: owner-freebsd-mozilla@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jan 16, 2001 at 09:48:20PM -0800, nsayer@quack.kfu.com wrote: > Applying this patch to work/mozilla/nsprpub/pr/src/misc/prnetdb.c fixes > the problem that I hacked around with the #if 0 in my previous e-mails. > This patch is also now in Mozilla bug 65549, but until they commit it > it should probably become part of the mozilla port. Without it, the > psm doesn't work on BSD. Excellent! Thank you! -- Christopher Masto Senior Network Monkey NetMonger Communications chris@netmonger.net info@netmonger.net http://www.netmonger.net Free yourself, free your machine, free the daemon -- 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 Wed Jan 17 11:16: 8 2001 Delivered-To: freebsd-mozilla@freebsd.org Received: from mailout3-0.nyroc.rr.com (mailout3-1.nyroc.rr.com [24.92.226.168]) by hub.freebsd.org (Postfix) with ESMTP id 1855737B400 for ; Wed, 17 Jan 2001 11:15:44 -0800 (PST) Received: from rochester.rr.com (roc-66-24-71-185.rochester.rr.com [66.24.71.185]) by mailout3-0.nyroc.rr.com (8.11.2/RoadRunner 1.03) with ESMTP id f0HJC1e16439 for ; Wed, 17 Jan 2001 14:12:02 -0500 (EST) Message-ID: <3A65EF5E.DEDF2281@rochester.rr.com> Date: Wed, 17 Jan 2001 14:15:42 -0500 From: "David M. Heller" X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-mozilla@FreeBSD.org Subject: Mozilla won't build Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mozilla@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi All, While trying to update port M18 to M18_1 in /usr/ports/mozilla (cvsup about one week ago) I get the following output: In file included from ../../dist/include/nsCRT.h:30, from ../../dist/include/nsString2.h:49, from ../../dist/include/nsString.h:42, from nsMemoryImpl.cpp:31: ../../dist/include/nsCppSharedAllocator.h:6: new.h: No such file or directory In file included from nsMemoryImpl.cpp:28: ../../dist/include/nsAutoLock.h: In method `nsAutoMonitor::~nsAutoMonitor()': ../../dist/include/nsAutoLock.h:188: warning: unused variable `enum PRStatus st tus' ../../dist/include/nsAutoLock.h: In method `nsAutoCMonitor::~nsAutoCMonitor()': ../../dist/include/nsAutoLock.h:252: warning: unused variable `enum PRStatus st tus' nsMemoryImpl.cpp: In function `void EnsureGlobalMemoryService()': nsMemoryImpl.cpp:445: warning: unused variable `nsresult rv' gmake[2]: *** [nsMemoryImpl.o] Error 1 gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/xpcom/base' gmake[1]: *** [install] Error 2 gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/xpcom' gmake: *** [install] Error 2 *** Error code 2 Stop in /usr/ports/www/mozilla. *** Error code 1 Thanks in advance, Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mozilla" in the body of the message From owner-freebsd-mozilla Thu Jan 18 0:38:13 2001 Delivered-To: freebsd-mozilla@freebsd.org Received: from smtp03.primenet.com (smtp03.primenet.com [206.165.6.133]) by hub.freebsd.org (Postfix) with ESMTP id 67DC137B400; Thu, 18 Jan 2001 00:37:52 -0800 (PST) Received: (from daemon@localhost) by smtp03.primenet.com (8.9.3/8.9.3) id BAA21519; Thu, 18 Jan 2001 01:35:10 -0700 (MST) Received: from usr08.primenet.com(206.165.6.208) via SMTP by smtp03.primenet.com, id smtpdAAAXaaG_P; Thu Jan 18 01:35:04 2001 Received: (from tlambert@localhost) by usr08.primenet.com (8.8.5/8.8.5) id BAA01684; Thu, 18 Jan 2001 01:37:42 -0700 (MST) From: Terry Lambert Message-Id: <200101180837.BAA01684@usr08.primenet.com> Subject: Re: Mozilla & PSM -- the final word To: nsayer@quack.kfu.com Date: Thu, 18 Jan 2001 08:37:32 +0000 (GMT) Cc: freebsd-ports@FreeBSD.ORG, freebsd-mozilla@FreeBSD.ORG, reg@FreeBSD.ORG In-Reply-To: <200101170548.f0H5mKW17658@morpheus.kfu.com> from "nsayer@quack.kfu.com" at Jan 16, 2001 09:48:20 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mozilla@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Applying this patch to work/mozilla/nsprpub/pr/src/misc/prnetdb.c fixes > the problem that I hacked around with the #if 0 in my previous e-mails. > This patch is also now in Mozilla bug 65549, but until they commit it > it should probably become part of the mozilla port. Without it, the > psm doesn't work on BSD. [ ... bzero of in_addr ... ] This is a common Linux-ism, which appears to sometimes work on Solaris. I don't know if they are zeroing their stacks when allocating auto variables, or what, but the orginal SLPv1 code, which was written on Linux, and some of the LDAP libraries that people contributed, had the same problem everywhere. Really, this is code that won't work, except on IPv4, and then only on platforms that zap the options part of the struct, or just don't use common code for the bind() and the setsockopt() calls. It might be a good idea to compile a list of these things to use in code audits; unfortunately, this is the only one that jumps out as a Linux-ism right now. I know that SunOS 4.x's native compiler had a nice problem with a stack pop-order bug, where if you did: some_type_t *some_pointer; ... some_pointer = function( some_pointer); It would do the assign and _then_ the pop, if some_pointer was in a register; this was a problem with the Berkeley C compiler, and was called "the Berkeley pop order bug" everywhere that I knew of peope who knew it happened. It played hell with Motif, which did this type of pointer assignment everyhwere it could, for no good reason. One compiler I knew (this is just a Windows issue) would re-use registers for variables declared inside a statement (e.g. following the "{" in a "for" or "if" or other statement that wan't actually a function block; Lattice C had this problem. Microsoft C would do the wrong thing for: foo() { char *p = "Hello World!" + 6; puts( p); puts( p - 6); } because it failed to emit a pseudo-quad for p - 6, and "lost" "Hello " from the data segment. I've also seen a number of problems with unions, bitfields, structure packing, and unalkigned access. Except for unaligned access fixups, which some OS's do automatically, eating the overhead of a fault + fixup, instead of faulting and coring the offensive program, most of these aren't issues if you assume "all the world is GCC", which a lot of people unfortunately do, these days. I guess the worst modern problems are all Linux assumptions that aren't valid elsewhere... 8-(. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mozilla" in the body of the message From owner-freebsd-mozilla Thu Jan 18 11:50:30 2001 Delivered-To: freebsd-mozilla@freebsd.org Received: from phb.avic.dk (phb.avic.dk [212.54.72.25]) by hub.freebsd.org (Postfix) with ESMTP id 11B7037B400 for ; Thu, 18 Jan 2001 11:50:11 -0800 (PST) Received: from fallesen.dk (jf@dilbert.avic.dk [212.54.72.26]) by phb.avic.dk (8.11.1/8.11.1/PHB/4) with ESMTP id f0IJo0o47187 for ; Thu, 18 Jan 2001 20:50:00 +0100 (CET) Message-ID: <3A6748E8.B9547679@fallesen.dk> Date: Thu, 18 Jan 2001 20:50:00 +0100 From: Jens Fallesen Organization: AVIC X-Mailer: Mozilla 4.74 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: da, en MIME-Version: 1.0 Cc: freebsd-mozilla@FreeBSD.ORG Subject: Re: Mozilla & PSM -- the final word References: <200101170548.f0H5mKW17658@morpheus.kfu.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mozilla@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer@quack.kfu.com wrote: > Applying this patch to work/mozilla/nsprpub/pr/src/misc/prnetdb.c fixes > the problem that I hacked around with the #if 0 in my previous e-mails. > This patch is also now in Mozilla bug 65549, but until they commit it > it should probably become part of the mozilla port. Without it, the > psm doesn't work on BSD. I am having some problems with this. First of all, trying to apply the patch automatically results in an error. But I can easily add the line manually, so no big problem here. But when I then try to build Mozilla (having done all the stuff in Nick's build instructions), I get this failure: gmake[2]: Entering directory `/usr/ports/www/mozilla/work/mozilla/js/src/fdlibm' ../../../config/nsinstall -R -m 444 libfdm.a ../../../dist/lib gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/js/src/fdlibm' gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/js/src' gmake[1]: Entering directory `/usr/ports/www/mozilla/work/mozilla/extensions/psm-glue' gmake[2]: Entering directory `/usr/ports/www/mozilla/work/mozilla/extensions/psm-glue/public' ../../../config/nsinstall -R -m 444 _xpidlgen/psmglue.xpt ../../../dist/bin/components gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/extensions/psm-glue/public' gmake[2]: Entering directory `/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]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/extensions/psm-glue/src' gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/extensions/psm-glue' env: ./regchrome: No such file or directory *** Error code 1 Stop in /usr/ports/www/mozilla. *** Error code 1 Stop in /usr/ports/www/mozilla. *** Error code 1 Stop in /usr/ports/www/mozilla. dilbert:/usr/ports/www/mozilla# (The above output is from a "make build" performed once again after trying to look for a solution which is why it does nothing just before the error.) I tried doing a complete make clean and redoing it all. Same result. Anybody got an idea as to what is going on here? -- Jens Fallesen O- Hedegaardsvej 41 st th, 2300 Copenhagen S, Denmark Phone: (+45) 32 86 18 99 * Fax: (+45) 32 86 17 99 CCIE #5470 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mozilla" in the body of the message From owner-freebsd-mozilla Thu Jan 18 23:34: 5 2001 Delivered-To: freebsd-mozilla@freebsd.org Received: from quack.kfu.com (quack.kfu.com [205.178.90.194]) by hub.freebsd.org (Postfix) with ESMTP id A7E8137B401 for ; Thu, 18 Jan 2001 23:33:48 -0800 (PST) Received: from morpheus.kfu.com (morpheus.kfu.com [205.178.90.230]) by quack.kfu.com (8.11.1/8.11.1) with ESMTP id f0J7Xm703413; Thu, 18 Jan 2001 23:33:48 -0800 (PST) (envelope-from nsayer@quack.kfu.com) Received: from quack.kfu.com by morpheus.kfu.com with ESMTP (8.11.1//ident-1.0) id f0J7Xlh24407; Thu, 18 Jan 2001 23:33:48 -0800 (PST) Message-ID: <3A67EDDB.4010603@quack.kfu.com> Date: Thu, 18 Jan 2001 23:33:47 -0800 From: Nick Sayer User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.2-RELEASE i386; en-US; 0.7) Gecko/20010115 X-Accept-Language: en-GB, en-US, en MIME-Version: 1.0 To: jens@fallesen.dk, freebsd-mozilla@freebsd.org Subject: Re: Mozilla & PSM - the final word 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 Hmm. It worked for me, and the only difference of which I am aware between what you describe and what I actually _did_ is that I did a build of mozilla before attempting to build it with BUILD_MODULES=psm, so it is at least conceivable that the psm module depends on regchrome, but it is only built later on in the build. Try taking out the MAKE_ARGS from the port Makefile, do a make build, them delete .build_done from work and put the MAKE_ARGS back in and see if that helps. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mozilla" in the body of the message From owner-freebsd-mozilla Fri Jan 19 12:36: 8 2001 Delivered-To: freebsd-mozilla@freebsd.org Received: from phb.avic.dk (phb.avic.dk [212.54.72.25]) by hub.freebsd.org (Postfix) with ESMTP id 85D3C37B400 for ; Fri, 19 Jan 2001 12:35:50 -0800 (PST) Received: from fallesen.dk (jf@dilbert.avic.dk [212.54.72.26]) by phb.avic.dk (8.11.1/8.11.1/PHB/4) with ESMTP id f0JKZdo22202; Fri, 19 Jan 2001 21:35:40 +0100 (CET) Message-ID: <3A68A51B.F60C901F@fallesen.dk> Date: Fri, 19 Jan 2001 21:35:39 +0100 From: Jens Fallesen Organization: AVIC X-Mailer: Mozilla 4.74 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: da, en MIME-Version: 1.0 To: Nick Sayer Cc: freebsd-mozilla@freebsd.org Subject: Re: Mozilla & PSM - the final word References: <3A67EDDB.4010603@quack.kfu.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mozilla@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nick Sayer wrote: > Try taking out the MAKE_ARGS > from the port Makefile, do a make build, them delete .build_done from > work and put the MAKE_ARGS back in and see if that helps. This actually worked like a charm. Thanks a bunch! It seems rather weird that the regchrome part is compiled after the PSM when the PSM actually needs it... -- Jens Fallesen O- Hedegaardsvej 41 st th, 2300 Copenhagen S, Denmark Phone: (+45) 32 86 18 99 * Fax: (+45) 32 86 17 99 CCIE #5470 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mozilla" in the body of the message