Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 2004 09:26:57 -0700 (PDT)
From:      John Polstra <jdp@polstra.com>
To:        "P.D. Seniura" <pdseniura@techie.com>
Cc:        Alex Dupre <ale@freebsd.org>
Subject:   Re: lang/ezm3 "runtime error: Segmentation violation..."
Message-ID:  <XFMail.20040525092657.jdp@polstra.com>
In-Reply-To: <20040525162105.C973C790046@ws1-14.us4.outblaze.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20040525092657.jdp>