From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id 984EE17DC893 for ; Fri, 18 Dec 2015 08:35:02 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id 60BFFB5D828 for ; Fri, 18 Dec 2015 09:07:09 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id 8463D18CC7B5 for ; Fri, 18 Dec 2015 09:07:09 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 7B17D120496; Fri, 18 Dec 2015 09:07:07 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o10.shared.sendgrid.net (o10.shared.sendgrid.net [173.193.132.135]) by neon.ruby-lang.org (Postfix) with ESMTPS id 2E32012048B for ; Fri, 18 Dec 2015 09:07:02 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=7TnttQfU1vt/kox7nQPuO+wZBnk=; b=wfq9CIQy4jIlK5QUjx fAI2S0mHLAp+D80SQSe9AMHfjCFnQkvCiEaHepppCb+/OQwUoS+JKqPxEkh7TOnK MDS5vlv0gdr9CjI9zI3KuY0U3Sq3Efrao5oB1/QKYCIJ2sR+irTR29/kt5doU1Yf wL3G0cwrXCT2w1J5lnMV3ItLY= Received: by filter0570p1mdw1.sendgrid.net with SMTP id filter0570p1mdw1.20763.56734E1E1D 2015-12-18 00:06:54.237484287 +0000 UTC Received: from herokuapp.com (ec2-23-23-2-37.compute-1.amazonaws.com [23.23.2.37]) by ismtpd0003p1iad1.sendgrid.net (SG) with ESMTP id lfo1bnLZTKG070xLjARV0Q for ; Fri, 18 Dec 2015 00:06:54.555 +0000 (UTC) Date: Fri, 18 Dec 2015 00:06:54 +0000 From: duerst@it.aoyama.ac.jp To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Redmine-MailingListIntegration-Message-Ids: 46938 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11837 X-Redmine-Issue-Author: duerst X-Redmine-Issue-Assignee: nobu X-Redmine-Sender: duerst 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS5mgC0boX4/c8Qga7MUFGr6Z4BDy+AcW1gwWf wasnZUJIq4TcJL0p2BveHsFAEXFNTWTAeZ/PH6XQ2KxOWVQVRH9RfO4nRGrRj6RwZdjhbxfKClNybU 2hyK7q/ha8Wjka48mBUfW966NhwqqqXg6LEvG8xxCkzECp1WCU3IbIYYxw== X-ML-Name: ruby-core X-Mail-Count: 72227 Subject: [ruby-core:72227] [Ruby trunk - Bug #11837] [Open] ./miniruby.exe: No such file or directory 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: , Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #11837 has been reported by Martin D=C3=BCrst. ---------------------------------------- Bug #11837: ./miniruby.exe: No such file or directory https://bugs.ruby-lang.org/issues/11837 * Author: Martin D=C3=BCrst * Status: Open * Priority: Normal * Assignee: Nobuyoshi Nakada * ruby -v: ruby 2.3.0dev (2015-12-17 trunk 53170) [x86_64-cygwin] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- I get the error below when running autoconf; ./configure on a new checkout.= It seems to be pretty clear that there will be no ./miniruby around at thi= s point, so I'm not sure why it is necessary. checking for prefix of external symbols... NONE checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for nroff... /usr/bin/nroff .ext/include/x86_64-cygwin/ruby/config.h updated configure: ruby library version =3D 2.3.0 configure: creating ./config.status config.status: creating GNUmakefile config.status: creating Makefile config.status: creating ruby-2.3.pc compiling version.c generating x86_64-cygwin-fake.rb /bin/sh: line 1: ./miniruby.exe: No such file or directory uncommon.mk:568: recipe for target 'x86_64-cygwin-fake.rb' failed make: *** [x86_64-cygwin-fake.rb] Error 127 --=20 https://bugs.ruby-lang.org/