On 09/01/2018 17:51, Allard Welter wrote: > slang-2.3.1 -> Installation of Slang > make install_doc_dir=/usr/share/doc/slang-2.3.1 > This make should also have -j1 (make check is happy though) > > --- > Clisp-2.49 -> Installation of Clisp > make install -> make -j1 install > > ---
See Bruce's answer. > LVM2-2.02.177 -> Installation of LVM2 > check_local creates devices in /tmp which is rw,nosiud,nodev > and subsequently fails all tests. I had to do > mount -o remount,rw tmpfs /tmp/ > for the tests Is it the systemd book? In the Sys V book, /tmp is not a mount point, and the above issue does not occur. Not sure anybody has tried to run the LVM2 tests with the systemd book... > > --- > cURL-7.57.0 -> Installation of cURL -> Dependencies > libmetalink is listed as optional in the dependencies, but an explicit > --with-libmetalink to configure is required to include it. > --- Actually, we try to put in the optional dependencies of a package, anything that can be used by that package. As written on the "Notes on Building Software" page, we often describe what functionality is added by the dependency. But we almost never give the instructions to include the optional dependencies. > > cURL-7.57.0 -> Installation of cURL -> Note > current stable LFS is ld-2.26 But recent versions of LFS do not strip ld-2.xx. ld-2.23 is the last which was stripped... > Perhaps run ldconfig after linking to ld...dbg > Not sure it is needed. And the note is becoming obsolete anyway. Pierre -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
