Date: Fri, 04 Oct 2024 20:36:31 +0000 From: bugzilla-noreply@freebsd.org To: desktop@FreeBSD.org Subject: [Bug 281083] devel/glib20 and devel/gobject-introspection: update to 2.82 and 1.82 Message-ID: <bug-281083-39348-pGJ3mhFCmN@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-281083-39348@https.bugs.freebsd.org/bugzilla/> References: <bug-281083-39348@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=3D281083 --- Comment #15 from Charlie Li <vishwin@freebsd.org> --- (In reply to Jan Beich from comment #14) That bit wasn't sustainable and it is now biting us big time. Consumers rea= lly need that GLib introspection data that gobject-introspection removed since 1.79, but is only available when -Dintrospection=3Denabled is passed to glib since 2.79. Noticed especially when devel/libgusb failed to build because t= hose files became missing from devel/gobject-introspection. Further, this also blocks setuptools from being updated. introspection uses distutils primitives. Only a problem when setuptools is present in the environment, especially under Python 3.12+ (distutils no longer part of the base distribution), as setuptools 74+'s copy of distutils removed legacy ms= vc compiler modules that introspection referenced until 1.81.2. You can call this scope creep or whatever you want, but the reality is that= the changes happening in glib are not trivial. --=20 You are receiving this mail because: You are on the CC list for the bug. 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-281083-39348-pGJ3mhFCmN>