Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 116234 - app-cdr/kio_burn-0.7 fails to compile due to missing aKode headers
Summary: app-cdr/kio_burn-0.7 fails to compile due to missing aKode headers
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-20 22:41 UTC by falcon
Modified: 2005-12-27 11:09 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 falcon 2005-12-20 22:41:36 UTC
The compile of app-cdr/kio_burn-0.7 fails to compile, being unable to find some of the aKode headers.

aKode version: kde-base/akode-3.4.3
akode version: media-libs/akode-2.0_rc1

Steps to reproduce:

1. emerge -u kio_burn

Always reproducable (though, note that the configure used to think aKode was not present)

What follows is the error generated.

/bin/sh ../libtool --silent --mode=compile --tag=CXX i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.5/include -I/usr/qt/3/include -I.  `taglib-config  --cflags`  -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -O3 -march=pentium4 -pipe -fomit-frame-pointer -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -I/usr/kde/3.5/include -I/usr/qt/3/include -I.   -c -o driveselectpage.lo `test -f 'driveselectpage.cpp' || echo './'`driveselectpage.cpp
burndisc.cpp:46:41: akode/frametostream_decoder.h: No such file or directory
burndisc.cpp:47:41: akode/streamtoframe_decoder.h: No such file or directory
burndisc.cpp: In member function `void kio_burnProtocol::burnDisc()':
burndisc.cpp:213: error: `StreamDecoder' undeclared in namespace `aKode'
burndisc.cpp:213: error: `sdecoder' undeclared (first use this function)
burndisc.cpp:213: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
burndisc.cpp:214: error: syntax error before `decoder'
burndisc.cpp:215: error: syntax error before `sdecoder'
make[2]: *** [burndisc.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/kio_burn-0.7/work/burn-0.7/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kio_burn-0.7/work/burn-0.7'
make: *** [all] Error 2

!!! ERROR: app-cdr/kio_burn-0.7 failed.
!!! Function kde_src_compile, Line 173, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-12-27 11:09:21 UTC
It's simply not compatible with KDE 3.5. Just committed 0.8. It doesn't support DVDs, though.