From reading the posts at
http://thread.gmane.org/gmane.os.openbsd.p...270/focus=63302 it looks like there is a workaround?.....
From: Stuart Henderson <sthen <at> openbsd.org>
Subject: Re: cmake diff to disable elf parser and ninja (Was: arm port build failures)
Newsgroups: gmane.os.openbsd.ports
Date: 2013-08-21 22:32:58 GMT (27 weeks, 4 days, 17 hours and 34 minutes ago)
On 2013/08/21 15:03, Stuart Henderson wrote:
> On 2013/08/21 15:30, David Coppa wrote:
> > On Tue, 20 Aug 2013, Stuart Henderson wrote:
> >
> > > On 2013/08/20 08:25, Stuart Henderson wrote:
> > > > On 2013/08/20 08:50, David Coppa wrote:
> > > > > On Mon, Aug 19, 2013 at 11:50 PM, Stuart Henderson <sthen <at> openbsd.org> wrote:
> > > > >
> > > > > > these ones all use cmake which has a common segfault on arm since
> > > > > > the move to enabling the elf parser.
> >
> > Comments on the following diff?
>
> In the absence of any better ideas, this makes sense to me, I'll give it a try.
yep, that works.
> > #0 cmELF (this=0xbfff4674, fname=0x4337438c "/usr/lib/libz.so.4.1")
> > at basic_ios.h:124
> > 124 { return _M_streambuf_state; }
>
> I get the impression this is something which shouldn't be segfaulting though..
as a workaround: OK.