Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 May 2023 18:40:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 271057] x11-toolkits/vte3: fix build with clang 16
Message-ID:  <bug-271057-6497-GF10W6gcjt@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271057-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-271057-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271057

--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D2b2883921ec71c5b8521ddd450054c8=
0d686ef55

commit 2b2883921ec71c5b8521ddd450054c80d686ef55
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2023-04-24 22:02:10 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2023-05-07 18:38:48 +0000

    x11-toolkits/vte3: fix build with clang 16

    Clang 16 has a new error about integer values being outside the valid
    range for enum types, which shows up when building x11-toolkits/vte3:

      ../src/vtepty.cc:577:16: error: integer value 234881535 is outside the
valid range of values [0, 4095] for this enumeration type
[-Wenum-constexpr-conversion]
              return GSpawnFlags(G_SPAWN_LEAVE_DESCRIPTORS_OPEN |
                     ^

    Upstream already noticed this, and committed
    https://gitlab.gnome.org/GNOME/vte/-/commit/9b41cd101429 as a fix, so
    add this as an additional patch, until the next version is released.

    PR:             271057
    Approved by:    maintainer timeout (2 weeks)
    MFH:            2023Q2

 x11-toolkits/vte3/Makefile | 5 ++++-
 x11-toolkits/vte3/distinfo | 4 +++-
 2 files changed, 7 insertions(+), 2 deletions(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271057-6497-GF10W6gcjt>