From owner-freebsd-current@FreeBSD.ORG Sat Sep 18 23:49:30 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDB9A16A4CE for ; Sat, 18 Sep 2004 23:49:30 +0000 (GMT) Received: from blake.polstra.com (blake.polstra.com [64.81.189.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6440F43D48 for ; Sat, 18 Sep 2004 23:49:30 +0000 (GMT) (envelope-from jdp@polstra.com) Received: from strings.polstra.com (dsl081-189-067.sea1.dsl.speakeasy.net [64.81.189.67]) by blake.polstra.com (8.12.11/8.12.11) with ESMTP id i8INnT7Q098090 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 18 Sep 2004 16:49:29 -0700 (PDT) (envelope-from jdp@strings.polstra.com) Received: (from jdp@localhost) by strings.polstra.com (8.12.11/8.12.11/Submit) id i8INnSDu034880; Sat, 18 Sep 2004 16:49:28 -0700 (PDT) (envelope-from jdp) Message-ID: X-Mailer: XFMail 1.5.5 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200409170435.11679.Emanuel.Strobl@gmx.net> Date: Sat, 18 Sep 2004 16:49:28 -0700 (PDT) From: John Polstra To: Emanuel Strobl X-Bogosity: No, tests=bogofilter, spamicity=0.193108, version=0.14.5 cc: current@freebsd.org Subject: RE: cvsup (ezm3 - modula) build error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Sep 2004 23:49:31 -0000 On 17-Sep-2004 Emanuel Strobl wrote: > new source -> compiling ../src/float/IEEE/Real.i3 > > > *** > *** runtime error: > *** Segmentation violation - possible attempt to dereference NIL > *** pc = 0x8157111 > *** Get rid of -O2 or whatever you're using, and use plain old -O. I have plans to fix the port so it does this itself. John