Node segfaults wxneeded?

2016-08-16 Thread Martijn Rijkeboer
Hi,

When I try to start node on my OpenBSD-current machine it segfaults.
Could it be that it needs to be compiled with wxneeded? For the record
my /usr/local partition is mounted wxallowed.

Kind regards,


Martijn Rijkeboer


$ pkg_info |grep node
node-4.4.7  V8 JavaScript for clients and servers


$ sysctl kern.version
kern.version=OpenBSD 6.0-current (GENERIC.MP) #2358: Mon Aug 15 15:24:24
MDT 2016
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP



Re: Node segfaults wxneeded?

2016-08-16 Thread Stuart Henderson
On 2016/08/16 11:50, Martijn Rijkeboer wrote:
> Hi,
> 
> When I try to start node on my OpenBSD-current machine it segfaults.
> Could it be that it needs to be compiled with wxneeded?

Yes. We can't actually build packages for it at present either
(same for lang/sbcl, lang/obc, lang/mono, devel/jdk).



Re: Node segfaults wxneeded?

2016-08-16 Thread Aaron Bieber
On Tue, Aug 16, 2016 at 11:50:07AM +0200, Martijn Rijkeboer wrote:
> Hi,
> 
> When I try to start node on my OpenBSD-current machine it segfaults.
> Could it be that it needs to be compiled with wxneeded? For the record
> my /usr/local partition is mounted wxallowed.

Hi!

I have been fishing for OKs on this diff:
http://akb.io/node-4.4.7p0.diff

If you can give it a try and report back, I would be very grateful! :D

Cheers,
Aaron

> 
> Kind regards,
> 
> 
> Martijn Rijkeboer
> 
> 
> $ pkg_info |grep node
> node-4.4.7  V8 JavaScript for clients and servers
> 
> 
> $ sysctl kern.version
> kern.version=OpenBSD 6.0-current (GENERIC.MP) #2358: Mon Aug 15 15:24:24
> MDT 2016
> dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> 



Re: Node segfaults wxneeded?

2016-08-16 Thread Martijn Rijkeboer
Hi,

On 2016-08-16 14:43, Aaron Bieber wrote:
> I have been fishing for OKs on this diff:
> http://akb.io/node-4.4.7p0.diff
> 
> If you can give it a try and report back, I would be very grateful! :D

With your diff applied node works again for me. Thanks.

Kind regards,


Martijn Rijkeboer



Re: Node segfaults wxneeded?

2016-08-16 Thread Martijn Rijkeboer
Hi,

On 2016-08-16 13:11, Stuart Henderson wrote:
> On 2016/08/16 11:50, Martijn Rijkeboer wrote:
>> When I try to start node on my OpenBSD-current machine it segfaults.
>> Could it be that it needs to be compiled with wxneeded?
> 
> Yes. We can't actually build packages for it at present either
> (same for lang/sbcl, lang/obc, lang/mono, devel/jdk).

With abieber@'s diff[1] node works again. He is waiting for ok's to
commit...

Kind regards,


Martijn Rijkeboer


[1] http://akb.io/node-4.4.7p0.diff



Re: Node segfaults wxneeded?

2016-08-16 Thread Stuart Henderson
On 2016/08/16 17:03, Martijn Rijkeboer wrote:
> Hi,
> 
> On 2016-08-16 13:11, Stuart Henderson wrote:
> > On 2016/08/16 11:50, Martijn Rijkeboer wrote:
> >> When I try to start node on my OpenBSD-current machine it segfaults.
> >> Could it be that it needs to be compiled with wxneeded?
> > 
> > Yes. We can't actually build packages for it at present either
> > (same for lang/sbcl, lang/obc, lang/mono, devel/jdk).
> 
> With abieber@'s diff[1] node works again. He is waiting for ok's to
> commit...
> 
> Kind regards,
> 
> 
> Martijn Rijkeboer
> 
> 
> [1] http://akb.io/node-4.4.7p0.diff

Since it works, go for it :)