Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 637856 - qt5-build.eclass: eclassdoc problems
Summary: qt5-build.eclass: eclassdoc problems
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-16 21:46 UTC by Michał Górny
Modified: 2017-11-27 02:16 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:46:09 UTC
qt5-build.eclass:
   warning:103: QT5_BUILD_DIR: unable to extract default variable content: case ${QT5_BUILD_TYPE} in
Comment 1 Davide Pesavento (RETIRED) gentoo-dev 2017-11-16 21:57:00 UTC
so what's the problem? how do we silence the warning? eclass users need not be concerned about the default value of this variable.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-11-17 07:58:18 UTC
I'm going to look into merging my eclassdoc patches that provide a proper solution to that.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-11-17 17:17:55 UTC
Please try @OUTPUT_VARIABLE for it. I've committed the patches I had stacked but will need a minute before I switch my eclasses to them.
Comment 4 Larry the Git Cow gentoo-dev 2017-11-27 02:16:13 UTC
The bug has been closed via the following commit(s):

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

commit 494501bb6e0f3c3803bbc435344505e18b123790
Author:     Davide Pesavento <pesa@gentoo.org>
AuthorDate: 2017-11-27 02:15:18 +0000
Commit:     Davide Pesavento <pesa@gentoo.org>
CommitDate: 2017-11-27 02:15:18 +0000

    qt5-build.eclass: improve eclassdoc
    
    Closes: https://bugs.gentoo.org/637856

 eclass/qt5-build.eclass | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)