From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 27 00:01:16 2015 Return-Path: Delivered-To: freebsd-ports-bugs@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 4F289383 for ; Wed, 27 May 2015 00:01:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 1E6C1983 for ; Wed, 27 May 2015 00:01:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t4R01FVJ010122 for ; Wed, 27 May 2015 00:01:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 199107] Several rubygem CONFLICTS: Eg: archivers/rubygem-rubyzip & devel/rubygem-i18n causing security/metasploit build failure Date: Wed, 27 May 2015 00:01:15 +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: needs-patch, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: dewayne@heuristicsystems.com.au X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@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-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2015 00:01:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199107 --- Comment #7 from dewayne@heuristicsystems.com.au --- (In reply to Sunpoet Po-Chuan Hsieh from comment #6) Thank-you for looking into this issue. I'm able to reproduce *a* problem simply by building the metasploit package on a: FreeBSD 10.1-STABLE FreeBSD 10.1-STABLE #0 r283313M: Sun May 24 06:48:51 AEST 2015 1001515 1001515 poudriere is not used. I just updated /usr/ports via svnlite, and attempted to build metasploit with this result ===> Registering installation for rubygem-journey-1.0.4 as automatic [b2.hs] Installing rubygem-journey-1.0.4... pkg-static: rubygem-journey-1.0.4 conflicts with rubygem-erubis-2.7.0_1 (installs files into the same place). Problematic file: /usr/local/lib/ruby/gems/2.1/doc/erubis-2.7.0/rdoc/ActionController.html *** Error code 70 Stop. make[2]: stopped in /usr/ports/www/rubygem-journey *** Error code 1 Stop. make[1]: stopped in /usr/ports/www/rubygem-actionpack *** Error code 1 Stop. make: stopped in /usr/ports/security/metasploit Out of frustration I've tried silly things like OPTIONS_UNSET=DOC RDOC DOCS RDOCS HTMLDOCS PORTDOCS APIDOCS RDOC and pkg delete rubygem-rubyzip-1.1.7 rubygem-multi_json-1.11.0 rubygem-json_pure-1.8.2 rubygem-journey-1.0.4 rubygem-i18n-0.7.0,2 rubygem-erubis-2.7.0_1 rubygem-builder-3.0.4 rubygem-activesupport-3.2.21 rubygem-activemodel-3.2.21 ruby21-gems-2.4.7 ruby-2.1.6ruby-2.1.6,1 which are all the ruby related packages. So after applying the above, the problem is reproduced via: cd /usr/ports/security/metasploit make -DBATCH clean deinstall package This is a one off test, as we don't incrementally build packages (historical reasons) we blow everything away before a major rebuild and currently build 600+ packages successfully but only metasploit uses ruby and hence failing, which appear to be due to doc or rdoc issues with different dependences over time. (blow away means: pkg delete -f -y -a; rm -R $WRKDIRPREFIX/* $STAGEDIR/* ) -- You are receiving this mail because: You are the assignee for the bug.