From 0cffe669e3c3f960f8a0fcc2a1593bec82d2755d Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Sun, 29 Jul 2018 08:27:12 +0000 Subject: Sun Jul 29 08:27:12 UTC 2018 a/kernel-generic-4.14.59-x86_64-1.txz: Upgraded. a/kernel-huge-4.14.59-x86_64-1.txz: Upgraded. a/kernel-modules-4.14.59-x86_64-1.txz: Upgraded. d/kernel-headers-4.14.59-x86-1.txz: Upgraded. k/kernel-source-4.14.59-noarch-1.txz: Upgraded. x/mesa-18.1.5-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt. --- source/l/FTBFSlog | 4 ++++ source/l/glibc/glibc.SlackBuild | 8 ++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'source/l') diff --git a/source/l/FTBFSlog b/source/l/FTBFSlog index df231446..54f3a273 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 acaadbea..4bb09e63 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 -- cgit v1.2.3