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 0C7A11F609 for ; Thu, 29 Nov 2018 00:27:26 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id DBF7F120DCC; Thu, 29 Nov 2018 09:27:24 +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 F3D4D120BB3 for ; Thu, 29 Nov 2018 09:27:22 +0900 (JST) Received: by filter0060p3mdw1.sendgrid.net with SMTP id filter0060p3mdw1-14562-5BFF3268-8 2018-11-29 00:27:20.153834005 +0000 UTC m=+1138635.570247204 Received: from herokuapp.com (ec2-54-162-249-192.compute-1.amazonaws.com [54.162.249.192]) by ismtpd0016p1iad2.sendgrid.net (SG) with ESMTP id 9hW9NmrUQTSApDJGIJQS2A for ; Thu, 29 Nov 2018 00:27:20.102 +0000 (UTC) Date: Thu, 29 Nov 2018 00:27:20 +0000 (UTC) From: leamhall@gmail.com To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 65541 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS5TvUn498RhQYkOanwSSHHKe/AYw4c13fytgl upWE0ZnI+qLTtBZL4LKVMIChu+Qk6ttXF3ks2HL8oomp0JDg4kZu4LaU4u/7dg2+eLBVfk5kubeYBc Rp0aKIINzhrN6yyyWSBzxIqbApnUc3QCcvwZ2wYCPBn5+5V92HmH9DrdjA== X-ML-Name: ruby-core X-Mail-Count: 90144 Subject: [ruby-core:90144] [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 leam (Leam Hall). I will build a clean box and try again. Thank you. ---------------------------------------- Bug #15333: make check fails looking for Bundler 2.0 https://bugs.ruby-lang.org/issues/15333#change-75260 * 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/