Project

General

Profile

Actions

Bug #10736

closed

configure does not check for missing ruby

Added by eike.rb (Eike Dierks) over 9 years ago. Updated over 9 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 2.2.0p0 (2014-12-25 revision 49005)
[ruby-core:67560]

Description

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

Updated by nobu (Nobuyoshi Nakada) over 9 years ago

  • 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.

Actions

Also available in: Atom PDF

Like0
Like0