Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Dec 2022 23:13:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 263456] [exp-run] update LLVM_DEFAULT to 15
Message-ID:  <bug-263456-7141-rhC4hNTLhO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263456-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-263456-7141@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=3D263456

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

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3Dc49f3491b8e2ca2bbe2fd32f6ccfb08=
18a0ab9d6

commit c49f3491b8e2ca2bbe2fd32f6ccfb0818a0ab9d6
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2022-12-17 21:16:33 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-12-17 23:10:33 +0000

    databases/xtrabackup: fix llvm version at 10 explicitely

    In the previous commit [1] in 2021, clang was locked at 10:
        Compilation of the embedded mysql server fail with clang 11, use cl=
ang
10 as
        workaround (same as databases/mysql57-server do).

    As LLVM_DEFAULT will now be higher than 10, explicitely depend on 10.

    Note:
            USES=3Dllvm:max=3D10
    would be the preferable solution for this usecase, however, llvm.mk
    cannot be used after bsd.options.mk at the moment.

    [1] 106d01226d33ce7f76ca480bb9d9598a3b711b60

    PR:             263456

 databases/xtrabackup/Makefile | 7 ++++---
 1 file changed, 4 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-263456-7141-rhC4hNTLhO>