Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Trying to install NetBeans 6.5 doesn't work
Date: Sat, 13 Dec 2008 22:07:45
Message-Id: 200812140007.30112.alan.mckinnon@gmail.com
In Reply to: [gentoo-user] Trying to install NetBeans 6.5 doesn't work by Yannick Mortier
1 On Saturday 13 December 2008 23:09:58 Yannick Mortier wrote:
2 > Hello!
3 > I'm currently trying to install NetBeans 6.5 but it just doesn't work.
4 > I always get a block when I try to to this.
5 >
6 > [blocks B ] dev-java/ant-tasks ("dev-java/ant-tasks" is blocking
7 > dev-java/ant-core-1.7.1-r2)
8 >
9 > * Error: The above package list contains packages which cannot be
10 > * installed at the same time on the same system.
11
12 This is a standard blocker, the process of how to deal with it is detailed in
13 the handbook. But here goes:
14
15 You have an arch system as per your ACCEPT_KEYWORDS. But look at the packages
16 that want to be pulled in:
17
18 alan@nazgul ~ $ eix ant-tasks
19 * dev-java/ant-tasks
20 Available versions: 1.7.0-r4 {X antlr bcel bsf commonslogging commonsnet
21 elibc_FreeBSD jai javamail jdepend jmf jsch log4j oro regexp resolver}
22 Homepage: http://ant.apache.org/
23 Description: Meta-package for Apache Ant's optional tasks.
24
25 alan@nazgul ~ $ eix ant-core
26 [I] dev-java/ant-core
27 Available versions: 1.7.0 1.7.0-r1 (~)1.7.0-r2 (~)1.7.1-r1 (~)1.7.1-r2
28 {doc elibc_FreeBSD source}
29 Installed versions: 1.7.1-r2(00:14:52 12/09/08)
30 (-doc -elibc_FreeBSD -source)
31 Homepage: http://ant.apache.org/
32 Description: Java-based build tool similar to 'make' that uses
33 XML configuration files.
34
35 ant-task is stable, ant-core is unstable. So, you seem to have
36 package-unmasked the ant stuff. The ant-core ebuild says that it completely
37 blocks ant-tasks and ant-optional.
38
39 The best way to advise you what to do would be if you supply the output from
40 the emerge you are running with the -t option. Without that my best guess
41 would be:
42
43 emerge -avC ant-tasks
44 rerun the original emerge
45
46
47
48 --
49 alan dot mckinnon at gmail dot com

Replies

Subject Author
Re: [gentoo-user] Trying to install NetBeans 6.5 doesn't work Yannick Mortier <mvmortier@××××××××××.com>