Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (856a5c82d5b10c910e72de5c467326ddb2e196f9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (856a5c82d5b10c910e72de5c467326ddb2e196f9)
  • Date: Tue, 23 Aug 2022 05:01:42 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

utils/installwatch/HISTORY | 3
+++
utils/installwatch/patches/0001-generalise-glibc-version-check.patch | 2
+-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 856a5c82d5b10c910e72de5c467326ddb2e196f9
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

utils/installwatch: adapted to build with glibc >= 2.34

diff --git a/utils/installwatch/HISTORY b/utils/installwatch/HISTORY
index cd70b7b..970cd45 100644
--- a/utils/installwatch/HISTORY
+++ b/utils/installwatch/HISTORY
@@ -1,3 +1,6 @@
+2022-08-23 Pavel Vinogradov <public AT sourcemage.org>
+ * patches/0001-generalise-glibc-version-check.patch: adapted for
glibc >= 2.34
+
2021-03-07 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS:++PATCHLEVEL
* patches/0002-glibc-2.13.patch: deleted
diff --git
a/utils/installwatch/patches/0001-generalise-glibc-version-check.patch
b/utils/installwatch/patches/0001-generalise-glibc-version-check.patch
index 862e766..2ae772d 100644
--- a/utils/installwatch/patches/0001-generalise-glibc-version-check.patch
+++ b/utils/installwatch/patches/0001-generalise-glibc-version-check.patch
@@ -74,7 +74,7 @@ index f7adf4d..336e242 100755
- esac
+ echo 'Checking glibc subversion... '
+
-+ tmp=`ls /lib | grep libc- |sed -e 's/.so//' | cut -d- -f2`
++ tmp=`/lib/libc.so.6 --version | head -1 | grep -oP '(?<=version )[^
]*[0-9]'`
+
+ echo 'glibc version: ' $tmp
+



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (856a5c82d5b10c910e72de5c467326ddb2e196f9), Pavel Vinogradov, 08/23/2022

Archive powered by MHonArc 2.6.24.

Top of Page