Xi Ruoyao
8630ec385a
[systemd] Disable RT_GROUP_SCHED
...
Link: https://github.com/systemd/systemd/issues/13781#issuecomment-549164383
2024-05-30 19:35:35 +08:00
Xi Ruoyao
32c050cb58
gcc-pass2: Don't ambigiously use "previously"
2024-05-22 16:22:14 +08:00
Bruce Dubbs
91c72232ac
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
2024-05-19 15:54:31 -05:00
Bruce Dubbs
da1a07bdc1
Remove erroneous -i when creating custom udev rules
2024-05-19 15:53:53 -05:00
Xi Ruoyao
87e5e08d34
gcc pass2: --disable-libsanitizer is no longer strictly needed
...
GCC 14 libsanitizer no longer depends on crypt.h. But let's keep this
option for reducing build time, just update the explanation.
Also remove libxcrypt from GCC depedency list.
2024-05-15 19:48:50 +08:00
Xi Ruoyao
7c1451f5b1
loongarch: grub: Update references to BLFS
...
Now BLFS documents how to install only the GRUB components missing in
LFS, take the advantage.
Also if efibootmgr is available, it's easier to just run grub-install
w/o the --removable option instead of manually input some nasty
efibootmgr commands.
(cherry picked from commit c6e4dbaee6
)
2024-05-14 12:34:00 +08:00
Xi Ruoyao
560c1472ac
loongarch: gcc: Remove seds only useful for x86, and document new failures in GCC 14
2024-05-14 12:30:12 +08:00
Xi Ruoyao
12632200df
loongarch: Revert "loongarch: gcc: Apply an upstream change to prevent the linker from generating illegal instructions"
...
This reverts commit 4ac095c78b
.
The change is included in GCC >= 14.1.
2024-05-14 12:19:24 +08:00
Xi Ruoyao
a8debbb47b
Merge remote-tracking branch 'origin/trunk' into xry111/loongarch
2024-05-14 12:18:13 +08:00
Xi Ruoyao
923fb48548
coreutils: Revise i18n patch
2024-05-14 03:42:22 +08:00
Xi Ruoyao
5ff2f2e472
creatingfilesystem: Remove reference to ReiserFS
...
It's deprecated by the kernel developers and we've archived the tools
for it in BLFS as well.
2024-05-13 20:17:46 +08:00
Xi Ruoyao
31c839da2d
packages: Document why not to use anduin for vim
2024-05-13 13:45:56 +08:00
Xi Ruoyao
6a97bf00d7
Revert "Make vim md5sum consistent with the version on anduin."
...
This reverts commit 46e985d8af
.
2024-05-13 13:44:47 +08:00
Xi Ruoyao
74dfcff374
Revert "e anduin for vim."
...
This reverts commit 760d28c809
.
As we've discussed in #5490 :
LFS 9.0 (released 2019) downloads vim-8.1.1846 from GitHub directly, and
the URL still works today and results a tarball with the same md5 as LFS
9.0 documents. Thus GitHub download seems stable enough from vim.
Also note that "vim-9.1.0405.tar.gz" on anduin is actually a
vim-9.1.0330 release tarball.
2024-05-13 13:42:51 +08:00
Xi Ruoyao
99056a6d69
glibc: Revise glibc-2.39 upstream fix patch
...
The glibc-2.39-upstream_fix-1.patch file contains a broken
tst-iconv-iso-2022-cn-ext.c file. It causes:
FAIL: iconvdata/tst-iconv-iso-2022-cn-ext
Revise the patch to fix it.
(cherry picked from commit 9b39be4268
)
Reapply this change which is mistakenly reverted in
340e17adc6
.
2024-05-13 00:30:13 +08:00
Bruce Dubbs
f70694dce2
PAckage updates and a security fix.
...
Add security fix to glibc.
Update to linux-6.8.8.
Update to ncurses-6.5.
(cherry picked from commit d0ca5ead46
)
Reapply this change which is mistakenly reverted in
340e17adc6
.
2024-05-13 00:29:12 +08:00
Bruce Dubbs
760d28c809
e anduin for vim.
...
The github version of the vim tarball is not always available.
Keep it on anduin.
2024-05-12 10:16:12 -05:00
Bruce Dubbs
46e985d8af
Make vim md5sum consistent with the version on anduin.
2024-05-12 10:05:27 -05:00
Bruce Dubbs
5d867ecc19
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
2024-05-12 09:55:34 -05:00
Bruce Dubbs
043e9bdb46
Fix currency for jinja2
2024-05-12 09:55:19 -05:00
Xi Ruoyao
ddbe15d513
changelog: Fix a typo
2024-05-12 21:38:34 +08:00
Thomas Trepl
c7ed0b0fb8
Fix chksum of vim-9.1.0405
2024-05-12 12:14:25 +02:00
Bruce Dubbs
340e17adc6
Package updates.
...
Update to vim-9.1.0405.
Update to util-linux-2.40.1.
Update to linux-6.8.9.
Update to jinja2-3.1.4 (Python mpdule).
Update to iana-etc-20240502.
Update to gcc-14.1.0.
2024-05-11 15:17:56 -05:00
Xi Ruoyao
1a7ac41bcc
grub: Update the note about UEFI for recent BLFS change
2024-05-11 08:15:09 +08:00
Xi Ruoyao
6dfdf03699
coreutils: Add -k for make check
...
Two tests are known to fail, so without -k a part of the test suite is
not executed.
2024-05-09 14:52:44 +08:00
Xi Ruoyao
c5a1240233
dependencies: Bison building system needs diffutils
...
A recent lfs-support discussion revealed if diffutils is forgotten,
bison building system can fail in a way very difficult to diagnose.
2024-05-05 17:04:56 +08:00
Xi Ruoyao
f65f3b993c
[systemd] clock: Captitalize the title
...
All other titles in the book are capitalized by David.
2024-05-03 14:07:54 +08:00
Xi Ruoyao
1e7341fd35
systemd: Enable test suite (again)
...
With systemd-255, I get only 1 failure out of 1206. Thus it seems a
good idea to run the test suite.
We can always revert if something bad happens.
2024-05-03 13:39:48 +08:00
Xi Ruoyao
a9cbf6ff0c
Revert "python: Document test failures with recent expat"
...
This reverts commit 6a75210c6d
.
In Python >= 3.12.3, these tests are disabled with expat >= 2.6.0.
Link: https://github.com/python/cpython/commit/c4fa79b924a1
2024-05-03 11:59:53 +08:00
Xi Ruoyao
9b39be4268
glibc: Revise glibc-2.39 upstream fix patch
...
The glibc-2.39-upstream_fix-1.patch file contains a broken
tst-iconv-iso-2022-cn-ext.c file. It causes:
FAIL: iconvdata/tst-iconv-iso-2022-cn-ext
Revise the patch to fix it.
2024-05-02 18:38:35 +08:00
Xi Ruoyao
e1f27cd97b
changelog: The ifup change is sysv-only
2024-05-01 15:50:45 +08:00
Xi Ruoyao
3abde5946b
ncurses: Remove explicit --enable-widec in chapter 6 like chapter 8
2024-05-01 15:49:51 +08:00
Thomas Trepl
5a661c39b0
Fix changing entity name
2024-05-01 08:16:22 +02:00
Bruce Dubbs
72108540d2
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
2024-04-30 12:43:09 -05:00
Bruce Dubbs
d0ca5ead46
PAckage updates and a security fix.
...
Add security fix to glibc.
Update to linux-6.8.8.
Update to ncurses-6.5.
2024-04-30 12:42:03 -05:00
Xi Ruoyao
6e179a9025
changingowner: Add --from lfs for chown root:root commands
...
So if the user has not set $LFS properly, chown will do nothing instead
of wreak havoc in the host distro.
--from <user> has been available for Coreutils chown since 2000 so we
don't need to raise the host system requirement.
2024-04-27 12:30:10 +08:00
Xi Ruoyao
7db37658c2
chapter06/ncurses: Use ncurses-release instead of ncurses-version for library file names
...
Reported-by: Stefano Moretti <stemoretti@gmx.com>
Closes: https://lists.linuxfromscratch.org/sympa/arc/lfs-dev/2024-04/msg00051.html
2024-04-26 20:02:16 +08:00
Bruce Dubbs
ba1a9cf303
Typo
2024-04-18 10:19:03 -05:00
Bruce Dubbs
340891bca1
Make minor change to ifup script output text.
...
Remove blank output line generated in ifup script when bringing
up wireless interface.
2024-04-16 10:59:48 -05:00
Bruce Dubbs
491de3316a
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
2024-04-15 11:17:58 -05:00
Bruce Dubbs
185b763812
Package updates.
...
Update to setuptools-69.5.1.
Update to python3-3.12.3.
Update to openssl-3.3.0.
Update to ninja-1.12.0.
Update to man-db-2.12.1.
Update to linux-6.8.6.
Update to iana-etc-20240412.
Update to vim-9.1.0330.
2024-04-15 11:16:44 -05:00
Xi Ruoyao
9317498c03
packages: SSL-ize two URLs
2024-04-11 16:38:50 +08:00
Xi Ruoyao
650a45a103
Merge remote-tracking branch 'origin/trunk' into xry111/loongarch
2024-04-08 20:52:22 +08:00
Xi Ruoyao
e46c54deba
loongarch: util-linux: Remove outdated known failures
...
They are fixed with 2.40 release.
2024-04-08 16:33:18 +08:00
Xi Ruoyao
c219b8b978
loongarch: Revert "kernel: Apply an upstream fix for Binutils 2.42"
...
This reverts commit 2a71a83b9a
.
The fix is included in linux >= 6.8.
2024-04-08 16:31:42 +08:00
Xi Ruoyao
9bfd203fad
util-linux: Create a dummy /etc/fstab to satisfy two tests
2024-04-08 16:10:03 +08:00
Xi Ruoyao
6a75210c6d
python: Document test failures with recent expat
...
I didn't see them because I misconfigured Python to use internal expat.
With system expat they just fail as we've documented in BLFS.
2024-04-08 15:09:51 +08:00
Xi Ruoyao
67ecb262fa
loongarch: Remove reference to SSSE3
...
Obviously LoongArch does not have SSSE3.
2024-04-07 21:06:01 +08:00
Xi Ruoyao
4203c7073b
Merge remote-tracking branch 'origin/trunk' into xry111/loongarch
2024-04-07 21:04:35 +08:00
Xi Ruoyao
2f115238af
kernel: Regenerate kernel config with 6.8.2
...
No real change.
2024-04-07 21:04:05 +08:00