On 2/26/2014 12:05 PM, Armin K. wrote: > On 02/26/2014 08:54 PM, Waitman Gobble wrote: >> Hi, >> >> BLFS 2014-02-25 >> http://www.linuxfromscratch.org/blfs/view/svn/xfce/thunar-volman.html >> >> lists a requirement of 'udev-extras (from systemd) (for GUdev)' >> >> when i try gudev, >> >> bash-4.2# make -f udev-lfs-208-3/Makefile.lfs gudev >> make: *** No rule to make target 'build/gudevclient.o', needed by >> 'build/libgudev-1.0.so.0.1.3'. Stop. >> >> (same with gir-data) >> bash-4.2# make -f udev-lfs-208-3/Makefile.lfs gir-data >> make: *** No rule to make target 'build/gudevclient.o', needed by >> 'build/libgudev-1.0.so.0.1.3'. Stop. >> >> >> I followed LFS Version 20140218-SYSTEMD which does not appear to include >> udev separately, as the page states "the development of udev has been >> merged with systemd" >> >> Anyhow, I'm not 100% but I think with this version of systemd/LFS >> libgudev is already built and udev-extras requirement is not necessary? >> Any clarity on this? >> >> # ls /usr/lib/libgudev-1.0.* >> /usr/lib/libgudev-1.0.la /usr/lib/libgudev-1.0.so >> >> Thanks >> >> >> > You can't use udev-extras for systemd book. Use my notes from here: > > http://www.linuxfromscratch.org/~krejzi/notes.txt >
Hi, Everything seemed to work great, thanks so much for the link to your notes. One question, mv -v /usr/lib/libgcrypt.so.* /usr/lib/libgpg-error.so.* /lib ln -sfv ../../lib/$(readlink /usr/lib/libgcrypt.so) /usr/lib/libgcrypt.so ln -sfv ../../lib/$(readlink /usr/lib/libgpg-error.so) usr/lib/libgpg-error.so I'm not sure it's good to use the relative paths to lib ? Maybe it's ok. but I think there's a missing '/' on the usr/lib/libgpg-error.so line.. Thanks again. Waitman -- Waitman Gobble San Jose California USA -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
