From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#40832: Audacity does not work with PulseAudio Date: Sat, 25 Apr 2020 00:03:41 -0400 Message-ID: <20200425040341.GA24170@jasmine.lan> References: <20200424231524.GA16696@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:43624) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSC2t-00058h-HF for bug-guix@gnu.org; Sat, 25 Apr 2020 00:04:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jSC2s-0007lM-VM for bug-guix@gnu.org; Sat, 25 Apr 2020 00:04:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46799) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jSC2s-0007kA-Jc for bug-guix@gnu.org; Sat, 25 Apr 2020 00:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jSC2s-000520-E5 for bug-guix@gnu.org; Sat, 25 Apr 2020 00:04:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <20200424231524.GA16696@jasmine.lan> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: 40832@debbugs.gnu.org On Fri, Apr 24, 2020 at 07:15:24PM -0400, Leo Famulari wrote: > ------ > ALSA lib conf.c:3683:(snd_config_hooks_call) Cannot open shared library libasound_module_conf_pulse.so (/gnu/store/nyylgcnzmbw8wrn4sna2crl0g7zxxh33-alsa-lib-1.2.2/lib/alsa-lib/libasound_module_conf_pulse.so: libasound_module_conf_pulse.so: cannot open shared object file: No such file or directory) > ------ alsa-lib looks for this based on the compile-time constant ALSA_PLUGIN_DIR, set during configure using --with-plugindir. This is tricky because alsa-plugins depends on alsa-lib, and there are also other packages that can provide plugins, like bluez-alsa. Nixpkgs used to patch alsa-lib to look things up at runtime with an environment variable, but stopped for some reason. That discussion even points back to Guix periodically, but no solutions: https://github.com/NixOS/nixpkgs/issues/6860