From owner-freebsd-questions Wed Jan 10 13:54:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id DC9C337B400 for ; Wed, 10 Jan 2001 13:54:34 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 94BE36A90D; Thu, 11 Jan 2001 08:24:32 +1030 (CST) Date: Thu, 11 Jan 2001 08:24:32 +1030 From: Greg Lehey To: John Bolster Cc: freebsd-questions@freebsd.org Subject: Re: procmail port broken? Message-ID: <20010111082432.C44170@wantadilla.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from j.bol@gte.net on Wed, Jan 10, 2001 at 05:35:34AM -0500 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wednesday, 10 January 2001 at 5:35:34 -0500, John Bolster wrote: > Has anyone ran into this situation: > > I am trying to install Procmail from the ports (FBSD 4.1). I'm doing it from > the ports instead of from a package because I need to alter one of the files > so procmail uses $home directories instead of /var/mail/. Each time I try to > make the port I get the following error: > > Initiating fcntl()/kernel-locking-support tests > Whoeaaa! There's something fishy going on here. > You have a look and see if you detect anything uncanny: > ******************************************************* > cc -c -O -pipe _autotst.c > cc: Internal compiler error: program cpp got fatal signal 11 > *** Error code 1 > > Stop in /usr/ports/mail/procmail/work/procmail-3.15/src. > ******************************************************* > I suggest you take a look at the definition of CFLAGS* and CC > in the Makefile before you try make again. Well, the Makefile's guess is way off. Your compiler is dying with a segmentation violation (SIGSEGV). This can be a program bug, or it can be a hardware problem. Since gcc doesn't normally die with SIGSEGV, I'd guess hardware. Can you compile anything else? FWIW, I installed procmail a few days ago, and had no problems. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message