[ruby-core:60460] [Backport93 - Backport #8757] [Closed] configure.in in 1.9.3. uses sed -E which does not work with gnu sed

From: usa@...
Date: 2014-02-05 02:39:13 UTC
List: ruby-core #60460
Issue #8757 has been updated by Usaku NAKAMURA.

Status changed from Open to Closed
% Done changed from 0 to 100

Applied in changeset r44820.

----------
merge revision(s) 37905: [Backport #8757]

	* configure.in (opt-dir): don't use non portable flag -E of sed.

----------------------------------------
Backport #8757: configure.in in 1.9.3. uses sed -E which does not work with gnu sed
https://bugs.ruby-lang.org/issues/8757#change-44921

* Author: Erik Hetzner
* Status: Closed
* Priority: Normal
* Assignee: Usaku NAKAMURA
* Category: 
* Target version: 
* ruby -v: 1.9.3
----------------------------------------
This line in configure.in:

  https://github.com/ruby/ruby/blob/ruby_1_9_3/configure.in#L2930

uses sed -E, which does not work with GNU sed. This is fixed in trunk with this patch:

  https://github.com/ruby/ruby/commit/bb2e9e9e9871eab71aac3f316339c67e8bb4a1a5




-- 
http://bugs.ruby-lang.org/

In This Thread

Prev Next