Project

General

Profile

Actions

Bug #11837

closed

./miniruby.exe: No such file or directory

Added by duerst (Martin Dürst) over 8 years ago. Updated over 8 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 2.3.0dev (2015-12-17 trunk 53170) [x86_64-cygwin]
[ruby-core:72227]

Description

I get the error below when running autoconf; ./configure on a new checkout. It seems to be pretty clear that there will be no ./miniruby around at this point, so I'm not sure why it is necessary.

checking for prefix of external symbols... NONE
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for nroff... /usr/bin/nroff
.ext/include/x86_64-cygwin/ruby/config.h updated
configure: ruby library version = 2.3.0
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating Makefile
config.status: creating ruby-2.3.pc
compiling version.c
generating x86_64-cygwin-fake.rb
/bin/sh: line 1: ./miniruby.exe: No such file or directory
uncommon.mk:568: recipe for target 'x86_64-cygwin-fake.rb' failed
make: *** [x86_64-cygwin-fake.rb] Error 127

Updated by duerst (Martin Dürst) over 8 years ago

Martin Dürst wrote:

I get the error below when running autoconf; ./configure on a new checkout. It seems to be pretty clear that there will be no ./miniruby around at this point, so I'm not sure why it is necessary.

To others who hit this bug: It's of course possible to solve this by coping a miniruby.exe from another checkout if you are lucky enough to have one.

(but the problem shouldn't happen in the first place)

Updated by duerst (Martin Dürst) over 8 years ago

  • Status changed from Open to Closed
Actions

Also available in: Atom PDF

Like0
Like0Like0