From owner-freebsd-current@FreeBSD.ORG Tue May 25 09:27:27 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 B899616A4CE; Tue, 25 May 2004 09:27:27 -0700 (PDT) Received: from blake.polstra.com (blake.polstra.com [64.81.189.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36B2443D2F; Tue, 25 May 2004 09:27:27 -0700 (PDT) (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 i4PGQvFb019220 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 25 May 2004 09:26:57 -0700 (PDT) (envelope-from jdp@strings.polstra.com) Received: (from jdp@localhost) by strings.polstra.com (8.12.11/8.12.11/Submit) id i4PGQvJ5012583; Tue, 25 May 2004 09:26:57 -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: <20040525162105.C973C790046@ws1-14.us4.outblaze.com> Date: Tue, 25 May 2004 09:26:57 -0700 (PDT) From: John Polstra To: "P.D. Seniura" X-Bogosity: No, tests=bogofilter, spamicity=0.070857, version=0.14.5 cc: freebsd-current@freebsd.org cc: freebsd-ports@freebsd.org cc: Alex Dupre Subject: Re: lang/ezm3 "runtime error: Segmentation violation..." 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: Tue, 25 May 2004 16:27:27 -0000 On 25-May-2004 P.D. Seniura wrote: > It'd be fine if we knew a workaround. I searched hi & lo to no avail. That's > what PRs are for. ;) Editting /etc/make.conf just for a one-off temp fix won't > fly with other apps. I'll submit a PR and provide this patch (it worked for me), > if for no other reason than at least we'd have a workaround documented: > > --- Makefile_orig Mon May 17 00:51:17 2004 > +++ Makefile Mon May 24 16:09:14 2004 > @@ -28,6 +28,8 @@ > USE_GMAKE= yes > USE_REINPLACE= yes > > +CFLAGS+= -fno-schedule-insns2 > + > PROGS= bin/m3build \ > bin/m3bundle \ > bin/m3ship \ > > I'll be happy to add this to the port. I wasn't aware of this work-around. John