Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34652 - gftp doesn't emerge the graphical part with USE="-gtk +gtk2"
Summary: gftp doesn't emerge the graphical part with USE="-gtk +gtk2"
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-28 15:53 UTC by Duarte Henriques
Modified: 2003-11-28 19:29 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 Duarte Henriques 2003-11-28 15:53:55 UTC
When I try to emerge gftp with my USE flags including "-gtk +gtk2", only the
console version is compiled: no GTK support at all.
If I set USE="gtk", gtk2 support is added.

Reproducible: Always
Steps to Reproduce:
1. USE="-gtk +gtk2" emerge gftp
2. gftp


Actual Results:  
got only the text version of gftp

Expected Results:  
it sohuld have support for gtk2

# emerge info
Portage 2.0.49-r18 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.6.0-test10)
=================================================================
System uname: 2.6.0-test10 i686 AMD Athlon(TM) XP 2800+
Gentoo Base System version 1.4.3.12
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-Os -march=athlon-xp -funroll-loops -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-Os -march=athlon-xp -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.felisberto.net"
MAKEOPTS="-j2"
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="X alsa apm avi berkdb crypt cups encode esd foomaticdb gdbm gif gnome gpm
gtk2 imlib java jpeg libg++ libwww mad mikmod mozilla mpeg ncurses nls oggvorbis
opengl oss pam pdflib perl png postgres python quicktime readline samba sdl
slang ssl svga tcltk tcpd truetype x86 xml2 xmms xv zlib"
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2003-11-28 16:01:30 UTC
USE="-gtk +gtk2" isn't a valid USE combination.
Comment 2 Duarte Henriques 2003-11-28 16:11:08 UTC
woops, Sorry for reporting this then.
Thanks for the info :)
Comment 3 Mike Gardiner (RETIRED) gentoo-dev 2003-11-28 19:29:45 UTC
Just to finish off, have a check of the USE definitions in

/usr/portage/profiles/use.desc.

The flag gtk  says "Please build me a gtk interface if it is available".
The flag gtk2 says "If you could choose between gtk-1 and gtk-2 interfaces, I want gtk-2 please"

If we follow that through, your USE="-gtk gtk2" says
"Please dont build me a gtk interface if it is available. Oh, and I prefer gtk-2"

Thanks.