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=-3.0 required=3.0 tests=AWL,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 C1342211B3 for ; Thu, 29 Nov 2018 05:25:11 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 6E26B1216EF; Thu, 29 Nov 2018 14:25:09 +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 31B661216EE for ; Thu, 29 Nov 2018 14:25:07 +0900 (JST) Received: by filter0075p3iad2.sendgrid.net with SMTP id filter0075p3iad2-15935-5BFF7830-2A 2018-11-29 05:25:04.615429729 +0000 UTC m=+470473.597095235 Received: from herokuapp.com (ec2-54-82-30-246.compute-1.amazonaws.com [54.82.30.246]) by ismtpd0039p1iad2.sendgrid.net (SG) with ESMTP id fEqGCm7kQF2mGWsHwoHPdQ for ; Thu, 29 Nov 2018 05:25:04.594 +0000 (UTC) Date: Thu, 29 Nov 2018 05:25:05 +0000 (UTC) From: Greg.mpls@gmail.com To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 65548 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 15333 X-Redmine-Issue-Author: leam X-Redmine-Issue-Assignee: hsbt X-Redmine-Sender: MSP-Greg 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS44Y1rR1IY7xp2489eQKTv095xB6J/axSGySg q+t0GbCjHM9G+fHYQRERT2M5YM7/rEiDWlv2IdEfrq14pAkhBjmqJaJg8qQJ7MQr+3PK0+yZeXymzO jykgeEHkXwRrk/WfMzYFJxwUCajnuQK10Q/rcJRrkQMODGpy/V9O/+QIqA== X-ML-Name: ruby-core X-Mail-Count: 90151 Subject: [ruby-core:90151] [Ruby trunk Bug#15333] 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 MSP-Greg (Greg L). @hsbt By no means have I looked at how Bundler is used by RG testing, but in trunk, the following line in test_case.rb works in rubygems/rubygems, but not trunk: ```ruby # If bundler gemspec exists, add to stubs bundler_gemspec = File.expand_path("../../../bundler/bundler.gemspec", __FILE__) ``` https://github.com/rubygems/rubygems/blob/master/lib/rubygems/test_case.rb#L17 JFYI, ruby-loco runs test-all with runner.rb from ruby.exe in the install folder, so... ---------------------------------------- Bug #15333: make check fails looking for Bundler 2.0 https://bugs.ruby-lang.org/issues/15333#change-75267 * Author: leam (Leam Hall) * Status: Feedback * 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/