From owner-freebsd-current@freebsd.org Wed Mar 14 16:29:55 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5ACF3F5C854 for ; Wed, 14 Mar 2018 16:29:55 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (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 0A09B6926F; Wed, 14 Mar 2018 16:29:54 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 3488920A98; Wed, 14 Mar 2018 12:29:54 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute4.internal (MEProxy); Wed, 14 Mar 2018 12:29:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=E37Gqj eNi/vEOqRhRvvJaOV5Qg89bSxqNTIFwTfdsbU=; b=b4uQHL9jEuPH77QN8MyFJT QTjHB4NpeBKpXAgvgffsni7ev61DI3Jpr1mSniVUfglX6qHg4Cgv0tnXEtYLYeoH Q+anFKJJPGL/NgFMt4aOEUj4JmytfZ1NvBdg2Jaixzp0Otyw4zBvPN8dzkzdCSeA WM8rgmw1ffh7GVlxcCKhGo66Zab17ZL63VvuKmz3YBAZKqIBPRWbPSaCzoIANBrv ijUvZqhs3HdNTXPe3x7soIrupIJkILzCcdg3uQ8CI6GBXVcnZbTudgVwrXKv2Ts9 C1uPQMDCqhJmfzJKj6+O3H+knoS82EK5U4d95vrqqjIjdLw+RUy0mjrTV7CLvnzQ == X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 10C889E0E9; Wed, 14 Mar 2018 12:29:54 -0400 (EDT) Message-Id: <1521044993.2852329.1303068184.3E1953DE@webmail.messagingengine.com> From: Tobias Kortkamp To: Ed Maste Cc: FreeBSD Current MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-54087d22 Date: Wed, 14 Mar 2018 17:29:53 +0100 In-Reply-To: References: <1519983281.528132.1288885120.3C05D54E@webmail.messagingengine.com> Subject: Re: Conflict between FreeBSD-binutils and FreeBSD-lld packages X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Mar 2018 16:29:55 -0000 On Sun, Mar 4, 2018, at 02:38, Ed Maste wrote: > On 2 March 2018 at 04:34, Tobias Kortkamp wrote: > > Building pkgbase packages with r330236 results in FreeBSD-binutils and > > FreeBSD-lld packages conflicting with each other. Both want to > > install /usr/share/man/man1/ld.1.gz > > Thanks for the report; this should be fixed as of r330366. Finally got around to updating. Works fine now. Thank you for the quick fix!