Bug 32202 - net-misc/d4x-2.4.1-r1 doesn't emerge. Compilation error
|
Bug#:
32202
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: x86
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: liquidx@gentoo.org
|
Reported By: nuno.araujo@russo79.com
|
|
Component: Applications
|
|
|
URL:
|
|
Summary: net-misc/d4x-2.4.1-r1 doesn't emerge. Compilation error
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2003-10-28 10:05 0000
|
When trying to emerge the d4x download utility an compilation error occurred:
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include
-I/usr/include/freetype2 -include ../../config.h -Os -march=pentium3 -pipe
-fomit-frame-pointer -mfpmath=sse -mmmx -msse -msse2 -c -o filtrgui.o `test -f
'filtrgui.cc' || echo './'`filtrgui.cc
prefs.cc: In function `void d4x_prefs_search()':
prefs.cc:813: `gtk_radio_menu_item_group' undeclared (first use this function)
prefs.cc:813: (Each undeclared identifier is reported only once for each
function it appears in.)
make[3]: *** [prefs.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/d4x-2.4.1-r1/work/d4x-2.4.1/main/face'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/d4x-2.4.1-r1/work/d4x-2.4.1/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/d4x-2.4.1-r1/work/d4x-2.4.1'
make: *** [all] Error 2
!!! ERROR: net-misc/d4x-2.4.1-r1 failed.
!!! Function src_compile, Line 57, Exitcode 2
!!! (no error message)
Reproducible: Always
Steps to Reproduce:
1. emerge d4x
2.
3.
Actual Results:
The error mentioned above occured
Expected Results:
emerge :-)
Portage 2.0.49-r15 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.22-ck2)
=================================================================
System uname: 2.4.22-ck2 i686 Intel(R) Pentium(R) M processor 1700MHz
Gentoo Base System version 1.4.3.10p1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-Os -march=pentium3 -pipe -fomit-frame-pointer -mfpmath=sse -mmmx -msse
-msse2"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /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/
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-Os -march=pentium3 -pipe -fomit-frame-pointer -mfpmath=sse -mmmx
-msse -msse2"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
GENTOO_MIRRORS="http://sunsite.cnlab-switch.ch/ftp/mirror/gentoo/
ftp://sunsite.cnlab-switch.ch/mirror/gentoo/"
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="x86 oss apm avi crypt cups encode foomaticdb gif jpeg libg++ mad mikmod
mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib gtkhtml
gdbm berkdb readline tetex bonobo svga ggi tcltk java guile mysql X sdl gpm tcpd
pam libwww ssl perl python esd imlib oggvorbis gnome gtk qt motif opengl mozilla
ldap cdr scanner acpi altivec apache2 bluetooth cscope dga doc dvd ethereal evo
flash gb gd gnomedb gphoto2 gstreamer gtk2 hbci imap innodb jikes junit lcms
leim libgda mdb moynocompose moynoirc moynomail mozsvg mule odbc offensive ofx
pcmcia pda plotutils pnp ppds radeon samba sasl slp sse stencil-buffer tiff usb
v4l videos wmf wxwindows xinerama xml zeo -arts -kde -slang"
I'm not sure that media-video should be the good place for this bug.
d4x is a download manager. (net-misc/d4x-2.4.1-r1)
Sorry, I should have put that in the bug report summary... :-(
ok, should be fixed in portage now. resync and try again. sorry this has been
broken for so long, but seemed like no one else was complaining ;)
got it to compile with MAKEOPTS="-j2" Anything bigger gives "waiting for
unfinish job" errors.
disregard my last post. I dumbly forgot I updated gcc on that machine but not
on the rest of the distcc realm. It was prabably because of that it failed.
Sorry :(