wrap_libcxxabi() { local mycmakeargs=( -DLIBCXXABI_LIBDIR_SUFFIX= -DLIBCXXABI_ENABLE_SHARED=OFF >>> -DLIBCXXABI_ENABLE_STATIC=ONF -DLIBCXXABI_USE_LLVM_UNWINDER=ON -DLIBCXXABI_INCLUDE_TESTS=OFF -DLIBCXXABI_LIBCXX_INCLUDES="${BUILD_DIR}"/libcxx/include/c++/v1 -DLIBCXXABI_LIBUNWIND_INCLUDES="${S}"/include ) ON is mispelled to ONF. Reproducible: Always Steps to Reproduce: 1. Look at the ebuild 2. Look under wrap-libcxx
Looks like the issue is also present under the older ebuilds, but under build_libcxx.
Thanks. Not that CMake cares but I'll replace all 'ONF's with 'OFF's.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a151031f07273dda25676aa774ad08bf16c5f88 commit 3a151031f07273dda25676aa774ad08bf16c5f88 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2021-10-03 06:51:15 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2021-10-03 06:51:18 +0000 sys-libs/llvm-libunwind: Fix "ONF" typo Closes: https://bugs.gentoo.org/815712 Signed-off-by: Michał Górny <mgorny@gentoo.org> sys-libs/llvm-libunwind/llvm-libunwind-10.0.1.ebuild | 2 +- sys-libs/llvm-libunwind/llvm-libunwind-11.1.0.ebuild | 2 +- sys-libs/llvm-libunwind/llvm-libunwind-12.0.1.ebuild | 2 +- sys-libs/llvm-libunwind/llvm-libunwind-13.0.0.9999.ebuild | 2 +- sys-libs/llvm-libunwind/llvm-libunwind-13.0.0.ebuild | 2 +- sys-libs/llvm-libunwind/llvm-libunwind-14.0.0.9999.ebuild | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-)