Debian Bug report logs - #685587
libgwt-dev-java: crashes on compiling a GWT hello world

version graph

Package: libgwt-dev-java; Maintainer for libgwt-dev-java is (unknown);

Reported by: Alexandre Rossi <alexandre.rossi@gmail.com>

Date: Wed, 22 Aug 2012 08:00:02 UTC

Severity: important

Found in version gwt/2.4.0-1

Fixed in version 2.4.0-1+rm

Done: Debian FTP Masters <ftpmaster@ftp-master.debian.org>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>:
Bug#685587; Package libgwt-dev-java. (Wed, 22 Aug 2012 08:00:04 GMT) (full text, mbox, link).


Acknowledgement sent to "Alexandre Rossi" <niol@sousmonlit.dyndns.org>:
New Bug report received and forwarded. Copy sent to Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>. (Wed, 22 Aug 2012 08:00:05 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: "Alexandre Rossi" <niol@sousmonlit.dyndns.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: libgwt-dev-java: crashes on compiling a GWT hello world
Date: Wed, 22 Aug 2012 09:58:01 +0200
Package: libgwt-dev-java
Version: 2.4.0-1
Severity: important

The patch to port GWT to the newer Eclipse JDT version seems buggy as
compiling a simple GWT application crashes the compiler.

I used the GWT 'Hello World' from :
    http://code.google.com/p/gwt-maven-helloworld/

$ java -cp /usr/share/java/gwt-dev.jar:/usr/share/java/gwt-user.jar:src/main/java:src/main/resources/ com.google.gwt.dev.Compiler helloWorld.aplicacion1
[WARN] Unable to initialize cache. Couldn't create directory /home/niol/mshared/
tmp/helloWorld/war/../gwt-unitCache.
Compiling module helloWorld.aplicacion1
[ERROR] Unexpected internal compiler error
java.lang.NullPointerException
        at com.google.gwt.dev.javac.JsniChecker.getSuppressedWarnings(JsniChecke
r.java:565)
        at com.google.gwt.dev.javac.JsniChecker$JsniDeclChecker.visit(JsniChecke
r.java:135)
        at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.traverse(TypeDe
claration.java:1233)
        at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.trav
erse(CompilationUnitDeclaration.java:679)
        at com.google.gwt.dev.javac.JsniChecker.check(JsniChecker.java:615)
        at com.google.gwt.dev.javac.JsniChecker.check(JsniChecker.java:559)
        at com.google.gwt.dev.javac.CompilationStateBuilder$CompileMoreLater$Uni
tProcessorImpl.process(CompilationStateBuilder.java:83)
        at com.google.gwt.dev.javac.JdtCompiler$CompilerImpl.process(JdtCompiler
.java:251)
        at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:464)
        at com.google.gwt.dev.javac.JdtCompiler.doCompile(JdtCompiler.java:710)
        at com.google.gwt.dev.javac.CompilationStateBuilder$CompileMoreLater.com
pile(CompilationStateBuilder.java:235)
        at com.google.gwt.dev.javac.CompilationStateBuilder.doBuildFrom(Compilat
ionStateBuilder.java:447)
        at com.google.gwt.dev.javac.CompilationStateBuilder.buildFrom(Compilatio
nStateBuilder.java:370)
        at com.google.gwt.dev.cfg.ModuleDef.getCompilationState(ModuleDef.java:3
60)
        at com.google.gwt.dev.Precompile.precompile(Precompile.java:252)
        at com.google.gwt.dev.Precompile.precompile(Precompile.java:233)
        at com.google.gwt.dev.Precompile.precompile(Precompile.java:145)
        at com.google.gwt.dev.Compiler.run(Compiler.java:232)
        at com.google.gwt.dev.Compiler.run(Compiler.java:198)
        at com.google.gwt.dev.Compiler$1.run(Compiler.java:170)
        at com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:88)
        at com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(Compile
TaskRunner.java:82)
        at com.google.gwt.dev.Compiler.main(Compiler.java:177)

