Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 222073 - emerge dev-java/java-config error
Summary: emerge dev-java/java-config error
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-14 12:29 UTC by Vieri
Modified: 2008-05-14 16:09 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 Vieri 2008-05-14 12:29:21 UTC
# emerge java-config
Calculating dependencies... done!
[ebuild  N    ] app-portage/portage-utils-0.1.29
[ebuild  N    ] dev-java/java-config-wrapper-0.15
[ebuild  NS   ] dev-java/java-config-2.1.6
[blocks B     ] <dev-java/java-config-1.3 (is blocking dev-java/java-config-wrapper-0.15)
[blocks B     ] dev-java/java-config-wrapper (is blocking dev-java/java-config-1.2.11-r1)

 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

# emerge -pv =dev-java/java-config-2.1.6

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] app-portage/portage-utils-0.1.29  78 kB
[ebuild  N    ] dev-java/java-config-wrapper-0.15  7 kB
[ebuild  NS   ] dev-java/java-config-2.1.6  40 kB
[blocks B     ] <dev-java/java-config-1.3 (is blocking dev-java/java-config-wrapper-0.15)
[blocks B     ] dev-java/java-config-wrapper (is blocking dev-java/java-config-1.2.11-r1)

Total: 3 packages (2 new, 1 in new slot, 2 blocks), Size of downloads: 124 kB

# emerge -pv dsniff

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] net-libs/libnet-1.1.2.1-r1  USE="-doc" 998 kB
[ebuild  N    ] app-portage/portage-utils-0.1.29  78 kB
[ebuild  N    ] virtual/jre-1.4.2  0 kB
[ebuild  N    ] net-libs/libnids-1.18  112 kB
[ebuild  N    ] dev-java/java-config-wrapper-0.15  7 kB
[ebuild  NS   ] dev-java/java-config-2.1.6  40 kB
[ebuild  NS   ] sys-libs/db-4.5.20_p2  USE="java -bootstrap -doc -nocxx -tcl -test" 9,068 kB
[ebuild  N    ] net-analyzer/dsniff-2.4_beta1-r3  USE="-X" 147 kB
[blocks B     ] <dev-java/java-config-1.3 (is blocking dev-java/java-config-wrapper-0.15)
[blocks B     ] dev-java/java-config-wrapper (is blocking dev-java/java-config-1.2.11-r1)

Total: 8 packages (6 new, 2 in new slots, 2 blocks), Size of downloads: 10,446 kB


Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-05-14 13:57:29 UTC
Er, then unmerge java-config and try again. Apparently the older version blocks the newer (or vice versa)...
Comment 2 Vieri 2008-05-14 16:09:56 UTC
(In reply to comment #1)
> unmerge java-config and try again

Why didn't I think of that?...
I guess I thought that java-config wasn't installed on the system because of the "N" flag.
Had to read the manual again about slots...
Thanks.