FS#65504 - [ardour] Bundled Ardour plugins no longer work.

Attached to Project: Community Packages
Opened by Craig Pidruchny (CraigPid) - Friday, 14 February 2020, 23:36 GMT
Last edited by David Runge (dvzrv) - Sunday, 16 February 2020, 17:22 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Ray Rashif (schivmeister)
David Runge (dvzrv)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: Beginning around February 12 2020 the plugins that are bundled with Ardour (a-compressor, a-reverb, etc) no longer load. When loading a session with one of the said plugins already inserted you will get an error message "failed to instantiate plugin" or plugin not found.


Additional info:
* package version(s) 5.12-13
* config and/or log files etc.
* link to upstream bug report, if any

Steps to reproduce: Attempt to load one of the bundled plugins into a channel strip.
This task depends upon

Closed by  David Runge (dvzrv)
Sunday, 16 February 2020, 17:22 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in 5.12-14
Comment by David Runge (dvzrv) - Sunday, 16 February 2020, 17:22 GMT
@CraigPid: Thanks for the report.

It seems that the recent update to glibc 2.31 broke some of the internal plugins, e.g.:

```
lilv_lib_open(): error: Failed to open library /usr/lib/ardour5/LV2/a-comp.lv2/a-comp.so (/usr/lib/ardour5/LV2/a-comp.lv2/a-comp.so: undefined symbol: __expf_finite)
```

Rebuilding against current glibc fixes this. I hope that I can properly build against system libs once ardour 6.0.0 is released, instead of using statically linked versions.

Loading...