Thomas Trepl (Moody)
0eb19f0f79
Automatic merge of trunk into multilib
2021-12-28 05:45:09 +01:00
Xi Ruoyao
6ecd06927b
shadow: remove explicit --disable-{su,runuser}
...
for sync with BLFS. They are automatically disabled when PAM is
unavailable.
2021-12-27 20:54:46 +08:00
Xi Ruoyao
20e30e42e2
dependencies: list Linux-PAM as an optional dependency of util-linux
2021-12-27 16:40:40 +08:00
Thomas Trepl (Moody)
dbcb9f4049
Automatic merge of trunk into multilib
2021-12-18 05:45:09 +01:00
Xi Ruoyao
e0f124e741
chapter 6 ncurses: disable stripping (invoking host strip)
2021-12-18 01:32:45 +08:00
Bruce Dubbs
39bc7c48df
Move Python to LFS in Standards section (again)
2021-12-17 10:26:36 -06:00
Bruce Dubbs
1c3c1fda64
Move Python to LFS in Standards section
2021-12-17 10:17:02 -06:00
Thomas Trepl (Moody)
0ca938376b
Automatic merge of trunk into multilib
2021-12-15 05:45:09 +01:00
Bruce Dubbs
05dcee7980
Package updates.
...
Update to python3-3.10.1.
Update to openssl-1.1.1m.
Update to linux-5.15.7.
Update to libcap-2.62.
2021-12-14 17:33:39 -06:00
Pierre Labastie
4b4f934b9c
Update the command explanations in findutils
2021-12-14 13:48:09 +01:00
Pierre Labastie
a844ebe965
Update the changelog for findutils
...
The preceding cherry-picked commit did not have a changelog entry
2021-12-14 13:46:50 +01:00
Thomas Trepl
f2ab0c5d05
Fix issue building findutils on a 32bit system
...
Cherry picked from the multilib branch
2021-12-14 13:39:01 +01:00
Thomas Trepl (Moody)
861d9a4b2e
Automatic merge of trunk into multilib
2021-12-14 05:45:09 +01:00
Bruce Dubbs
1ca22874d3
Fix currency for psmisc
2021-12-12 08:25:34 -06:00
Thomas Trepl (Moody)
5d6e55744f
Automatic merge of trunk into multilib
2021-12-05 05:45:13 +01:00
Xi Ruoyao
88bbf22f8b
ncursesw: do not in-place overwrite library being used by bash
2021-12-04 16:53:16 +08:00
Thomas Trepl (Moody)
7abb6a9fef
Automatic merge of trunk into multilib
2021-12-03 05:45:10 +01:00
Xi Ruoyao
0fc98a07ff
gcc-pass1: set --with-glibc-version to target glibc version
...
"info gccinstall" says:
'--with-glibc-version=MAJOR.MINOR'
Tell GCC that when the GNU C Library (glibc) is used on the target
it will be version MAJOR.MINOR or later. Normally this can be
detected from the C library's header files, but this option may be
needed when bootstrapping a cross toolchain without the header
files available for building the initial bootstrap compiler.
So it can, and should be set to the version of glibc which will be built
for the chroot environment.
On x86_64, currently it does not make any difference with values >=
2.13. But it may make a difference if a new feature is added to glibc,
or on other platforms.
2021-12-03 03:06:18 +08:00
Thomas Trepl (Moody)
eecc4e73d7
Automatic merge of trunk into multilib
2021-12-01 05:45:11 +01:00
Bruce Dubbs
bdc9e03b78
Package updates.
...
Update to vim-8.2.3704.
Update to iana-etc-20211124.
Update to bc-5.2.1.
Update to meson-0.60.2.
Update to linux-5.15.5.
2021-11-30 12:43:05 -06:00
Thomas Trepl (Moody)
a08b5f01cb
Remove an invalid (ignored) option; Move ncursesw6-config out of the way for lib{,x}32
2021-11-24 21:36:16 +01:00
Thomas Trepl (Moody)
b010eeca35
Automatic merge of trunk into multilib
2021-11-24 05:45:08 +01:00
Xi Ruoyao
768ae15039
don't enable CONFIG_IKHEADERS building the kernel
...
https://lists.linuxfromscratch.org/sympa/arc/lfs-support/2021-11/msg00014.html
2021-11-23 18:23:51 +08:00
Thomas Trepl (Moody)
d24dc0f95d
Merge upstream changes
2021-11-17 16:03:17 +01:00
Xi Ruoyao
784f3c36e2
changelog: remove extra ">" breaking REV=systemd
2021-11-15 23:44:40 +08:00
Xi Ruoyao
394bd9caff
systemd: minor reword for Linux header >= 5.14 issue
...
It does not affect using systemd with Linux >= 5.14, but only affects
building systemd with kernel header >= 5.14.
2021-11-15 23:34:44 +08:00
Thomas Trepl (Moody)
cd67d000ae
Merge upstream changes
2021-11-15 14:57:41 +01:00
Bruce Dubbs
0d78c2c179
Package updates.
...
Update to iana-etc-20211112.
Update to elfutils-0.186.
Update to jinja2-3.0.3.
Update to bc-5.2.0.
Update to ncurses-6.3.
Update to libpipeline-1.5.4.
Update to meson-0.60.1.
Update to iproute2-5.15.0.
Update to linux-5.15.2.
One change was needed to systemd-249 due to changes in the linux
keernel version 5.14 and later.
A change to ncurses was needed to ensure the .pc files are placed in
the right location (/usr/lib/pkgconfig).
2021-11-14 12:22:12 -06:00
Thomas Trepl (Moody)
f3fa14326a
Automatic merge of trunk into multilib
2021-11-13 05:45:09 +01:00
Xi Ruoyao
d48d1c2d91
toolchain note: add a disclaimer for the purpose of the book
...
There are some discussion on gcc-help from someone (mis)using LFS to
build a "general" toolchain. Let's stop it before off-topic message got
into lfs-support.
2021-11-12 17:47:16 +08:00
Thomas Trepl (Moody)
a9fea2fb19
Automatic merge of trunk into multilib
2021-11-12 05:45:09 +01:00
Xi Ruoyao
0fc1b27b09
move the ln note back to chap 5 glibc
...
It was moved to chapter 4 during merged-/usr update. However the ln
commands in chapater 4 are "trivial", so move it back to chapter 5 glibc
where we start to use a "different syntactic version" of it.
2021-11-12 00:41:02 +08:00
Thomas Trepl (Moody)
384c707b7f
Add more info about kernel requirements for multilib
2021-11-09 14:43:34 +01:00
Thomas Trepl (Moody)
a150e73825
Automatic merge of trunk into multilib
2021-11-09 05:45:14 +01:00
Bruce Dubbs
d18d2850dc
Update currency to use https everywhere
2021-11-08 10:14:24 -06:00
Thomas Trepl (Moody)
b08c45151a
Fix instructions for m32/mx32
2021-11-04 17:13:28 +01:00
Thomas Trepl
f08c6def04
Fix issue building findutils on a 32bit system
2021-11-03 17:36:07 +01:00
Thomas Trepl (Moody)
4a74a6fd42
Automatic merge of trunk into multilib
2021-11-03 05:45:09 +01:00
Xi Ruoyao
3328dfdc69
systemd: fix a typo
2021-11-02 21:44:49 +08:00
Pierre Labastie
095286b709
Revert the change /bin/bash->/usr/bin/bash
...
We are not sure what the interaction with /etc/shells is...
2021-11-02 14:23:41 +01:00
Pierre Labastie
747287d8ad
gawk, chap 6: now config.guess is in build-aux
2021-11-02 14:22:30 +01:00
Thomas Trepl (Moody)
00696e1dd9
Automatic merge of trunk into multilib
2021-11-02 05:45:09 +01:00
Bruce Dubbs
56587fc43d
Make umounting explicit
2021-11-01 12:05:41 -05:00
Bruce Dubbs
d02074e9bc
Minor wording change
2021-11-01 08:49:48 -05:00
Thomas Trepl (Moody)
d352b982d6
Automatic merge of trunk into multilib
2021-11-01 05:45:09 +01:00
Bruce Dubbs
1f201845a3
Package updates
...
Update to gawk-5.1.1.
Update to meson-0.60.0.
Update to libcap-2.60.
Update to gdbm-1.22.
Update to file-5.41.
Update to linux-5.14.15.
Update to iana-etc-20211025.
Update to tzdata-2021e.
Change /bin to /usr/bin in passwd, and revisedchroot.
Fix systemd for new meson.
2021-10-31 14:00:21 -05:00
Thomas Trepl (Moody)
114393c298
Automatic merge of trunk into multilib
2021-10-26 05:45:10 +02:00
Bruce Dubbs
843d015a32
Fix currency for vim
2021-10-25 09:28:22 -05:00
Thomas Trepl (Moody)
0ab6aa31e4
Automatic merge of trunk into multilib
2021-10-25 05:45:09 +02:00
Bruce Dubbs
7c8e399d9b
Fix 'file' currency
2021-10-24 16:24:48 -05:00