Date: Mon, 04 Jan 2016 17:51:59 +0000 From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 205767] lang/ruby21: Fails to configure on armv6: configure: error: _setjmp is not available Message-ID: <bug-205767-21402-Xula2D4YME@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-205767-21402@https.bugs.freebsd.org/bugzilla/> References: <bug-205767-21402@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205767 Steve Wills <swills@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |swills@FreeBSD.org --- Comment #3 from Steve Wills <swills@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205767-21402-Xula2D4YME>
