The port multimedia/pipewire fails to build using poudriere on my Stable 13 system. The log shows there is no such file or directory for the binary pw-top. Below is an excerpt of the failure from the log: Running custom install script '/bin/sh -c ln -fs pw-cat $DESTDIR/usr/local/bin/pw-midiplay' Running custom install script '/bin/sh -c ln -fs pw-cat $DESTDIR/usr/local/bin/pw-midirecord' Running custom install script '/bin/sh -c ln -fs pw-cat $DESTDIR/usr/local/bin/pw-dsdplay' ====> Compressing man pages (compress-man) =========================================================================== =======================<phase: package >============================ ===> Building package for pipewire-0.3.42 pkg-static: Unable to access file /wrkdirs/usr/ports/multimedia/pipewire/work/stage/usr/local/bin/pw-top:No such file or directory *** Error code 1 Stop. make: stopped in /usr/ports/multimedia/pipewire =>> Cleaning up wrkdir ===> Cleaning for pipewire-0.3.42 build of multimedia/pipewire | pipewire-0.3.42 ended at Thu Dec 16 10:08:29 EST 2021 build time: 00:00:39 !!! build failure encountered !!!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=76649584d335b4c1b4bda9ad3653bff6416c256d commit 76649584d335b4c1b4bda9ad3653bff6416c256d Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2021-12-16 18:54:37 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2021-12-16 18:56:30 +0000 multimedia/pipewire: Fix build on FreeBSD 13- PR: 260473 Reported by: jbeich multimedia/pipewire/Makefile | 10 +++++++++- multimedia/pipewire/pkg-plist | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-)
Fixed, sorry for breakage.