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

Bug 262387

Summary: dev-python/pygobject-2.18.0-r1 configure: WARNING: unrecognized options: --disable-gtk-doc
Product: Gentoo Linux Reporter: Markus Meier <maekke>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED DUPLICATE    
Severity: QA CC: betelgeuse, jacobgodserv, pacho, python
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 260063, 262491    

Description Markus Meier gentoo-dev 2009-03-13 21:08:24 UTC
>>> Compiling source in /var/tmp/portage/dev-python/pygobject-2.16.1/work/pygobject-2.16.1 ...
 * econf: updating pygobject-2.16.1/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating pygobject-2.16.1/config.guess with /usr/share/gnuconfig/config.guess
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/
var/lib --disable-docs --disable-gtk-doc --build=i686-pc-linux-gnu
configure: WARNING: unrecognized options: --disable-gtk-doc
Comment 1 Nirbheek Chauhan (RETIRED) gentoo-dev 2009-03-14 15:45:05 UTC
(In reply to comment #0)
> >>> Compiling source in /var/tmp/portage/dev-python/pygobject-2.16.1/work/pygobject-2.16.1 ...
>  * econf: updating pygobject-2.16.1/config.sub with
> /usr/share/gnuconfig/config.sub
>  * econf: updating pygobject-2.16.1/config.guess with
> /usr/share/gnuconfig/config.guess
> ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man
> --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
> --localstatedir=/
> var/lib --disable-docs --disable-gtk-doc --build=i686-pc-linux-gnu
> configure: WARNING: unrecognized options: --disable-gtk-doc
> 

The reason why this is showing up is as follows:

1. pygobject has an `inherit gnome2`
2. IUSE=doc in pygobject is used for $(use_enable doc docs)
3. If gnome2.eclass sees IUSE=doc, it appends $(use_enable doc gtk-doc) to G2CONF

=> CANTFIX without changing eclass and adding conditional code (IMO not worth it for a small warning)
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-03-15 00:47:36 UTC
reopening per discussion with mart.
Comment 3 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-09-05 23:13:49 UTC
*** Bug 283790 has been marked as a duplicate of this bug. ***
Comment 4 David J Cozatt 2009-10-24 17:44:46 UTC
> configure: WARNING: unrecognized options: --disable-gtk-doc
> 

The reason why this is showing up is as follows:

1. pygobject has an `inherit gnome2`
2. IUSE=doc in pygobject is used for $(use_enable doc docs)
3. If gnome2.eclass sees IUSE=doc, it appends $(use_enable doc gtk-doc) to
G2CONF
 

something to do with the eclass mishandling autotools?
Comment 5 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-10-24 21:09:51 UTC
Yes we know, please check the bug in dependencies...
Comment 6 Pacho Ramos gentoo-dev 2011-02-01 09:42:14 UTC

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