Bug 270405 - devel/gobject-introspection: update to 1.76.0
Summary: devel/gobject-introspection: update to 1.76.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-desktop (Team)
URL: https://gitlab.gnome.org/GNOME/gobjec...
Keywords:
Depends on: 270087
Blocks:
  Show dependency treegraph
 
Reported: 2023-03-22 16:02 UTC by Jan Beich
Modified: 2023-03-26 19:20 UTC (History)
2 users (show)

See Also:
antoine: exp-run+


Attachments
v1 (apply via "git am") (1.48 KB, patch)
2023-03-22 16:02 UTC, Jan Beich
no flags Details | Diff
v2 (apply via "git am") (1.48 KB, patch)
2023-03-25 17:38 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2023-03-22 16:02:46 UTC
Created attachment 241053 [details]
v1 (apply via "git am")
Comment 2 cebulon 2023-03-25 12:24:50 UTC
mutter-43.4 with gobject-introspection-1.76.2 is building fine.
Comment 3 Jan Beich freebsd_committer freebsd_triage 2023-03-25 17:38:19 UTC
Created attachment 241107 [details]
v2 (apply via "git am")

Fixes x11-wm/mutter and x11-wm/muffin, so the exp-run can be restarted.

See also https://gitlab.gnome.org/GNOME/mutter/-/issues/2625
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-03-25 18:06:38 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0f68f84b0d50370286487d7b75889d4168d67fd2

commit 0f68f84b0d50370286487d7b75889d4168d67fd2
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-25 17:44:58 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-25 18:05:38 +0000

    devel/hs-ghcprofview: unbreak with gobject-introspection 1.76

    GI/GLib/Functions.hs:5085:34: error:
        • Couldn't match type ‘Char’ with ‘CInt’
          Expected: Ptr CInt
            Actual: Ptr Char
        • In the first argument of ‘g_unicode_canonical_ordering’, namely
            ‘string'’
          In a stmt of a 'do' block: g_unicode_canonical_ordering string' len
          In the second argument of ‘($)’, namely
            ‘do let len = fromIntegral $ length string
                string' <- packStorableArray string
                g_unicode_canonical_ordering string' len
                freeMem string'
                ....’
         |
    5085 |     g_unicode_canonical_ordering string' len
         |                                  ^^^^^^^

    PR:             270405
    Reported by:    antoine (via exp-run)

 devel/hs-ghcprofview/Makefile | 4 ++--
 devel/hs-ghcprofview/distinfo | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 5 Antoine Brodin freebsd_committer freebsd_triage 2023-03-26 19:15:55 UTC
Exp-run looks fine
Comment 6 commit-hook freebsd_committer freebsd_triage 2023-03-26 19:20:10 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=551be5f80b60d2da39b15c48caed00820f207e94

commit 551be5f80b60d2da39b15c48caed00820f207e94
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-13 23:47:03 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-26 19:18:52 +0000

    devel/gobject-introspection: update to 1.76.1

    Changes:        https://gitlab.gnome.org/GNOME/gobject-introspection/-/blob/1.76.1/NEWS
    Reported by:    Repology
    PR:             270405
    Exp-run by:     antoine

 devel/gobject-introspection/Makefile | 2 +-
 devel/gobject-introspection/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)