12.3-p4 amd64. ===> Configuring for vte3-0.66.2 The Meson build system Version: 0.61.2 Source dir: /tmp/work/usr/ports/x11-toolkits/vte3/work/vte-0.66.2 Build dir: /tmp/work/usr/ports/x11-toolkits/vte3/work/vte-0.66.2/_build Build type: native build Project name: vte Project version: 0.66.2 C compiler for the host machine: cc (clang 10.0.1 "FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2)") C linker for the host machine: cc ld.lld 10.0.1 C++ compiler for the host machine: c++ (clang 10.0.1 "FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2)") C++ linker for the host machine: c++ ld.lld 10.0.1 Host machine cpu family: x86_64 Host machine cpu: x86_64 Compiler for C supports arguments -std=gnu11: YES meson.build:137: WARNING: Consider using the built-in option for language standard version instead of using "-std=gnu11". Compiler for C++ supports arguments -std=gnu++20: YES meson.build:145: WARNING: Consider using the built-in option for language standard version instead of using "-std=gnu++20". meson.build:159:2: ERROR: Assert failed: needs clang++ >= 11.0 for gnu++20 support A full log can be found at /tmp/work/usr/ports/x11-toolkits/vte3/work/vte-0.66.2/_build/meson-logs/meson-log.txt
I fixed it in this commit: https://cgit.freebsd.org/ports/commit/?id=e864e9b815f240b77fa8e1a71124222de0c7b725 If you still have issues, feel free to reopen.
> LLVM_VERSION= 11 This doesn't work. Trying make patch.
Created attachment 232663 [details] unbreak 12.3 with llvm < 11 Tested on 12.3 amd64 and with LLVM_DEFAULT=13.
Open.
Thanks for the patch! It's committed! I have been busy with updating GNOME to 42, so sorry for breaking vte3.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b4173875e5eff5fa5aa35f93e4af82f2695947a4 commit b4173875e5eff5fa5aa35f93e4af82f2695947a4 Author: VVD <vvd@unislabs.com> AuthorDate: 2022-03-23 19:06:13 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2022-03-23 19:06:13 +0000 x11-toolkits/vte3: Unbreak 12.3 with LLVM < 11 PR: 262736 x11-toolkits/vte3/Makefile | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-)
Created attachment 232665 [details] unbreak 12.3 with llvm < 11 (v2) Corrected __FreeBSD_version from https://docs.freebsd.org/en/books/porters-handbook/book/#versions