[Bug 205767] lang/ruby21: Fails to configure on armv6: configure: error: _setjmp is not available

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 4 17:52:00 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205767

Steve Wills <swills at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |swills at FreeBSD.org

--- Comment #3 from Steve Wills <swills at FreeBSD.org> ---
There is this in lang/ruby21/Makefile:

 99 .if ${ARCH} == "armv6" || ${ARCH} == "armv6hf"
100 CONFIGURE_ARGS+=        --with-setjmp-type=_setjmp
101 CONFIGURE_ENV+= ac_cv_func__setjmp=yes
102 .endif

Building under qemu, the issue you report doesn't seem to happen for me. Can
you tell me if you're doing this on natively on arm hardware? And if so, what
hardware? And can you send the config.log?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ruby mailing list