Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 637726 - cmake-utils.eclass: eclassdoc problems
Summary: cmake-utils.eclass: eclassdoc problems
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-16 21:26 UTC by Michał Górny
Modified: 2022-07-02 21:27 UTC (History)
0 users

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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-11-16 21:26:18 UTC
cmake-utils.eclass:
   warning:31: BUILD_DIR: unable to extract default variable content: 
   warning:49: CMAKE_IN_SOURCE_BUILD: unable to extract default variable content: 
   warning:78: CMAKE_USE_DIR: unable to extract default variable content: 
   warning:89: CMAKE_WARN_UNUSED_CLI: unable to extract default variable content: 
   warning:95: CMAKE_EXTRA_CACHE_FILE: unable to extract default variable content: 
   warning:101: CMAKE_UTILS_QA_SRC_DIR_READONLY: unable to extract default variable content:
Comment 1 Michael Palimaka (kensington) gentoo-dev 2017-11-18 01:02:07 UTC
* BUILD_DIR can vary programmatically 
* CMAKE_IN_SOURCE_BUILD I'll add @DEFAULT_UNSET
* CMAKE_USE_DIR is set in a couple of functions, I'm not sure yet why not in global scope
* CMAKE_WARN_UNUSED_CLI varies based on EAPI
* CMAKE_EXTRA_CACHE_FILE I'll add @DEFAULT_UNSET
* CMAKE_UTILS_QA_SRC_DIR_READONLY I'll add @DEFAULT_UNSET
Comment 2 Larry the Git Cow gentoo-dev 2017-11-18 01:02:53 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=d5bb6f3460d55e83b90f7ebce0d331ee7442a249

commit d5bb6f3460d55e83b90f7ebce0d331ee7442a249
Author:     Michael Palimaka <kensington@gentoo.org>
AuthorDate: 2017-11-18 01:02:29 +0000
Commit:     Michael Palimaka <kensington@gentoo.org>
CommitDate: 2017-11-18 01:02:42 +0000

    cmake-utils.eclass: mark some eclass variables as unset by default
    
    Bug: https://bugs.gentoo.org/637726

 eclass/cmake-utils.eclass | 3 +++
 1 file changed, 3 insertions(+)}
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-11-18 07:20:12 UTC
You can look into the new variable classes in app-doc/eclass-manpages/files/*.awk. I'll look into merging kent's @DEFAULT today.
Comment 4 Andreas Sturmlechner gentoo-dev 2019-10-27 13:52:20 UTC
Is there anything left to do here?
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-10-27 13:54:26 UTC
cmake-utils.eclass:
   warning:32: BUILD_DIR: unable to extract default variable content: 
   warning:82: CMAKE_USE_DIR: unable to extract default variable content: 
   warning:93: CMAKE_WARN_UNUSED_CLI: unable to extract default variable content:
Comment 6 Larry the Git Cow gentoo-dev 2022-07-02 21:26:20 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba98eaac9c726d0fb7cbe3cd71029bf3fa7ea4e7

commit ba98eaac9c726d0fb7cbe3cd71029bf3fa7ea4e7
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-07-02 21:25:19 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-07-02 21:25:19 +0000

    cmake-utils.eclass: mark @DEAD for removal
    
    Removal on 2022-08-02.
    
    Bug: https://bugs.gentoo.org/637726
    Bug: https://bugs.gentoo.org/834110
    Signed-off-by: Sam James <sam@gentoo.org>

 eclass/cmake-utils.eclass | 1 +
 1 file changed, 1 insertion(+)