Backport #8171
closedbuild of ruby-2.0.0-p0 fails under Mac OS X 10.8.3
Description
Compilation of a fresh download of ruby-2.0.0-p0.tar.gz fails while attempting to link miniruby, specifically:
...
compiling ./missing/setproctitle.c
compiling dmyext.c
linking miniruby
.../ruby-2.0.0-p0/lib/fileutils.rb:111: [BUG] Stack consistency error (sp: 38, bp: 36)
Compilation environment:
MacBook Pro
OS X 10.8.3
Xcode version 4.6.1 with command line tools
gcc version 4.2.1 (Based on Apple Inc. build 5658)
Compilation commands:
$ ./configure --prefix=${INSTALL_DIR} --enable-shared --disable-install-doc --with-opt-dir=${INSTALL_DIR}
$ make
Full details are in https://gist.github.com/rdpoor/5249186
Updated by nobu (Nobuyoshi Nakada) almost 12 years ago
- Status changed from Open to Closed
Updated by fearless_fool (Robert Poor) almost 12 years ago
Hello Nobu:
I'm glad that the issue is closed. Can you provide any additional information? This was my first bug report to ruby-lang.org and so I would like to know if there was a problem with my bug report. (Was it a duplicate? Was this the wrong place to report this bug? Etc.) And if there was not a problem with my bug report, is there a solution to the error I observed?
Many thanks!
- Rob
Updated by nobu (Nobuyoshi Nakada) almost 12 years ago
Sorry, no problems with your report.
This issue just duplicates [Backport #8118], which is already finished.
I thought that I've added the duplication, but actually not.
Updated by fearless_fool (Robert Poor) almost 12 years ago
Many thanks for the clarification. I examined the diff in 8118, patched my local version of vm_exec.c and it is now happily compiling away.