Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Nov 2023 20:36:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 273753] [exp-run] Against llvm-17-update branch on GitHub
Message-ID:  <bug-273753-7788-tZFoYPJgPS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273753-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-273753-7788@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=3D273753

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

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3Daef056cf0fe1852a7b708d090310a6e=
b4853b269

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(-)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273753-7788-tZFoYPJgPS>