From owner-svn-ports-all@FreeBSD.ORG Fri May 2 22:25:15 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B87BCE8 for ; Fri, 2 May 2014 22:25:15 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 212151309 for ; Fri, 2 May 2014 22:25:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s42MPEa5093398 for ; Fri, 2 May 2014 22:25:14 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s42MPEhu093397 for svn-ports-all@freebsd.org; Fri, 2 May 2014 22:25:14 GMT (envelope-from bdrewery) Received: (qmail 41476 invoked from network); 2 May 2014 17:25:12 -0500 Received: from unknown (HELO roundcube.xk42.net) (10.10.5.5) by sweb.xzibition.com with SMTP; 2 May 2014 17:25:12 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 02 May 2014 17:25:12 -0500 From: Bryan Drewery To: Gerald Pfeifer Subject: Re: svn commit: r351587 - in head: . Mk Mk/Scripts Organization: FreeBSD In-Reply-To: References: <201404190644.s3J6iuaM097417@svn.freebsd.org> Message-ID: <45788b341f3b9034481d3423f3a52e4f@shatow.net> X-Sender: bdrewery@FreeBSD.org User-Agent: Roundcube Webmail/0.9.5 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.17 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: Fri, 02 May 2014 22:25:15 -0000 On 2014-05-02 16:58, Gerald Pfeifer wrote: > 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 Sorry I have not had a chance to look at this. Will look tomorrow. -- Regards, Bryan Drewery