Your message dated Tue, 24 Oct 2023 22:23:09 +0200 with message-id <CA+6XHwSt6nmKrUbJtfb8Lo16xnAGDtFgXknnVrdXfrCbmn=4...@mail.gmail.com> and subject line Re: Bug#1001471: pipewire-audio-client-libraries:amd64: pw-jack sets incorrect LD_LIBRARY_PATH has caused the Debian Bug report #1001471, regarding pipewire-audio-client-libraries:amd64: pw-jack sets incorrect LD_LIBRARY_PATH to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 1001471: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1001471 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: pipewire-audio-client-libraries Version: 0.3.19-4 Severity: normal Hi, On my system pw-jack does not work at all. It sets LD_LIBRARY_PATH incorrectly: $ pw-jack env | grep LD LD_LIBRARY_PATH=/usr/${LIB}/pipewire-0.3/jack Not sure what $LIB is supposed to be, but its not defined: $ LD_LIBRARY_PATH=/usr/${LIB}/pipewire-0.3/jack $ echo $LD_LIBRARY_PATH /usr//pipewire-0.3/jack $ ls /usr//pipewire-0.3/jack ls: cannot access '/usr//pipewire-0.3/jack': No such file or directory -- System Information: Debian Release: 11.1 APT prefers stable-updates APT policy: (905, 'stable-updates'), (905, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.10.0-9-amd64 (SMP w/12 CPU threads) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages pipewire-audio-client-libraries:amd64 depends on: ii libasound2 1.2.4-1.1 ii libc6 2.31-13+deb11u2 ii libpipewire-0.3-0 0.3.19-4 ii pipewire 0.3.19-4 pipewire-audio-client-libraries:amd64 recommends no packages. pipewire-audio-client-libraries:amd64 suggests no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Hi, Le ven. 10 déc. 2021 à 18:33, Norbert Veber <[email protected]> a écrit : > > On my system pw-jack does not work at all. It sets LD_LIBRARY_PATH > incorrectly: > > $ pw-jack env | grep LD > LD_LIBRARY_PATH=/usr/${LIB}/pipewire-0.3/jack > > Not sure what $LIB is supposed to be, but its not defined: > $ LD_LIBRARY_PATH=/usr/${LIB}/pipewire-0.3/jack > $ echo $LD_LIBRARY_PATH > /usr//pipewire-0.3/jack > > $ ls /usr//pipewire-0.3/jack > ls: cannot access '/usr//pipewire-0.3/jack': No such file or directory pw-jack works with the version of pw in bookworm (and probably with a bunch of versions before, just not doing archeology :-). We can easily test it with the example provided in its manpage: pw-jack sndfile-jackplay /usr/share/sounds/freedesktop/stereo/bell.oga ${LIB} is expanded by the dynamic linker as explained at: https://manpages.debian.org/bookworm/manpages/ld.so.8.en.html In the Debian amd64 case, LIB is expanded to "lib/x86_64-linux-gnu", which give us: /usr/lib/x86_64-linux-gnu/pipewire-0.3/jack/ And this is the path to the pipewire's libjack*.so. Best regards, Dylan
--- End Message ---
_______________________________________________ Pkg-utopia-maintainers mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-utopia-maintainers
