Gentoo Archives: gentoo-user

From: Zhang Weiwu <zhangweiwu@××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] strange block issue
Date: Sun, 12 Oct 2008 06:19:00
Message-Id: 48F171A5.2060201@realss.com
1 Robert Bridge wrote:
2
3 > Try masking virtual/jre-1.6
4 >
5 > Also, it might be worth checking if the jdictrayapi has be included in
6 > the Java 6 jdk, which would account for the block.
7
8 You are right, I guess the software could not work with jre 1.5. I
9 replaced my JRE 1.6 with JRE 1.5, but still hit a problem (could be a
10 different one)
11
12 # emerge borg
13 Calculating dependencies... done!
14 >>> Verifying ebuild Manifests...
15 >>> starting parallel fetching pid 17744
16
17 >>> Emerging (1 of 12) dev-java/javahelp-2.0.02_p46 to /
18 * javahelp2-src-2.0.02_svn46.zip RMD160 SHA1 SHA256 size ;-) ...
19 [ ok ]
20 * checking ebuild checksums ;-) ...
21 [ ok ]
22 * checking auxfile checksums ;-) ...
23 [ ok ]
24 * checking miscfile checksums ;-) ...
25 [ ok ]
26 * checking javahelp2-src-2.0.02_svn46.zip ;-) ...
27 [ ok ]
28 * Using: ibm-jdk-bin-1.5
29 * The ebuild phase 'setup' has exited unexpectedly. This type of behavior
30 * is known to be triggered by things such as failed variable assignments
31 * (bug #190128) or bad substitution errors (bug #200313).
32
33 * Messages for package dev-java/javahelp-2.0.02_p46:
34
35 * The ebuild phase 'setup' has exited unexpectedly. This type of behavior
36 * is known to be triggered by things such as failed variable assignments
37 * (bug #190128) or bad substitution errors (bug #200313).
38
39
40 In fact I always got a feeling with gentoo I often "emerge and pray"...