Ticket #13 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

unable to link lv2fil with libm.so, crashes in Ardour

Reported by: https://www.google.com/accounts/o8/id?id=aitoawlxwqh0ga5xfp1zvtbyyifjetjvbae5cki Owned by: nedko@…
Priority: minor Milestone: 2.1
Component: build system Version: 2.0
Keywords: Cc: jargel@…

Description

When I try to run the plugin from Ardour 2.8.7 r6628, I get the following error:

Unable to open library /usr/lib/lv2/filter.lv2/filter.so (/usr/lib/lv2/filter.lv2/filter.so: undefined symbol: floor

I have tried to link the math library by adding

conf.env.append_value('CCFLAGS', '-Wall -lm')

to the 'def configure(conf)' target, but the result is no different. Do I need some special flags to compile Ardour? I can't imagine it doesn't load the math library already. The other LV2 plugins I compiled (Calf, SWH, Invada) work fine.

Change History

Changed 5 months ago by https://www.google.com/accounts/o8/id?id=aitoawlxwqh0ga5xfp1zvtbyyifjetjvbae5cki

$ uname -a

Linux 2.6.31-17-generic #54-Ubuntu SMP Thu Dec 10 16:20:31 UTC 2009 i686 GNU/Linux

$ gcc --version

gcc (Ubuntu 4.4.1-4ubuntu9) 4.4.1

$ ardourvst --version

Ardour/GTK 2.8.7

(built using 6628 and GCC version 4.4.1)

Changed 5 months ago by http://nedko.arnaudov.name/

  • status changed from new to closed
  • resolution set to fixed
  • component changed from unknown to build system
  • milestone set to 2.1

Should be fixed in 18130f5af841b306027cdd11643467ddfd2cc9a4
Please reopen the defect if it is not.

Note: See TracTickets for help on using tickets.