From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-3.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,SPF_PASS,T_DKIM_INVALID,T_RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id 3571420D11 for ; Fri, 2 Jun 2017 01:16:59 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id DBE36120764; Fri, 2 Jun 2017 10:16:55 +0900 (JST) Received: from o1678948x4.outbound-mail.sendgrid.net (o1678948x4.outbound-mail.sendgrid.net [167.89.48.4]) by neon.ruby-lang.org (Postfix) with ESMTPS id 6F8D312075B for ; Fri, 2 Jun 2017 10:16:54 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=oscGvKoPkYyEykn7oFRE6pnFVAo=; b=HTKmmhXzBfFO7UDNeC KSCB/3WVgQdKJbBeAMbZfKI2MMxykl+RRy/bcFRavO4RNUQVCG0/TIjvq7+a4EQx 4Qk+Fq2srqcibN91QVnrMeAQwqs0L3r+Vs6o1vJJY9EWuxez/lU80TzHWRw9Tcbq TzSly3UKIugl7MhQ4lbThck9I= Received: by filter1085p1mdw1.sendgrid.net with SMTP id filter1085p1mdw1-18347-5930BC82-22 2017-06-02 01:16:50.837782029 +0000 UTC Received: from herokuapp.com (ec2-54-160-142-233.compute-1.amazonaws.com [54.160.142.233]) by ismtpd0003p1iad1.sendgrid.net (SG) with ESMTP id AjCl94s5T7WsZmIRLBTtvQ for ; Fri, 02 Jun 2017 01:16:50.816 +0000 (UTC) Date: Fri, 02 Jun 2017 01:16:50 +0000 From: hsbt@ruby-lang.org To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 56546 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 13619 X-Redmine-Issue-Author: hsbt X-Redmine-Issue-Assignee: nobu X-Redmine-Sender: hsbt X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS73Ag6wuEVuPlCjAw2IdQ6UfEAHU+MWevjElL aY8OZb9lYzz7IZNbGU3cNU0qlctUeETH8MNVR7ES9FWkanqFh9Vc6dZfUmZhEvGFziSYzdlwgpOE6L eRf4abTtcZhQGT5qwI5sxj4bR6hkIyDoNpUuVAZOyvysnp397749HESymA== X-ML-Name: ruby-core X-Mail-Count: 81516 Subject: [ruby-core:81516] [Ruby trunk Bug#13619] Unable to configure on Cygwin i686 environment X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #13619 has been updated by hsbt (Hiroshi SHIBATA). File configure.log added Assignee set to nobu (Nobuyoshi Nakada) Target version set to 2.5 I attached result of `bash -x /path/to/configure` ---------------------------------------- Bug #13619: Unable to configure on Cygwin i686 environment https://bugs.ruby-lang.org/issues/13619#change-65223 * Author: hsbt (Hiroshi SHIBATA) * Status: Open * Priority: Normal * Assignee: nobu (Nobuyoshi Nakada) * Target version: 2.5 * ruby -v: * Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- When I invoke `configure` with cygwin i686 environment, I got following error: ``` config.status: creating Makefile /usr/bin/sed: -e expression #1, char 18: unterminated `s' command make: *** No rule to make target 'info-program'. Stop. ``` But I could not reproduce this with cygwin x86_64 environment. Anyone do finish `configure` with cygwin i686? ---Files-------------------------------- configure.log (1.59 MB) -- https://bugs.ruby-lang.org/