Bug 260473 - multimedia/pipewire fails to package using poudriere on stable 13 multimedia/pipewire/work/stage/usr/local/bin/pw-top:No such file or directory
Summary: multimedia/pipewire fails to package using poudriere on stable 13 multimedia/...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: Gleb Popov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-16 15:15 UTC by Robert Cina
Modified: 2021-12-16 18:57 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (arrowd)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Cina 2021-12-16 15:15:17 UTC
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 !!!
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-12-16 18:57:14 UTC
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(-)
Comment 2 Gleb Popov freebsd_committer freebsd_triage 2021-12-16 18:57:48 UTC
Fixed, sorry for breakage.