I'm doing a fresh build making the updates, except for python-3.7
1. http://www.linuxfromscratch.org/lfs/view/systemd/chapter06/readline.html Libraries are installed with mode 555. To be consistent with the other packages change to 755. sed -i 's/555/755/' support/shlib-install 2. http://www.linuxfromscratch.org/lfs/view/systemd/chapter06/meson.html The commands to move man pages to correct location must be left over by a previous version, they were not needed on a destdir installation. 3. http://www.linuxfromscratch.org/lfs/view/systemd/chapter06/e2fsprogs.html It was reported in http://lists.linuxfromscratch.org/pipermail/lfs-dev/2018-April/072222.html Tested on my 2 or three last builds without LIBS, CFLAGS and PKG_CONFIG_PATH and with --enable-relative-symlinks I did not run the tests. -- Thanos -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
