Commit Graph

9384 Commits

Author SHA1 Message Date
Bruce Dubbs
1af9cd121d Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk 2024-03-29 15:08:02 -05:00
Bruce Dubbs
cbf19601bc Revert to xz-5.4.6 due to uptream compromise. 2024-03-29 15:04:03 -05:00
Tim Tassonis
ae4e8da2c3 Update to sysvinit-3.09. 2024-03-25 21:50:26 +01:00
Bruce Dubbs
23db3ee550 Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk 2024-03-20 09:48:36 -05:00
Bruce Dubbs
c3a956946d Fix currency and cleanup
Fix currency for upstream changes for
Python
psmisc

Add currency for
lz

Remove a lot of old commented code.
2024-03-20 09:46:44 -05:00
Xi Ruoyao
acaeb102ae
packages: Fix and simplify <ulink> for vim tags page
Vladimir has reported that the link target of this <ulink> is wrong.
Note that the link target and the displayed text should be the same,
thus use <ulink ... /> instead of <ulink ...> ... </ulink> to simplify
it.
2024-03-20 18:30:45 +08:00
Xi Ruoyao
3d50ab19d0
changelog: Fix typos 2024-03-20 15:21:19 +08:00
Douglas R. Reno
9694f4b6be Add stats for LZ4. 2024-03-19 18:08:24 -05:00
Douglas R. Reno
4aa6ea3d1c Add forgotten changelog entry for iproute2 2024-03-19 18:07:24 -05:00
Douglas R. Reno
ac593e8270 Update to man-pages-6.7 2024-03-19 18:06:48 -05:00
Douglas R. Reno
c5ae777ac2 Package updates and a new addition:
Update to Linux-6.8.1
Update to iproute2-6.8.0
Add LZ4 to the book
2024-03-19 17:56:41 -05:00
Bruce Dubbs
e31b6c53cb Fix Python currency 2024-03-19 10:14:02 -05:00
Xi Ruoyao
e2d3b4b0bc
kmod: Use a more natural expression for symlink location issue 2024-03-14 23:04:38 +08:00
Xi Ruoyao
68215a4ed7
kmod: Emphasis that we don't want 2024-03-14 23:01:43 +08:00
Xi Ruoyao
98bdf39b6c
shadow: Capitalization adjustment 2024-03-14 22:59:27 +08:00
Xi Ruoyao
e7231421fd
kmod: Remove an unnecessary command and adjust the description
/usr/bin/lsmod is already created by the building system.
2024-03-14 22:53:21 +08:00
Bruce Dubbs
9ac55efa5e Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk 2024-03-14 09:38:18 -05:00
Bruce Dubbs
dcf5543233 Package updates.
Update to wheel-0.43.0.
Update to setuptools-69.2.0 (Python module).
Update to meson-1.4.0.
Update to expat-2.6.2 (Security fix).
Update to iana-etc-20240305.
Update to vim-9.1.0161.
Update to xz-5.6.1.
Update to shadow-4.15.0.
Update to psmisc-23.7.
Update to kmod-32.
Update to elfutils-0.191.
2024-03-14 09:36:53 -05:00
Xi Ruoyao
eb7223e804
shadow: Add an <important> for using BLFS instruction if PAM installed 2024-03-12 18:53:13 +08:00
Pierre Labastie
37823511a6 Fix rendering of non-chunked output
Thanks to Vladimir Pertsev for the patch
2024-03-04 17:31:33 +01:00
Douglas R. Reno
c301941b9a vim: typo fix from rhubarbpieguy 2024-03-02 15:02:00 -06:00
Bruce Dubbs
e4bdd54756 Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk 2024-03-02 09:16:55 -06:00
Bruce Dubbs
0566a056ba Package updates.
Update to iana-etc-20240222.
Update to vim-9.1.0145.
Update to xz-5.6.0.
Update to tcl-8.6.14.
Update to shadow-4.14.6.
Update to setuptools-69.1.1.
Update to linux-6.7.7.
Update to libffi-3.4.6.
Update to gettext-0.22.5.
Update to expat-2.6.1.
2024-03-02 09:15:52 -06:00
Xi Ruoyao
0fd7f40bc7
kernel: No longer disable CONFIG_AUDIT for systemd
The incompatibilty between systemd and CONFIG_AUDIT has been fixed since
Linux kernel 3.14, thus there is no reason to disable it on LFS.  And we
are referring to pam_loginuid.so from /etc/pam.d in BLFS, which is
completely useless if CONFIG_AUDIT is disabled.

