From owner-freebsd-ruby@FreeBSD.ORG Sat Feb 28 05:49:08 2015 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 98822AC7 for ; Sat, 28 Feb 2015 05:49:08 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 657A27E4 for ; Sat, 28 Feb 2015 05:49:08 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1S5n8o8008941 for ; Sat, 28 Feb 2015 05:49:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 198052] devel/ruby-gems: fails to build with ruby 2.2 Date: Sat, 28 Feb 2015 05:49:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: sunpoet@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Feb 2015 05:49:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198052 --- Comment #7 from Sunpoet Po-Chuan Hsieh --- (In reply to Steve Wills from comment #6) I guess not. I did not got this error when building ruby21-gems-1.8.30. According latest exp-run (with QA enabled) [1] by antoine, ruby20-gems-2.4.5 passed check-plist. I've checked that ruby21-gems-2.4.5 has same issue. % make check-plist ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: @dir lib/ruby/gems/%%RUBY_VER%%/build_info Error: Missing: @dir %%CACHE_DIR%% Error: Missing: @dir %%EXT_DIR%% Error: Missing: @dir %%GEMS_DIR%% Error: Missing: @dir %%SPEC_DIR%% ===> Error: Plist issues found. *** Error code 1 Stop. make: stopped in /usr/ports/devel/ruby-gems % make package ===> Building package for ruby21-gems-2.4.5 /usr/local/bin/ruby21 pkg-static: lstat(/usr/ports/works/usr/ports/devel/ruby-gems/work/stage/usr/local/lib/ruby/gems/2.1/build_info/): No such file or directory pkg-static: lstat(/usr/ports/works/usr/ports/devel/ruby-gems/work/stage/usr/local/lib/ruby/gems/2.1/extensions/): No such file or directory pkg-static: lstat(/usr/ports/works/usr/ports/devel/ruby-gems/work/stage/usr/local/lib/ruby/gems/2.1/cache/): No such file or directory pkg-static: lstat(/usr/ports/works/usr/ports/devel/ruby-gems/work/stage/usr/local/lib/ruby/gems/2.1/gems/): No such file or directory pkg-static: lstat(/usr/ports/works/usr/ports/devel/ruby-gems/work/stage/usr/local/lib/ruby/gems/2.1/specifications/): No such file or directory *** Error code 1 Stop. make: stopped in /usr/ports/devel/ruby-gems [1] http://pb2.nyi.freebsd.org/build.html?mastername=101amd64-default-PR197083&build=2015-02-16_10h33m49s http://pb2.nyi.freebsd.org/data/101amd64-default-PR197083/2015-02-16_10h33m49s/logs/ruby20-gems-2.4.5.log -- You are receiving this mail because: You are the assignee for the bug.