Bug - 3.0.0 Linux (Debian 10)

Hello - I’m currently running Audacity 3.0.0 that I built from the source code following the directions provided. My OS is MX Linux 19.3, which is based on Debian 10 (Buster).

I just noticed that version 3.0.2 is available and so I am going to update my installation to this, newest version and hopefully the bug will not still be present. I will report back if it is.

The bug i’m experiencing: when I simply try to merge two segments in a stereo track, the two segments do merge but then a small portion of the end of the first segment is lowered in volume/it’s as though the Envelope tool was used to flatten a small portion of the first segment being merged. Very strange and I can’t find a way to keep it from happening. I’ve tried copying and pasting to a new track, new file, etc. It’s not a big deal, as the area that is being merged is silent and I can just leave it as is, in two segments and go from there, but it’s still odd/frustrating. Is there some other feature I have enabled that I am not aware of perhaps? Or am I doing something wrong?

Here is a video of what I am experiencing:

https://www.youtube.com/watch?v=havAi8X_LBo

Thank you for your help!

Ensure that you follow the instructions that are in the source code “BUILDING.md” rather than any others. There have been recent changes and instructions elsewhere may not be up to date.

Thanks Steve. I followed the build directions in the source code “BUILDING.md” file as you instructed. I skipped the debug build though and went for the release version. Unfortunately Audacity refuses to launch :frowning: All it says is “Segmentation fault.”

Here are the commands I used:

$ sudo apt-get update
$ sudo apt-get install -y build-essential cmake git python3-pip
$ sudo pip3 install conan
$ sudo apt-get install libgtk2.0-dev libasound2-dev libavformat-dev libjack-jackd2-dev uuid-dev
$ git clone https://github.com/audacity/audacity/
$ mkdir build && cd build
$ cmake -G "Unix Makefiles" -Daudacity_use_ffmpeg=loaded ../audacity
$ cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -Daudacity_use_ffmpeg=loaded ../audacity
$ make -j`nproc`
$ cd bin/Release
$ mkdir "Portable Settings"
$ ./audacity

I will re-build it now with the Debug flags if you need me to do so.

I don’t know if it helps at all, but here is a summary of my system information:

System:    Host: <filter> Kernel: 4.19.0-16-amd64 x86_64 bits: 64 compiler: gcc v: 8.3.0 
           parameters: BOOT_IMAGE=/boot/vmlinuz-4.19.0-16-amd64 
           root=UUID=<filter> ro quiet splash 
           init=/lib/systemd/systemd 
           Desktop: Xfce 4.14.2 tk: Gtk 3.24.5 info: xfce4-panel wm: xfwm4 dm: LightDM 1.26.0 
           Distro: MX-19.4_x64 patito feo May 31  2020 base: Debian GNU/Linux 10 (buster) 
Machine:   Type: Detachable System: Dell product: Latitude 5175 v: N/A serial: <filter> Chassis: 
           type: 32 serial: <filter> 
           Mobo: Dell model: 0RJJV5 v: A00 serial: <filter> UEFI: Dell v: 1.7.2 date: 07/29/2020 
CPU:       Topology: Dual Core model: Intel Core m5-6Y57 bits: 64 type: MT MCP arch: Skylake 
           family: 6 model-id: 4E (78) stepping: 3 microcode: DC L2 cache: 4096 KiB 
           flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 12096 
           Speed: 2300 MHz min/max: 400/2800 MHz Core speeds (MHz): 1: 2305 2: 2316 3: 2301 
           4: 2303 
           Vulnerabilities: Type: itlb_multihit status: KVM: Split huge pages 
           Type: l1tf mitigation: PTE Inversion; VMX: conditional cache flushes, SMT vulnerable 
           Type: mds mitigation: Clear CPU buffers; SMT vulnerable 
           Type: meltdown mitigation: PTI 
           Type: spec_store_bypass 
           mitigation: Speculative Store Bypass disabled via prctl and seccomp 
           Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer sanitization 
           Type: spectre_v2 mitigation: Full generic retpoline, IBPB: conditional, IBRS_FW, 
           STIBP: conditional, RSB filling 
           Type: srbds mitigation: Microcode 
           Type: tsx_async_abort mitigation: Clear CPU buffers; SMT vulnerable 
