Bug 486496

Summary: aubio-devel does not depend on fftw-devel
Product: [Fedora] Fedora Reporter: Michael Ploujnikov <ploujj>
Component: aubioAssignee: Anthony Green <green>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: green
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-11-19 16:56:55 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michael Ploujnikov 2009-02-20 00:14:49 UTC
Description of problem:
I'm trying to compile denemo from git and make fails with the following error:

gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I../intl -I../include -I../libsmf -I../pixmaps -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/etc/denemo/\" -DPKGDATADIR=\"/usr/local/share/denemo/\"    -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2     -pthread -I/usr/include/aubio   -I/usr/include/libxml2   -MT pitchrecog.o -MD -MP -MF .deps/pitchrecog.Tpo -c -o pitchrecog.o pitchrecog.c
In file included from /usr/include/aubio/aubio.h:62,
                 from pitchrecog.c:29:
/usr/include/aubio/fft.h:31:19: error: fftw3.h: No such file or directory
In file included from /usr/include/aubio/aubio.h:62,
                 from pitchrecog.c:29:
/usr/include/aubio/fft.h:54: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘fft_data_t’
/usr/include/aubio/fft.h:87: error: expected declaration specifiers or ‘...’ before ‘fft_data_t’
/usr/include/aubio/fft.h:96: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
/usr/include/aubio/fft.h:105: error: expected declaration specifiers or ‘...’ before ‘fft_data_t’
/usr/include/aubio/fft.h:113: error: expected declaration specifiers or ‘...’ before ‘fft_data_t’
make[2]: *** [pitchrecog.o] Error 1

Since fftw3.h is supposed to come from fftw-devel it should have been installed on my system after I did 'yum install aubio-devel', but it's not. This leads me to believe that aubio-devel does not pull fftw-devel as a dependency like it should.

Version-Release number of selected component (if applicable):
aubio-devel-0.3.2-4.fc10.x86_64

How reproducible:
Always

Steps to Reproduce:
1. yum install aubio-devel
2. file /usr/include/fftw3.h
3.
  
Actual results:
/usr/include/fftw3.h: cannot open `/usr/include/fftw3.h' (No such file or directory)

Expected results:
/usr/include/fftw3.h: ASCII C program text

Additional info:
Denemo make succeeds after I do 'yum install fftw-devel'.

Comment 1 Bug Zapper 2009-11-18 11:10:04 UTC
This message is a reminder that Fedora 10 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 10.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '10'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 10's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 10 is end of life.  If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 2 Michael Ploujnikov 2009-11-19 16:56:55 UTC
This is really a problem with the configuration script of the denemo software. It should have not succeeded without fftw3.h.