Date: Sun, 22 Jan 2006 11:10:08 GMT From: Pav Lucistnik <pav@FreeBSD.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/92088: lang/ruby18 hangs during build Message-ID: <200601221110.k0MBA8OY043038@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/92088; it has been noted by GNATS. From: Pav Lucistnik <pav@FreeBSD.org> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/92088: lang/ruby18 hangs during build Date: Sun, 22 Jan 2006 12:04:43 +0100 Copy over from ports/92100: I thought I'd weigh in on the new version, I'm having an unusual problem that's keeping Ruby from compiling on my machine (i386, FreeBSD 6.0). It seems that once it gets to the point where it's installing the bigdecimal extension, a process called miniruby ramps up to 100% CPU and gets stuck there, making it impossible to complete the compiling process. Running strace on the bad process showed messages similar to the following: sigprocmask(SIG_SETMASK, [], NULL) = 0 sigprocmask(SIG_SETMASK, NULL, []) = 0 syscall_422(0xbfbf5050) = 0xffffffff syscall_421(0xbfbf5050) = 0 rmdir("bigdecimal") = -1 ENOTEMPTY (Directory not empty) sigprocmask(SIG_SETMASK, [], NULL) = 0 sigprocmask(SIG_SETMASK, NULL, []) = 0 syscall_422(0xbfbf5050) = 0xffffffff syscall_421(0xbfbf5050) = 0 rmdir("bigdecimal") = -1 ENOTEMPTY (Directory not empty) sigprocmask(SIG_SETMASK, [], NULL) = 0 sigprocmask(SIG_SETMASK, NULL, []) = 0 syscall_422(0xbfbf5050) = 0xffffffff syscall_421(0xbfbf5050) = 0 rmdir("bigdecimal") = -1 ENOTEMPTY (Directory not empty) ^C <unfinished ...>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601221110.k0MBA8OY043038>