Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 767370 - media-sound/pulseeffects-5.0.0: emerge warning about deprecation of PulseAudio is missing
Summary: media-sound/pulseeffects-5.0.0: emerge warning about deprecation of PulseAudi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-26 21:04 UTC by Marcus Koehler
Modified: 2021-03-01 19:51 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge.txt,6.99 KB, text/plain)
2021-01-26 21:04 UTC, Marcus Koehler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus Koehler 2021-01-26 21:04:50 UTC
Created attachment 684825 [details]
emerge --info

Since version 5.0.0 Pulseeffects has switched to exclusively using PipeWire as audio server (see https://github.com/wwmm/pulseeffects/blob/master/CHANGELOG.md for version 5.0.0).

This causes the following error if PipeWire is not running/the default audio server:

pulseeffects-ERROR **: 00:30:07.736: pipe_manager: context connection failed

There is a "legacy" PulseAudio branch available in the repository, but this is not reflected in the package.

Users are not being told about this change during/after emerging, so there is no way to know that the switch has occurred until they do an update and find that Pulseeffects is no longer working.

Is there perhaps a way to automatically mask the new version or prevent installation e.g. if the global "pulseaudio" USE flag is set? In any case, I think that the package emerge should at least tell the user that PulseAudio is no longer supported.

Thanks,
Marcus
Comment 1 Larry the Git Cow gentoo-dev 2021-01-26 22:34:25 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84bd9686689ebbd57daff119d52b853c319c2881

commit 84bd9686689ebbd57daff119d52b853c319c2881
Author:     Matthew Thode <prometheanfire@gentoo.org>
AuthorDate: 2021-01-26 22:33:49 +0000
Commit:     Matthew Thode <prometheanfire@gentoo.org>
CommitDate: 2021-01-26 22:34:21 +0000

    media-sound/pulseeffects: add warning about switching to pipewire
    
    Closes: https://bugs.gentoo.org/767370
    Package-Manager: Portage-3.0.13, Repoman-3.0.2
    Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>

 media-sound/pulseeffects/pulseeffects-5.0.0.ebuild | 11 +++++++++++
 media-sound/pulseeffects/pulseeffects-9999.ebuild  | 11 +++++++++++
 2 files changed, 22 insertions(+)
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-03-01 19:50:31 UTC
*** Bug 773631 has been marked as a duplicate of this bug. ***