Your message dated Tue, 25 Oct 2011 21:47:15 +0200
with message-id <[email protected]>
and subject line Re: Bug#646385: javahelper: jh_build fails because of missing
architecture in JVM path (openjdk on amd64)
has caused the Debian Bug report #646385,
regarding javahelper: jh_build fails because of missing architecture in JVM
path (openjdk on amd64)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
646385: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646385
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: javahelper
Version: 0.37
Severity: important
Hi,
when I use jh_build this results in :
jh_build --no-javadoc umlet.jar sourcefiles/src
find sourcefiles/src -name *.java -and -type f -print0 | xargs -0
/usr/lib/jvm/java-6-openjdk/bin/java
xargs: /usr/lib/jvm/java-6-openjdk/bin/javac: No such file or directory
This is due to the recent multiarch support in OpenJDK
http://lists.debian.org/debian-java/2011/08/msg00164.html
Best regards
Ben
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages javahelper depends on:
ii bsdmainutils 8.2.3 collection of more utilities from
ii dctrl-tools 2.18 Command-line tools to process Debi
--- End Message ---
--- Begin Message ---
> > Hi,
> >
> > when I use jh_build this results in :
> > jh_build --no-javadoc umlet.jar sourcefiles/src
> > find sourcefiles/src -name *.java -and -type f -print0 | xargs -0
> > /usr/lib/jvm/java-6-openjdk/bin/java
> > xargs: /usr/lib/jvm/java-6-openjdk/bin/javac: No such file or directory
> >
> >
> >
> >
> > [...]
>
> Hey,
>
> By the looks of it, jh_build uses JAVA_HOME if set. Otherwise it uses
> /usr/lib/jvm/default-java or /usr/lib/jvm/java-gcj (in order) if either
> of those are present. I see no mention of java-6-openjdk at all.
Sorry, you are right. There is a JAVA_HOME definition hardcoding the
path within my rules file.
Sorry for the noise.
Ben
--- End Message ---