From owner-freebsd-ports@FreeBSD.ORG Wed Jul 16 01:38:26 2014 Return-Path: Delivered-To: freebsd-ports@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 22142105; Wed, 16 Jul 2014 01:38:26 +0000 (UTC) Received: from mail.iXsystems.com (newknight.ixsystems.com [206.40.55.70]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EFF362C16; Wed, 16 Jul 2014 01:38:25 +0000 (UTC) Received: from localhost (mail.ixsystems.com [10.2.55.1]) by mail.iXsystems.com (Postfix) with ESMTP id C90627A836; Tue, 15 Jul 2014 18:38:24 -0700 (PDT) Received: from mail.iXsystems.com ([10.2.55.1]) by localhost (mail.ixsystems.com [10.2.55.1]) (maiad, port 10024) with ESMTP id 62167-03; Tue, 15 Jul 2014 18:38:24 -0700 (PDT) Received: from [192.168.0.51] (75-130-56-30.static.kgpt.tn.charter.com [75.130.56.30]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.iXsystems.com (Postfix) with ESMTPSA id 166BA7A831; Tue, 15 Jul 2014 18:38:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ixsystems.com; s=newknight0; t=1405474704; bh=zeqyXhUiqZRZ1Fn3DkSKzvMsBXKF8MrQL5mrAT5ma+w=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=wFx7lC4RelXeJ6rTA6ejOigtS+DpIN64Al8BO18LuJlwWOqNHu8a4lFDR6IDEVOKx QWpyPPt5CY2bD8gTInMNiCrhTNBTx88YXX4Ub9YezevcuXWRxA+kkYCo4wCL/zBbj1 9DLk6wUj/2CxEgXniPh51R4Toif/6p3VwK0joAsg= Message-ID: <53C5D78D.3000201@pcbsd.org> Date: Tue, 15 Jul 2014 21:38:21 -0400 From: Kris Moore User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Michelle Sullivan , Bryan Drewery Subject: Re: Question about WITHOUT_X11 / Poudriere References: <53C58F44.9030508@pcbsd.org> <53C5A187.2020105@FreeBSD.org> <53C5A560.3070408@sorbs.net> In-Reply-To: <53C5A560.3070408@sorbs.net> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2014 01:38:26 -0000 On 07/15/2014 18:04, Michelle Sullivan wrote: > Bryan Drewery wrote: >> On 7/15/2014 3:29 PM, Kris Moore wrote: >> >>> Porters, >>> >>> We are trying to get a build of the entire ports tree done, using the >>> WITHOUT_X11=yes in poudriere make.conf. This keeps bailing with these >>> errors: >>> >>> ====>> Creating the reference jail... done >>> ====>> Mounting system devices for trueos-100-RELEASE-t10e >>> ====>> Mounting ports/packages/distfiles >>> ====>> Mounting packages from: >>> /usr/local/poudriere/data/packages/trueos-100-RELEASE-t10e >>> ====>> Logs: >>> /usr/local/poudriere/data/logs/bulk/trueos-100-RELEASE-t10e/2014-07-15_14h49m12s >>> ====>> Appending to make.conf: >>> /usr/local/etc/poudriere.d/trueos-100-RELEASE-make.conf >>> /etc/resolv.conf -> >>> /usr/local/poudriere/data/build/trueos-100-RELEASE-t10e/ref/etc/resolv.conf >>> ====>> Starting jail trueos-100-RELEASE-t10e >>> ====>> Loading MOVED >>> ====>> Calculating ports order and dependencies >>> ====>> Error: Duplicated origin for ImageMagick-nox11-6.8.9.4_1,1: >>> graphics/ImageMagick-nox11 AND graphics/ImageMagick. Rerun with -vv to >>> see which ports are depending on these. >>> ====>> Error: Duplicated origin for ImageMagick-nox11-6.8.9.4_1,1: >>> graphics/ImageMagick-nox11 AND graphics/ImageMagick. Rerun with -vv to >>> see which ports are depending on these. >>> ====>> Cleaning up >>> ====>> Umounting file systems >>> >>> Is WITHOUT_X11 supposed to work universally or is this a bug in some of >>> our ports? >>> >>> I can track down and fix the broken ports, but I wanted to see if this >>> was something we even expect to work for bulk port builds. >>> > I'm not building all ports, but I am building ImageMagick with nox11... > > This is what I have in my 10.0 make.conf for poudriere: > > OPTIONS_UNSET=X11 NLS > > > Using the old WITHOUT_X11=yes builds -nox11 versions of the package ... > using the UNSET=X11 builds the package without X11 support (same name > rather than a -nox11 variant) > > Michelle > That may be the solution then. I assumed (wrongly) that the WITHOUT_ would trigger the same behavior as UNSET. I'll try a build with that now. (And yes, I'm using -a for poudriere) Here's my make.conf if you want to see though: https://raw.githubusercontent.com/pcbsd/pcbsd/master/build-files/conf/trueos/port-make.conf -- Kris Moore PC-BSD Software iXsystems