Re: ruby25 from ports will not compile

2019-09-08 Thread @lbutlr
On 6 Sep 2019, at 19:16, Yasuhiro KIMURA wrote: > From: "@lbutlr" > Subject: ruby25 from ports will not compile > Date: Fri, 6 Sep 2019 12:44:29 -0600 > >> Trying to update ruby on 11.2-RELEASE-p11 (I have also tried to switch to >> ruby26 with basically

Re: ruby25 from ports will not compile

2019-09-06 Thread Yasuhiro KIMURA
From: "@lbutlr" Subject: ruby25 from ports will not compile Date: Fri, 6 Sep 2019 12:44:29 -0600 > Trying to update ruby on 11.2-RELEASE-p11 (I have also tried to switch to > ruby26 with basically the same results) > > # cd /usr/ports/lang/ruby25 > # make MAK

Re: ruby25 from ports will not compile

2019-09-06 Thread Pete Wright
On 9/6/19 1:14 PM, @lbutlr wrote: On 6 Sep 2019, at 13:30, Walter Schwarzenfeld wrote: CONFIGURE_ARGS+=--disable-dtrace Shouldn’t [ ] DSIABLE DEBUG do that? my expectation would be that flag would produce a build w/o debug symbols compiled in, whereas disabling dtrace would be

Re: ruby25 from ports will not compile

2019-09-06 Thread @lbutlr
On 6 Sep 2019, at 13:30, Walter Schwarzenfeld wrote: > CONFIGURE_ARGS+=--disable-dtrace Shouldn’t [ ] DSIABLE DEBUG do that? I added the suggested line to make.conf and did make clean && make and same results. -- Turning and turning in the widening gyre The falcon cannot hear the

Re: ruby25 from ports will not compile

2019-09-06 Thread Walter Schwarzenfeld
Try: CONFIGURE_ARGS+=--disable-dtrace ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

ruby25 from ports will not compile

2019-09-06 Thread @lbutlr
Trying to update ruby on 11.2-RELEASE-p11 (I have also tried to switch to ruby26 with basically the same results)  # cd /usr/ports/lang/ruby25  # make MAKE_JOBS_UNSAFE=yes install vm.c:(.text+0x1e0bb): undefined reference to `__dtraceenabled_ruby___method__entry' vm.c:(.text+0x1e0ef):