From owner-freebsd-questions@FreeBSD.ORG Tue Jul 29 19:26:25 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7639298F; Tue, 29 Jul 2014 19:26:25 +0000 (UTC) Received: from webmail.dweimer.net (24-240-198-187.static.stls.mo.charter.com [24.240.198.187]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "webmail2.dweimer.local", Issuer "webmail2.dweimer.local" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 406C928E1; Tue, 29 Jul 2014 19:26:24 +0000 (UTC) Received: from www.dweimer.net (webmail [192.168.5.2]) by webmail.dweimer.net (8.14.7/8.14.7) with ESMTP id s6TJNgd4093983 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 29 Jul 2014 14:23:42 -0500 (CDT) (envelope-from dweimer@dweimer.net) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 29 Jul 2014 14:23:42 -0500 From: dweimer To: Rick Miller Subject: Re: Build Ports Without =?UTF-8?Q?X=31=31=3F?= Organization: dweimer.net Reply-To: dweimer@dweimer.net Mail-Reply-To: dweimer@dweimer.net In-Reply-To: References: Message-ID: <7fcae6de0f31f8728897beca50739fb6@dweimer.net> X-Sender: dweimer@dweimer.net User-Agent: Roundcube Webmail/1.0.2 Cc: FreeBSD Questions , owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2014 19:26:25 -0000 On 07/29/2014 2:04 pm, Rick Miller wrote: > Hi all, > > I am using Poudriere to bulk build packages and encountered a failure > that > resulted in the program skipping a couple ports. The failure occurred > due > to an X11 error. However, the expectation is that all ports would > build > without X11 thus negating the need to compile and build all the X11 > dependancies for various packages. > > Despite the make.conf (shown below) specifying WITHOUT_X11, all these > ports > built with X11 support anyway. > > I'm pretty sure I must be doing something wrong and hoping that someone > might be able to lead me to the solution that will compile any port > without > X11 support. > > Packages failed/skipped: > > gtk-update-icon-cache-2.24.22: failed > gtk2-2.24.22_3: skipped due to above failure > vim-7.4.364: skipped due to above failure > > make.conf: > > # cat 10_0-amd64-make.conf > WITH_PKGNG=YES > PERL_VERSION=5.16.3 > WITHOUT_X11=YES I believe it should be: OPTIONS_UNSET="X11" on newer systems. However, it appears to not be pulling in the X11 option, but rather the GTK2 option. perhaps adding OPTIONS_UNSET="GTK2" would work, or just simply use the vim-lite port instead of vim, I do this on all my servers (of course none are running a GUI), though I haven't read through the Makefiles to be sure what else beyond GUI components isn't included in the lite port versus the full port, there's a chance it may drop off something else you are wanting. -- Thanks, Dean E. Weimer http://www.dweimer.net/