Re: editors/abiword build fails in poudriere (amd64, stable/14; main)

From: Moin Rahman <bofh_at_freebsd.org>
Date: Sat, 17 Feb 2024 19:22:14 UTC

> On Feb 17, 2024, at 7:41 PM, David Wolfskill <david@catwhisker.org> wrote:
> 
> On Sat, Feb 17, 2024 at 07:14:11PM +0100, Moin Rahman wrote:
>> ...
>> From what it looks like is this is some inconsistency with asio and boost.
>> 
>> Can you try building without the OPTION COLSERVICE and COLTCP? This will
>> not install net/asio and should build it with the asio from internal boost.
>> 
>> Kind regards,
>> Moin
> 
> TL;DR: Another failure (but different).
> 
> I ran "poudriere options" (and neglected to specify -n); poudriere
> showed option dialogues for a bunch of ports on which abiword
> (apparently) depends; I didn't change any of those.
> 
> I re-ran it with -n, and it didn't show any dialogues.
> 
> I re-ran it again, this time with -n and -c, and finally got a chance to
> turn off COLSERVICE & COLTCP.  (I don't mess with port options under
> poudriere very often.)
> 
> That done, I fired up poudriere.  The build (proper) appears to have
> been OK, but packaging fails:
> 
> ...
> gmake[1]: Leaving directory '/wrkdirs/usr/ports/editors/abiword/work/abiword-3.0.5'
> ====> Compressing man pages (compress-man)
> ===========================================================================
> =======================<phase: package        >============================
> ===== env: 'PKG_NOTES=build_timestamp built_by' 'PKG_NOTE_build_timestamp=2024-02-17T18:25:41+0000' 'PKG_NOTE_built_by=poudriere-git-3.4.99.20240122' NO_DEPENDS=yes USER=nobody UID=65534 GID=65534
> ===>  Building packages for abiword-3.0.5_8
> ===>   Building abiword-3.0.5_8
> pkg-static: Unable to access file /wrkdirs/usr/ports/editors/abiword/work/stage/usr/local/share/abiword-3.0/certs/cacert.pem:No such file or directory
> pkg-static: Unable to access file /wrkdirs/usr/ports/editors/abiword/work/stage/usr/local/share/abiword-3.0/ui/ap_UnixDialog_GenericInput.ui:No such file or directory
> pkg-static: Unable to access file /wrkdirs/usr/ports/editors/abiword/work/stage/usr/local/share/abiword-3.0/ui/ap_UnixDialog_GenericProgress.ui:No such file or directory
> *** Error code 1
> 
> Stop.
> make: stopped in /usr/ports/editors/abiword
> 
> I have augmented the log collection in
> https://www.catwhisker.org/~david/FreeBSD/ports/abiword/
> with a -2 version of the log.
> 
> Peace,
> david
> --
> David H. Wolfskill                              david@catwhisker.org
> Alexey Navalny was a courageous man; Putin has made him a martyr.
> 
> See https://www.catwhisker.org/~david/publickey.gpg for my public key.

I have pushed a commit which should work now.

Kind regards,
Moin