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 894B92027C for ; Thu, 1 Jun 2017 08:34:14 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 05D3D12075B; Thu, 1 Jun 2017 17:34:11 +0900 (JST) Received: from o1678916x28.outbound-mail.sendgrid.net (o1678916x28.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id AEC6F120751 for ; Thu, 1 Jun 2017 17:34:08 +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=u68e6uKvUS1pF0YwqyKRMkXptpY=; b=UImWM4aRzpTD4y2m6Y cZ8LSJ9fUwAf+TgLnXrBJ1H7Qiqhs0jf7pYjaHUAJA22DalZA6oSXrgtzHCGU8bb WTvn7gRhkTfAOPFRC6D0s9+nYk6/MhGL1iobGOVjv9KeqV27sAd+Vq53/0G+L/s6 Zbv5DsJlwQaQcp52qykDqItTU= Received: by filter0946p1mdw1.sendgrid.net with SMTP id filter0946p1mdw1-7103-592FD17C-14 2017-06-01 08:34:04.300736356 +0000 UTC Received: from herokuapp.com (ec2-54-243-20-118.compute-1.amazonaws.com [54.243.20.118]) by ismtpd0001p1iad1.sendgrid.net (SG) with ESMTP id Ocxh4c_zQ7qLLw94-9cSOA for ; Thu, 01 Jun 2017 08:34:04.290 +0000 (UTC) Date: Thu, 01 Jun 2017 08:34:04 +0000 From: hsbt@ruby-lang.org To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 56529 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 13619 X-Redmine-Issue-Author: hsbt 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS6XXZ7vhsb45gVEHNCDY11E+wqSIW3IAhgqVs 3JOZoQLc+RmQK6dNTwu1YH2kUu/Y3XixHTQIZAd1uJGrjicOn2R0a0qT5X7zmu+6r284NNrDPzZrpW g/g7dTkM1i1QpJQk5tdIGfxS3xML6B0MU+INZAgn4JGidb9It2268A/3rg== X-ML-Name: ruby-core X-Mail-Count: 81499 Subject: [ruby-core:81499] [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 reported by hsbt (Hiroshi SHIBATA). ---------------------------------------- Bug #13619: Unable to configure on Cygwin i686 environment https://bugs.ruby-lang.org/issues/13619 * Author: hsbt (Hiroshi SHIBATA) * Status: Open * Priority: Normal * Assignee: * Target version: * 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? -- https://bugs.ruby-lang.org/