From owner-freebsd-ports@FreeBSD.ORG Mon Mar 12 17:19:14 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CCFC106566C; Mon, 12 Mar 2012 17:19:14 +0000 (UTC) (envelope-from jlaffaye.freebsd@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id D7F708FC1C; Mon, 12 Mar 2012 17:19:13 +0000 (UTC) Received: by eekd17 with SMTP id d17so1433244eek.13 for ; Mon, 12 Mar 2012 10:19:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=f7c9ndoEnSqodNbVAa6sMJFuuXB+Ioajhl1gMbcBwtU=; b=wXRWXcXtEsMBAIoNJv5u5gzB5F+g3QpYZy8kZczvfROWGojhedAWdUan2PrlXOQWBL VAKAHpGTTogodMukF9wf5aAzOckjAFTkL/yxAcxs98fU4C7xL7Mz3xOxKqK2vOd/f2x3 Sma3SkOj4lF4huF6eDGkrUxvUi0Xwsx80yAO1+18KTIvTU+CpK9tgX0ZwSJXMY4R6MiS uu1ndi14CyDHeFSZxB2ZW94rBa/OUJT+pNXbdmW7b01/9jG5IDtiuQqyX+wkEBPluO/L G3nzPhAD4gwJ8l26QVapcU/SiqUrV/ePViuBhYCnQ+31bHDKLdH11AkUg8QqUJrt01n4 oTJg== Received: by 10.213.6.211 with SMTP id a19mr520362eba.35.1331572752816; Mon, 12 Mar 2012 10:19:12 -0700 (PDT) Received: from [10.42.116.106] (proxy.ovh.net. [213.186.50.98]) by mx.google.com with ESMTPS id h47sm51870040eea.10.2012.03.12.10.19.11 (version=SSLv3 cipher=OTHER); Mon, 12 Mar 2012 10:19:11 -0700 (PDT) Sender: Julien Laffaye Message-ID: <4F5E300E.5070402@freebsd.org> Date: Mon, 12 Mar 2012 18:19:10 +0100 From: Julien Laffaye User-Agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Anton Shterenlikht References: <20120312164857.GA18845@mech-cluster241.men.bris.ac.uk> In-Reply-To: <20120312164857.GA18845@mech-cluster241.men.bris.ac.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: pkg2ng duplicate file listing warnings X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Mar 2012 17:19:14 -0000 On 03/12/2012 05:48 PM, Anton Shterenlikht wrote: > Running pkg2ng on r231193M ia64 gave these warnings: > > Registering CalculiX-2.4... pkg: duplicate file listing: /usr/local/share/doc/CalculiX/ccx/node580.tml, ignoring > Registering binutils-2.22_1... pkg: lstat(/usr/local/bin/ld.gold): No such file or directory > Registering docbook-4.4_2... pkg: duplicate directory listing: /usr/local/share/doc/docbook/4.4/, inoring > Registering docbook-4.5_2... pkg: duplicate directory listing: /usr/local/share/doc/docbook/4.5/, inoring > Registering font-bh-ttf-1.0.3... pkg: duplicate directory listing: /usr/local/lib/X11/fonts/TTF/, inoring > done. > Registering font-misc-ethiopic-1.0.3... pkg: duplicate directory listing: /usr/local/lib/X11/fonts/TF/, ignoring > pkg: duplicate directory listing: /usr/local/lib/X11/fonts/OTF/, ignoring > done. > Registering font-misc-meltho-1.0.3... pkg: duplicate directory listing: /usr/local/lib/X11/fonts/OT/, ignoring > done. > Registering openldap-sasl-client-2.4.26... pkg: duplicate directory listing: /usr/local/etc/openlda/, ignoring > done. > Registering pkg-config-0.25_1... pkg: duplicate directory listing: /usr/local/lib/pkgconfig/, ignorng > done. > > > Shall I chase these up with the respective ports maintainters? Yes, pkgng is more strict :) > Or are these false positives? > Or perhaps bugs in pkgng? Well, they should not :p