Ð
Міхаіл Т.
Hello!
I'm building platform-specific Ruby-binaries (1.8.7-p174) for each of
our several platforms based on a single source-code directory, that's
available read-only.
The build is fine (except in the win32ole directory, which I had to
remove). `make test' succeeds:
# :/tmp/ruby-1.8.7-p174-x86_64-pc-linux-gnu (203) make test
test succeeded
However, when I try to `make check', I get:
# :/tmp/ruby-1.8.7-p174-x86_64-pc-linux-gnu (204) make check
test succeeded
/miniruby -I/src/PUBruby/ruby-1.8.7-p174/lib -I.ext/common -I./-
-r/src/PUBruby/ruby-1.8.7-p174/ext/purelib.rb
/src/PUBruby/ruby-1.8.7-p174/runruby.rb --extout=.ext --
"/src/PUBruby/ruby-1.8.7-p174/test/runner.rb"
--basedir="/src/PUBruby/ruby-1.8.7-p174/test" --runner=console
Launching `top' in another window I can see the ruby process spinning...
I left it running for 3 hours, and it accumulated 3 hours of CPU time...
Please, advise. Thanks!
I'm building platform-specific Ruby-binaries (1.8.7-p174) for each of
our several platforms based on a single source-code directory, that's
available read-only.
The build is fine (except in the win32ole directory, which I had to
remove). `make test' succeeds:
# :/tmp/ruby-1.8.7-p174-x86_64-pc-linux-gnu (203) make test
test succeeded
However, when I try to `make check', I get:
# :/tmp/ruby-1.8.7-p174-x86_64-pc-linux-gnu (204) make check
test succeeded
/miniruby -I/src/PUBruby/ruby-1.8.7-p174/lib -I.ext/common -I./-
-r/src/PUBruby/ruby-1.8.7-p174/ext/purelib.rb
/src/PUBruby/ruby-1.8.7-p174/runruby.rb --extout=.ext --
"/src/PUBruby/ruby-1.8.7-p174/test/runner.rb"
--basedir="/src/PUBruby/ruby-1.8.7-p174/test" --runner=console
Launching `top' in another window I can see the ruby process spinning...
I left it running for 3 hours, and it accumulated 3 hours of CPU time...
Please, advise. Thanks!