Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 244625 - cmake-utils.eclass uses append-cppflags without inheriting flag-o-matic
Summary: cmake-utils.eclass uses append-cppflags without inheriting flag-o-matic
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
: 244815 244858 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-10-27 12:01 UTC by Alexis Ballier
Modified: 2008-10-29 10:00 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 Alexis Ballier gentoo-dev 2008-10-27 12:01:07 UTC
/var/tmp/portage/media-libs/musicbrainz-3.0.2/temp/environment: line 186: append-cppflags: command not found


cmake-utils_src_configure() {
    debug-print-function $FUNCNAME $*

    if ! has debug ${IUSE//+} || ! use debug ; then
        append-cppflags -DNDEBUG
    fi


I don't see any inheritance of the flag-o-matic eclass that provides this function in cmake-utils.eclass.
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2008-10-28 17:41:12 UTC
I added the inheritage for that eclass. So fixed.
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-10-28 19:47:34 UTC
*** Bug 244815 has been marked as a duplicate of this bug. ***
Comment 3 Tomáš Chvátal (RETIRED) gentoo-dev 2008-10-29 10:00:55 UTC
*** Bug 244858 has been marked as a duplicate of this bug. ***