Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82793 - muine-0.6.3-r2 fails to configure correctly with flac
Summary: muine-0.6.3-r2 fails to configure correctly with flac
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-21 03:57 UTC by Claes Mogren
Modified: 2005-02-23 08:07 UTC (History)
1 user (show)

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


Attachments
Config log (muine_flac.txt,49.05 KB, text/plain)
2005-02-21 03:58 UTC, Claes Mogren
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Claes Mogren 2005-02-21 03:57:23 UTC
Can't emerge muine-0.6.3-r2, it fails when configuring flac. Seems like it requires it, but can't find the flac-1.1.1 I have installed. 

  .
  .
checking FLAC/all.h usability... no
checking FLAC/all.h presence... no
checking for FLAC/all.h... no
configure: error: You need FLAC

!!! ERROR: media-sound/muine-0.6.3-r2 failed.
!!! Function econf, Line 485, Exitcode 0

config-log attatched
Comment 1 Claes Mogren 2005-02-21 03:58:12 UTC
Created attachment 51768 [details]
Config log
Comment 2 Peter Johanson (RETIRED) gentoo-dev 2005-02-23 07:20:18 UTC
Ok, it's not finding the FLAC/all.h header file, it could be that the newer flac changed the header layout. Can you please post the output of "equery f flac | grep include" to this bug? Thanks.
Comment 3 Claes Mogren 2005-02-23 07:24:22 UTC
Sure, this is what happens:

tyst> equery f flac | grep include                                       ~
/usr/include
/usr/include/FLAC
/usr/include/FLAC++
/usr/include/FLAC++/all.h
/usr/include/FLAC++/decoder.h
/usr/include/FLAC++/encoder.h
/usr/include/FLAC++/export.h
/usr/include/FLAC++/metadata.h
/usr/include/FLAC/all.h
/usr/include/FLAC/assert.h
/usr/include/FLAC/callback.h
/usr/include/FLAC/export.h
/usr/include/FLAC/file_decoder.h
/usr/include/FLAC/file_encoder.h
/usr/include/FLAC/format.h
/usr/include/FLAC/metadata.h
/usr/include/FLAC/ordinals.h
/usr/include/FLAC/seekable_stream_decoder.h
/usr/include/FLAC/seekable_stream_encoder.h
/usr/include/FLAC/stream_decoder.h
/usr/include/FLAC/stream_encoder.h
/usr/include/OggFLAC
/usr/include/OggFLAC++
/usr/include/OggFLAC++/all.h
/usr/include/OggFLAC++/decoder.h
/usr/include/OggFLAC++/encoder.h
/usr/include/OggFLAC++/export.h
/usr/include/OggFLAC/all.h
/usr/include/OggFLAC/export.h
/usr/include/OggFLAC/file_decoder.h
/usr/include/OggFLAC/file_encoder.h
/usr/include/OggFLAC/seekable_stream_decoder.h
/usr/include/OggFLAC/seekable_stream_encoder.h
/usr/include/OggFLAC/stream_decoder.h
/usr/include/OggFLAC/stream_encoder.h

Thanks for all your hard work btw! :')
Comment 4 Peter Johanson (RETIRED) gentoo-dev 2005-02-23 07:35:30 UTC
wtf? the header is there, yet it insists it can't find it... very odd. I've just confirmed that 0.6.3-r2 works fine here with flac-1.1.0-r2. Can you give that flac version a try to see if that works for you?

Also, the output of "emerge info" would be useful just as a reference. Thanks.
Comment 5 Claes Mogren 2005-02-23 07:48:32 UTC
Ok... I emerged flac-1.1.2 instead, then retried to emerge muine. Now it worked perfectly.. No clue what was wrong with 1.1.1

Guess the bug is resolved. :') 

(Sorry for bothering with it in the first place, but I just couldn't figure out why it didn't compile. Normally I use the cvs-version of muine anyway.)
Comment 6 Peter Johanson (RETIRED) gentoo-dev 2005-02-23 07:52:39 UTC
Ok, i'm gonna re-assign this to sound, and CC dotnet.

@sound: is 1.1.1 a duff version of flac? Personally not worried if 1.1.2 fixes it, so feel free to close this if you want.
Comment 7 Claes Mogren 2005-02-23 08:07:52 UTC
Upgrade flac :)