Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43863 - JBidWatcher installed fine, but won't run
Summary: JBidWatcher installed fine, but won't run
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-06 02:38 UTC by Oli Scheit
Modified: 2004-03-06 06:46 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 Oli Scheit 2004-03-06 02:38:26 UTC
I did:
ACCEPT_KEYWORDS="~x86" emerge Dv jbidwatcher.
It merged:

blackdown-jdk-1.4.1
jikes-1.19
blackdown-jre-1.4.1
jbidwatcher-0.9.3_pre1

in that order.
(btw: Is it necessary to merge both jdk and jre ?)

No errors during emerge.
Now when I run jbidwatcher I get:

Exception in thread "main" java.util.zip.ZipException: No such file or directory
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.<init>(ZipFile.java:112)
        at java.util.jar.JarFile.<init>(JarFile.java:117)
        at java.util.jar.JarFile.<init>(JarFile.java:55)

Thank you.

regards,
Oli
Comment 1 Oli Scheit 2004-03-06 02:54:36 UTC
I looked a little deeper.
Seems that emerge jbidwatcher does fail.
The directory /usr/share/jbidwatcher/ is empty
except one file "package.env"

I re-merged it. Here's the output:
Strange enough I get no critical error warning or something alike.

Calculating dependencies ...done!
>>> emerge (1 of 1) app-misc/jbidwatcher-0.9.3_pre1 to /
>>> md5 src_uri ;-) jbidwatcher-0.9.3pre1.tar.gz
>>> Unpacking source...
>>> Unpacking jbidwatcher-0.9.3pre1.tar.gz to /var/tmp/portage/jbidwatcher-0.9.3_pre1/work
>>> Source unpacked.
jikes
/usr/sbin/ebuild.sh: line 26: ant: command not found
 
>>> Install jbidwatcher-0.9.3_pre1 into /var/tmp/portage/jbidwatcher-0.9.3_pre1/image/ category app-misc
install: Aufruf von stat f
Comment 2 Oli Scheit 2004-03-06 02:54:36 UTC
I looked a little deeper.
Seems that emerge jbidwatcher does fail.
The directory /usr/share/jbidwatcher/ is empty
except one file "package.env"

I re-merged it. Here's the output:
Strange enough I get no critical error warning or something alike.

Calculating dependencies ...done!
>>> emerge (1 of 1) app-misc/jbidwatcher-0.9.3_pre1 to /
>>> md5 src_uri ;-) jbidwatcher-0.9.3pre1.tar.gz
>>> Unpacking source...
>>> Unpacking jbidwatcher-0.9.3pre1.tar.gz to /var/tmp/portage/jbidwatcher-0.9.3_pre1/work
>>> Source unpacked.
jikes
/usr/sbin/ebuild.sh: line 26: ant: command not found
 
>>> Install jbidwatcher-0.9.3_pre1 into /var/tmp/portage/jbidwatcher-0.9.3_pre1/image/ category app-misc
install: Aufruf von stat für ,,*.jar" nicht möglich: Datei oder Verzeichnis nicht gefunden
>>> dobin: making jbidwatcher executable...
man:
prepallstrip:
strip:
strip:
>>> Completed installing into /var/tmp/portage/jbidwatcher-0.9.3_pre1/image/
 
>>> Merging app-misc/jbidwatcher-0.9.3_pre1 to /
--- /usr/
--- /usr/bin/
>>> /usr/bin/jbidwatcher
--- /usr/share/
--- /usr/share/jbidwatcher/
>>> /usr/share/jbidwatcher/lib/
>>> /usr/share/jbidwatcher/package.env
>>> Safely unmerging already-installed instance...
--- !mtime obj /usr/share/jbidwatcher/package.env
--- !mtime obj /usr/bin/jbidwatcher
<<<        dir /usr/share/jbidwatcher/lib
--- !empty dir /usr/share/jbidwatcher
--- !empty dir /usr/share
--- !empty dir /usr/bin
--- !empty dir /usr
>>> original instance of package unmerged safely.
 * Caching service dependencies...                                                                                                                     [ ok ]>>> app-misc/jbidwatcher-0.9.3_pre1 merged.
 
>>> clean: No packages selected for removal.
 
>>> Auto-cleaning packages ...
 
>>> No outdated packages were found on your system.
 
 
 * GNU info directory index is up-to-date.
Comment 3 Oli Scheit 2004-03-06 03:20:45 UTC
I had to emerge dev-java/ant.
That solved it.

So there is a dependency error.
First thing I did was
ACCEPT_KEYWORDS="~x86" emerge -puDv jbidwatcher

and I looked over everything that wassuggested for
an emerge. dev-java/ant was not there.

Please look into the dependencies of jbidwatcher.

regards,
Oli
Comment 4 Chris Aniszczyk (RETIRED) gentoo-dev 2004-03-06 06:46:23 UTC
Fixed in portage now, thanks I must've forgotten the dep on ant :P

Sorry :)