From owner-freebsd-ports@FreeBSD.ORG Fri Apr 17 09:02:54 2015 Return-Path: Delivered-To: freebsd-ports@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 279F9F95 for ; Fri, 17 Apr 2015 09:02:54 +0000 (UTC) Received: from mail-pd0-x22c.google.com (mail-pd0-x22c.google.com [IPv6:2607:f8b0:400e:c02::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EAC19D51 for ; Fri, 17 Apr 2015 09:02:53 +0000 (UTC) Received: by pdbqa5 with SMTP id qa5so121928421pdb.1 for ; Fri, 17 Apr 2015 02:02:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=DuXM7z8YLCZYq5jMERui44njEyhYIniDrEB+Ss0nicY=; b=lRCkmNYquw5180cFOesFg1pVNK5pYxL7hgkhSMPhAP5yKgxTTF9uW3AuyU75AECtCs x7MtsKikGarGWVjtEMXGjeS40iVLBniy1xqu3GO2ImDEaTIkGaxES32S97tIuLfmSVcf ijmfVRqn9nICoDllG7y+5e1/cff0RUy7OmMJAtEsVkKhwAdyzyve3QYAD51+vK0G+9J/ cYnqP1Ab6AkAIld0NynLg77fcQ8gi7+WsWtVwYHmpNxQtfktfsi+3htg5ExariTUUWt/ q//yPmRXpXscEe9cMmzRlB5vLJiD90cspk6xSCeTJp2eNQ/R2Ev76KV0OQBKP2vLNJNw BhDw== X-Received: by 10.70.131.107 with SMTP id ol11mr3679557pdb.63.1429261373625; Fri, 17 Apr 2015 02:02:53 -0700 (PDT) Received: from [192.168.1.104] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id j10sm9450352pdk.48.2015.04.17.02.02.51 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Apr 2015 02:02:53 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: metasploit dependencies aren't installing due to contention references: <5530BFD5.6060805@heuristicsystems.com.au> To: Dewayne Geraghty , "freebsd-ports@freebsd.org" From: Kubilay Kocak message-id: <5530CC33.1090706@FreeBSD.org> Date: Fri, 17 Apr 2015 19:02:43 +1000 user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Thunderbird/37.0 mime-version: 1.0 in-reply-to: <5530BFD5.6060805@heuristicsystems.com.au> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Apr 2015 09:02:54 -0000 On 17/04/2015 6:09 PM, Dewayne Geraghty wrote: > I'm not entirely sure who should pick this up but I filed a PR on > security/metasploit failing to build, due to conflicting placement of > subordinate ports. Both devel/rubygem-i18n and > archivers/rubygem-rubyzip are trying to place files in the same location. > > pkg-static: rubygem-i18n-0.7.0,2 conflicts with rubygem-rubyzip-1.1.6 > (installs files into the same place). Problematic file: > /usr/local/lib/ruby/gems/2.1/doc/rubyzip-1.1.6/rdoc/Zip/CentralDirectory.html > *** Error code 70 > > But when these are worked around, then > pkg-static: rubygem-activemodel-3.2.21 conflicts with > rubygem-json_pure-1.8.2 (installs files into the same place). > Problematic file: > /usr/local/lib/ruby/gems/2.1/doc/activemodel-3.2.21/rdoc/ActiveModel/AttributeMethods/ClassMethods/AttributeMethodMatcher.html > *** Error code 70 > occurs. > > Further details in the PR > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199107 > > The last time I successfully built metaploit was Feb 22, on FreeBSD10.1 > stable amd64. I usually update stable the day before we rebuild all > ports - its a historical thing. > > I hope that someone may be able to assist? I'm really just a "user" of > the metasploit tool and all I know about ruby is that its something that > my wife would like to have. :) > > Regards, Dewayne. Hi Dewayne, I've triaged and assigned your issue to ruby@ as it feels likely that metasploit isn't the issue. I've nonetheless left the maintainer of metasploit CC'd so they can remain in the loop. Thanks for reporting the issue ./koobs