Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Oct 2023 16:46:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 274677] www/webkit2-gtk3: fix build with lld 17
Message-ID:  <bug-274677-6497-zF1BSpWNXv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-274677-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-274677-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-gnome (Nobody)
<gnome@FreeBSD.org> for maintainer-feedback:
Bug 274677: www/webkit2-gtk3: fix build with lld 17
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274677



--- Description ---
Building www/webkit2-gtk3 with lld 17 results in the following link
errors:

  ld: error: version script assignment of 'global' to symbol
'bmalloc::PerThreadStorage<bmalloc::PerHeapKind<bmalloc::Cache>
>::s_didInitialize' failed: symbol not defined
  ld: error: version script assignment of 'global' to symbol
'bmalloc::PerThreadStorage<bmalloc::PerHeapKind<bmalloc::Cache> >::s_key'
failed: symbol not defined
  ld: error: version script assignment of 'global' to symbol
'bmalloc::vmPageSize()::cached' failed: symbol not defined

The mentioned symbols are no longer external, and have been removed in
upstream commits:

https://github.com/WebKit/WebKit/commit/655e1bb394f423d6c15de98f5874ab18107=
6d01
6
https://github.com/WebKit/WebKit/commit/a1c80bec178456c109a62723ff937405cdb=
35b6
b

Since the former does not apply cleanly due to edits in the ChangeLog,
merge the functional changes in a single port patch file.



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