Bug 268775 - multimedia/pipewire: Prints many warnings/errors at startup related to xdg-portal, and others
Summary: multimedia/pipewire: Prints many warnings/errors at startup related to xdg-po...
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL: https://gitlab.freedesktop.org/pipewi...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-05 22:58 UTC by Yuri Victorovich
Modified: 2023-02-21 21:09 UTC (History)
1 user (show)

See Also:
arrowd: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2023-01-05 22:58:26 UTC
$ pipewire
[W][87221.141866] mod.rt       | [     module-rt.c:  278 pw_rtkit_check_xdg_portal()] Can't find xdg-portal: (null)
[W][87221.141893] mod.rt       | [     module-rt.c:  991 pipewire__module_init()] found session bus but no portal
[W][87221.142602] mod.rt       | [     module-rt.c:  297 translate_error()] RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
[W][87221.142630] mod.rt       | [     module-rt.c:  623 set_nice()] could not set nice-level to -11: No such file or directory
[W][87221.142777] mod.rt       | [     module-rt.c:  297 translate_error()] RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
[W][87221.146607] mod.rt       | [     module-rt.c:  297 translate_error()] RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
[W][87221.146820] mod.rt       | [     module-rt.c:  297 translate_error()] RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
[W][87221.146846] mod.rt       | [     module-rt.c:  843 impl_acquire_rt()] could not make thread 347490 realtime using RTKit: No such file or directory
[W][87221.150055] mod.rt       | [     module-rt.c:  278 pw_rtkit_check_xdg_portal()] Can't find xdg-portal: (null)
[W][87221.150075] mod.rt       | [     module-rt.c:  991 pipewire__module_init()] found session bus but no portal
[W][87221.150758] mod.rt       | [     module-rt.c:  297 translate_error()] RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
[W][87221.151878] mod.rt       | [     module-rt.c:  297 translate_error()] RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
[W][87221.152063] mod.rt       | [     module-rt.c:  297 translate_error()] RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
[W][87221.152100] mod.rt       | [     module-rt.c:  843 impl_acquire_rt()] could not make thread 347491 realtime using RTKit: No such file or directory


Version: 0.3.62
13.1 STABLE
Comment 1 Gleb Popov freebsd_committer freebsd_triage 2023-01-06 20:34:17 UTC
What do you want from me to do about that? Patch out these warnings?
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2023-01-06 20:40:11 UTC
(In reply to Gleb Popov from comment #1)

No, I want to figure out the cause of these warnings and errors and fix it.
The cause might be in missing port dependencies, or in the upstream project itself.
Comment 3 Gleb Popov freebsd_committer freebsd_triage 2023-01-06 20:43:03 UTC
I'm not interested in this. Feel free to assign to me again if you research something yourself.
Comment 4 Tilman Keskinoz freebsd_committer freebsd_triage 2023-02-21 21:09:48 UTC
According to this related gentoo bug: https://bugs.gentoo.org/791847 pipewire optionally depends on realtimekit (http://lalists.stanford.edu/lad/2009/06/0191.html ).

FreeBSD does not have a rtkit port (yet).