Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 304701

Summary: gnome2.eclass pushs --with{,out}-gtk-doc but some packages (ekiga) don't use it
Product: Gentoo Linux Reporter: Peter Volkov (RETIRED) <pva>
Component: EclassesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED DUPLICATE    
Severity: normal CC: voip+disabled
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 262490    

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 ***