FreeBSD Bugzilla – Attachment 238130 Details for
Bug 266189
cad/cvc: Fails to build with GCC 12: error: invalid use of incomplete type 'struct std::array<unsigned int, 5>'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Set USE_GCC=11
0001-cad-cvc-Set-USE_GCC-11.patch (text/plain), 1.03 KB, created by
Lorenzo Salvadore
on 2022-11-16 21:57:29 UTC
(
hide
)
Description:
Set USE_GCC=11
Filename:
MIME Type:
Creator:
Lorenzo Salvadore
Created:
2022-11-16 21:57:29 UTC
Size:
1.03 KB
patch
obsolete
>From 4eba9e292c9514d957a68c70202e95823149e13f Mon Sep 17 00:00:00 2001 >From: Lorenzo Salvadore <salvadore@FreeBSD.org> >Date: Wed, 16 Nov 2022 22:51:36 +0100 >Subject: [PATCH] cad/cvc: Set USE_GCC=11 > >The build fails with GCC 12, which is soon to become GCC_DEFAULT. > >PR: 266189 >Reported by: exp-run (antoine) >--- > cad/cvc/Makefile | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/cad/cvc/Makefile b/cad/cvc/Makefile >index ca008568ec0f..5486a92a2ee3 100644 >--- a/cad/cvc/Makefile >+++ b/cad/cvc/Makefile >@@ -14,7 +14,8 @@ BUILD_DEPENDS= pyinstaller:devel/py-pyinstaller@${PY_FLAVOR} \ > bash:shells/bash > > USES= autoreconf bison gettext-runtime gettext-tools gmake python readline shebangfix >-USE_GCC= yes # clang fails, see https://github.com/d-m-bailey/cvc/issues/239 >+USE_GCC= 11 # clang fails, see https://github.com/d-m-bailey/cvc/issues/239 >+ # GCC 12 fails, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266189 > > SHEBANG_FILES= scripts/calibre_cvc scripts/clean_cvc_log scripts/expand_cells.py > >-- >2.38.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 266189
:
238130
Working