Commit Graph

8254 Commits

Author SHA1 Message Date
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
Thomas Trepl (Moody)
57e2684d5f Automatic merge of trunk into multilib 2021-10-18 06:05:32 +02:00
Xi Ruoyao
8cece120f9
libcap: remove unneeded chmod command
Libcap-2.59 install shared libs with mode 0755 by default.
2021-10-16 01:59:06 +08:00
Thomas Trepl (Moody)
08a636839d Merge upstream 2021-10-15 12:21:18 +02:00
Bruce Dubbs
fa32551de1 Package updates.
Update to vim-8.2.3508.
Update to tzdata-2021c.
Update to Python-3.10.0.
Update to Jinja2-3.0.2.
Update to linux-5.14.12.
Update to iana-etc-20211004.
Update to bc-5.1.1.
Update to automake-1.16.5.
2021-10-14 14:02:12 -05:00
Pierre Labastie
3a12bfb743 Remove forgotten conditionals in patches.ent 2021-10-14 18:56:54 +02:00
Bruce Dubbs
8fd9f816d4 Make instructions more consistent.
When using mkdir during installation, use -pv all the time.
Make reference to irc channel all lower case.
Update lfs-latest for condxml merge
2021-10-13 15:00:35 -05:00
Xi Ruoyao
64ce28748b
askforhelp: add a missing right bracket 2021-10-13 19:44:28 +08:00
Xi Ruoyao
7af57d2e6f
git-version: remove -g{sha} unconditionally 2021-10-13 19:30:53 +08:00