>>> 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
(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)
reopening per discussion with mart.
*** Bug 283790 has been marked as a duplicate of this bug. ***
> 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?
Yes we know, please check the bug in dependencies...
*** This bug has been marked as a duplicate of bug 262491 ***