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 ACA6B209FD for ; Sat, 3 Jun 2017 02:36:24 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id C76D712076B; Sat, 3 Jun 2017 11:36:21 +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 6514D120755 for ; Sat, 3 Jun 2017 11:36:19 +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=/uRbe/S1VlAJESJYXdXuDAOc2EE=; b=TKvUEg8+1/NxZJ7G+D eArTnylkWM4h0caUxoWnPjTkPDeNQ57D1LTswuxiW2IAFx5qe3PwMr3+MkHeph5f kFd7fIQJOr70TzZ9PKLtVrBrMBnn6vyjoZu+zMft9lp8R9u6K0PK7YorN2hPghSm JyXstBLKOkkahSqFX6qVcCSp0= Received: by filter0631p1mdw1.sendgrid.net with SMTP id filter0631p1mdw1-5087-5932209F-26 2017-06-03 02:36:15.757072198 +0000 UTC Received: from herokuapp.com (ec2-54-163-17-188.compute-1.amazonaws.com [54.163.17.188]) by ismtpd0004p1iad1.sendgrid.net (SG) with ESMTP id bSZAmBo0Tdibm1oqcKxq8g for ; Sat, 03 Jun 2017 02:36:15.746 +0000 (UTC) Date: Sat, 03 Jun 2017 02:36:15 +0000 From: hsbt@ruby-lang.org To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 56579 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS6xajSdN1I2ID19JhwK1KxGnsvx1ZvxVSeeXG W1h6voztAZPYDuNp9BuLG+DUPlGEOO+vFWQVChjpEcp+kPLBQ385eLENQ0xje5LiWuQZLXfN5VW9tL ozOY1z5C07GlgYdcpR1vYljxlvK+kQYHHMRLsPgRtgN5+4lJ4xyZbouMxg== X-ML-Name: ruby-core X-Mail-Count: 81549 Subject: [ruby-core:81549] [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 stdout.log added Attached full log of stdout ---------------------------------------- Bug #13619: Unable to configure on Cygwin i686 environment https://bugs.ruby-lang.org/issues/13619#change-65254 * 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) stdout.log (25.2 KB) -- https://bugs.ruby-lang.org/