Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44544 - dev-java/ant-optional-1.6.1+dev-java/commons-net-1.1.0: won't emerge
Summary: dev-java/ant-optional-1.6.1+dev-java/commons-net-1.1.0: won't emerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-13 02:24 UTC by Phil Richards
Modified: 2004-03-15 12:10 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 Phil Richards 2004-03-13 02:24:12 UTC
There is some sort of cross dependency between these two ebuilds that prevents proper merging...  After having emerged dev-java/ant-1.6.1, the ant-optional and commons-net form a impossible to merge pair.

% emerge -u ant-optional
Calculating dependencies ...done!
>>> emerge (1 of 3) dev-java/commons-net-1.1.0 to /
>>> md5 src_uri ;-) commons-net-1.1.0-src.tar.gz
>>> Unpacking source...
>>> Unpacking commons-net-1.1.0-src.tar.gz to /var/tmp/portage/commons-net-1.1.0/work
 * Applying gentoo.diff...                                                [ ok ]
>>> Source unpacked.
Invalid implementation version between Ant core and Ant optional tasks.
 core    : 1.6.1
 optional: 1.6.0

!!! ERROR: dev-java/commons-net-1.1.0 failed.
!!! Function src_compile, Line 29, Exitcode 1
!!! died on ant
Comment 1 Chris Aniszczyk (RETIRED) gentoo-dev 2004-03-13 16:35:33 UTC
emerge -C ant-optional, emerge ant-optional

Something is whacked :)
Comment 2 Phil Richards 2004-03-15 12:10:39 UTC
Yep, that fixed it.

Thanks.