From owner-freebsd-current@freebsd.org Fri Mar 2 09:34:42 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 D640CF33FDD for ; Fri, 2 Mar 2018 09:34:42 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (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 890A3773EA for ; Fri, 2 Mar 2018 09:34:42 +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 9938420DCC for ; Fri, 2 Mar 2018 04:34:41 -0500 (EST) Received: from web5 ([10.202.2.215]) by compute4.internal (MEProxy); Fri, 02 Mar 2018 04:34:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=y34pT6MMhpxjvhfKbJnct1gLFa5EH kZrd2NA0X8Eldc=; b=Zl7S9GIsEL1jVSJp2f+kS8KZ+jrVK15VUYqN8hA4VgxkN 5nKyD42ZRXpStErwE4L6u0JeWXk43Fru1NR3SbGYTL6SXID/nbqyJXm70V8K3j2W 8GKgMNyam+aYmYR4fwIAB6K4Iq3AP8wUrQ3G3TzHe+JBvOTPjhL6U96XUb/WseZw xAJrf9y4cz85zzmMMuwHYYV+ySiDITJprfSZAXkG0ReUeam29hliD5hVh1hWr34Z 3IgsUcBL2khnTWH7bnKQy+UP/YhXoKXLc66jBMnjJ/9qjOK/qdOSuyXOkg9TbzbZ JeIZHtUOH0YnPyqNhJQajeYdG+rXSDoEqoRsmgSNg== X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 7D9CE9E21F; Fri, 2 Mar 2018 04:34:41 -0500 (EST) Message-Id: <1519983281.528132.1288885120.3C05D54E@webmail.messagingengine.com> From: Tobias Kortkamp To: freebsd-current@FreeBSD.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-b08ff009 Subject: Conflict between FreeBSD-binutils and FreeBSD-lld packages Date: Fri, 02 Mar 2018 10:34:41 +0100 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: Fri, 02 Mar 2018 09:34:43 -0000 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 For now I'm working around it by manually extracting FreeBSD-lld. FreeBSD-binutils should install its man page as ld.bfd.1.gz if lld is the set as the default linker via WITH_LLD_IS_LD.