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:
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
I fixed this with a chmod command.
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.
Still working this. The latest meson has a polkit policy file to
consider, but the mv commnd for the man pages is still needed.
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.
this failed for me in the LFS Chapter 6 environment.
The build log has:
checking for uuid_generate in -luuid... yes
checking for blkid_get_cache in -lblkid... yes
checking for library containing blkid_probe_all... -lblkid
What can I say? Has anyone else tested this?
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.
I think your testing was doen after util-linux was installed in the
build environment.
Did you test the --enable-relative-symlinks configure option?
No. I did not. I do not know how that would help.
-- Bruce
--
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page