Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52769 - net-p2p/xmule-1.8.2-r2 failes to compile
Summary: net-p2p/xmule-1.8.2-r2 failes to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-02 04:46 UTC by Evert
Modified: 2004-06-03 18:30 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 Evert 2004-06-02 04:46:16 UTC
# grep xmule /etc/portage/package.keywords
net-p2p/xmule ~x86


Reproducible: Always
Steps to Reproduce:
1. emerge xmule

Actual Results:  
[...cut...]
Compiling WebServer.cpp...
Compiling WebSocket.cpp...
Compiling Wizard.cpp...
Compiling XBMDraw.cpp...
Compiling xmule.cpp...
Compiling xmuleDlg.cpp...
xmuleDlg.cpp: In member function `void CxmuleDlg::socketHandler(wxSocketEvent&)
   ':
xmuleDlg.cpp:485: error: `IPAddress' undeclared (first use this function)
xmuleDlg.cpp:485: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
make[1]: *** [xmuleDlg.o] Error 1
make[1]: Leaving directory `/big/portage_tmp/portage/xmule-1.8.2-r2/work/xmule/src'
make: *** [all] Error 2
 
!!! ERROR: net-p2p/xmule-1.8.2-r2 failed.
!!! Function src_compile, Line 48, Exitcode 2
!!! (no error message)


Expected Results:  
:-)


Gentoo Base System version 1.4.10
Portage 2.0.50-r7 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.4.26)
=================================================================
System uname: 2.4.26 i686 AMD Athlon(tm) XP 2600+
distcc 2.13 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CXXFLAGS="-O2 -march=athlon-xp -pipe"
FEATURES="autoaddcvs buildpkg ccache sandbox"
MAKEOPTS="-j2"
USE="X apm arts avi berkdb cdr crypt cups directfb encode esd foomaticdb gdbm
gif gnome gpm gtk gtk2 imlib java jpeg ldap libg++ libwww mad mikmod mmx motif
mozilla mpeg mysql ncurses oggvorbis opengl oss pam pdflib perl png python qt
quicktime readline ruby sdl slang sse ssl svga tcpd tiff truetype x86 xml2 xmms
xv zlib"
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2004-06-02 05:01:44 UTC
did -r1 work for you ?
Comment 2 Evert 2004-06-02 11:29:04 UTC
Yes
# emerge -p xmule
 
These are the packages that I would merge, in order:
 
Calculating dependencies ...done!
[ebuild     U ] net-p2p/xmule-1.8.2-r2 [1.8.2-r1]
Comment 3 Jon Hood (RETIRED) gentoo-dev 2004-06-03 11:28:08 UTC
What version of wxGTK do you have installed?
Comment 4 Evert 2004-06-03 12:52:41 UTC
# emerge -p wxGTK

These are the packages that I would merge, in order:

Calculating dependencies  ...done!
[ebuild   R   ] x11-libs/wxGTK-2.4.1-r1
Comment 5 Jon Hood (RETIRED) gentoo-dev 2004-06-03 14:22:49 UTC
Could you try wxGTK 2.4.2?
Comment 6 Evert 2004-06-03 15:16:05 UTC
Works! So I guess the DEPEND in the next version of the ebuild should become >=x11-libs/wxGTK-2.4.2
Thanx!
Comment 7 Jon Hood (RETIRED) gentoo-dev 2004-06-03 18:30:47 UTC
fixed in portage :)