Re: Can't build ruby20 on -current: it doesn't honor WITHOUT_CDDL=yes

2014-11-08 Thread Andrey Chernov
On 07.11.2014 5:22, Steve Wills wrote: >> Do you approve the patch attached? > > Yeah, that looks fine. Thanx, committed. BTW, are you sure that number 101 is right in the (${ARCH} == "i386" && ${OSVERSION} > 101) expression? I left it as it was originally, but my 10-stable i386 have 1001

Re: Can't build ruby20 on -current: it doesn't honor WITHOUT_CDDL=yes

2014-11-06 Thread Steve Wills
On Tue, Nov 04, 2014 at 05:41:31AM +0300, Andrey Chernov wrote: > On 30.10.2014 18:15, Steve Wills wrote: > > The checks for OS version weren't meant to detect presence of dtrace, they > > were > > meant to detect presence of dtrace with usable USDT. Unfortunately, > > presence of > > /usr/sbin/d

Re: Can't build ruby20 on -current: it doesn't honor WITHOUT_CDDL=yes

2014-11-03 Thread Andrey Chernov
On 30.10.2014 18:15, Steve Wills wrote: > The checks for OS version weren't meant to detect presence of dtrace, they > were > meant to detect presence of dtrace with usable USDT. Unfortunately, presence > of > /usr/sbin/dtrace doesn't necessarily mean USDT works. So, both checks need to > be ther

Re: Can't build ruby20 on -current: it doesn't honor WITHOUT_CDDL=yes

2014-10-30 Thread Steve Wills
On Thu, Oct 30, 2014 at 01:26:02PM +0300, Andrey Chernov wrote: > On 30.10.2014 13:17, Baptiste Daroussin wrote: > > On Thu, Oct 30, 2014 at 01:11:33PM +0300, Andrey Chernov wrote: > >> Hi. > >> I disable zfs and dtrace on my machine using WITHOUT_CDDL=yes in > >> /etc/src.conf > >> ryby20 port thr

Re: Can't build ruby20 on -current: it doesn't honor WITHOUT_CDDL=yes

2014-10-30 Thread Andrey Chernov
On 30.10.2014 13:17, Baptiste Daroussin wrote: > On Thu, Oct 30, 2014 at 01:11:33PM +0300, Andrey Chernov wrote: >> Hi. >> I disable zfs and dtrace on my machine using WITHOUT_CDDL=yes in >> /etc/src.conf >> ryby20 port throw this error: >> ... >> checking for valgrind/memcheck.h... no >> checking

Re: Can't build ruby20 on -current: it doesn't honor WITHOUT_CDDL=yes

2014-10-30 Thread Baptiste Daroussin
On Thu, Oct 30, 2014 at 01:11:33PM +0300, Andrey Chernov wrote: > Hi. > I disable zfs and dtrace on my machine using WITHOUT_CDDL=yes in > /etc/src.conf > ryby20 port throw this error: > ... > checking for valgrind/memcheck.h... no > checking for strip... strip > configure: error: dtrace(1) is miss

Can't build ruby20 on -current: it doesn't honor WITHOUT_CDDL=yes

2014-10-30 Thread Andrey Chernov
Hi. I disable zfs and dtrace on my machine using WITHOUT_CDDL=yes in /etc/src.conf ryby20 port throw this error: ... checking for valgrind/memcheck.h... no checking for strip... strip configure: error: dtrace(1) is missing ===> Script "configure" failed unexpectedly. I see you have sophisticated