Bug#747054: FTBFS: package javax.servlet.http does not exist

2014-05-08 Thread Jakub Adam

Hi,

I've rebuilt eclipse package in current sid using pbuilder and didn't encounter 
any error.
Can someone please confirm this bug is still relevant?

Regards,

Jakub

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


Bug#745762: java-package: Please support creating a Debian source package

2014-05-08 Thread Benjamin Drung
Hi Emmanuel,

Am Donnerstag, den 24.04.2014, 23:38 +0200 schrieb Emmanuel Bourg:
 Thank you for the patches. I applied some of them, could you commit
 directly the remaining ones please?

I committed the remaining patches to the git repository and added a
--source option to make-jpkg.

-- 
Benjamin Drung
System Developer

ProfitBricks GmbH - The IaaS-Company
Greifswalder Str. 207
D - 10405 Berlin

Mail: benjamin.dr...@profitbricks.com
Fax:  +49 30 577 008 598
URL:  http://www.profitbricks.com

Sitz der Gesellschaft: Berlin.
Registergericht: Amtsgericht Charlottenburg, HRB 125506 B.
Geschäftsführer: Andreas Gauger, Achim Weiss.

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

Bug#744337: marked as done (gradle: FTBFS: java.lang.OutOfMemoryError: Java heap space)

2014-05-08 Thread Debian Bug Tracking System
Your message dated Thu, 8 May 2014 13:14:16 -0300
with message-id 20140508161416.ga20...@alice.nomadium.lan
and subject line Re: gradle: FTBFS: java.lang.OutOfMemoryError: Java heap space
has caused the Debian Bug report #744337,
regarding gradle: FTBFS: java.lang.OutOfMemoryError: Java heap space
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.)


-- 
744337: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744337
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:gradle
Version: 1.4-2
Severity: serious
Justification: fails to build from source (but built successfully in the past)


I tried to build some package with Gradle and it failed.
So, I checked gradle itself and I'm unable to build it as well.

It dies on me with some memory errors:


  dpkg-source -b gradle-1.4
dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: info: building gradle using existing ./gradle_1.4.orig.tar.gz
dpkg-source: info: building gradle in gradle_1.4-2.debian.tar.xz
dpkg-source: info: building gradle in gradle_1.4-2.dsc
 debian/rules build
dh build --with javahelper
   dh_testdir
   dh_auto_configure
   jh_linkjars
   debian/rules override_dh_auto_build
