GNU bug report logs -
#73793
[PATCH] gnu: gcc-9: Fix name conflict for newer glibc versions
Previous Next
Reported by: Rutherther <rutherther <at> ditigal.xyz>
Date: Sun, 13 Oct 2024 15:24:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #17 received at 73793 <at> debbugs.gnu.org (full text, mbox):
Since newer glibc version there is a conflict in names
between kernel module and glibc module.
This uses a patch that was used upstream in llvm to bypass it.
Without this, the build fails with a redefinition error.
* gnu/packages/gcc.scm: Add gcc-7-libsanitizer-fsconfig-command.patch.
Change-Id: Ibb8446b7bba52f72d82fcf69804cae09215daeed
---
gnu/packages/gcc.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index c6c7730ad1..c9e475b676 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -705,7 +705,8 @@ (define-public gcc-9
(sha256
(base32
"13ygjmd938m0wmy946pxdhz9i1wq7z4w10l6pvidak0xxxj9yxi7"))
- (patches (search-patches "gcc-13.2.0-libstdc++-docbook-xsl-uri.patch"
+ (patches (search-patches "gcc-7-libsanitizer-fsconfig-command.patch"
+ "gcc-13.2.0-libstdc++-docbook-xsl-uri.patch"
"gcc-13.2.0-libstdc++-info-install-fix.patch"
"gcc-9-strmov-store-file-names.patch"
"gcc-9-asan-fix-limits-include.patch"
base-commit: 8f0d76152a4496960f4c2ec219839c5a48b0568e
--
2.46.0
This bug report was last modified 214 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.