Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19704 - vdk-2.0.2-r1 doesn't have gnome support even when use flag is set
Summary: vdk-2.0.2-r1 doesn't have gnome support even when use flag is set
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Graham Forest
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-20 22:44 UTC by Cletus Lichte
Modified: 2003-06-12 13:20 UTC (History)
2 users (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 Cletus Lichte 2003-04-20 22:44:34 UTC
I have gnome set in my USE variables and when I type emerge -vp vdk is shows
+gnome like it should, but during the configure process I notice that vdk
reports that gnome support is *not* set.

Reproducible: Always
Steps to Reproduce:
1. Type emerge vdk or emerge vdkbuilder
2. Look at output from configure
3.

Actual Results:  
Gnome support:  no


Expected Results:  
Gnome support: yes


emerge info:

Portage 2.0.47-r10 (default-x86-1.4, gcc-3.2.2, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.20 i686 VIA Samuel 2
GENTOO_MIRRORS="http://gentoo.oregonstate.edu/
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 oss 3dnow apm avi crypt cups encode gif jpeg libg++ mikmod mmx mpeg
ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib gdbm berkdb
slang readline X sdl gpm tcpd pam libwww ssl perl python imlib oggvorbis gnome
gtk qt opengl 3dfx aalib acpi alsa apache2 -arts atlas bonobo dga doc dvd emacs
esd ethereal evo flash gb gd ggi gps gtk2 gtkhtml guile imap innodb -java junit
-kde kerberos lcms ldap leim libgda mbox -motif mozilla mule mysql odbc pda
plotutils samba sasl slp snmp sse -svga tetex tiff usb wmf Xaw3d xml -tcltk
moznoirc moznomail moznocompose curl"
COMPILER="gcc3"
CHOST="i586-pc-linux-gnu"
CFLAGS="-march=i586 -m3dnow -O2 -pipe"
CXXFLAGS="-march=i586 -m3dnow -O2 -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j1"
AUTOCLEAN="yes"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Mike Gardiner (RETIRED) gentoo-dev 2003-06-09 22:32:35 UTC
the ebuild looks fine, the vdk source doesnt configure gnome support in even if you pass it --enable-gnome=yes outside of portage.

this can be explained with these comments in the vdk configure.in

dnl waiting for gnome support to gtk+2.0

# -------------------------------------
# waiting for gnome support for gtk+2.0
# -------------------------------------
(the entire gnome configure section is commented out at this point)

so it looks like we'll have to wait for vdk to support it.
Comment 2 Cletus Lichte 2003-06-12 03:48:52 UTC
Ok, thanks for the info!
Comment 3 Graham Forest 2003-06-12 13:20:06 UTC
Wow, bugs that solve themselves! I like this :)

Thanks guys, if there becomes a point for this bug to be reopened, please do.

Graham