[Bug 525005] Re: kubuntu kde4 missing fam support for nfs (kdelibs-bin)
Dean Montgomery
525005 at bugs.launchpad.net
Thu Mar 1 21:23:34 UTC 2012
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
More information about the kubuntu-bugs
mailing list