Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 101118 - QA Notice: USE Flag 'doc' not in IUSE for dev-cpp/gtkmm-2.6.3
Summary: QA Notice: USE Flag 'doc' not in IUSE for dev-cpp/gtkmm-2.6.3
Status: RESOLVED DUPLICATE of bug 107962
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-02 11:19 UTC by mrsteven
Modified: 2005-11-17 21:20 UTC (History)
0 users

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 mrsteven 2005-08-02 11:19:13 UTC
When I emerge gtkmm-2.6.3, I get this message: 
QA Notice: USE Flag 'doc' not in IUSE for dev-cpp/gtkmm-2.6.3 
Everything else works fine, tough, so it is not a real problem.  

Reproducible: Always
Steps to Reproduce:
1. echo '=dev-cpp/gtkmm-2.6.3' >> /etc/portage/package.keywords 
2. emerge '=gtkmm-2.6.3' 
 



# emerge info 
Portage 2.0.51.22-r2 (default-linux/x86/2005.0, gcc-3.3.5-20050130, 
glibc-2.3.5-r0, 2.6.11.11 i686) 
================================================================= 
System uname: 2.6.11.11 i686 Intel(R) Pentium(R) M processor 1400MHz 
Gentoo Base System version 1.6.13 
dev-lang/python:     2.3.5 
sys-apps/sandbox:    1.2.11 
sys-devel/autoconf:  2.13, 2.59-r6 
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5 
sys-devel/binutils:  2.15.92.0.2-r10 
sys-devel/libtool:   1.5.18-r1 
virtual/os-headers:  2.6.11-r2 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CBUILD="i686-pc-linux-gnu" 
CFLAGS="-march=pentium3 -O2 -pipe" 
CHOST="i686-pc-linux-gnu" 
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-march=pentium3 -O2 -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoconfig distlocks sandbox sfperms strict" 
GENTOO_MIRRORS="http://pandemonium.tiscali.de/pub/gentoo/ 
http://mirror.switch.ch/mirror/gentoo/ 
http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ 
http://ftp.du.se/pub/os/gentoo http://gentoo.mirror.solnet.ch" 
LANG="de_DE@euro" 
LINGUAS="de" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" 
USE="x86 X acpi alsa apache2 arts avi berkdb bitmap-fonts cddb cdparanoia cdr 
crypt cups curl dvd emacs emboss encode esd exif fam flac fortran gd gdbm gif 
gimpprint gnome gphoto2 gtk gtk2 imagemagick imlib java javascript jpeg kde 
kdeenablefinal libg++ libwww live mad mikmod motif mp3 mpeg mule ncurses 
network nls no_wxgtk1 nptl ogg oggvorbis opengl pam pcmcia pdflib perl png pnp 
povray python qt quicktime readline real samba sdl spell sse sse2 ssl tcpd 
tiff truetype truetype-fonts type1-fonts usb vorbis wmf xine xml2 xmms xv zlib 
linguas_de userland_GNU kernel_linux elibc_glibc" 
Unset:  ASFLAGS, CTARGET, LC_ALL, LDFLAGS, MAKEOPTS
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2005-08-02 11:28:42 UTC
From gnome2.eclass:

...
IUSE="debug"

use debug && G2CONF="${G2CONF} --enable-debug=yes"

DEPEND=">=sys-apps/sed-4"

gnome2_src_configure() {

    # [ -n "${ELTCONF}" ] && elibtoolize ${ELTCONF}
    elibtoolize ${ELTCONF}

    # doc keyword for gtk-doc
    G2CONF="${G2CONF} $(use_enable doc gtk-doc)"
...

I think adding doc to IUSE above will solve the problem.
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-08-02 15:30:48 UTC
looks more like it's missing in the gnome2.eclass
Comment 3 Aaron Walker (RETIRED) gentoo-dev 2005-08-06 16:11:13 UTC
Not a gtkmm ebuild issue.  Re-assigning back to gnome team.
Comment 4 Leonardo Boshell (RETIRED) gentoo-dev 2005-11-17 21:20:49 UTC

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