Your message dated Thu, 10 Dec 2015 15:51:14 -0300
with message-id <[email protected]>
and subject line Bug#733096: fixed in gmetrics 0.7-2
has caused the Debian Bug report #733096,
regarding gmetrics: FTBFS when built against Groovy 2.2.1
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.)


-- 
733096: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733096
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gmetrics
Version: 0.5-1
Severity: important

I rebuilt this package in experimental to check its compatibility with
Groovy 2.2.1 and I found this error during build time.

(I'm including a complete build log attached)

Relevant error messages:

[...]
compile:
  [groovyc] Compiling 88 source files to 
/home/miguel/gmetrics-0.5/target/classes
  [groovyc] java.lang.OutOfMemoryError: Java heap space
  [groovyc]     at java.util.ArrayList.<init>(ArrayList.java:144)
  [groovyc]     at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$DgmMethodRecord.loadDgmInfo(GeneratedMetaMethod.java:193)
  [groovyc]     at 
org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl.registerMethods(MetaClassRegistryImpl.java:183)
  [groovyc]     at 
org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl.<init>(MetaClassRegistryImpl.java:93)
  [groovyc]     at 
org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl.<init>(MetaClassRegistryImpl.java:71)
  [groovyc]     at groovy.lang.GroovySystem.<clinit>(GroovySystem.java:33)
  [groovyc]     at 
org.codehaus.groovy.runtime.InvokerHelper.<clinit>(InvokerHelper.java:61)
  [groovyc]     at 
org.codehaus.groovy.runtime.DefaultGroovyMethods.join(DefaultGroovyMethods.java:4675)
  [groovyc]     at 
org.codehaus.groovy.ant.Groovyc.makeCommandLine(Groovyc.java:1047)
  [groovyc]     at org.codehaus.groovy.ant.Groovyc.compile(Groovyc.java:1150)
  [groovyc]     at org.codehaus.groovy.ant.Groovyc.execute(Groovyc.java:770)
  [groovyc]     at 
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
  [groovyc]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  [groovyc]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  [groovyc]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  [groovyc]     at java.lang.reflect.Method.invoke(Method.java:606)
  [groovyc]     at 
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  [groovyc]     at org.apache.tools.ant.Task.perform(Task.java:348)
  [groovyc]     at org.apache.tools.ant.Target.execute(Target.java:435)
  [groovyc]     at org.apache.tools.ant.Target.performTasks(Target.java:456)
  [groovyc]     at 
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
  [groovyc]     at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
  [groovyc]     at 
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
  [groovyc]     at 
org.apache.tools.ant.Project.executeTargets(Project.java:1248)
  [groovyc]     at org.apache.tools.ant.Main.runBuild(Main.java:851)
  [groovyc]     at org.apache.tools.ant.Main.startAnt(Main.java:235)
  [groovyc]     at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
  [groovyc]     at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
  [groovyc] org.codehaus.groovy.control.MultipleCompilationErrorsException: 
startup failed:
  [groovyc] 
/home/miguel/gmetrics-0.5/src/main/groovy/org/gmetrics/report/BasicHtmlReportWriter.groovy:
 35: Cannot specify duplicate annotation on the same member : groovy.lang.Mixin
  [groovyc]  @ line 35, column 1.
  [groovyc]    @Mixin(LevelsCriteriaFilter)
  [groovyc]    ^
  [groovyc] 
  [groovyc] 
/home/miguel/gmetrics-0.5/src/main/groovy/org/gmetrics/report/BasicHtmlReportWriter.groovy:
 36: Cannot specify duplicate annotation on the same member : groovy.lang.Mixin
  [groovyc]  @ line 36, column 1.
  [groovyc]    @Mixin(FunctionsCriteriaFilter)
  [groovyc]    ^
  [groovyc] 
  [groovyc] 
/home/miguel/gmetrics-0.5/src/main/groovy/org/gmetrics/report/XmlReportWriter.groovy:
 34: Cannot specify duplicate annotation on the same member : groovy.lang.Mixin
  [groovyc]  @ line 34, column 1.
  [groovyc]    @Mixin(LevelsCriteriaFilter)
  [groovyc]    ^
  [groovyc] 
  [groovyc] 
/home/miguel/gmetrics-0.5/src/main/groovy/org/gmetrics/report/XmlReportWriter.groovy:
 35: Cannot specify duplicate annotation on the same member : groovy.lang.Mixin
  [groovyc]  @ line 35, column 1.
  [groovyc]    @Mixin(FunctionsCriteriaFilter)
  [groovyc]    ^
  [groovyc] 
  [groovyc] 4 errors

BUILD FAILED
/home/miguel/gmetrics-0.5/debian/build.xml:28: Compilation Failed

Total time: 5 seconds
make[1]: *** [override_jh_build] Error 1
make[1]: Leaving directory `/home/miguel/gmetrics-0.5'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2


-- System Information:
Debian Release: 7.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

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

-- 
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

Attachment: gmetrics_0.5-1_amd64.build.gz
Description: Binary data

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: gmetrics
Source-Version: 0.7-2

Emmanuel Bourg fixed this bug some weeks ago.

-- 
Miguel Landaeta, nomadium at debian.org
secure email with PGP 0x6E608B637D8967E9 available at http://miguel.cc/key.
"Faith means not wanting to know what is true." -- Nietzsche

Attachment: signature.asc
Description: Digital signature


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

Reply via email to