Graphics:  Device-1: Intel HD Graphics 515 vendor: Dell Latitude 11 5175 2-in-1 driver: i915 
           v: kernel bus ID: 00:02.0 chip ID: 8086:191e 
           Display: x11 server: X.Org 1.20.10 driver: intel resolution: 1600x900~60Hz 
           OpenGL: renderer: Mesa Intel HD Graphics 515 (SKL GT2) v: 4.6 Mesa 20.3.4 
           direct render: Yes 
Audio:     Device-1: Intel Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Imaging Unit 
           vendor: Dell Latitude 11 5175 2-in-1 driver: N/A bus ID: 00:05.0 chip ID: 8086:1919 
           Device-2: Intel CSI-2 Host vendor: Dell Latitude 11 5175 2-in-1 driver: N/A 
           bus ID: 00:14.3 chip ID: 8086:9d32 
           Device-3: Intel Sunrise Point-LP HD Audio vendor: Dell Latitude 11 5175 2-in-1 
           driver: snd_hda_intel v: kernel bus ID: 00:1f.3 chip ID: 8086:9d70 
           Sound Server: ALSA v: k4.19.0-16-amd64 
Network:   Device-1: Intel Wireless 8260 driver: iwlwifi v: kernel port: f040 bus ID: 02:00.0 
           chip ID: 8086:24f3

I saw that there is a snap package available for 3.0.2 and it installed quickly and easily. However, it seems like plug-ins don’t play nicely with Audacity installed as a snap package. I wasn’t able to create the plug-in folder in the snap/audacity directory because of course by nature of being a snap package it is read only.

Ok, rebuilt with debug version. Seems it doesn’t like my Alsa installation:

