[Rubyinstaller-devel] Installer3 rake compile problem
Gordon Thiesfeld
gthiesfeld at gmail.com
Sun Apr 20 11:15:17 EDT 2008
I've been having a problem with the compile step in installer3
compiling openssl
C:/ruby/repo/oci_187/sandbox/ruby_1_8/lib/mkmf.rb:197:in `initialize':
Permission denied - mkmftmp1.log (Errno::EACCES)
from C:/ruby/repo/oci_187/sandbox/ruby_1_8/lib/mkmf.rb:197:in `open'
from C:/ruby/repo/oci_187/sandbox/ruby_1_8/lib/mkmf.rb:197:in `open'
from C:/ruby/repo/oci_187/sandbox/ruby_1_8/lib/mkmf.rb:228:in `postpone'
from C:/ruby/repo/oci_187/sandbox/ruby_1_8/lib/mkmf.rb:201:in `open'
from C:/ruby/repo/oci_187/sandbox/ruby_1_8/lib/mkmf.rb:224:in `postpone'
from C:/ruby/repo/oci_187/sandbox/ruby_1_8/lib/mkmf.rb:591:in
`checking_for'
from C:/ruby/repo/oci_187/sandbox/ruby_1_8/lib/mkmf.rb:695:in
`have_func'
from ../../../ruby_1_8/ext/openssl/extconf.rb:73
from ../ruby_1_8/ext/extmk.rb:168:in `load'
from ../ruby_1_8/ext/extmk.rb:168:in `extmake'
from ../ruby_1_8/ext/extmk.rb:441
from ../ruby_1_8/ext/extmk.rb:440:in `each'
from ../ruby_1_8/ext/extmk.rb:440
make: *** [all] Error 1
rake aborted!
Command failed with status (2): ["C:/ruby/repo/oci_187/sandbox/msys/bin/bas...]
(See full trace by running task with --trace)
If I run it again, it might get past openssl, but fail on another
extension. So I just keep running it until it finishes. If I comment
out line 234 of ruby_1_8\lib\mkmf.rb it runs all the way through, but
this seems suboptimal. Is anyone else seeing this?
Thanks,
Gordon
More information about the Rubyinstaller-devel
mailing list