Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 233010 - Audacity fails to compile with outdated media-libs/flac
Summary: Audacity fails to compile with outdated media-libs/flac
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-26 17:26 UTC by Craig Finch
Modified: 2008-08-05 13:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Craig Finch 2008-07-26 17:26:40 UTC
Audacity-1.3.5 fails to compile with media-libs/flac-1.1.2-r8.  I upgraded to flac-1.2.1-r1 and audacity works fine.  I would recommend adding a minimum version of flac (say, 1.2) to the dependencies for audacity.  Otherwise, flac is unlikely to get upgraded outside of a world emerge.  Adding a minimum version of flac will likely prevent future bug reports due to outdated flac libraries.

Reproducible: Always

Actual Results:  
import/ImportFLAC.cpp: In member function 'virtual void MyFLACFile::metadata_callback(const FLAC__StreamMetadata*)':
import/ImportFLAC.cpp:185: error: 'FLAC__METADATA_TYPE_PICTURE' was not declared in this scope
make[1]: *** [import/ImportFLAC.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/portage/media-sound/audacity-1.3.5/work/audacity-src-1.3.5-beta/src'
make: *** [audacity] Error 2


Expected Results:  
Successful emerge
Comment 1 Wormo (RETIRED) gentoo-dev 2008-07-26 19:24:28 UTC
Thanks for the report
Comment 2 Alexis Ballier gentoo-dev 2008-08-05 13:02:27 UTC
dep on flac bumped, thanks!