make[1]: Entering directory `/tmp/buildd/gradle-1.4'
find /usr/share/gradle -type l ! -exec test -r {} \; -print
mkdir /tmp/buildd/gradle-1.4/.gradlehome
gradle --project-prop finalRelease=true --stacktrace --offline assemble
java.lang.OutOfMemoryError: Java heap space
at java.util.ArrayList.init(ArrayList.java:144)
at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$DgmMethodRecord.loadDgmInfo(GeneratedMetaMethod.java:193)
at 
org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl.registerMethods(MetaClassRegistryImpl.java:155)
at 
org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl.init(MetaClassRegistryImpl.java:83)
at 
org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl.init(MetaClassRegistryImpl.java:61)
at groovy.lang.GroovySystem.clinit(GroovySystem.java:29)
at 
org.gradle.api.internal.AbstractClassGenerator.generate(AbstractClassGenerator.java:100)
at 
org.gradle.api.internal.ClassGeneratorBackedInstantiator.newInstance(ClassGeneratorBackedInstantiator.java:36)
at 
org.gradle.initialization.DefaultGradleLauncherFactory.doNewInstance(DefaultGradleLauncherFactory.java:126)
at 
org.gradle.initialization.DefaultGradleLauncherFactory.newInstance(DefaultGradleLauncherFactory.java:99)
at 
org.gradle.initialization.DefaultGradleLauncherFactory.newInstance(DefaultGradleLauncherFactory.java:46)
at 
org.gradle.launcher.exec.InProcessGradleLauncherActionExecuter.execute(InProcessGradleLauncherActionExecuter.java:38)
at 
org.gradle.launcher.exec.InProcessGradleLauncherActionExecuter.execute(InProcessGradleLauncherActionExecuter.java:25)
at org.gradle.launcher.cli.RunBuildAction.run(RunBuildAction.java:50)
at 
org.gradle.api.internal.Actions$RunnableActionAdapter.execute(Actions.java:171)
at 
org.gradle.launcher.cli.CommandLineActionFactory$ParseAndBuildAction.execute(CommandLineActionFactory.java:201)
at 
org.gradle.launcher.cli.CommandLineActionFactory$ParseAndBuildAction.execute(CommandLineActionFactory.java:174)
at 
org.gradle.launcher.cli.CommandLineActionFactory$WithLogging.execute(CommandLineActionFactory.java:170)
at 
org.gradle.launcher.cli.CommandLineActionFactory$WithLogging.execute(CommandLineActionFactory.java:139)
at 
org.gradle.launcher.cli.ExceptionReportingAction.execute(ExceptionReportingAction.java:33)
at 
org.gradle.launcher.cli.ExceptionReportingAction.execute(ExceptionReportingAction.java:22)
at org.gradle.launcher.Main.doAction(Main.java:48)
at org.gradle.launcher.bootstrap.EntryPoint.run(EntryPoint.java:45)
at org.gradle.launcher.Main.main(Main.java:39)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.gradle.launcher.bootstrap.ProcessBootstrap.runNoExit(ProcessBootstrap.java:50)
at 
org.gradle.launcher.bootstrap.ProcessBootstrap.run(ProcessBootstrap.java:32)
at org.gradle.launcher.GradleMain.main(GradleMain.java:26)

FAILURE: Build failed with an exception.

* What went wrong:
Build aborted because of an internal 

leiningen 1.7.1-2 MIGRATED to testing

2014-05-08 Thread Debian testing watch
FYI: The status of the leiningen source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.7.1-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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


tuxguitar 1.2-19 MIGRATED to testing

2014-05-08 Thread Debian testing watch
FYI: The status of the tuxguitar source package
in Debian's testing distribution has changed.

  Previous version: 1.2-18
  Current version:  1.2-19

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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


clojure-contrib 1.2.0-2 MIGRATED to testing

2014-05-08 Thread Debian testing watch
FYI: The status of the clojure-contrib source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.2.0-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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


libpdfbox-java 1:1.8.5+dfsg-1 MIGRATED to testing

2014-05-08 Thread Debian testing watch
FYI: The status of the libpdfbox-java source package
in Debian's testing distribution has changed.

  Previous version: 1:1.8.4+dfsg-1
  Current version:  1:1.8.5+dfsg-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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


clojure1.2 1.2.1+dfsg-5 MIGRATED to testing

2014-05-08 Thread Debian testing watch
FYI: The status of the clojure1.2 source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.2.1+dfsg-5

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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


clucy 0.3.0-1 MIGRATED to testing

2014-05-08 Thread Debian testing watch
FYI: The status of the clucy source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  0.3.0-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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


closure-compiler 20130227+dfsg1-6 MIGRATED to testing

2014-05-08 Thread Debian testing watch
FYI: The status of the closure-compiler source package
in Debian's testing distribution has changed.

  Previous version: 20130227+dfsg1-5
  Current version:  20130227+dfsg1-6

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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


Bug#733234: Groovy fails with groovy.lang.MissingMethodException

2014-05-08 Thread Miguel Landaeta
On Fri, Apr 18, 2014 at 12:51:38AM +0200, Bálint Réczey wrote:
 
 When there is a groovy - gradle pair in the archive which can build
 itself I'll check back to this problem again.

I believe gradle and groovy are now fixed in unstable, so please
ping me when you have the chance to revisit this issue.

-- 
Miguel Landaeta, nomadium at debian.org
secure email with PGP 0x6E608B637D8967E9 available at
http://db.debian.org/fetchkey.cgi?fingerprint=4CB7FE1E280ECC90F29A597E6E608B637D8967E9
Faith means not wanting to know what is true. -- Nietzsche


signature.asc
Description: Digital signature
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#733234: Groovy fails with groovy.lang.MissingMethodException

2014-05-08 Thread Bálint Réczey
Hi Miguel,

2014-05-08 23:17 GMT+02:00 Miguel Landaeta nomad...@debian.org:
 On Fri, Apr 18, 2014 at 12:51:38AM +0200, Bálint Réczey wrote:

 When there is a groovy - gradle pair in the archive which can build
 itself I'll check back to this problem again.

 I believe gradle and groovy are now fixed in unstable, so please
 ping me when you have the chance to revisit this issue.
The attached patch still makes the issue reproducible on xbmc 2:13.0+dfsg1-1:

...
touch xbmc/interfaces/python/generated/doxygenxml
mkdir -p xbmc/interfaces/python/generated
/usr/bin/swig -w401 -c++ -o
xbmc/interfaces/python/generated/AddonModuleXbmc.xml -xml -I./xbmc
-xmllang python xbmc/interfaces/swig/AddonModuleXbmc.i
# Work around potential groovy bug reported at:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733234
# groovyc -cp 
/usr/share/java/groovy.jar:/usr/share/java/commons-lang-2.6.jar:./tools/codegenerator:xbmc/interfaces/python
-d tools/codegenerator tools/codegenerator/Helper.groovy
tools/codegenerator/SwigTypeParser.groovy
xbmc/interfaces/python/MethodType.groovy
xbmc/interfaces/python/PythonTools.groovy
groovy -cp 
/usr/share/java/groovy.jar:/usr/share/java/commons-lang-2.6.jar:./tools/codegenerator:xbmc/interfaces/python
\
./tools/codegenerator/Generator.groovy
xbmc/interfaces/python/generated/AddonModuleXbmc.xml
xbmc/interfaces/python/PythonSwig.cpp.template
xbmc/interfaces/python/generated/AddonModuleXbmc.cpp
xbmc/interfaces/python/generated/doxygenxml
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
/«BUILDDIR»/xbmc-13.0+dfsg1/tools/codegenerator/Generator.groovy: 25:
unable to resolve class Helper
 @ line 25, column 1.
   import Helper
   ^

1 error

make[2]: *** [xbmc/interfaces/python/generated/AddonModuleXbmc.cpp] Error 1
codegenerator.mk:35: recipe for target
'xbmc/interfaces/python/generated/AddonModuleXbmc.cpp' failed
rm xbmc/interfaces/python/generated/AddonModuleXbmc.xml
...

Cheers,
Balint
From bf79793de645a2d1c71c18da0483084ac6ce7193 Mon Sep 17 00:00:00 2001
From: Balint Reczey bal...@balintreczey.hu
Date: Thu, 8 May 2014 23:30:16 +0200
Subject: [PATCH] XXX disable groovy workaround

---
 debian/patches/07-use-system-groovy.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/07-use-system-groovy.patch b/debian/patches/07-use-system-groovy.patch
index 1c1de64..bee19de 100644
--- a/debian/patches/07-use-system-groovy.patch
+++ b/debian/patches/07-use-system-groovy.patch
@@ -15,7 +15,7 @@ index 6689777..6afaa7d 100644
 -  org.codehaus.groovy.tools.FileSystemCompiler -d $(TOPDIR)/tools/codegenerator $(TOPDIR)/tools/codegenerator/Helper.groovy  $(TOPDIR)/tools/codegenerator/SwigTypeParser.groovy $(INTERFACES_DIR)/python/MethodType.groovy $(INTERFACES_DIR)/python/PythonTools.groovy
 -	$(JAVA) -cp $(GROOVY_DIR)/groovy-all-2.1.7.jar:$(GROOVY_DIR)/commons-lang-2.6.jar:$(TOPDIR)/tools/codegenerator:$(INTERFACES_DIR)/python \
 -  groovy.ui.GroovyMain $(TOPDIR)/tools/codegenerator/Generator.groovy $ $(INTERFACES_DIR)/python/PythonSwig.cpp.template $@ $(DOXY_XML_PATH)
-+	groovyc -cp /usr/share/java/groovy.jar:/usr/share/java/commons-lang-2.6.jar:$(TOPDIR)/tools/codegenerator:$(INTERFACES_DIR)/python -d tools/codegenerator tools/codegenerator/Helper.groovy  tools/codegenerator/SwigTypeParser.groovy $(INTERFACES_DIR)/python/MethodType.groovy $(INTERFACES_DIR)/python/PythonTools.groovy
++	# groovyc -cp /usr/share/java/groovy.jar:/usr/share/java/commons-lang-2.6.jar:$(TOPDIR)/tools/codegenerator:$(INTERFACES_DIR)/python -d tools/codegenerator tools/codegenerator/Helper.groovy  tools/codegenerator/SwigTypeParser.groovy $(INTERFACES_DIR)/python/MethodType.groovy $(INTERFACES_DIR)/python/PythonTools.groovy
 +	groovy -cp /usr/share/java/groovy.jar:/usr/share/java/commons-lang-2.6.jar:$(TOPDIR)/tools/codegenerator:$(INTERFACES_DIR)/python \
 +		$(TOPDIR)/tools/codegenerator/Generator.groovy $ $(INTERFACES_DIR)/python/PythonSwig.cpp.template $@ $(DOXY_XML_PATH)
  	rm $
-- 
2.0.0.rc0

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