Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71854 - bochs 2.11 ebuild fails without USE="wxwindows"
Summary: bochs 2.11 ebuild fails without USE="wxwindows"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-20 09:30 UTC by James Potts
Modified: 2004-11-20 12:41 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 James Potts 2004-11-20 09:30:25 UTC
When I try to emerge bochs without the wxwindows USE flag it fails saying I need to install wxGTK.


Reproducible: Always
Steps to Reproduce:
1. emerge unmerge wxGTK  #(if you have wxGTK installed)
2. USE="-wxwindows" emerge bochs

Actual Results:  
tux root # USE="-wxwindows" emerge bochs
Calculating dependencies ...done!
>>> emerge (1 of 1) app-emulation/bochs-2.1.1 to /
>>> md5 src_uri ;-) bochs-2.1.1.tar.gz
>>> md5 src_uri ;-) dlxlinux4.tar.gz
>>> Unpacking source...
>>> Unpacking bochs-2.1.1.tar.gz to /var/tmp/portage/bochs-2.1.1/work
>>> Source unpacked.
gtk2
!!! set-wxconfig: Error:  Can't find normal or debug version:
!!! set-wxconfig:         /usr/bin/wxgtk2-2.4-config not found
!!! set-wxconfig:         /usr/bin/wxgtk2d-2.4-config not found
!!! You need to emerge wxGTK with gtk2 in your USE
tux root # USE="-wxwindows -gtk2" emerge bochs
Calculating dependencies ...done!
>>> emerge (1 of 1) app-emulation/bochs-2.1.1 to /
>>> md5 src_uri ;-) bochs-2.1.1.tar.gz
>>> md5 src_uri ;-) dlxlinux4.tar.gz
>>> Unpacking source...
>>> Unpacking bochs-2.1.1.tar.gz to /var/tmp/portage/bochs-2.1.1/work
>>> Source unpacked.
!!! set-wxconfig: Error:  Can't find normal or debug version:
!!! set-wxconfig:         /usr/bin/wxgtk-2.4-config not found
!!! set-wxconfig:         /usr/bin/wxgtkd-2.4-config not found
!!! You need to emerge wxGTK with -no_wxgtk1 in your USE


Expected Results:  
It should have installed successfully.

Portage 2.0.51-r3 (default-x86-2004.2, gcc-3.3.4, glibc-2.3.4.20040808-r1,
2.6.9-nitro3-james1 i686)
=================================================================
System uname: 2.6.9-nitro3-james1 i686 AMD Duron(tm) Processor
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.14.90.0.8-r1
Headers:  sys-kernel/linux26-headers-2.6.8.1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distlocks sandbox"
GENTOO_MIRRORS="http://gentoo.osuosl.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X alsa apm audiofile avi berkdb bitmap-fonts bootsplash cdparanoia
crypt cups directfb divx4linux dvd dvdread encode f77 fbcon flac foomaticdb
fortran gdbm gif gnutls gpm imlib ipv6 java joystick jpeg kde libg++ libwww
lzw-tiff mad mikmod mmx motif mpeg ncurses nls nptloggvorbis opengl oss pam
pdflib perl png python qt quicktime readline samba sdl slang speex spell ssl
svga tcpd tiff truetype unicode x86 xinerama xml2 xmms xv xvid zlib"
Comment 1 Luca Barbato gentoo-dev 2004-11-20 10:46:31 UTC
thanks, fixed
Comment 2 Luca Barbato gentoo-dev 2004-11-20 12:41:37 UTC
reopen if is still wrong