[Bug 273753] [exp-run] Against llvm-17-update branch on GitHub

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 19 Nov 2023 20:36:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273753

--- Comment #77 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

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

commit aef056cf0fe1852a7b708d090310a6eb4853b269
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2023-11-19 20:35:30 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2023-11-19 20:36:08 +0000

    databases/rubygem-pg_query: fix build with lld 17

    Building databases/rubygem-pg_query with lld 17 results in the following
    link error:

      ld: error: version script assignment of 'global' to symbol
'_Init_pg_query' failed: symbol not defined

    The mentioned symbol has been removed from pg_query.so, so remove it
    from the linker version script.

    PR:             273753
    MFH:            2023Q4

 .../rubygem-pg_query/files/patch-ext_pg__query_pg__query__ruby.sym  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.