| Newsgroups |
gmane.linux.lfs.book |
| Message-ID |
<178682486918.2255431.118157695775511917@rivendell.linuxfromscratch.org> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch trunk
in repository lfs.
The following commit(s) were added to refs/heads/trunk by this push:
new a678738cb glibc: Switch from upstream_fix to fixes.
a678738cb is described below
commit a678738cb206cc883343402c6670c0068ba43986
Author: zeckma-tech <[email protected]>
AuthorDate: Sat Aug 15 14:11:12 2026 -0600
glibc: Switch from upstream_fix to fixes.
In addition to fixing the tanh issue, it also fixes some issues that
prop up when building and installing glibc using multiple make jobs.
This causes some sed commands to fail to run during installation but
is non-lethal to the make status, while it causes m32 to fail outright
during the build. The only around both issues is to use -j1. For trunk,
-j1 should be used in the install command. for m32/MLFS, -j1 should also
be used for the actual make command.
---
chapter03/patches.xml | 2 +-
chapter05/glibc.xml | 7 +++++++
chapter08/glibc.xml | 8 ++++----
patches.ent | 6 +++---
4 files changed, 15 insertions(+), 8 deletions(-)
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index f4c591916..0977d259b 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -78,7 +78,7 @@
-->
<varlistentry>
- <term>Glibc Upstream Fix Patch - <token>&glibc-upstream-patch-size;</token>:</term>
+ <term>Glibc Upstream Fixes Patch - <token>&glibc-upstream-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&glibc-upstream-patch;"/></para>
<para>MD5 sum: <literal>&glibc-upstream-patch-md5;</literal></para>
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index 65456bdc7..57d0b496b 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -71,6 +71,13 @@ esac</userinput></screen>
runtime data in the FHS-compliant locations:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-patch;</userinput></screen>
+
+ <para>Fix an issue causing the <ulink role='man'
+ url='&man;tanh.3'>tanh(3)</ulink> function to crash
+ on some old x86_64 processors, and to fix installing with multiple
+ <command>make</command> jobs:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen>
<!--
<para>Now fix glibc to build against Linux 7:</para>
diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml
index 12cc7a6e0..59421dcbb 100644
--- a/chapter08/glibc.xml
+++ b/chapter08/glibc.xml
@@ -50,10 +50,10 @@
<screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-patch;</userinput></screen>
- <para>Now fix an issue causing the
- <ulink role='man' url='&man;tanh.3'>tanh(3)</ulink> function to crash
- on some old x86_64 processors. Newer x86_64 processors and 32-bit x86
- processors are not affected but the patch makes no harm either:</para>
+ <para>Fix an issue causing the <ulink role='man'
+ url='&man;tanh.3'>tanh(3)</ulink> function to crash
+ on some old x86_64 processors, and to fix installing with multiple
+ <command>make</command> jobs:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen>
diff --git a/patches.ent b/patches.ent
index c9e9472ec..df119f54d 100644
--- a/patches.ent
+++ b/patches.ent
@@ -27,9 +27,9 @@
<!ENTITY glibc-fhs-patch-md5 "9a5997c3452909b1769918c759eff8a2">
<!ENTITY glibc-fhs-patch-size "2.8 KB">
-<!ENTITY glibc-upstream-patch "glibc-&glibc-version;-upstream_fix-1.patch">
-<!ENTITY glibc-upstream-patch-md5 "5d589fb5bf76f3efaa19dcd12d4484a4">
-<!ENTITY glibc-upstream-patch-size "3.3 KB">
+<!ENTITY glibc-upstream-patch "glibc-&glibc-version;-upstream_fixes-1.patch">
+<!ENTITY glibc-upstream-patch-md5 "990574184b25aa3029a2444e81865098">
+<!ENTITY glibc-upstream-patch-size "172 KB">
<!ENTITY kbd-backspace-patch "kbd-&kbd-version;-backspace-1.patch">
<!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895">
--
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