From: nobu@... Date: 2015-01-13T09:59:01+00:00 Subject: [ruby-core:67561] [ruby-trunk - Bug #10736] [Rejected] configure does not check for missing ruby Issue #10736 has been updated by Nobuyoshi Nakada. Status changed from Open to Rejected `BASERUBY` is not necessary when all files have been generated, e.g., unpacked from tarballs, shared with another machine, etc. ---------------------------------------- Bug #10736: configure does not check for missing ruby https://bugs.ruby-lang.org/issues/10736#change-50976 * Author: Eike Dierks * Status: Rejected * Priority: Normal * Assignee: * ruby -v: ruby 2.2.0p0 (2014-12-25 revision 49005) * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- The ./configure script should check if a version of ruby is installed. Currently not such check is performed. Current behaviour: configure succeeds even if the is no version of ruby available. make fails with: "executable host ruby is required. use --with-baseruby option." Suggested behaviour: configure should check for a usable ruby This check should be performed early in ./configure as any further attempt to build will fail if no ruby is available -- https://bugs.ruby-lang.org/