Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45406 - commons-collections-3.0 fails to emerge
Summary: commons-collections-3.0 fails to emerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 All
: High normal
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-22 09:02 UTC by Cletus Lichte
Modified: 2004-03-22 19:37 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 Cletus Lichte 2004-03-22 09:02:34 UTC
I get the following error:

Calculating dependencies ...done!
>>> emerge (1 of 4) dev-java/commons-collections-3.0 to /
>>> md5 src_uri ;-) commons-collections-3.0-src.tar.gz
>>> Unpacking source...
>>> Unpacking commons-collections-3.0-src.tar.gz to /tmp/portage/commons-collections-3.0/work
>>> Source unpacked.
junit
Invalid implementation version between Ant core and Ant optional tasks.
 core    : 1.6.1
 optional: 1.6.0

!!! ERROR: dev-java/commons-collections-3.0 failed.
!!! Function jakarta-commons_src_compile, Line 77, Exitcode 1
!!! Compilation Failed


emerge info:

Portage 2.0.50-r2 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3_pre20040207-r0, 2.6.3-gentoo-r2)
=================================================================
System uname: 2.6.3-gentoo-r2 i686 Intel(R) Pentium(R) 4 CPU 1.80GHz
Gentoo Base System version 1.4.3.13p1
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.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/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.mirrors.pair.com/"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="X X509 Xaw3d aalib acl acpi acpi4linux activefilter alsa amd antlr apache2 arts artswrappersuid atlas autofs avi bcel berkdb bsf bsh cap crypt cscope cups curl dga directfb dnd doc dv emacs encode ethereal faad fam fbcon fbdev ffmpeg flac flash fltk fluidsynth foomaticdb gd gdbm ggi gif gpm gstreamer gtk gtk2 gtkhtml i8x0 imagemagick imap imlib imlib2 innodb java javamail javascript jdepend jpeg js junit kde ladcca lcms leim libwww mad mbox mcal md5sum mikmod mmx motif mozilla moznocompose moznoirc moznomail mpeg mpi msn music mysql ncurses nls nptl objc oggvorbis opengl openssh oro oss pam parse-clocks pcap pda pdflib perl php plotutils png ppds python qt quicktime readline regexp ruby ruby18 samba sasl sdl skey slang slp snmp sox spell sqlite sse ssl tcltk tcpd tetex tiff truetype unicode usb videos vim-with-x wmf wxwindows x86 xml xml2 xmms xosd xv xvid yahoo zlib"
Comment 1 Chris Aniszczyk (RETIRED) gentoo-dev 2004-03-22 11:34:29 UTC
emerge -C ant-optional && emerge ant

I don't know how ant-optional got on there with ant being 1.6.1 since ant 1.6.1 has a pdepend on ant-optional 1.6.1 too :) 

See if that doesn't fix it.
Comment 2 Cletus Lichte 2004-03-22 18:37:36 UTC
It sure did.  Thanks!
Comment 3 Chris Aniszczyk (RETIRED) gentoo-dev 2004-03-22 19:37:53 UTC
Fixed.