[lfs-dev] Things I noticed on my last lfs-systemd svn build

2018-06-30 Thread Thanos Baloukas
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.

Re: [lfs-dev] Things I noticed on my last lfs-systemd svn build

2018-07-01 Thread Thanos Baloukas
On 01/07/2018 04:34 μμ, Xi Ruoyao wrote: On 2018-06-30 13:28 -0500, Bruce Dubbs wrote: On 06/30/2018 11:15 AM, Thanos Baloukas wrote: 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

[lfs-dev] Wrong link on LFS website

2018-02-17 Thread Thanos Baloukas
On http://www.linuxfromscratch.org/lfs/read.html the link LFS-8.2-systemd-rc1 points to http://www.linuxfromscratch.org/lfs/view/8.1-systemd-rc2/ -- Thanos -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

[lfs-dev] systemd-239 and wheel group

2018-07-24 Thread Thanos Baloukas
For me it had hardcoded the wheel group in /usr/lib/tmpfiles.d/systemd.conf and was giving some error messages in the log, because we don't have that group. The -Dwheel-group=false meson option fixed that. -- Thanos -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ:

Re: [lfs-dev] Things I noticed on my last lfs-systemd svn build

2018-07-04 Thread Thanos Baloukas
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

Re: [lfs-dev] Things I noticed on my last lfs-systemd svn build

2018-07-05 Thread Thanos Baloukas
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... 3. http://www.linuxfromscratch.org/lfs/view/systemd/chapter06/e2fsprogs.html It was reported

Re: [lfs-dev] Things I noticed on my last lfs-systemd svn build

2018-07-05 Thread Thanos Baloukas
On 05/07/2018 06:44 μμ, 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... 3. http://www.linuxfromscratch.org/lfs/view/systemd

[lfs-dev] Man-DB-2.8.3 unneeded sed

2018-04-07 Thread Thanos Baloukas
The systemd book has sed -i "s:man man:root root:g" /usr/lib/tmpfiles.d/man-db.conf This is not needed as it gives /var/cache/man the ownership passed with --enable-cache-owner=bin -- Thanos -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/

[lfs-dev] lfs-systemd svn 6.75.Util-linux-2.33

2018-12-03 Thread Thanos Baloukas via lfs-dev
It has rm -vf /usr/include/{blkid,libmount,uuid} We don't create those symlinks now. It should be rm -vf /usr/lib/lib{blkid,mount,uuid}* Without the above the util-linux installation leaves in /usr/lib symlinks to /tools/lib -- Thanos -- http://lists.linuxfromscratch.org/listinfo/lfs-dev

[lfs-dev] About Systemd-241

2019-03-17 Thread Thanos Baloukas via lfs-dev
On this version -fPIE is dropped from compiler and linker options. There is the -Db_pie=true meson option that I tested, which even if it's not being used in the book, I think that it would be good this information to exist so that users can decide by themselves if they will use it or not. There

Re: [lfs-dev] About Systemd-241

2019-03-18 Thread Thanos Baloukas via lfs-dev
On 18/3/19 7:19 μ.μ., Bruce Dubbs via lfs-dev wrote: On 3/18/19 7:21 AM, Thanos Baloukas via lfs-dev wrote: On 18/3/19 12:58 π.μ., Bruce Dubbs via lfs-dev wrote: On 3/17/19 5:26 PM, Thanos Baloukas via lfs-dev wrote: Finally, the links to the util-linux libs that are created are not removed

Re: [lfs-dev] About Systemd-241

2019-03-18 Thread Thanos Baloukas via lfs-dev
On 18/3/19 12:58 π.μ., Bruce Dubbs via lfs-dev wrote: On 3/17/19 5:26 PM, Thanos Baloukas via lfs-dev wrote: Finally, the links to the util-linux libs that are created are not removed after the installation. See this post http://lists.linuxfromscratch.org/pipermail/lfs-dev/2018-December