summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/k/kernel-configs/config-generic-4.14.59 (renamed from source/k/kernel-configs/config-generic-4.14.58)2
-rw-r--r--source/k/kernel-configs/config-generic-4.14.59.x64 (renamed from source/k/kernel-configs/config-generic-4.14.58.x64)2
-rw-r--r--source/k/kernel-configs/config-generic-smp-4.14.59-smp (renamed from source/k/kernel-configs/config-generic-smp-4.14.58-smp)2
-rw-r--r--source/k/kernel-configs/config-huge-4.14.59 (renamed from source/k/kernel-configs/config-huge-4.14.58)2
-rw-r--r--source/k/kernel-configs/config-huge-4.14.59.x64 (renamed from source/k/kernel-configs/config-huge-4.14.58.x64)2
-rw-r--r--source/k/kernel-configs/config-huge-smp-4.14.59-smp (renamed from source/k/kernel-configs/config-huge-smp-4.14.58-smp)2
-rw-r--r--source/l/FTBFSlog4
-rwxr-xr-xsource/l/glibc/glibc.SlackBuild8
8 files changed, 16 insertions, 8 deletions
diff --git a/source/k/kernel-configs/config-generic-4.14.58 b/source/k/kernel-configs/config-generic-4.14.59
index ce7d3cd7f..726ffb00a 100644
--- a/source/k/kernel-configs/config-generic-4.14.58
+++ b/source/k/kernel-configs/config-generic-4.14.59
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.14.58 Kernel Configuration
+# Linux/x86 4.14.59 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
diff --git a/source/k/kernel-configs/config-generic-4.14.58.x64 b/source/k/kernel-configs/config-generic-4.14.59.x64
index 4b30e1826..900128f7c 100644
--- a/source/k/kernel-configs/config-generic-4.14.58.x64
+++ b/source/k/kernel-configs/config-generic-4.14.59.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.14.58 Kernel Configuration
+# Linux/x86 4.14.59 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
diff --git a/source/k/kernel-configs/config-generic-smp-4.14.58-smp b/source/k/kernel-configs/config-generic-smp-4.14.59-smp
index 567e690ee..e1828be15 100644
--- a/source/k/kernel-configs/config-generic-smp-4.14.58-smp
+++ b/source/k/kernel-configs/config-generic-smp-4.14.59-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.14.58 Kernel Configuration
+# Linux/x86 4.14.59 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
diff --git a/source/k/kernel-configs/config-huge-4.14.58 b/source/k/kernel-configs/config-huge-4.14.59
index daf7ed3a7..2ac777aca 100644
--- a/source/k/kernel-configs/config-huge-4.14.58
+++ b/source/k/kernel-configs/config-huge-4.14.59
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.14.58 Kernel Configuration
+# Linux/x86 4.14.59 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
diff --git a/source/k/kernel-configs/config-huge-4.14.58.x64 b/source/k/kernel-configs/config-huge-4.14.59.x64
index ae85364df..329acab94 100644
--- a/source/k/kernel-configs/config-huge-4.14.58.x64
+++ b/source/k/kernel-configs/config-huge-4.14.59.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.14.58 Kernel Configuration
+# Linux/x86 4.14.59 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
diff --git a/source/k/kernel-configs/config-huge-smp-4.14.58-smp b/source/k/kernel-configs/config-huge-smp-4.14.59-smp
index 349ea8add..614cfc834 100644
--- a/source/k/kernel-configs/config-huge-smp-4.14.58-smp
+++ b/source/k/kernel-configs/config-huge-smp-4.14.59-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.14.58 Kernel Configuration
+# Linux/x86 4.14.59 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
diff --git a/source/l/FTBFSlog b/source/l/FTBFSlog
index df2314463..54f3a2739 100644
--- a/source/l/FTBFSlog
+++ b/source/l/FTBFSlog
@@ -1,3 +1,7 @@
+Sat Jul 28 16:30:36 UTC 2018
+ glibc: updated gcc version number to 8.2.0 so that --disable-werror is used.
+ Thanks to ponce and nobodino.
++--------------------------+
Thu Jun 28 17:35:27 UTC 2018
glibc: removed patch for libc.texinfo since the bug is fixed properly in
the texinfo package now.
diff --git a/source/l/glibc/glibc.SlackBuild b/source/l/glibc/glibc.SlackBuild
index acaadbeae..4bb09e632 100755
--- a/source/l/glibc/glibc.SlackBuild
+++ b/source/l/glibc/glibc.SlackBuild
@@ -54,8 +54,12 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
exit 0
fi
-# Work around -Werror failure with gcc8:
-if gcc --version | grep -wq 8.1.1 ; then
+# Work around -Werror failure with gcc-8.2.0.
+# NOTE: Until the next glibc release takes care of this issue, this will
+# likely need to be updated with every new gcc release's version. Yes, we
+# could pass --disable-werror by default, but I'd rather not just shove a
+# stick in it like that.
+if [ "$(gcc -dumpversion)" = "8.2.0" ]; then
if [ "$VERSION" = "2.27" ]; then
WERROR="--disable-werror"
fi