From owner-freebsd-ports@freebsd.org Sat Aug 19 16:39:51 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7F88DD2D55 for ; Sat, 19 Aug 2017 16:39:51 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 97EE3804F8 for ; Sat, 19 Aug 2017 16:39:51 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yv.noip.me (c-24-6-186-56.hsd1.ca.comcast.net [24.6.186.56]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id v7JGdeeH060614 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Sat, 19 Aug 2017 09:39:40 -0700 (PDT) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-24-6-186-56.hsd1.ca.comcast.net [24.6.186.56] claimed to be yv.noip.me Subject: Re: x11/nvidia-settings: poudriere fails; portmaster succeeds To: David Wolfskill , freebsd-ports@freebsd.org References: <20170819130112.GV1133@albert.catwhisker.org> From: Yuri Message-ID: <764e19e9-21d4-6d22-7865-17a4793bf0c8@rawbw.com> Date: Sat, 19 Aug 2017 09:39:39 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170819130112.GV1133@albert.catwhisker.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Aug 2017 16:39:51 -0000 On 08/19/17 06:01, David Wolfskill wrote: > In fairness, this may be an "apple vs. orange" comparison. But it's > fairly unusual (in my experience) for poudriere to fail to build a port, > but when it's a port that I had just built successfully (using > portmaster) on my laptop... well, I thought it was worth mentioning. What version is fails on? > gtk+-2.x/ctkgridlicense.c:42:10: fatal error: 'dbus/dbus.h' file not found > #include > ^~~~~~~~~~~~~ > 1 error generated. It builds in poudriere 11.1 amd64 for me. This means that it requires DBus at compile time, and it isn't in BUILD_DEPENDS: BUILD_DEPENDS=${LOCALBASE}/dbus/dbus.h:devel/dbus Yuri