Date: Tue, 25 Jun 2024 06:16:46 +0000 From: bugzilla-noreply@freebsd.org To: tcltk@FreeBSD.org Subject: [Bug 279968] devel/tclxml: Fails to build with libxml2 2.13.1 and libxslt 1.1.41 Message-ID: <bug-279968-30738-OU4vYjgqlS@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-279968-30738@https.bugs.freebsd.org/bugzilla/> References: <bug-279968-30738@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=279968 Pietro Cerutti <gahr@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gahr@FreeBSD.org --- Comment #1 from Pietro Cerutti <gahr@FreeBSD.org> --- Hi - thanks for the report. I don't have libxml2 2.13.1 and libxslt 1.1.41, but I think I have a patch. Can you please try this? --- docObj.c.orig 2024-06-25 06:16:01 UTC +++ docObj.c @@ -1854,7 +1854,7 @@ TclXML_libxml2_ErrorHandler (ctx, error) void TclXML_libxml2_ErrorHandler (ctx, error) void *ctx; /* ignore - depends on context */ - xmlErrorPtr error; + const xmlErrorPtr error; { ThreadSpecificData *tsdPtr = Tcl_GetThreadData(&dataKey, sizeof(ThreadSpecificData)); Tcl_Obj *objPtr; -- 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-279968-30738-OU4vYjgqlS>
