Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 50275 - Kaffeine 0.4.3 fails to compile
Summary: Kaffeine 0.4.3 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-06 11:49 UTC by Davide Ferrari
Modified: 2004-05-12 13:10 UTC (History)
1 user (show)

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


Attachments
fixed ebuild (kaffeine-0.4.3.ebuild.FIXED,580 bytes, text/plain)
2004-05-12 03:35 UTC, Bart Cerneels
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Davide Ferrari 2004-05-06 11:49:46 UTC
this is the error I get.
I'm using xine-lib-1_rc3-r2

/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include  -I/usr/include  -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 -O2 -march=athlon-xp -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -c -o kaffeine_part.lo `test -f 'kaffeine_part.cpp' || echo './'`kaffeine_part.cpp
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include  -I/usr/include  -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 -O2 -march=athlon-xp -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -c -o videowindow.lo `test -f 'videowindow.cpp' || echo './'`videowindow.cpp
videowindow.cpp: In static member function `static void
   VideoWindow::XineEventListener(void*, const xine_event_t*)':
videowindow.cpp:500: error: `XINE_MSG_AUDIO_OUT_UNAVAILABLE' undeclared (first
   use this function)
videowindow.cpp:500: error: (Each undeclared identifier is reported only once
   for each function it appears in.)
make[2]: *** [videowindow.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/kaffeine-0.4.3/work/kaffeine-0.4.3/kaffeine'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kaffeine-0.4.3/work/kaffeine-0.4.3'
make: *** [all] Error 2



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Bart Cerneels 2004-05-12 03:35:00 UTC
Created attachment 31252 [details]
fixed ebuild
Comment 2 Bart Cerneels 2004-05-12 03:58:41 UTC
I had the same error, upgraded to xine-lib-1_rc4, solved the problem.
added a fixed ebuild with 
DEPEND = 
>=media-libs/xine-lib-1_rc4
Comment 3 Dominik Stadler (RETIRED) gentoo-dev 2004-05-12 13:10:55 UTC
I have corrected this in the ebuild, no new version-bump as people were not able to emerge this any way. I had to remove "~amd64", as xine-lib-1_rc4 is not available there currently.