Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 455234

Summary: kmix: dbuscontrolwrapper.cpp:(.text+0x169): undefined reference to `vtable for DBusControlWrapper'
Product: Gentoo Linux Reporter: Igor Franchuk <lanthruster>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Kmix compilation error, build log

Description Igor Franchuk 2013-02-03 07:05:13 UTC
Kmix 4.9.3 to Kmix 4.9.5 fails with 

CMakeFiles/kdeinit_kmixctrl.dir/dbus/dbuscontrolwrapper.o: In function `DBusControlWrapper::DBusControlWrapper(std::tr1::shared_ptr<MixDevice>, QString const&)':
dbuscontrolwrapper.cpp:(.text+0x30): undefined reference to `vtable for DBusControlWrapper'
CMakeFiles/kdeinit_kmixctrl.dir/dbus/dbuscontrolwrapper.o: In function `DBusControlWrapper::~DBusControlWrapper()':
dbuscontrolwrapper.cpp:(.text+0x169): undefined reference to `vtable for DBusControlWrapper'
collect2: ld returned 1 exit status
make[2]: *** [lib/libkdeinit4_kmixctrl.so] Error 1

with automake 1.11.1

Reproducible: Always

Steps to Reproduce:
1.Upgrade to 4.9.5 from 4.9.3 with automake 1.11.1




It looks like Kmix 4.9.5 ebuild should depend on automake 1.11.6
After upgrating automke from 1.11.1 to 1.11.6 the problem disappeared.
Comment 1 Igor Franchuk 2013-02-03 07:06:26 UTC
Created attachment 337746 [details]
Kmix compilation error, build log

Kmix log file
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2013-03-09 21:38:48 UTC
Automake 1.11.6 is newest stable, so we can close this.