Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54365 - Amule will not emerge with wxGTK2
Summary: Amule will not emerge with wxGTK2
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-18 15:27 UTC by David Li
Modified: 2004-06-18 15:44 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 David Li 2004-06-18 15:27:27 UTC
Amule will not stops in configure step:

root@thematrix net-p2p # emerge -p amule
 
These are the packages that I would merge, in order:
 
Calculating dependencies ...done!
[ebuild  N    ] net-p2p/amule-2.0.0_rc3
 
root@thematrix net-p2p # emerge amule
Calculating dependencies ...done!
>>> emerge (1 of 1) net-p2p/amule-2.0.0_rc3 to /
>>> md5 src_uri ;-) aMule-2.0.0rc3.tar.bz2
 * Compiling amule against wxGTK2 is not supported.
 
!!! ERROR: net-p2p/amule-2.0.0_rc3 failed.
!!! Function pkg_setup, Line 36, Exitcode 0
!!! wxGTK must be re-emerged with USE=-gtk2.

Reproducible: Always
Steps to Reproduce:
1. emerge sync
2. ACCEPT_KEYWORDS="~x86"; emerge amule

Actual Results:  
Amule will not emerge

Expected Results:  
Amule will emerge

Portage 2.0.50-r8 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3.20040420-r0,
2.4.26-gentoo-r1)
=================================================================
System uname: 2.4.26-gentoo-r1 i686 Intel(R) Pentium(R) 4 Mobile CPU 2.00GHz
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -mcpu=pentium4 -march=pentium4 -fforce-addr -fomit-frame-pointer
-funroll-loops -frerun-cse-after-loop -frerun-loop-opt -fprefetch-loop-arrays
-mfpmath=sse -msse2 -mmmx -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/lib/mozilla/defaults/pref /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/alias /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /usr/X11R6/bin/startx /etc/env.d"
CXXFLAGS="-O3 -mcpu=pentium4 -march=pentium4 -fforce-addr -fomit-frame-pointer
-funroll-loops -frerun-cse-after-loop -frerun-loop-opt -fprefetch-loop-arrays
-mfpmath=sse -msse2 -mmmx -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X aavm acpi alsa apache2 apm avi berkdb bonobo cdr crypt cups doc dvd
encode esd foomaticdb gdbm gif gnome gphoto2 gpm gtk gtk2 gtkhtml guile imlib
java jpeg libg++ libwww mad maildir mikmod mmx motif mozilla mpeg mysql ncurses
nls oggvorbis opengl oss pam pcmcia pdflib perl png python quicktime readline
samba sdl slang spell sse ssl svga tcltk tcpd tetex tiff truetype usb videosx
x86 xml2 xmms xv zlib"
Comment 1 David Li 2004-06-18 15:44:36 UTC
Sorry My Bad!