Re: [Clfs-dev] Util-linux and libudev

2014-03-09 Thread Martin Ward
On 09/03/14 21:07, William Harrington wrote: On Mar 9, 2014, at 3:07 PM, William Harrington wrote: why not just rebuild and install the two relevant programs after systemd, seems much cleaner to me or am I missing something Since we don't need util-linux extracted twice in final system and

Re: [Clfs-dev] Util-linux and libudev

2014-03-09 Thread William Harrington
On Mar 9, 2014, at 3:07 PM, William Harrington wrote: why not just rebuild and install the two relevant programs after systemd, seems much cleaner to me or am I missing something Since we don't need util-linux extracted twice in final system and then add another page, util-linux pass2 and

Re: [Clfs-dev] Util-linux and libudev

2014-03-09 Thread William Harrington
On Mar 9, 2014, at 2:28 PM, Martin Ward wrote: Same commands except this time it'll link against libudev and will include addition information for UUID and other output for findmnt and lsblk. why not just rebuild and install the two relevant programs after systemd, seems much cleaner to me

Re: [Clfs-dev] Util-linux and libudev

2014-03-09 Thread Martin Ward
On 09/03/14 19:16, William Harrington wrote: Okay I have had a successful build with the x86_64-64 book regarding the changes required to using libblkid from tools for e2fsprogs and systemd and moving util-linux after systemd and dbus. And added test suite commands for systemd. Of course w

Re: [Clfs-dev] Util-linux and libudev

2014-03-09 Thread William Harrington
On Mar 8, 2014, at 11:18 AM, William Harrington wrote: Greetings, Right now, util-linux installs two binaries findmnt and lsblk. Without udev support, those binaries won't output UUID information. LFS had to make a change and build util-linux in /tools and use that for ch6 systemd/udev/e

[Clfs-dev] Util-linux and libudev

2014-03-08 Thread William Harrington
Greetings, Right now, util-linux installs two binaries findmnt and lsblk. Without udev support, those binaries won't output UUID information. LFS had to make a change and build util-linux in /tools and use that for ch6 systemd/udev/eudev build. Then build util-linux after systemd/ udev/eud