[LV2] Ardour doesn't find lv2

rosea.grammostola rosea.grammostola at gmail.com
Mon Dec 10 14:02:33 PST 2012


On 12/10/2012 06:29 PM, David Robillard wrote:
> On Mon, 2012-12-10 at 13:03 +0100, rosea.grammostola wrote:
>> On 12/10/2012 12:48 PM, Harry van Haaren wrote:
>>> On Mon, Dec 10, 2012 at 11:30 AM, rosea.grammostola
>>> <rosea.grammostola at gmail.com<mailto:rosea.grammostola at gmail.com>>  wrote:
>>>
>>>      Lv2ls doesn't find anything. I've a lot lv2 plugins in
>>>        /usr/lib/lv2/ though...
>>>
>>>
>>> Lv2ls checks you're LV2 path environment variable, perhaps you're
>>> changing it during startup?
>>> A script set to run, or else some additions to .bashrc?
>>>
>>
>> I don't think this is the case. I do not see a reason why I should have
>> it. I checked bashrc, no entry about LV2.
>>
>> I suspect it has something to do with the install of lv2 svn, drobillad
>> svn or accidentally removed a file or something.
>
> 'export' will list all set environment variables.
>
> If LV2_PATH is not set, then the default will be searched, which is set
> at lilv configuration time and printed in the configuration summary.
>
> The default on Linux is ~/.lv2:/usr/lib/lv2:/usr/local/lib/lv2
>
> There are no configuration files that affect this behaviour.
>
> Since other hosts that use lilv are working, this makes no sense.  Do
> you have a broken installation in /usr/local or something?  Run ldd on
> executables to see what libraries they are linking with.
>
> -dr

PATH is not set

Can't find anything lv2 related in /usr/local

/usr/bin$ ldd lilv-bench
         linux-vdso.so.1 =>  (0x00007fff672e4000)
         liblilv-0.so.0 => /usr/lib/liblilv-0.so.0 (0x00007fa1f141f000)
         libsratom-0.so.0 => /usr/lib/libsratom-0.so.0 (0x00007fa1f1217000)
         libsord-0.so.0 => /usr/lib/libsord-0.so.0 (0x00007fa1f100e000)
         libserd-0.so.0 => /usr/lib/libserd-0.so.0 (0x00007fa1f0dfd000)
         libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fa1f0a73000)
         libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fa1f086e000)
         libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fa1f05ec000)
         /lib64/ld-linux-x86-64.so.2 (0x00007fa1f1660000)

/usr/bin$ ldd jalv
         linux-vdso.so.1 =>  (0x00007fff7b557000)
         liblilv-0.so.0 => /usr/lib/liblilv-0.so.0 (0x00007f3bbe5b0000)
         libsratom-0.so.0 => /usr/lib/libsratom-0.so.0 (0x00007f3bbe3a8000)
         libsord-0.so.0 => /usr/lib/libsord-0.so.0 (0x00007f3bbe19f000)
         libserd-0.so.0 => /usr/lib/libserd-0.so.0 (0x00007f3bbdf8e000)
         libsuil-0.so.0 => /usr/lib/libsuil-0.so.0 (0x00007f3bbdd8b000)
         libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 
(0x00007f3bbdb6e000)
         libjack.so.0 => /usr/lib/x86_64-linux-gnu/libjack.so.0 
(0x00007f3bbd950000)
         librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f3bbd748000)
         libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f3bbd3bd000)
         libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f3bbd1b9000)
         libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f3bbcf37000)
         /lib64/ld-linux-x86-64.so.2 (0x00007f3bbe7f1000)

/usr/bin$ ldd lv2ls
         linux-vdso.so.1 =>  (0x00007fffacdff000)
         liblilv-0.so.0 => /usr/lib/liblilv-0.so.0 (0x00007ff42814f000)
         libsratom-0.so.0 => /usr/lib/libsratom-0.so.0 (0x00007ff427f47000)
         libsord-0.so.0 => /usr/lib/libsord-0.so.0 (0x00007ff427d3e000)
         libserd-0.so.0 => /usr/lib/libserd-0.so.0 (0x00007ff427b2d000)
         libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007ff4277a3000)
         libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007ff42759e000)
         libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007ff42731c000)
         /lib64/ld-linux-x86-64.so.2 (0x00007ff428390000)




More information about the Devel mailing list