Jonathan E. Brickman wrote: > >> Could you try to compile and test it on your machine? >> >> Try sth. like this: >> -----8<---- >> sudo apt-get install build-essential fakeroot >> sudo apt-get build-dep network-manager >> cd /tmp >> wget http://rg42.org/_media/wiki/nm-0.7.1-debian.tgz >> tar xvzf nm-0.7.1-debian.tgz >> cd network-manager-0.7.1/ >> dpkg-buildpackage -rfakeroot >> cd .. >> sudo dpkg -i network-manager*deb >> -----8<---- >> > I get: > > dpkg-checkbuilddeps: Unmet build dependencies: libdbus-glib-1-dev (>= > 0.75) ppp-dev libpolkit-dbus-dev uuid-dev libudev-dev > > I then tried: > > # sudo apt-get install libdbus-glib-1-dev ppp-dev libpolkit-dbus-dev > uuid-dev libudev-dev > Reading package lists... Done > Building dependency tree Reading state information... Done > libdbus-glib-1-dev is already the newest version. > E: Couldn't find package libudev-dev > > Not sure what to do next? > > J.E.B.
You can check `apt-cache search udev` if you can find the -dev package. and put that name in debian/control of the nm's source instead of libudev-dev. You can also try to run `dpkg-buildpackage -d` which ignores missing dependancies; but the build may fail. Anyway, I'm just installing 64studio 3b3 on qemu; and I'll see if I can do a backport . It may take some time however.. Cheers, robin _______________________________________________ 64studio-devel mailing list [email protected] http://lists.64studio.com/mailman/listinfo/64studio-devel
