You are not logged in.

#1 2021-08-23 01:44:31

maximiliano
Member
Registered: 2013-04-16
Posts: 29

[Solved] lib32-pipewire Missing dependencies.

Hi guys, I just installed on my Arch "pipewire" for replacement for Pulse Audio, but I need the 32 bits packages for Steam support, I already have audio from games but I don't have voice, basically I'm trying to install "lib32-pipewire" and "lib32-pipewire-jack" according to the oficial documentation https://wiki.archlinux.org/title/PipeWire, but when trying to install the "lib32-pipewire" there are some missing dependencies that are not available on Aur.

yay -S lib32-pipewire
lib32-speexdsp (Required by: lib32-pipewire-git -> lib32-libpulse-nosystemd-
lib32-tdb (Required by por: lib32-pipewire-git -> lib32-libpulse-nosystemd-git)
lib32-gst-plugins-base (Required by: lib32-pipewire-git)

Is this the expected behaviour ?

Thanks in advance!.

Last edited by maximiliano (2021-08-23 12:14:25)

Offline

#2 2021-08-23 06:02:13

pebcak
Member
Registered: 2020-08-11
Posts: 18

Re: [Solved] lib32-pipewire Missing dependencies.

They are available in multilib repo. Do you have that enabled in /etc/pacman.conf?

$ pacman -Ss lib32-speexdsp 
multilib/lib32-speexdsp 1.2.0-1
    DSP library derived from Speex (32-bit)
$ pacman -Ss lib32-tdb 
multilib/lib32-tdb 1.4.5-1
    A Trivial Database similar to GDBM but allows simultaneous commits (32-bit)
$ pacman -Ss lib32-gst-plugins-base 
multilib/lib32-gst-plugins-base 1.18.4-1
    GStreamer Multimedia Framework Base Plugins (32-bit)

https://wiki.archlinux.org/title/Offici … s#multilib

Last edited by pebcak (2021-08-23 06:10:01)

Offline

#3 2021-08-23 12:13:54

maximiliano
Member
Registered: 2013-04-16
Posts: 29

Re: [Solved] lib32-pipewire Missing dependencies.

I had the multilib repo disabled in  /etc/pacman.conf ( extreme facepalm ) thanks a lot pebcak big_smile !.

Offline

#4 2021-08-23 12:53:41

kokoko3k
Member
Registered: 2008-11-14
Posts: 2,426

Re: [Solved] lib32-pipewire Missing dependencies.

How did you manage to find lib32-pipewire which is in multilib itself anyway?
Some broken yay magic/feature maybe?
I suggest you to use pacman for official packages.

Last edited by kokoko3k (2021-08-23 12:54:37)


Help me to improve ssh-rdp !
Retroarch User? Try my koko-aio shader !

Offline

#5 2021-08-23 13:07:58

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,359

Re: [Solved] lib32-pipewire Missing dependencies.

kokoko3k wrote:

How did you manage to find lib32-pipewire which is in multilib itself anyway?

They didn't, the error shows that it found lib32-pipewire-git from the AUR, which provides lib32-pipewire.

Online

#6 2021-08-23 13:11:35

kokoko3k
Member
Registered: 2008-11-14
Posts: 2,426

Re: [Solved] lib32-pipewire Missing dependencies.

Yeah, indeed, i was (wrongly) fooled by the -S switch.


Help me to improve ssh-rdp !
Retroarch User? Try my koko-aio shader !

Offline

Board footer

Powered by FluxBB