| Newsgroups |
gmane.linux.lfs.book |
| Message-ID |
<[email protected]> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch xry111/loongarch
in repository lfs.
commit ded12a1475c8d0d9e6d71751d3573939c183d4e0
Merge: e89f3dcca aea637af4
Author: Xi Ruoyao <[email protected]>
AuthorDate: Wed Oct 29 17:27:42 2025 +0800
Merge remote-tracking branch 'origin/trunk' into xry111/loongarch
Makefile | 2 +-
chapter01/changelog.xml | 110 +++++++++++++++++++++++++++++++++++++++++
chapter01/whatsnew.xml | 71 +++++++++++++++------------
chapter03/introduction.xml | 22 +++++++++
chapter03/patches.xml | 8 ---
chapter07/createfiles.xml | 2 +
chapter08/coreutils.xml | 4 --
chapter08/flex.xml | 6 +--
chapter08/libelf.xml | 2 +-
chapter08/pcre.xml | 2 +-
chapter08/pkgmgt.xml | 11 ++++-
chapter08/python.xml | 3 +-
chapter08/sqlite.xml | 10 +++-
chapter08/systemd.xml | 96 ++++++++++++++++++++++++++++++------
chapter08/tcl.xml | 6 +--
chapter08/udev.xml | 4 ++
chapter08/util-linux.xml | 15 ++----
chapter08/vim.xml | 2 +
lfs-latest-git.php | 15 +++++-
packages.ent | 120 ++++++++++++++++++++++-----------------------
patches.ent | 10 ++--
21 files changed, 366 insertions(+), 155 deletions(-)
diff --cc chapter08/flex.xml
index ff7bbaad1,a7e7296fe..c0e0a40ab
--- a/chapter08/flex.xml
+++ b/chapter08/flex.xml
@@@ -51,15 -51,11 +51,15 @@@
This is not present, so we use an environment variable to skip this process.
Now, prepare Flex for compilation:</para> -->
+ &update-config-text;
+
+<screen><userinput remap="pre">tar -C build-aux &update-config-arg;</userinput></screen>
+
<para>Prepare Flex for compilation:</para>
- <screen><userinput remap="configure">./configure --prefix=/usr \
- --docdir=/usr/share/doc/flex-&flex-version; \
- --disable-static</userinput></screen>
+ <screen><userinput remap="configure">./configure --prefix=/usr \
+ --disable-static \
+ --docdir=/usr/share/doc/flex-&flex-version;</userinput></screen>
<para>Compile the package:</para>
diff --cc chapter08/python.xml
index d587259f0,566f47862..39c1b3299
--- a/chapter08/python.xml
+++ b/chapter08/python.xml
@@@ -89,16 -89,8 +89,15 @@@
limit and 1 SBU (measured when building Binutils pass 1 with one CPU
core) should be enough. Some tests are flaky, so the test suite will
automatically re-run failed tests. If a test failed but then passed
- when re-run, it should be considered as passed. One test, test_ssl,
- is known to fail in the chroot environment.</para>
+ when re-run, it should be considered as passed.</para>
+ <!-- https://github.com/python/cpython/pull/120227
+ The typical page size of LoongArch Linux is 16 KiB so this issu
+ can be triggered. -->
+ <para>One test named <literal>test.test_asyncio.test_sendfile</literal>
+ is known to fail depending on the version and configuration of the host
+ kernel.</para>
+
<para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page