NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: building ruby21-base on netbsd 6.0.2
matthew sporleder wrote:
I end up in a bad situation building ruby21-base on netbsd 6.0.2
the
checking for broken backtrace...
just hangs during configure.
Here's a ktrace of what happens:
https://gist.github.com/msporleder/ab2a4e5f1bd0db3f1034
I've also tried prefer pkgsrc for libexecinfo.
Any other hints?
I had the same problem. Unfortunately, my question to the list gave me
no helpful answers
(http://mail-index.netbsd.org/netbsd-users/2014/03/10/msg014235.html) so
I am using the attached patch since. The patch was generated for ruby-2.1.2.
r.
--- configure.orig 2014-05-28 14:17:49.000000000 +0200
+++ configure 2014-05-28 14:23:19.000000000 +0200
@@ -20255,7 +20255,8 @@
done
- if test "x$ac_cv_header_execinfo_h" = xyes; then
+# if test "x$ac_cv_header_execinfo_h" = xyes; then
+ if false; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for backtrace in
-lexecinfo" >&5
$as_echo_n "checking for backtrace in -lexecinfo... " >&6; }
if ${ac_cv_lib_execinfo_backtrace+:} false; then :
Home |
Main Index |
Thread Index |
Old Index