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=3D205767 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} =3D=3D "armv6" || ${ARCH} =3D=3D "armv6hf" 100 CONFIGURE_ARGS+=3D --with-setjmp-type=3D_setjmp 101 CONFIGURE_ENV+=3D ac_cv_func__setjmp=3Dyes 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, wh= at hardware? And can you send the config.log? --=20 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>