Bug 259140

Summary: graphics/mesa-libs: passes invalid Meson option: -Dgallium-clover=disabled
Product: Ports & Packages Reporter: Jan Beich <jbeich>
Component: Individual Port(s)Assignee: freebsd-x11 (Nobody) <x11>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 259080    

Description Jan Beich freebsd_committer freebsd_triage 2021-10-13 15:17:05 UTC
During Meson 0.60.0 exp-run this port failed to build due to https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c . According to "git log -p meson_options.txt" such an option has never existed.

  meson.build:21:0: ERROR: Unknown options: "gallium-clover"

http://www.ipv6proxy.net/go.php?u=http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-10-12_18h01m25s/logs/errors/mesa-libs-21.1.5_2.log
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-10-13 15:44:25 UTC
A commit in branch main references this bug:

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

commit cacd1d00442ac5c73ce9e4d76dda7ee18207a35c
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-10-13 15:42:29 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2021-10-13 15:42:29 +0000

    graphics/mesa-dri: Remove meson option gallium-clover

    It doesn't exists and cause error with meson >= 0.60

    PR:        259140

 graphics/mesa-libs/Makefile | 1 -
 1 file changed, 1 deletion(-)
Comment 2 Jan Beich freebsd_committer freebsd_triage 2021-10-13 16:00:38 UTC
I confirm, builds fine with Meson 0.60.0rc1 now.
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-10-17 13:29:25 UTC
A commit in branch 2021Q4 references this bug:

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

commit b5aaacbe1f06242a86fd9934cc9baa93d35f9127
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-10-13 15:42:29 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2021-10-17 13:28:02 +0000

    graphics/mesa-dri: Remove meson option gallium-clover

    It doesn't exists and cause error with meson >= 0.60

    PR:        259140
    (cherry picked from commit cacd1d00442ac5c73ce9e4d76dda7ee18207a35c)

 graphics/mesa-libs/Makefile | 1 -
 1 file changed, 1 deletion(-)