I found this fixed the issue for Kubuntu 12.04 by adding the gamin dev
files before compiling libkdecore5:

[code]
sudo apt-get build-dep libkdecore5
sudo apt-get install build-essential fakeroot devscripts libaspell-dev 
libgamin-dev gamin libgamin0
mkdir kde4
cd kde4
apt-get source libkdecore5
cd kde4libs-4.*/
time debuild -us -uc -i -I -j4
 # -j4 is for my multicore machine.
 # compile took 1 hour on my machine.
sudo dpkg -i ../libkdecore5*.deb
[/code]

Rinse and repeat after each upgrade to libkdecore5*.

This may also have to be done for libgnomevfs2-0 package for gnome apps.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde4libs in Ubuntu.
https://bugs.launchpad.net/bugs/525005

Title:
  kubuntu kde4 missing fam support for nfs (kdelibs-bin)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde4libs/+bug/525005/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

Reply via email to