Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 304701 - gnome2.eclass pushs --with{,out}-gtk-doc but some packages (ekiga) don't use it
Summary: gnome2.eclass pushs --with{,out}-gtk-doc but some packages (ekiga) don't use it
Status: RESOLVED DUPLICATE of bug 262491
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gnome2.eclass
  Show dependency tree
 
Reported: 2010-02-12 09:26 UTC by Peter Volkov (RETIRED)
Modified: 2010-02-12 10:04 UTC (History)
1 user (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 Peter Volkov (RETIRED) gentoo-dev 2010-02-12 09:26:57 UTC
During ekiga-3.2.6 installation I've noticed following Notice:

 * QA Notice: Unrecognized configure options:
 * 
 *      configure: WARNING: unrecognized options: --disable-gtk-doc
 *      configure: WARNING: unrecognized options: --disable-gtk-doc

Actually ekiga uses different configure switches to build documentation. Is it possible somehow hide this warnings or is it better to rewrite gnome2_src_configure with 

    if hasq doc ${IUSE} ; then
        G2CONF="${G2CONF} $(use_enable doc gtk-doc)"
    fi

dropped?
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-02-12 10:04:35 UTC

*** This bug has been marked as a duplicate of bug 262491 ***