On 07/05/2018 10:44 AM, Thanos Baloukas wrote:
On 05/07/2018 05:57 μμ, Bruce Dubbs wrote:
On 07/04/2018 11:49 PM, Thanos Baloukas wrote:
On 05/07/2018 12:48 πμ, Bruce Dubbs wrote:
On 06/30/2018 11:15 AM, Thanos Baloukas wrote:

snip...

libuuid and it's necessary include files are only in /tools when we build e2fsprogs.  Those are from util-linux.  The build also needs libblkid from util-linux.

Sure, but in http://www.linuxfromscratch.org/lfs/view/systemd/chapter06/createfiles.html we do

for lib in blkid lzma mount uuid
do
     ln -sv /tools/lib/lib$lib.so* /usr/lib
done

ln -svf /tools/include/blkid    /usr/include
ln -svf /tools/include/libmount /usr/include
ln -svf /tools/include/uuid     /usr/include

install -vdm755 /usr/lib/pkgconfig

for pc in blkid mount uuid
do
     sed 's@tools@usr@g' /tools/lib/pkgconfig/${pc}.pc \
         > /usr/lib/pkgconfig/${pc}.pc
done

I see now. Those instructions are only in the systemd version of the book. I generally do not use that. I'll see about putting them in both books.

  -- Bruce

--
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to