Date: Tue, 07 Feb 2023 15:39:18 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 269388] www/webkit2-gtk4: build fails on 12.x/i386 after update to 2.38.3 Message-ID: <bug-269388-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269388 Bug ID: 269388 Summary: www/webkit2-gtk4: build fails on 12.x/i386 after update to 2.38.3 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: gnome@FreeBSD.org Reporter: jcfyecrayz@liamekaens.com Assignee: gnome@FreeBSD.org Flags: maintainer-feedback?(gnome@FreeBSD.org) When you build www/webkit2-gtk4 on 12.x/i386, it fails with: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D . . /usr/ports/www/webkit2-gtk4/work/webkitgtk-2.38.3/Source/JavaScriptCore/API= /glib/JSCOptions.cpp:87:13: error: redefinition of 'valueFromGValue' static bool valueFromGValue(const GValue* gValue, size_t& value) ^ /usr/ports/www/webkit2-gtk4/work/webkitgtk-2.38.3/Source/JavaScriptCore/API= /glib/JSCOptions.cpp:76:13: note: previous definition is here static bool valueFromGValue(const GValue* gValue, unsigned& value) ^ /usr/ports/www/webkit2-gtk4/work/webkitgtk-2.38.3/Source/JavaScriptCore/API= /glib/JSCOptions.cpp:93:13: error: redefinition of 'valueToGValue' static void valueToGValue(size_t value, GValue* gValue) ^ /usr/ports/www/webkit2-gtk4/work/webkitgtk-2.38.3/Source/JavaScriptCore/API= /glib/JSCOptions.cpp:82:13: note: previous definition is here static void valueToGValue(unsigned value, GValue* gValue) ^ /usr/ports/www/webkit2-gtk4/work/webkitgtk-2.38.3/Source/JavaScriptCore/API= /glib/JSCOptions.cpp:562:22: error: redefinition of 'jscOptionsType' static JSCOptionType jscOptionsType(size_t) ^ /usr/ports/www/webkit2-gtk4/work/webkitgtk-2.38.3/Source/JavaScriptCore/API= /glib/JSCOptions.cpp:557:22: note: previous definition is here static JSCOptionType jscOptionsType(unsigned) ^ 2 warnings and 3 errors generated. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --=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-269388-7788>