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

Bug 323171

Summary: krdc no VNC available after JPEG update
Product: Gentoo Linux Reporter: Octavian <octavsly>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: VERIFIED INVALID    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Octavian 2010-06-08 12:04:48 UTC
KRDC was unable to initiate VNC connections after jpeg update. 
Google search of the error message (shown below) did not return any match. 

The KRDC error appearing in the shell was :
krdc(16039)/kdecore (KLibrary) kde4Factory: The library "/usr/lib/kde4/krdc_vncplugin.so" does not offer a qt_plugin_instance function.
krdc(16039)/kdecore (KLibrary) kde3Factory: The library "/usr/lib/kde4/krdc_vncplugin.so" does not offer an "init_krdc_vncplugin" function.
krdc(16039): KPluginFactory could not load the plugin: "krdc_vncplugin" 


The problem was in the net-libs/libvncserver. Solution is to re-emerge libvncserver. 

Reproducible: Always
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-06-08 12:12:39 UTC
(In reply to comment #0)
> The problem was in the net-libs/libvncserver. Solution is to re-emerge
> libvncserver. 

Yes, that's what revdep-rebuild or revdep-rebuild --library libjpeg.so.<version> does. I don't see why you opened a bug report about this... closing.
Comment 2 Octavian 2010-06-09 19:09:02 UTC
Agree. Wrote  it for further reference.... or Google indexing.

Regards,
Octavian

P.S. 
1. krdc GUI started as usual.
2. revdep-rebuild would have returned a big list of packages to rebuild
3. since I need krdc at work I could not afford a rebuild of all those packages
4. peaking into krdc ebuild would have given away the libvncserver dependency which has a server and a client! component.