| 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/mips64el
in repository lfs.
commit 0b5277b743e8f48adae5f79a90cd1ee1959c2b4d
Merge: f82d9bb41 675ec7ff7
Author: Xi Ruoyao <[email protected]>
AuthorDate: Mon Aug 11 10:47:27 2025 +0800
Merge remote-tracking branch 'origin/trunk' into xry111/mips64el
chapter01/changelog.xml | 199 +++++++++++++++++++++++++++++++++++++++-
chapter01/whatsnew.xml | 22 ++---
chapter03/patches.xml | 7 +-
chapter05/binutils-pass1.xml | 10 ++
chapter06/bash.xml | 4 +-
chapter06/gcc-pass2.xml | 4 -
chapter06/ncurses.xml | 25 ++---
chapter07/cleanup.xml | 4 +-
chapter07/python.xml | 14 ++-
chapter08/bc.xml | 2 +-
chapter08/coreutils.xml | 2 +-
chapter08/e2fsprogs.xml | 2 +-
chapter08/gcc.xml | 14 +--
chapter08/gmp.xml | 2 +-
chapter08/inetutils.xml | 16 ++--
chapter08/libpipeline.xml | 5 +-
chapter08/ncurses.xml | 2 +-
chapter08/perl.xml | 4 +-
chapter08/python.xml | 12 ---
chapter08/stripping.xml | 2 +-
chapter08/texinfo.xml | 5 +
chapter08/util-linux.xml | 4 +-
chapter09/networkd.xml | 15 +++
chapter10/kernel/kernel.version | 2 +-
chapter10/kernel/x2apic.xml | 13 +++
packages.ent | 152 +++++++++++++++---------------
patches.ent | 7 +-
prologue/typography.xml | 5 +-
stylesheets/lfs-xsl/lfs.css | 4 +
29 files changed, 390 insertions(+), 169 deletions(-)
diff --cc chapter08/gcc.xml
index 80368a31a,da439145d..0f65e2389
--- a/chapter08/gcc.xml
+++ b/chapter08/gcc.xml
@@@ -168,21 -170,9 +168,17 @@@ su tester -c "PATH=$PATH make -k check"
url="&test-results;"/> and
<ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para>
+ <para>Hundreds of gcc and g++ tests can fail on MIPS systems, as MIPS
+ is not a primary platform of GCC and many MIPS tests are not written
+ with <option>--enable-default-pie</option> or
+ <option>--enable-default-ssp</option> in mind.</para>
+
+ <para>In libstdc++ tests, the test named
+ <filename>abi_check</filename> is known to fail.</para>
+
- <!-- https://github.com/google/sanitizers/issues/1716
- Affecting any host distro with a large vm.mmap_rnd_bits.
- The fix is https://github.com/llvm/llvm-project/commit/0784b1eefa36
- but it's not in GCC 14. TODO retry with
- sudo sysctl vm.mmap_rnd_bits=32
- on the host distro when we update to GCC 15. -->
- <para>The tsan tests are known to fail on some host distros.</para>
+ <!-- https://gcc.gnu.org/PR118885 -->
+ <para>The tests related to <filename>pr90579.c</filename> are known
+ to fail.</para>
<para>A few unexpected failures cannot always be avoided. In some cases
test failures depend on the specific hardware of the system.<!--The GCC developers
diff --cc chapter08/perl.xml
index 0721cbe8f,fb07aea21..acaeeeae8
--- a/chapter08/perl.xml
+++ b/chapter08/perl.xml
@@@ -44,11 -44,7 +44,11 @@@
<para>First, apply a security patch identified upstream:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&perl-upstream-fix-patch;</userinput></screen>
-
+ -->
+ <para>Workaround an building issue on MIPS:</para>
+
+<screen><userinput remap="pre">sed 's@/bin/mips@/bin/false@g' -i Configure</userinput></screen>
+
<para>This version of Perl builds the Compress::Raw::Zlib and
Compress::Raw::BZip2 modules. By
default Perl will use an internal copy of the sources for the build.
--
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