mbox series

[bug#56817,core-updates,0/3] Fix builds with GCC-12.

Message ID cover.1659038193.git.code@greghogan.com
Headers show
Series Fix builds with GCC-12. | expand

Message

Greg Hogan July 28, 2022, 8:19 p.m. UTC
Patch set containing one package update and two source patches fixing
builds with gcc@12.

Have successfully built the packages both with gcc@12 and gcc@10.

Greg Hogan (3):
  gnu: swig: Fix build with GCC-12.
  gnu: doxygen: Fix build with GCC-12.
  gnu: vala: Update to 0.54.8.

 gnu/local.mk                                     |  2 ++
 gnu/packages/documentation.scm                   |  4 +++-
 gnu/packages/gnome.scm                           |  4 ++--
 .../patches/doxygen-support-gcc-12.patch         | 15 +++++++++++++++
 gnu/packages/patches/swig-support-gcc-12.patch   | 16 ++++++++++++++++
 gnu/packages/swig.scm                            |  4 +++-
 6 files changed, 41 insertions(+), 4 deletions(-)
 create mode 100644 gnu/packages/patches/doxygen-support-gcc-12.patch
 create mode 100644 gnu/packages/patches/swig-support-gcc-12.patch

Comments

Marius Bakke Sept. 1, 2022, 8:52 p.m. UTC | #1
Greg Hogan <code@greghogan.com> skriver:

> Patch set containing one package update and two source patches fixing
> builds with gcc@12.
>
> Have successfully built the packages both with gcc@12 and gcc@10.

Nice!

> Greg Hogan (3):
>   gnu: swig: Fix build with GCC-12.
>   gnu: doxygen: Fix build with GCC-12.

Applied these two patches.

>   gnu: vala: Update to 0.54.8.

...and dropped this, as it is obsolete since
5bbd742067015998fa4728926079f546e5023920.