ports/92088: lang/ruby18 hangs during build

Pav Lucistnik pav at FreeBSD.org
Sun Jan 22 11:10:08 UTC 2006


The following reply was made to PR ports/92088; it has been noted by GNATS.

From: Pav Lucistnik <pav at FreeBSD.org>
To: bug-followup at 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 ...>



More information about the freebsd-ports-bugs mailing list