GNU bug report logs -
#61119
[PATCH core-updates 0/1] gnu: p7zip: Fix build with GCC 11.
Previous Next
Reported by: Simon South <simon <at> simonsouth.net>
Date: Sat, 28 Jan 2023 12:58:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On core-updates, p7zip is failing to build with error messages like
../../../../CPP/7zip/Archive/Wim/WimHandler.cpp:308:11: error: use of an
operand of type ‘bool’ in ‘operator++’ is forbidden in C++17
308 | numMethods++;
| ^~~~~~~~~~
This follows from the move to GCC 11 and its use by default of the GNU dialect
of the C++17 standard for interpreting C++ code. (Note p7zip is essentially
abandoned and its code is aging.)
The patch to follow causes GCC to use the GNU dialect of the C++14 standard
instead, as GCC 10 did by default, reducing the error messages to warnings and
allowing the build to complete.
I've tested this on x86-64 and AArch64 and everything seems fine.
--
Simon South
simon <at> simonsouth.net
Simon South (1):
gnu: p7zip: Fix build with GCC 11.
gnu/local.mk | 1 +
gnu/packages/compression.scm | 1 +
.../patches/p7zip-fix-build-with-gcc-11.patch | 49 +++++++++++++++++++
3 files changed, 51 insertions(+)
create mode 100644 gnu/packages/patches/p7zip-fix-build-with-gcc-11.patch
base-commit: 770d379d7b60590bfdcb749287cb6713dee093ce
prerequisite-patch-id: 418e6f2f834e0f77d4da64e48bf654d610fbfe80
--
2.39.1
This bug report was last modified 2 years and 79 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.