From owner-svn-ports-all@FreeBSD.ORG Sat Apr 11 08:54:18 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id C82A8E63; Sat, 11 Apr 2015 08:54:18 +0000 (UTC) Date: Sat, 11 Apr 2015 08:54:18 +0000 From: Alexey Dokuchaev To: Bryan Drewery Subject: Re: svn commit: r383714 - head/russian/emkatic Message-ID: <20150411085418.GB13660@FreeBSD.org> References: <201504100925.t3A9Pd9Q082866@svn.freebsd.org> <55288EC2.6050604@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55288EC2.6050604@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) 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: Sat, 11 Apr 2015 08:54:18 -0000 On Fri, Apr 10, 2015 at 10:02:26PM -0500, Bryan Drewery wrote: > On 4/10/2015 4:25 AM, Alexey Dokuchaev wrote: > > - Add missing LCL_UNITS_DIR assignment (otherwise port was not buildable > > both locally and in tinderbox) > > Given the date I am confused by this statement. Did this work in > Poudriere? Tinderbox should be all but dead now. Yeah, I presume it worked in poudriere; log was attached to PR (by the way, why most PRs have poudriere log attached to them, which is totally useless thing? do we encourage it somewhere?). The problem with missing LCL_UNITS_DIR was that resulted in bad entries in BUILD_DEPENDS, e.g.: /gtk2/interfaces.ppu:/usr/ports/editors/lazarus-lcl-gtk2 (Look at the left part). This resulted in lazarus-lcl-gtk2 being built and installed twice (and failing "make install" check second time because the package is already installed). Tinderbox trips on this; not sure why poudriere does not. ./danfe