Link: https://github.com/systemd/systemd/commit/db999e0f923c
2024-03-02 17:38:57 +08:00
Xi Ruoyao
a56a4fcd9c
procps: Run chown -R tester . before running the test as tester
I completely forgot this yesterday :(.
2024-03-02 15:50:21 +08:00
Xi Ruoyao
2001f5cd7e
coreutils: Redirect stdin for test suite to prevent two failures
The tests affected are test-getlogin and test/tty/tty.sh.  We need an
errata for 12.1.
2024-03-02 00:03:28 +08:00
Xi Ruoyao
c2d820a770
procps: Run test as tester 2024-03-01 23:50:06 +08:00
Xi Ruoyao
887bf34f49
glibc: Make the command enumerating timed out tests remap="test"
So if a test times out, it will be noted in jhalfs log.

Also remove "-l" so the output will be something like

    ./nptl/tst-thread-affinity-pthread: Timed out ...

instead of just a puzzling "./nptl/tst-thread-affinity-pthread".
2024-03-01 23:44:17 +08:00
Bruce Dubbs
b570133fec Update changelog and whatsnew fo r12.1 2024-02-29 09:27:04 -06:00
Xi Ruoyao
1e1cb39a10
mips64el: systemd: Add -Wno-format-overflow workaround
Without this, the package FTBFS.

Need to investigate it later: it may be a systemd bug or GCC bug on
mips.

(cherry picked from commit 76ef88ee13)
2024-02-29 14:45:37 +08:00
Xi Ruoyao
cf550182cc
mips64el: Update to libffi-3.4.6
Link: https://github.com/libffi/libffi/pull/813
2024-02-29 14:45:37 +08:00
Xi Ruoyao
093c8d4bc0
mips64el: Remove other x86 references 2024-02-29 14:45:37 +08:00
Xi Ruoyao
a9b946e033
mips64el: kernel: Remove x86-specific configuration and regenerate 2024-02-29 14:45:37 +08:00
Xi Ruoyao
0425c61474
mips64el: libffi: Update link to GCC target option 2024-02-29 14:45:37 +08:00
Xi Ruoyao
b92cd249d7
mips64el: libcap: Remove reference to x86 2024-02-29 14:45:37 +08:00
Xi Ruoyao
3d891c7cf0
mips64el: util-linux: Document test failures caused by non-4K page size 2024-02-29 14:45:37 +08:00
Xi Ruoyao
d23bc9dd83
mips64el: libelf: Document test failures 2024-02-29 14:45:37 +08:00
Xi Ruoyao
3844b8b6ec
mips64el: gcc: Remove components not built on MIPS 2024-02-29 14:45:37 +08:00
Xi Ruoyao
9dafb166ea
mips64el: gcc: Document additional test failures
The shape is not good :(.
2024-02-29 14:45:37 +08:00
Xi Ruoyao
6de49cb73c
mips64el: binutils: Rewrite the explanation of --enable-default-hash-style=gnu
On MIPS there are some differences in the classic ELF hash table vs.
GNU-style hash table decision.
2024-02-29 00:02:53 +08:00
Xi Ruoyao
e871ed6001
mips64el: binutils: Update test suite known failures 2024-02-29 00:02:53 +08:00
Xi Ruoyao
a11cbb1373
mips64el: binutils: Do not --enable-gold
MIPS does not support DT_GNU_HASH and DT_MIPS_XHASH is used instead with
--enable-default-hash-style=gnu. But gold does not support DT_MIPS_XHASH
so it will be completely useless and produce many test failures.  Just
disable it.
2024-02-29 00:02:53 +08:00
Xi Ruoyao
057e32dc15
mips64el: glibc: Document additional test failures
And, tst-arc4random-thread *always* fail on my system.  The failure
seems a real issue and it will be catastrophic if triggered in a real
application.  I guess it's a kernel issue and I'll investigate later.
2024-02-29 00:02:53 +08:00
Xi Ruoyao
9d92ca9e8a
mips64el: glibc: adapt symlink for ELF loader 2024-02-29 00:02:53 +08:00
Xi Ruoyao
24690499ae
mips64el: gcc: Add --with-nan=2008 if needed 2024-02-29 00:02:53 +08:00
Xi Ruoyao
959783eb55
mips64el: adjust kernel install command 2024-02-29 00:02:53 +08:00
Xi Ruoyao
c75f261471
mips64el: remove grub and add a note about bootloader
There are many MIPS boards and grub only supports three kind of them:
arc, loongson, qemu.  And for loongson and qemu, grub requires
freetype2.  Just remove it in the mips64el branch.
2024-02-29 00:02:53 +08:00
Xi Ruoyao
444bc9c160
mips64el: adjust strip command for MIPS 2024-02-29 00:02:53 +08:00
Xi Ruoyao
2cf0cbbd76
mips64el: openssl: adjust for building on 64-bit MIPS 2024-02-29 00:02:52 +08:00
Xi Ruoyao
5e6642a8d1
mips64el: perl: workaround for a MIPS building issue 2024-02-29 00:02:52 +08:00