Created attachment 150044 [details] poudriere failure log for lang/ruby20 When building lang/ruby20 for powerpc64, I see linker errors such as the following: array.c:(.text+0x2cc): undefined reference to `__dtraceenabled_ruby___array__create' I've included the complete log from poudriere.
Auto-assigned to maintainer ruby@FreeBSD.org
Created attachment 150054 [details] patch to disable dtrace on non x86 archs This should fix it for now, just disables dtrace on non x86 ARCHs. Though if you want to try to figure out how to make it work, that would be cool too.
That does make it build. I'd say go ahead and commit it. I'll look later at getting dtrace support actually working in ruby for powerpc.
This was fixed a while back, around the time of the the bug filing.