On Thu, Dec 29, 2016 at 2:30 AM, James Cowgill <jcowg...@debian.org> wrote:
> On 29/12/16 00:02, Oleksandr Gavenko wrote: > > Application is being crashing constantly with: > > > > bash# ardour5 > > /usr/lib/ardour5/ardour-5.5.0: symbol lookup error: > /usr/lib/ardour5/ardour-5.5.0: undefined symbol: > fftwf_make_planner_thread_safe > [...] > > Versions of packages ardour depends on: > [...] > > ii libfftw3-single3 3.3.4-2 > > This package is the problem. The fftwf_make_planner_thread_safe > function is only present in fftw3 3.3.5 (so upgrading your package > would fix this). fftw3 should generate a stricter dependency so that > this doesn't happen. > > Thanks, this resolve issue!