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 C254D1F7D2 for ; Sat, 3 Jun 2017 05:08:13 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 3975E120751; Sat, 3 Jun 2017 14:08:11 +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 E0CE8120730 for ; Sat, 3 Jun 2017 14:08: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=zSrk5gL52oQ2CCRRzy+V/i/Ueks=; b=c+R2k9VRKBNN2sipap MaH0FKC4lFSaLDi7mh8ZWxJeDKrGtzPRdEatGUjxGYzrsNZ5XGmzsJuLsJgvjGKL KN9905fihRPAuli3ZccTneMkg5fcvGh36EykqBa48xqOmEiblAZz9sr3vJZmI99N WGXyxKPdAQivZ6JYqCeg7MzBg= Received: by filter0443p1mdw1.sendgrid.net with SMTP id filter0443p1mdw1-6691-59324435-2 2017-06-03 05:08:05.116076447 +0000 UTC Received: from herokuapp.com (ec2-54-234-16-176.compute-1.amazonaws.com [54.234.16.176]) by ismtpd0006p1iad1.sendgrid.net (SG) with ESMTP id fko7RlDSSSyeGGacXKf9Fg for ; Sat, 03 Jun 2017 05:08:05.204 +0000 (UTC) Date: Sat, 03 Jun 2017 05:08:05 +0000 From: hsbt@ruby-lang.org To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 56583 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS4hfmQ4mHaolUXK2KZcSclN3H42MPafM5RjHU fAdY7w2Rc9Dy3iQRWbnUzOnJqknfoxL4TU83ww3rK+Y7Eh+v6znHGNmyBAvXu9uznYTmFEeFVs4Wf4 lXF0xvk4lFNR8SI9FzkmJs14PzeV86bRhtKI2McfQV3ZaQC78oxjii6bNA== X-ML-Name: ruby-core X-Mail-Count: 81553 Subject: [ruby-core:81553] [Ruby trunk Bug#13619][Rejected] 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). Status changed from Open to Rejected It's my mistake. I forgot to install `make` package of i686 environment. `configure` detected msys `make. It's caused by this issue. After installing cygwin-i686 make, I'm done to build with cygwin i686. Thanks nobu for your advice. ---------------------------------------- Bug #13619: Unable to configure on Cygwin i686 environment https://bugs.ruby-lang.org/issues/13619#change-65256 * Author: hsbt (Hiroshi SHIBATA) * Status: Rejected * 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/