[lfs-dev] init from Sysvinit-2.93 does not display version information

2019-01-20 Thread Ryan Marsaw via lfs-dev
Hello LFS editors. When I boot into my LFS system, the first thing I see is something like this: "INIT: version 2.88 booting" Ever since version 2.91 of Sysvinit the version of "init" is no longer displayed "INIT: version booting" Changes were made starting with Sysvinit-2.91 that retrieves t

Re: [lfs-dev] Updates to lfs

2019-02-01 Thread Ryan Marsaw via lfs-dev
On Fri, 1 Feb 2019, Bruce Dubbs via lfs-dev wrote: Just a heads up. I am in the process of updating all current packages in the ticket system except systemd (7 packages including a new glibc). Glibc now requires Python-3.4 or later so that will be going into Chapter 5 and requires an update

[lfs-dev] sysvinit 2.94 adds logsave (already installed by e2fsprogs)

2019-03-06 Thread Ryan Marsaw via lfs-dev
Hello all. I noticed that the latest sysvinit 2.94 adds a new program called "logsave." This program was installed previously by e2fsprogs. I don't know if sysvinit's version is any different from e2fsprogs' but I'm sure one of them needs to be removed. Regards, -- Ryan -- http://lists.lin

[lfs-dev] Check doesn't honour "docdir"

2019-06-23 Thread Ryan Marsaw via lfs-dev
Hello all. check-0.12.0 doesn't install the documentation to a versioned directory, even though the "docdir" switch is used. The solution is to specify the directory at the installation phase: make docdir=/usr/share/doc/check-0.12.0 install Cheers, -- Ryan -- http://lists.linuxfromscratch.

Re: [lfs-dev] bzip2 has a new maintainer and a repository now

2019-06-25 Thread Ryan Marsaw via lfs-dev
On Sun, 23 Jun 2019, Brendan L via lfs-dev wrote: Blog about the change in maintainership: https://people.gnome.org/~federico/blog/maintaining-bzip2.html Here is another blog entry about the coming release: https://people.gnome.org/~federico/blog/preparing-the-bzip2-107-release.html There is a

[lfs-dev] Typo in util-linux (chapter 6)

2020-04-20 Thread Ryan Marsaw via lfs-dev
Hello all. In Chapter 6's Util-linux, there's a line that reads: rm -vf /usr/lib/{blkid,fdisk,mount,uuid}.so* That should be: rm -vf /usr/lib/lib{blkid,fdisk,mount,uuid}.so* Cheers, and keep up the great work! --Ryan -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfr

Re: [lfs-dev] SVN-20200423 Iana-ETC is obsolete (suggestion?)

2020-04-26 Thread Ryan Marsaw via lfs-dev
On Sun, 26 Apr 2020, Bruce Dubbs via lfs-dev wrote: On 4/26/20 10:17 AM, Jean-Marc Pigeon via lfs-dev wrote: Hello, On Sun, 2020-04-26 at 16:13 +0200, Pierre Labastie via lfs-dev wrote: On Sun, 2020-04-26 at 09:30 -0400, Jean-Marc Pigeon via lfs-dev wrote: Hello, Working with my (LFS based)

[lfs-dev] Libcap 2.34 will not install .pc files in correct location

2020-05-05 Thread Ryan Marsaw via lfs-dev
Hello all. Even though Libcap 2.34 has not yet been updated in the LFS book, this is just a heads up: Libcap 2.34 installs the pkgconfig directory under /lib (and not /usr/lib as in previous versions). I diffed the top-level Make.Rules file from both libcap 2.33 and 2.34 and noticed this: [...

[lfs-dev] Housekeeping to satisfy latest LFS package removals (Flex)

2020-05-30 Thread Ryan Marsaw via lfs-dev
Hello. Now that Flex is no longer installed in Chapter 5, one line needs to be removed from Chapter 6.6: "Creating Essential Files and Symlinks" ln -sv /tools/lib/libfl.so* /usr/lib Cheers, --Ryan -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.lin

[lfs-dev] Texinfo no longer recognizes "--disable-static"

2020-12-04 Thread Ryan Marsaw via lfs-dev
Hello all. Since Texinfo 6.6, the configure switch "--disable-static" is no longer recognized. It's safe to remove it from the instructions. No static libs are installed now, and the ChangeLog mentions this as well. Cheers, --Ryan -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: htt

[lfs-dev] coreutils Ch.8 ("echo" command no longer needed)

2021-02-11 Thread Ryan Marsaw via lfs-dev
Hello. In chapter 8's Coreutils there's this line: echo '# deleted' > m4/std-gnu11.m4 The original "std-gnu11.m4" is now usable ever since the autoconf upgrade to 2.71. The echo line can be removed. Cheers, Ryan -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfroms