Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Apr 2022 21:43:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 263538] multimedia/avidemux: Fails to build with GCC 11: error: ISO C++17 does not allow dynamic exception specifications
Message-ID:  <bug-263538-12827-XRtdFw6lHl@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263538-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-263538-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-multimedia
(Nobody) <multimedia@FreeBSD.org> for maintainer-feedback:
Bug 263538: multimedia/avidemux: Fails to build with GCC 11: error: ISO C++=
17
does not allow dynamic exception specifications
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263538



--- Description ---
Updating GCC_DEFAULT from GCC 10 to GCC 11 is blocked by the fact that buil=
ding
this port with GCC 11 gives errors like the following (full log in URL):

/wrkdirs/usr/ports/multimedia/avidemux/work/avidemux_2.7.6/avidemux_core/AD=
M_co
reUtils/src/Source/JSONDefs/GNU_C.h:58:28:
error: ISO C++17 does not allow dynamic exception specifications
   58 |     #define json_throws(x) throw(x)
      | 			   ^~~~~

Also, please check that USE_GCC is still needed and that the default clang
compier can't be used instead.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263538-12827-XRtdFw6lHl>