Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94490 - API change causes dependant apps to fail compilation
Summary: API change causes dependant apps to fail compilation
Status: RESOLVED DUPLICATE of bug 93373
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 92806
  Show dependency tree
 
Reported: 2005-05-30 04:59 UTC by Andreas Weder
Modified: 2005-05-30 05:19 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 Andreas Weder 2005-05-30 04:59:24 UTC
While compiling mythmusic, the compilation fails with the following error msg:

-ffast-math -I/usr/include/SDL -D_REENTRANT -D_REENTRANT -fPIC  -D_GNU_SOURCE
-DPREFIX=\"/usr\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN
-I/usr/qt/3/mkspecs/linux-g++ -I. -I/usr/include -I/usr/include/cdda
-I/usr/qt/3/include -I/usr/include -o playbackbox.o playbackbox.cpp
aacdecoder.cpp: In member function `bool aacDecoder::initializeMP4()':
aacdecoder.cpp:298: error: invalid conversion from `long unsigned int*' to `
   uint32_t*'
make[2]: *** [aacdecoder.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory
`/var/tmp/portage/mythmusic-0.18.1/work/mythplugins-0.18.1/mythmusic/mythmusic'
make[1]: *** [sub-mythmusic] Error 2
make[1]: Leaving directory
`/var/tmp/portage/mythmusic-0.18.1/work/mythplugins-0.18.1/mythmusic'
make: *** [sub-mythmusic] Error

It seems this is due to an incompatible API change. Apparently, there was a
patch once, which fixed this problem. It seems that it was accidentally or
intentionally taken out.

Please see also:

http://bugs.gentoo.org/show_bug.cgi?id=92806

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




I'm filing this with faad2 since I'm not sure if the patch was lost or was taken
out intentionally. Please clarify.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-05-30 05:19:46 UTC
*** This bug has been marked as a duplicate of 93373 ***