View Issue Details

IDProjectCategoryView StatusLast Update
0002079ardourbugspublic2009-07-05 02:36
Reportert0bias Assigned To 
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionno change required 
Product VersionSVN/2.0-ongoing 
Summary0002079: compiling fails on linux x86_64 with "KeyError: 'fftw3':"
DescriptionOn my linux machine, (Fedora 8, x86_64, 2.6.23), I tried to execute scons after i built fftw3 from its source-page.
This is the output of the scons-process:

$ scons
scons: Reading SConscript files ...
Enabling VST support. Note that distributing a VST-enabled ardour
is a violation of several different licences.
Build with VST=false if you intend to distribute ardour to others.
Checking for pkg-config version >= 0.8.0... yes
Checking for gthread-2.0... yes
Checking for lrdf... yes
Checking for libgnomecanvas-2.0... yes
Checking for gtk+-2.0... yes
Checking for jack... yes
Checking for samplerate... yes
Checking for glib-2.0... yes
Checking for libxml-2.0... yes
Checking for raptor... yes
Checking for fftw3f...no
Checking for fftw3...no
LV2 support is not enabled. Build with 'scons LV2=1' to enable.
Congratulations, you have a functioning C++ compiler.
system triple: x86_64-unknown-linux-gnu
Checking for C header file fftw3.h... yes
Checking for usb_interrupt_write() in C library usb... yes
Checking for C header file linux/input.h... yes
Checking for FLAC__seekable_stream_decoder_init() in C++ library FLAC... no
Checking for C++ header file boost/shared_ptr.hpp... yes
Checking for lo_server_new() in C library lo... yes
Checking for dmalloc_shutdown() in C library dmallocth... no
Checking for C header file alsa/asoundlib.h... yes
Checking for internationalization support ...
Found xgettext
Found msgmerge
Checking for C header file libintl.h... yes
International version will be built.
Checking for C header file /System/Library/Frameworks/CoreAudio.framework/Versions/A/Headers/CoreAudio.h... no
Checking for C function posix_memalign()... yes
Checking for C header file /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h... no
Checking for C function getmntent()... yes
Checking for C header file execinfo.h... yes
Checking for jack_client_open()...yes
Checking for jack_recompute_total_latencies()...yes
Checking for JackVideoFrameOffset in jack_position_bits_t enum...yes
Checking for jack_port_ensure_monitor_input()...yes
Checking for C header file wordexp.h... yes
Checking for C header file sys/vfs.h... yes
Checking for C header file /System/Library/Frameworks/CoreMIDI.framework/Headers/CoreMIDI.h... no
Checking for C header file /System/Library/Frameworks/AudioToolbox.framework/Headers/ExtendedAudioFile.h... no
Checking for C header file /System/Library/Frameworks/CoreAudio.framework/Headers/CoreAudio.h... no
Checking for C header file /System/Library/Frameworks/AudioUnit.framework/Headers/AudioUnit.h... no
KeyError: 'fftw3':
  File "/home/tobias/src/ardour-2.3/SConstruct", line 1312:
    SConscript (subdir + '/SConscript')
  File "/usr/lib/scons/SCons/Script/SConscript.py", line 583:
    return apply(method, args, kw)
  File "/usr/lib/scons/SCons/Script/SConscript.py", line 520:
    return apply(_SConscript, [self.fs,] + files, subst_kw)
  File "/usr/lib/scons/SCons/Script/SConscript.py", line 245:
    exec _file_ in call_stack[-1].globals
  File "/home/tobias/src/ardour-2.3/libs/ardour/SConscript", line 265:
    libraries['fftw3'],
TagsNo tags attached.

Activities

cth103

2009-06-11 13:01

administrator   ~0006087

Hi, are you still having problems with this?

seablade

2009-07-05 02:36

manager   ~0006288

Resolving this out as it has been several weeks without feedback.

Issue History

Date Modified Username Field Change
2008-02-14 19:43 t0bias New Issue
2009-06-11 13:01 cth103 Note Added: 0006087
2009-06-11 13:01 cth103 Status new => feedback
2009-07-05 02:36 seablade Note Added: 0006288
2009-07-05 02:36 seablade Status feedback => resolved
2009-07-05 02:36 seablade Resolution open => no change required
2009-07-05 02:36 seablade Description Updated