Package: cl-fftw3
Version: 1.0-1
Severity: important

Dear Maintainer,

It seems that adsf can't find libfftw3.so while loading the cl-fft23 system. 
Evaluating (require 'asdf) then (asdf:load-system "cl-fftw3") in SBCL (or 
slime) gives the following error message:

debugger invoked on a CFFI:LOAD-FOREIGN-LIBRARY-ERROR in thread
#<THREAD "main thread" RUNNING {10039CE683}>:
  Unable to load any of the alternatives:
   (#P"/usr/lib/libfftw3.so" #P"/usr/local/lib/libfftw3.so")

Doing the following change in ffi.lisp solved the problem:
Replace
    (:linux (:or #P"/usr/lib/libfftw3.so"
                 #P"/usr/local/lib/libfftw3.so"))
by
    (:linux (:or #P"/usr/lib/libfftw3.so"
                 #P"/usr/local/lib/libfftw3.so"
                 #P"/usr/lib/x86_64-linux-gnu/libfftw3.so"))

Best regards,

Greggy


-- System Information:
Debian Release: 8.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages cl-fftw3 depends on:
ii  cl-cffi                 1:0.14.0-1
ii  cl-kmrcl                1.106-1
ii  common-lisp-controller  7.10
ii  libfftw3-dev            3.3.4-2

cl-fftw3 recommends no packages.

cl-fftw3 suggests no packages.

-- no debconf information

Reply via email to