From owner-svn-ports-head@FreeBSD.ORG Fri May 2 22:06:23 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 419D3A06; Fri, 2 May 2014 22:06:23 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 1F24B1198; Fri, 2 May 2014 22:06:22 +0000 (UTC) Received: from [192.168.0.131] (vie-188-118-252-109.dsl.sil.at [188.118.252.109]) by ainaz.pair.com (Postfix) with ESMTPSA id D86463F410; Fri, 2 May 2014 17:58:51 -0400 (EDT) Date: Fri, 2 May 2014 23:58:55 +0200 (CEST) From: Gerald Pfeifer To: Bryan Drewery Subject: Re: svn commit: r351587 - in head: . Mk Mk/Scripts In-Reply-To: Message-ID: References: <201404190644.s3J6iuaM097417@svn.freebsd.org> 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-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2014 22:06:23 -0000 On Mon, 28 Apr 2014, Gerald Pfeifer wrote: > ===> Warning: Test was done with PREFIX != LOCALBASE > ===> Warning: The port may not be properly installing into PREFIX > > ...feels a bit aggressive. In my experience, if that != case works, > it is more likely that the == case works than the other way around. > >> - There are likely still some false-positives. I fixed as many as I could >> find. Please let me know of others. > > I have no idea what to do about > > ===> Checking for directories owned by MTREEs > Error: Owned by MTREE: @dirrmtry info > Error: Owned by MTREE: @unexec rmdir "/scratch2/tmp/gerald/prefix/gcc%%SUFFIX%%" >/dev/null 2>&1 || : > > that I now see for lang/gcc49. > > "@dirrmtry info" is not part of pkg-plist. That other lines is, yet > how can this be owned by MTREE? Any suggestions? Checks like this being added, as hard errors, make my ports work harder -- and more risky! -- since I now have to ignore errors to be able to succeed tests and commit. (And I was wrong originally: the @unexec rmdir is not part of pkg-plist either.) Gerald