From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-2.8 required=3.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FORGED_GMAIL_RCVD,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_PASS shortcircuit=no autolearn=no autolearn_force=no version=3.4.2 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id CE7FB211B3 for ; Fri, 30 Nov 2018 15:47:36 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 879C7120DD5; Sat, 1 Dec 2018 00:47:33 +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 21212120B16 for ; Sat, 1 Dec 2018 00:47:30 +0900 (JST) Received: by filter0086p3iad2.sendgrid.net with SMTP id filter0086p3iad2-4380-5C015B8F-37 2018-11-30 15:47:27.773957387 +0000 UTC m=+92793.225116574 Received: from herokuapp.com (ec2-54-226-126-137.compute-1.amazonaws.com [54.226.126.137]) by ismtpd0001p1iad1.sendgrid.net (SG) with ESMTP id izxMC0ulTwa2-ldh9cgmnw for ; Fri, 30 Nov 2018 15:47:27.552 +0000 (UTC) Date: Fri, 30 Nov 2018 15:47:28 +0000 (UTC) From: leamhall@gmail.com To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 65588 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 15333 X-Redmine-Issue-Author: leam X-Redmine-Issue-Assignee: hsbt X-Redmine-Sender: leam 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS7ILKRdwnMutWJmddRfTgacYBoY0EbTLORwDa 5St89aiYVA2le1nEFXlzUp1BPCAmW9axB49RbRhcRBlci6DvdjWVhc7JMOrGSjhfPu3CZzHGERalPg 3bBgyawjCeFEBiKhmcq2t1oHOqYIRupKockkDrs4uDqpkQghDY3wutaFbw== X-ML-Name: ruby-core X-Mail-Count: 90192 Subject: [ruby-core:90192] [Ruby trunk Bug#15333][Closed] make check fails looking for Bundler 2.0 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 #15333 has been updated by leam (Leam Hall). Status changed from Feedback to Closed Build on a totally clean CentOS 7 box passed without failure. I would attribute this issue to "user's host configuration". ---------------------------------------- Bug #15333: make check fails looking for Bundler 2.0 https://bugs.ruby-lang.org/issues/15333#change-75314 * Author: leam (Leam Hall) * Status: Closed * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) * Target version: * ruby -v: ruby 2.6.0dev (2018-10-17 trunk 65108) [x86_64-linux] * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN ---------------------------------------- Just pulled the latest trunk from github. The log from "make check" seems to indicate a bundler 2.0 missing. Using bundler 1.17.1 installed by gem. ruby -v: ruby 2.6.0dev (2018-11-23 trunk 65931) [x86_64-linux] making mjit_build_dir.so const char MJIT_BUILD_DIR[] = "/usr/local/src/ruby"; /usr/local/src/ruby/lib/rubygems/resolver.rb:231:in `search_for': Unable to resolve dependency: use r requested 'bundler (= 2.0.0.pre.1)' (Gem::UnsatisfiableDependencyError) from /usr/local/src/ruby/lib/rubygems/resolver.rb:283:in `block in sort_dependencies' ---Files-------------------------------- ruby_make_check_20181122_1832.log (14.5 KB) ruby_configure_20181122_1832.log (27.5 KB) ruby_make_20181122_1832.log (96.5 KB) -- https://bugs.ruby-lang.org/