From owner-svn-ports-all@FreeBSD.ORG Tue Oct 7 14:02:06 2014 Return-Path: Delivered-To: svn-ports-all@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 29DC3C94; Tue, 7 Oct 2014 14:02:06 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (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 C1B8C375; Tue, 7 Oct 2014 14:02:05 +0000 (UTC) Received: from tuna.dhcp.nue.suse.com (charybdis-ext.suse.de [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 2EEC03F482; Tue, 7 Oct 2014 09:52:48 -0400 (EDT) Date: Tue, 7 Oct 2014 15:52:45 +0200 (CEST) From: Gerald Pfeifer To: Baptiste Daroussin Subject: Re: svn commit: r369448 - head/lang/gcc5 In-Reply-To: <20140928205858.GH40373@ivaldir.etoilebsd.net> Message-ID: References: <201409281049.s8SAnFiT062634@svn.freebsd.org> <20140928205858.GH40373@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 14:02:06 -0000 On Sunday 2014-09-28 22:58, Baptiste Daroussin wrote: >> share/applications >> share/licenses/gcc5-5.0.s20140921 > The above stayed? that looks strange I'm at EuroBSDCon for now, I'll > check when back home. Thanks. This now went from warning to error in my recent test after your later committ r370199 | bapt | 2014-10-06 18:13:15 +0000 (Mon, 06 Oct 2014) | 5 lines Comment out info/dir files indexinfo is taking care of generating it at package installation time Here is the log: #### make #### make stage #### make package #### make deinstall #### pkg install #### make deinstall #### make reinstall #### make package #### make deinstall #### The PREFIX should be essentially empty: info/gcc5 share/applications share/gcc-5.0.0 share/licenses/gcc5-5.0.s20141005 info/gcc5 #### Running regression-test, checking for orphans, checking pkg-plist. ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: info/gcc5/dir ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. ===> Warning: Test was done with PREFIX != LOCALBASE ===> Warning: The port may not be properly installing into PREFIX *** Error code 1 (This is installing as user into a non-standard PREFIX and following the old ports/package testing instructions.) Gerald