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
Added a paragraph in 'Notes on Building Software'
When running the package tests or the install portion of the
package build process, we do not recommend using an option greater than
'-j1' unless specified otherwise. The installation procedures or checks
have not been validated using parallel procedures and may fail with issues
that are difficult to debug.
---
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
This is systemd specific. I'm not sure how to address it. I suppose a
note saying that /tmp must not be mounted with the nodev option or that
the tests will fail.
Added a generic note.
---
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.
We do not address optional packages not in the book. The users are on
their own with non-book packages.
cURL-7.57.0 -> Installation of cURL -> Note
current stable LFS is ld-2.26
Perhaps run ldconfig after linking to ld...dbg
I think this has been addressed.
-- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page