Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 815712 - sys-libs/llvm-libunwind ebuild has a typo in the CMAKE options.
Summary: sys-libs/llvm-libunwind ebuild has a typo in the CMAKE options.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: LLVM support project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2021-10-02 04:38 UTC by unhappy-ending
Modified: 2021-10-03 06:52 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description unhappy-ending 2021-10-02 04:38:57 UTC
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
Comment 1 unhappy-ending 2021-10-02 04:40:28 UTC
Looks like the issue is also present under the older ebuilds, but under build_libcxx.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2021-10-03 06:51:52 UTC
Thanks.  Not that CMake cares but I'll replace all 'ONF's with 'OFF's.
Comment 3 Larry the Git Cow gentoo-dev 2021-10-03 06:52:08 UTC
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(-)