Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Dec 2023 14:44:35 +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-im25q532yz@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 #88 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D37790b26cbda11cd4bb6f237b86cd94=
739c4059c

commit 37790b26cbda11cd4bb6f237b86cd94739c4059c
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2023-12-03 14:35:33 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2023-12-03 14:40:25 +0000

    x11/virtualgl: fix build with lld 17

    Building x11/virtualgl with lld 17 results in the following link errors:

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

    Since the same linker version script is used for all "libvglfaker"
    library variants, where only one of the implements the clCreateContext
    symbol, suppress errors with lld >=3D 17 due to this undefined symbol.

    PR:             273753
    MFH:            2023Q4

 x11/virtualgl/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

--=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-im25q532yz>