Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 185330 - media-libs/akode-2.0.2 doesn't build on amd64 with >=flac-1.1.3
Summary: media-libs/akode-2.0.2 doesn't build on amd64 with >=flac-1.1.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 152007
  Show dependency tree
 
Reported: 2007-07-14 17:04 UTC by Chris Smith
Modified: 2007-07-14 18:15 UTC (History)
2 users (show)

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


Attachments
akode-2.0.2-amd64-flac-1.1.3.patch (12_amd64_libflac8_fix.diff,515 bytes, patch)
2007-07-14 17:36 UTC, Samuli Suominen (RETIRED)
Details | Diff
akode-2.0.2.ebuild.patch (akode.patch,607 bytes, patch)
2007-07-14 17:52 UTC, Samuli Suominen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Smith 2007-07-14 17:04:47 UTC
emerge of media-libs/akode-2.0.2 fails after upgrade to media-libs/flac-1.1.4

Reproducible: Always

Actual Results:  
flac113_decoder.cpp:306: error:   initializing argument 2 of 'FLAC__StreamDecoderInitStatus FLAC__stream_decoder_init_stream(FLAC__StreamDecoder*, FLAC__StreamDecoderReadStatus (*)(const FLAC__StreamDecoder*, FLAC__byte*, size_t*, void*), FLAC__StreamDecoderSeekStatus (*)(const FLAC__StreamDecoder*, FLAC__uint64, void*), FLAC__StreamDecoderTellStatus (*)(const FLAC__StreamDecoder*, FLAC__uint64*, void*), FLAC__StreamDecoderLengthStatus (*)(const FLAC__StreamDecoder*, FLAC__uint64*, void*), FLAC__bool (*)(const FLAC__StreamDecoder*, void*), FLAC__StreamDecoderWriteStatus (*)(const FLAC__StreamDecoder*, const FLAC__Frame*, const FLAC__int32* const*, void*), void (*)(const FLAC__StreamDecoder*, const FLAC__StreamMetadata*, void*), void (*)(const FLAC__StreamDecoder*, FLAC__StreamDecoderErrorStatus, void*), void*)'
make[4]: *** [flac113_decoder.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `/var/tmp/portage/media-libs/akode-2.0.2/work/akode-2.0.2/akode/plugins/xiph_decoder'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/media-libs/akode-2.0.2/work/akode-2.0.2/akode/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-libs/akode-2.0.2/work/akode-2.0.2/akode'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-libs/akode-2.0.2/work/akode-2.0.2'
make: *** [all] Error 2
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2007-07-14 17:36:48 UTC
Created attachment 124854 [details, diff]
akode-2.0.2-amd64-flac-1.1.3.patch

Is likely only problem w/ AMD64, attached patch should fix it. Test.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2007-07-14 17:52:29 UTC
Created attachment 124856 [details, diff]
akode-2.0.2.ebuild.patch

Changes for ebuild.
Comment 3 Chris Smith 2007-07-14 18:08:16 UTC
patch works fine here
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2007-07-14 18:09:52 UTC
Sorry for bugspam but I just went and committed this fix after user tested it for me.

Thanks Chris for reporting.
Comment 5 Chris Smith 2007-07-14 18:15:37 UTC
(In reply to comment #4)
> Sorry for bugspam but I just went and committed this fix after user tested it
> for me.
> 
> Thanks Chris for reporting.
> 

Thank you for the quick resolution!