Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32202 - net-misc/d4x-2.4.1-r1 doesn't emerge. Compilation error
Summary: net-misc/d4x-2.4.1-r1 doesn't emerge. Compilation error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-28 10:05 UTC by Nuno Araujo
Modified: 2004-02-12 21:00 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 Nuno Araujo 2003-10-28 10:05:19 UTC
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"
Comment 1 Nuno Araujo 2003-10-28 10:35:03 UTC
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... :-(
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-12-29 02:42:23 UTC
assining to maintainer
Comment 3 Alastair Tse (RETIRED) gentoo-dev 2004-02-04 10:35:36 UTC
is this still a problem?
Comment 4 Nuno Araujo 2004-02-04 10:58:59 UTC
Yes! :-(
Comment 5 Alastair Tse (RETIRED) gentoo-dev 2004-02-04 12:50:24 UTC
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 ;)
Comment 6 Bel Zébute 2004-02-12 18:23:22 UTC
got it to compile with MAKEOPTS="-j2"  Anything bigger gives "waiting for unfinish job" errors.
Comment 7 Bel Zébute 2004-02-12 21:00:00 UTC
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 :(