If I use the precompiled GWT from upstream it works.

$ java -cp ../gwt-2.4.0/gwt-dev.jar:../gwt-2.4.0/gwt-user.jar:src/main/java:src/main/resources/ com.google.gwt.dev.Compiler helloWorld.aplicacion1
[WARN] Unable to initialize cache. Couldn't create directory /home/niol/mshared/tmp/helloWorld/war/../gwt-unitCache.
Compiling module helloWorld.aplicacion1
   Validating newly compiled units
      Ignored 71 units with compilation errors in first pass.
Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.
   Computing all possible rebind results for 'com.google.gwt.user.client.UserAgentAsserter'
      Rebinding com.google.gwt.user.client.UserAgentAsserter
         Checking rule <generate-with class='com.google.gwt.editor.rebind.SimpleBeanEditorDriverGenerator'/>
            [WARN] Detected warnings related to 'com.google.gwt.editor.client.SimpleBeanEditorDriver'.   Are validation-api-<version>.jar and validation-api-<version>-sources.jar on the classpath?
            Specify -logLevel DEBUG to see all errors.
            [WARN] Unknown type 'com.google.gwt.editor.client.SimpleBeanEditorDriver' specified in deferred binding rule
   Compiling 6 permutations
      Compiling permutation 0...
      Compiling permutation 1...
      Compiling permutation 2...
      Compiling permutation 3...
      Compiling permutation 4...
      Compiling permutation 5...
   Compile of permutations succeeded
Linking into /home/niol/mshared/tmp/helloWorld/war/helloWorld.aplicacion1
   Link succeeded
   Compilation succeeded -- 54,774s


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages libgwt-dev-java depends on:
ii  ant                           1.8.2-4
ii  glassfish-javaee              1:2.1.1-b31g-3
ii  libcommons-collections3-java  3.2.1-5
ii  libecj-java                   3.5.1-4
ii  libgoogle-collections-java    1.0-2
ii  libguava-java                 11.0.2-1
ii  libhtmlunit-core-js-java      2.8-1
ii  libhtmlunit-java              2.8-1
ii  libjetty-java                 6.1.26-1
ii  libprotobuf-java              2.4.1-3

libgwt-dev-java recommends no packages.

libgwt-dev-java suggests no packages.

-- no debconf information



Changed Bug submitter to 'Alexandre Rossi <alexandre.rossi@gmail.com>' from '"Alexandre Rossi" <niol@sousmonlit.dyndns.org>' Request was from Alexandre Rossi <alexandre.rossi@gmail.com> to control@bugs.debian.org. (Mon, 01 Oct 2012 13:33:05 GMT) (full text, mbox, link).


Reply sent to Debian FTP Masters <ftpmaster@ftp-master.debian.org>:
You have taken responsibility. (Fri, 09 Aug 2013 06:54:26 GMT) (full text, mbox, link).


Notification sent to Alexandre Rossi <alexandre.rossi@gmail.com>:
Bug acknowledged by developer. (Fri, 09 Aug 2013 06:54:26 GMT) (full text, mbox, link).


Message #12 received at 685587-done@bugs.debian.org (full text, mbox, reply):

From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
To: 681923-done@bugs.debian.org,684453-done@bugs.debian.org,685587-done@bugs.debian.org,691900-done@bugs.debian.org,692565-done@bugs.debian.org,697193-done@bugs.debian.org,713162-done@bugs.debian.org,
Cc: gwt@packages.debian.org, gwt@packages.qa.debian.org
Subject: Bug#718911: Removed package(s) from unstable
Date: Fri, 09 Aug 2013 06:53:33 +0000
Version: 2.4.0-1+rm

Dear submitter,

as the package gwt has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/718911

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Ansgar Burchardt (the ftpmaster behind the curtain)



Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Fri, 06 Sep 2013 07:36:01 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sat Jul 1 13:51:56 2023; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.