Hi Andy,
On 10.11.23 20:31, andrew bezella wrote:
On Fri, 2023-11-10 at 12:39 +0100, Lee Garrett wrote:
Hi Andrew,
hello -
On 08.11.23 22:40, andrew bezella wrote:
[...]
i was eventually able to build an updated version of bookworm's
ansible-core .deb including commit id 4b0d014. this task was made
more difficult by the current FTBFS status of ansible-core but the
patch allowed ansible.builtin.setup to include facts from facter:
Can you elaborate please? AFAICS ansible-core builds fine in stable
and sid.
it wouldn't build in pbuilder and it shows up on the "Packages in
bookworm/amd64 which failed to build from source" page[1]. but from
the changelog it looks like you found and fixed the locale issue that i
was running up against:
ERROR: Ansible requires the locale encoding to be UTF-8; Detected None.
Indeed! I didn't notice it before because the reproducible build daemons
apparently set a different locale than the regular build daemons. But it should
be fixed now.
i spent a bunch of time fiddling w/pbuilder to find the "right" answer
but eventually just brute-forced it[2]. your solution is much better!
thank you for the prompt turnaround. i would suggest/ask that the
facter fix be included in bookworm, too; the lack of expected facts can
have unexpected and significant impact on a playbook's run.
I'm working on the upload right now. It should hopefully be available in
bookworm-proposed-updates in the next few days.
thanks again!
andy
1. https://tests.reproducible-builds.org/debian/bookworm/amd64/index_FTBFS.html
2. https://bugs.launchpad.net/ubuntu/+source/pbuilder/+bug/1947424/comments/10
Greetings,
Lee