Bug 255805 - x11-wm/lxqt-panel: pkg-plist issue with both ALSA and PULSEAUDIO unset
Summary: x11-wm/lxqt-panel: pkg-plist issue with both ALSA and PULSEAUDIO unset
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jesper Schmitz Mouridsen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-12 05:39 UTC by Felix Palmen
Modified: 2021-08-14 18:49 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Palmen freebsd_committer freebsd_triage 2021-05-12 05:39:29 UTC
Build fails in package phase when neither ALSA nor PULSEAUDIO is set with the following error:

===>  Building package for lxqt-panel-0.17.1
pkg-static: Unable to access file /wrkdirs/usr/ports/x11-wm/lxqt-panel/work/stage/usr/local/lib/lxqt-panel/libvolume.so:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/x11-wm/lxqt-panel/work/stage/usr/local/share/lxqt/lxqt-panel/volume.desktop:No such file or directory
*** Error code 1
Comment 1 Jesper Schmitz Mouridsen freebsd_committer freebsd_triage 2021-05-21 18:28:37 UTC
Yes, I will correct the pkg-plist, the %%SOUND%% prefix is missing in front of those two files.

Thanks.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-08-14 18:49:18 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=95d3801c48b36e425b1ac4aefa3aee474dd4a4d8

commit 95d3801c48b36e425b1ac4aefa3aee474dd4a4d8
Author:     Jesper Schmitz Mouridsen <jsm@FreeBSD.org>
AuthorDate: 2021-08-14 18:43:22 +0000
Commit:     Jesper Schmitz Mouridsen <jsm@FreeBSD.org>
CommitDate: 2021-08-14 18:43:22 +0000

    x11-wm/lxqt-panel: Fix pkg-plist

    When no sound option was set install was failling

    PR: 255805

 x11-wm/lxqt-panel/pkg-plist | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 3 Jesper Schmitz Mouridsen freebsd_committer freebsd_triage 2021-08-14 18:49:46 UTC
Thanks