richard@HomeServer:~/build/bin/Debug
$ ./audacity
error: failed to open file /usr/local/lib/lv2/lib/manifest.ttl (No such file or directory)
lilv_world_load_file(): error: Error loading file `file:///usr/local/lib/lv2/lib/manifest.ttl'
lilv_world_load_bundle(): error: Error reading file:///usr/local/lib/lv2/lib/manifest.ttl
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/alias>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/alias-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/alias-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/fastLookaheadLimiter>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/fast_lookahead_limiter-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/fast_lookahead_limiter-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/allpass_c>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/allpass-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/allpass-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/allpass_l>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/allpass-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/allpass-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/allpass_n>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/allpass-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/allpass-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/gongBeater>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/gong_beater-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/gong_beater-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/dysonCompress>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/dyson_compress-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/dyson_compress-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/sinusWavewrapper>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/sinus_wavewrapper-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/sinus_wavewrapper-swh.lv2/ (ignored)
error: failed to open file /usr/lib/lv2/swh-lv2-1.0.15/manifest.ttl (No such file or directory)
lilv_world_load_file(): error: Error loading file `file:///usr/lib/lv2/swh-lv2-1.0.15/manifest.ttl'
lilv_world_load_bundle(): error: Error reading file:///usr/lib/lv2/swh-lv2-1.0.15/manifest.ttl
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/pointerCastDistortion>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/pointer_cast-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/pointer_cast-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/flanger>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/flanger-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/flanger-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/se4>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/se4-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/se4-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/revdelay>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/revdelay-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/revdelay-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/waveTerrain>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/wave_terrain-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/wave_terrain-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/sinCos>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/sin_cos-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/sin_cos-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/gverb>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/gverb-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/gverb-swh.lv2/ (ignored)
error: failed to open file /usr/lib/lv2/imp-swh.lv2/manifest.ttl (No such file or directory)
lilv_world_load_file(): error: Error loading file `file:///usr/lib/lv2/imp-swh.lv2/manifest.ttl'
lilv_world_load_bundle(): error: Error reading file:///usr/lib/lv2/imp-swh.lv2/manifest.ttl
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/multivoiceChorus>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/multivoice_chorus-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/multivoice_chorus-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/satanMaximiser>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/satan_maximiser-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/satan_maximiser-swh.lv2/ (ignored)
error: failed to open file /usr/lib/lv2/step_muxer-swh.lv2/manifest.ttl (No such file or directory)
lilv_world_load_file(): error: Error loading file `file:///usr/lib/lv2/step_muxer-swh.lv2/manifest.ttl'
lilv_world_load_bundle(): error: Error reading file:///usr/lib/lv2/step_muxer-swh.lv2/manifest.ttl
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/const>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/const-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/const-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/foldover>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/foldover-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/foldover-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/mbeq>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/mbeq-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/mbeq-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/lowpass_iir>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/lowpass_iir-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/lowpass_iir-swh.lv2/ (ignored)
error: failed to open file /usr/lib/lv2/debug-swh.lv2/manifest.ttl (No such file or directory)
lilv_world_load_file(): error: Error loading file `file:///usr/lib/lv2/debug-swh.lv2/manifest.ttl'
lilv_world_load_bundle(): error: Error reading file:///usr/lib/lv2/debug-swh.lv2/manifest.ttl
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/decay>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/decay-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/decay-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/amp>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/amp-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/amp-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/diode>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/diode-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/diode-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/highpass_iir>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/highpass_iir-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/highpass_iir-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/hilbert>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/hilbert-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/hilbert-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/autoPhaser>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/phasers-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/phasers-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/fourByFourPole>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/phasers-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/phasers-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/lfoPhaser>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/phasers-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/phasers-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/valveRect>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/valve_rect-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/valve_rect-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/gate>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/gate-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/gate-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/valve>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/valve-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/valve-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/surroundEncoder>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/surround_encoder-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/surround_encoder-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/fadDelay>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/fad_delay-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/fad_delay-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/bandpass_a_iir>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/bandpass_a_iir-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/bandpass_a_iir-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/foverdrive>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/foverdrive-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/foverdrive-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/fmOsc>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/fm_osc-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/fm_osc-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/sc3>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/sc3-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/sc3-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/comb_c>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/comb-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/comb-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/comb_l>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/comb-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/comb-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/comb_n>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/comb-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/comb-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/artificialLatency>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/latency-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/latency-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/bodeShifterCV>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/bode_shifter_cv-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/bode_shifter_cv-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/smoothDecimate>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/smooth_decimate-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/smooth_decimate-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/giantFlange>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/giant_flange-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/giant_flange-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/sc4>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/sc4-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/sc4-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/amPitchshift>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/am_pitchshift-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/am_pitchshift-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/plate>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/plate-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/plate-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/transient>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/transient-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/transient-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/chebstortion>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/chebstortion-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/chebstortion-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/sc1>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/sc1-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/sc1-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/svf>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/svf-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/svf-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/singlePara>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/single_para-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/single_para-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/zm1>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/zm1-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/zm1-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/gong>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/gong-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/gong-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/retroFlange>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/retro_flange-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/retro_flange-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/sc2>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/sc2-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/sc2-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/bodeShifter>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/bode_shifter-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/bode_shifter-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/declip>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/declip-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/declip-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/impulse_fc>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/impulse-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/impulse-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/karaoke>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/karaoke-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/karaoke-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/butthigh_iir>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/butterworth-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/butterworth-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/buttlow_iir>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/butterworth-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/butterworth-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/bwxover_iir>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/butterworth-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/butterworth-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/tapeDelay>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/tape_delay-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/tape_delay-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/lsFilter>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/ls_filter-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/ls_filter-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/analogueOsc>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/analogue_osc-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/analogue_osc-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/lookaheadLimiterConst>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/lookahead_limiter_const-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/lookahead_limiter_const-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/comb>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/simple_comb-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/simple_comb-swh.lv2/ (ignored)
error: failed to open file /usr/lib/lv2/notch_iir-swh.lv2/manifest.ttl (No such file or directory)
lilv_world_load_file(): error: Error loading file `file:///usr/lib/lv2/notch_iir-swh.lv2/manifest.ttl'
lilv_world_load_bundle(): error: Error reading file:///usr/lib/lv2/notch_iir-swh.lv2/manifest.ttl
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/delayorama>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/delayorama-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/delayorama-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/rateShifter>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/rate_shifter-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/rate_shifter-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/split>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/split-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/split-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/harmonicGen>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/harmonic_gen-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/harmonic_gen-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/vynil>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/vynil-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/vynil-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/crossoverDist>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/crossover_dist-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/crossover_dist-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/pitchScaleHQ>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/pitch_scale-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/pitch_scale-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/decimator>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/decimator-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/decimator-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/hardLimiter>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/hard_limiter-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/hard_limiter-swh.lv2/ (ignored)
error: failed to open file /usr/lib/lv2/gsm-swh.lv2/manifest.ttl (No such file or directory)
lilv_world_load_file(): error: Error loading file `file:///usr/lib/lv2/gsm-swh.lv2/manifest.ttl'
lilv_world_load_bundle(): error: Error reading file:///usr/lib/lv2/gsm-swh.lv2/manifest.ttl
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/bandpass_iir>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/bandpass_iir-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/bandpass_iir-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/matrixStMS>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/matrix_st_ms-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/matrix_st_ms-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/lookaheadLimiter>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/lookahead_limiter-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/lookahead_limiter-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/shaper>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/shaper-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/shaper-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/dj_eq>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/dj_eq-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/dj_eq-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/dj_eq_mono>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/dj_eq-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/dj_eq-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/freqTracker>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/freq_tracker-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/freq_tracker-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/djFlanger>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/dj_flanger-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/dj_flanger-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/triplePara>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/triple_para-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/triple_para-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/matrixSpatialiser>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/matrix_spatialiser-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/matrix_spatialiser-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/inv>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/inv-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/inv-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/hermesFilter>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/hermes_filter-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/hermes_filter-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/divider>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/divider-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/divider-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/ringmod_1i1o1l>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/ringmod-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/ringmod-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/ringmod_2i1o>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/ringmod-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/ringmod-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/modDelay>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/mod_delay-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/mod_delay-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/xfade>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/xfade-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/xfade-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/xfade4>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/xfade-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/xfade-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/sifter>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/sifter-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/sifter-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/dcRemove>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/dc_remove-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/dc_remove-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/matrixMSSt>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/matrix_ms_st-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/matrix_ms_st-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/delay_c>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/delay-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/delay-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/delay_l>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/delay-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/delay-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/delay_n>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/delay-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/delay-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/combSplitter>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/comb_splitter-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/comb_splitter-swh.lv2/ (ignored)
lilv_world_add_plugin(): warning: Duplicate plugin <http://plugin.org.uk/swh-plugins/lcrDelay>
lilv_world_add_plugin(): warning: ... found in file:///usr/local/lib/lv2/lcr_delay-swh.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib/lv2/lcr_delay-swh.lv2/ (ignored)
ALSA lib confmisc.c:767:(parse_card) cannot find card 'Set'
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:5047:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM sysdefault
ALSA lib confmisc.c:767:(parse_card) cannot find card 'Set'
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:5047:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM sysdefault
ALSA lib confmisc.c:767:(parse_card) cannot find card 'Set'
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:5047:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM front
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib confmisc.c:767:(parse_card) cannot find card 'Set'
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:5047:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM surround21
ALSA lib confmisc.c:767:(parse_card) cannot find card 'Set'
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:5047:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM surround21
ALSA lib confmisc.c:767:(parse_card) cannot find card 'Set'
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:5047:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM surround40
ALSA lib confmisc.c:767:(parse_card) cannot find card 'Set'
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:5047:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM surround41
ALSA lib confmisc.c:767:(parse_card) cannot find card 'Set'
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:5047:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM surround50
ALSA lib confmisc.c:767:(parse_card) cannot find card 'Set'
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:5047:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM surround51
ALSA lib confmisc.c:767:(parse_card) cannot find card 'Set'
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:5047:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM surround71
ALSA lib confmisc.c:767:(parse_card) cannot find card 'Set'
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:5047:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM iec958
ALSA lib confmisc.c:767:(parse_card) cannot find card 'Set'
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:5047:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM spdif
ALSA lib confmisc.c:767:(parse_card) cannot find card 'Set'
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:5047:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM spdif
ALSA lib confmisc.c:767:(parse_card) cannot find card 'Set'
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:5047:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM hdmi
ALSA lib confmisc.c:767:(parse_card) cannot find card 'Set'
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:5047:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM hdmi
ALSA lib confmisc.c:767:(parse_card) cannot find card 'Set'
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:5047:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline:CARD=Set,DEV=0
ALSA lib confmisc.c:767:(parse_card) cannot find card 'Set'
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:5047:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline:CARD=Set,DEV=0
ALSA lib confmisc.c:767:(parse_card) cannot find card 'Set'
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:5047:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM phoneline
ALSA lib confmisc.c:767:(parse_card) cannot find card 'Set'
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4568:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:5047:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM phoneline
ALSA lib pcm_hw.c:1822:(_snd_pcm_hw_open) Invalid value for card
ALSA lib pcm_hw.c:1822:(_snd_pcm_hw_open) Invalid value for card
ALSA lib pcm_hw.c:1822:(_snd_pcm_hw_open) Invalid value for card
ALSA lib pcm_hw.c:1822:(_snd_pcm_hw_open) Invalid value for card
ALSA lib pcm_hw.c:1822:(_snd_pcm_hw_open) Invalid value for card
ALSA lib pcm_hw.c:1822:(_snd_pcm_hw_open) Invalid value for card
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
ALSA lib pcm_oss.c:377:(_snd_pcm_oss_open) Unknown field port
ALSA lib pcm_oss.c:377:(_snd_pcm_oss_open) Unknown field port
ALSA lib pcm_a52.c:823:(_snd_pcm_a52_open) a52 is only for playback
Segmentation fault

I also saw this post from you and tried building with the ‘–disable-dynamic-loading’ option but that wasn’t successful either:

richard@HomeServer:~/build
$ make -j`nproc` --disable-dynamic-loading
make: unrecognized option '--disable-dynamic-loading'

I have tried all day to get this working :frowning:

I purged all ALSA and PulseAudio related-everything from my system, and then reinstalled. I used Synaptic Package Manager and typed in “alsa” and then “pulseaudio” and added any additional packages that seemed like they might be useful. Rebooted and tried to run Audacity again and still get the same error.

When I try to run as root, I get a GUI dialog box that says “Audacity could not find a place to store temporary files.
Please enter an appropriate directory in the preferences dialog.” and then still get “Segmentation fault,” but with no errors logged in the console window.

I don’t know what to do at this point. I’m Googling around to see if the error line “ALSA lib confmisc.c:767:(parse_card) cannot find card ‘Set’” is something others have dealt with before but not getting far. It seems like there is some ALSA config file that needs to be “Set.” Trying to learn more and figure this out…

I kind of wish I hadn’t upgraded from 3.0.0. :frowning: But even that version wasn’t working properly either. I miss when it was simple to install and use Audacity :frowning: I have a very standard system and am running one of the most common/popular Linux distributions and can’t get it to work :frowning:

Don’t know if it is helpful or matters, but here is the output of my “make -jnproc” command.

It gives warnings about some statements being depreciated - don’t know if that matters…

I went ahead and filed an “Issue” on the Audacity github site.

There is a discord forum COMPILING AUDACITY: #Linux specifically for users trying to build Audacity on Linux. You can review it to see if someone has already encountered your problem. Or you may inquire. See: https://discord.gg/NrBAq8C6