Your message dated Sat, 07 Aug 2010 17:47:27 +0000
with message-id <e1ohnuv-0007cd...@franck.debian.org>
and subject line Bug#580160: fixed in groovy 1.7.4-1
has caused the Debian Bug report #580160,
regarding groovy: stargGroovy can't find javac
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 ow...@bugs.debian.org
immediately.)


-- 
580160: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580160
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: groovy
Version: 1.7.0-3
Severity: normal


Well, an example is worth long explainations:

$ startGroovy 
startGroovy: JAVA_HOME not set and cannot find javac to deduce location,
please set JAVA_HOME.

$groovy
groovy: JAVA_HOME not set and cannot find javac to deduce location,
please set JAVA_HOME.

$groovysh 
groovysh: JAVA_HOME not set and cannot find javac to deduce location,
please set JAVA_HOME.

$ javac
bash: javac: command not found

$ls -o /etc/alternatives/java* | sed -e 's/ -> /\n\t\0/'
lrwxrwxrwx. 1 root 36 2010-03-17 23:15 /etc/alternatives/java
         -> /usr/lib/jvm/java-6-sun/jre/bin/java
lrwxrwxrwx. 1 root 46 2010-03-17 23:15 /etc/alternatives/java.1.gz
         -> /usr/lib/jvm/java-6-sun/jre/man/man1/java.1.gz
lrwxrwxrwx. 1 root 39 2009-12-31 08:18 /etc/alternatives/java_vm
         -> /usr/lib/jvm/java-6-sun/jre/bin/java_vm
lrwxrwxrwx. 1 root 42 2010-02-05 16:06 /etc/alternatives/javaws
         -> /usr/lib/jvm/java-6-openjdk/jre/bin/javaws
lrwxrwxrwx. 1 root 52 2010-02-05 16:06 /etc/alternatives/javaws.1.gz
         -> /usr/lib/jvm/java-6-openjdk/jre/man/man1/javaws.1.gz

Regards,

Franklin


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (101, 'unstable'), (10, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages groovy depends on:
ii  antlr                        2.7.7-14    language tool for constructing rec
ii  gij-4.3 [java5-runtime-headl 4.3.4-4     The GNU Java bytecode interpreter
ii  ivy                          2.1.0-1     The agile dependency manager
ii  junit4                       4.8.1-3     JUnit regression test framework fo
ii  libasm3-java                 3.2-3       Java bytecode manipulation framewo
ii  libbsf-java                  1:2.4.0-3   Bean Scripting Framework to suppor
ii  libclassworlds-java          1.1-final-4 framework for container developers
ii  libcommons-cli-java          1.2-2       API for working with the command l
ii  libcommons-logging-java      1.1.1-7     commmon wrapper interface for seve
ii  libjline-java                0.9.94-5    Java library for handling console 
ii  libmockobjects-java          0.09-3      Framework for developing and using
ii  libregexp-java               1.5-2       Regular expression library for Jav
ii  libservlet2.4-java           5.0.30-12   Servlet 2.4 and JSP 2.0 Java libra
ii  libxstream-java              1.3.1-6     Java library to serialize objects 
ii  openjdk-6-jre-headless [java 6b18-1.8-1  OpenJDK Java runtime, using Hotspo
ii  sun-java6-jre [java5-runtime 6.20-dlj-1  Sun Java(TM) Runtime Environment (

groovy recommends no packages.

Versions of packages groovy suggests:
ii  ant                           1.8.0-3    Java based build tool like make
pn  groovy-doc                    <none>     (no description available)

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: groovy
Source-Version: 1.7.4-1

We believe that the bug you reported is fixed in the latest version of
groovy, which is due to be installed in the Debian FTP archive:

groovy-doc_1.7.4-1_all.deb
  to main/g/groovy/groovy-doc_1.7.4-1_all.deb
groovy_1.7.4-1.debian.tar.gz
  to main/g/groovy/groovy_1.7.4-1.debian.tar.gz
groovy_1.7.4-1.dsc
  to main/g/groovy/groovy_1.7.4-1.dsc
groovy_1.7.4-1_all.deb
  to main/g/groovy/groovy_1.7.4-1_all.deb
groovy_1.7.4.orig.tar.gz
  to main/g/groovy/groovy_1.7.4.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 580...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Miguel Landaeta <mig...@miguel.cc> (supplier of updated groovy package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 05 Aug 2010 19:38:10 -0430
Source: groovy
Binary: groovy groovy-doc
Architecture: source all
Version: 1.7.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Miguel Landaeta <mig...@miguel.cc>
Description: 
 groovy     - Agile dynamic language for the Java Virtual Machine
 groovy-doc - Agile dynamic language for the Java Virtual Machine (documentatio
Closes: 580160
Changes: 
 groovy (1.7.4-1) unstable; urgency=low
 .
   * New upstream release.
   * Add Depends on default-jdk. (Closes: 580160).
   * Bump debhelper compatibility level to 7.
   * Bump Standards-Version to 3.9.1.
     debian/copyright was updated to include the full text of BSD license,
     references to /usr/share/common-licenses/BSD are now deprecated.
Checksums-Sha1: 
 ba38827321f3c261cad4a7179669d52707318b53 1707 groovy_1.7.4-1.dsc
 5d75993adaf4e94e371aa363e968759c6f992369 2038328 groovy_1.7.4.orig.tar.gz
 0d9b8ce585c5fd41427c5891bf8f3dd65b67bba4 13667 groovy_1.7.4-1.debian.tar.gz
 ae699a5196240789337d9136eb8583cadcdceab7 9044856 groovy_1.7.4-1_all.deb
 e4284335692511e8121f2fb2191b8e012a0fd3f1 4517536 groovy-doc_1.7.4-1_all.deb
Checksums-Sha256: 
 ee7d5b55b7105423256883151dadf274ecec4137586635c5b14737d81bb9aa10 1707 
groovy_1.7.4-1.dsc
 293cb0ec8c6431e6c91431ab3ae08bb6e094e52f6dc83b911b8ff5a71b7df95b 2038328 
groovy_1.7.4.orig.tar.gz
 be79beaed7af059addf53100909b9c5e1f61748b70f4e68487148f4fb3921205 13667 
groovy_1.7.4-1.debian.tar.gz
 2bdc9c7909cf81024bf2019d9d6d7a4062f79d92d2d9eecfe6cecb1a1453a803 9044856 
groovy_1.7.4-1_all.deb
 395ea032a894f08a0b1145dfec88b60ee4fc21d015adc6421f5f2ae6bcd33744 4517536 
groovy-doc_1.7.4-1_all.deb
Files: 
 a708e41c21fa99a59363813f1e3b0e1e 1707 java optional groovy_1.7.4-1.dsc
 16423ac6c1716b9211b41d0783d31acf 2038328 java optional groovy_1.7.4.orig.tar.gz
 0bf1c3b4f078742bf6d90c2db6aec329 13667 java optional 
groovy_1.7.4-1.debian.tar.gz
 0cfaf825ea3afb36cc306ef85c5942dd 9044856 java optional groovy_1.7.4-1_all.deb
 329ac79fd82a5a032ab693ad167f6855 4517536 doc optional 
groovy-doc_1.7.4-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkxdmzoACgkQ1gXdnL6dUznMdgCeNgouggMfB3qGciww90lZXeBJ
HyMAn3KZCd0oa86Xz37AYp5khsKwngrl
=8Xut
-----END PGP SIGNATURE-----



--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to