Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Mar 2020 00:29:47 +0100
From:      Miroslav Lachman <000.fbsd@quip.cz>
To:        Martin Neubauer <m.ne@gmx.net>, freebsd-ports@freebsd.org
Subject:   Re: ports-mgmt/poudriere-devel does not follow options
Message-ID:  <263566fa-e89d-59bc-2f01-f877e29cd957@quip.cz>
In-Reply-To: <752d1835-7a8f-a1fe-362c-fc8c4f440a59@gmx.net>
References:  <c80bd6be-c1e2-6dd2-5aae-72637ae80619@quip.cz> <752d1835-7a8f-a1fe-362c-fc8c4f440a59@gmx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Martin Neubauer wrote on 2020/02/29 23:44:
> 
> 
> On 28/02/2020 17:20, Miroslav Lachman wrote:
>> I am using Poudriere for a long time. I switched to poudriere-devel few
>> days ago because I want to test ports overlay.
>> I run
>>     poudriere options -z php71m103 -p default -f
>> /usr/local/etc/poudriere.d/pkglists/php71m103
>> just to be sure everything is set. No options dialog appeared because
>> all options was set few week ago on regular update.
>>
>> Now I am running
>>     poudriere bulk -j 11_3_amd64 -z php71m103 -p default -c -f
>> /usr/local/etc/poudriere.d/pkglists/php71m103
> 
> [snip]
> 
>> I tried to find what is going on and I found that all ports are built
>> with default options instead of what I have stored in
>> /usr/local/etc/poudriere.d/default-php71m103-options
>>
>> Just a wild guess... "poudriere options" read options from
>> default-php71m103-options but "poudriere bulk" are trying to read
>> 11_3_amd64-default-php71m103-options.
>> Is it possible?
> It isn't such a wild guess at all, considering that documentation does
> state that the most specific set of options gets used with higher
> priority. More details at:

But I am talking about "poudriere options" taking different saved 
options than "poudriere bulk".
The "poudriere options" does not show me any dialog because they are all 
set in "default-php71m103-options" and then "poudriere bulk" ignore 
settings in "default-php71m103-options".
That is a bug from my point of view. Both commands should work with the 
same set of stored options. Otherwise if "poudriere bulk" wants options 
from "11_3_amd64-default-php71m103-options" I am not able to set those 
options by calling "poudriere options".

Kind regards
Miroslav Lachman



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?263566fa-e89d-59bc-2f01-f877e29cd957>