Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jul 2014 21:38:21 -0400
From:      Kris Moore <kris@pcbsd.org>
To:        Michelle Sullivan <michelle@sorbs.net>,  Bryan Drewery <bdrewery@FreeBSD.org>
Cc:        FreeBSD Ports <freebsd-ports@freebsd.org>
Subject:   Re: Question about WITHOUT_X11 / Poudriere
Message-ID:  <53C5D78D.3000201@pcbsd.org>
In-Reply-To: <53C5A560.3070408@sorbs.net>
References:  <53C58F44.9030508@pcbsd.org> <53C5A187.2020105@FreeBSD.org> <53C5A560.3070408@sorbs.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53C5D78D.3000201>