Debian Bug report logs -
#692565
libgwt-dev-java: compilation failure
Reported by: Olivier Sallou <osallou@debian.org>
Date: Wed, 7 Nov 2012 14:33:01 UTC
Severity: normal
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
Report forwarded
to debian-bugs-dist@lists.debian.org, Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>:
Bug#692565; Package libgwt-dev-java.
(Wed, 07 Nov 2012 14:33:03 GMT) (full text, mbox, link).
Acknowledgement sent
to Olivier Sallou <osallou@debian.org>:
New Bug report received and forwarded. Copy sent to Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>.
(Wed, 07 Nov 2012 14:33:03 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: libgwt-dev-java
Version: 2.4.0-1
Severity: normal
Dear Maintainer,
I tried to gwt compile biomaj-watcher package from embedded GWT libraries to GWT package.
I face a compilation error:
gwtc:
[java] Nov 7, 2012 3:16:33 PM java.util.prefs.FileSystemPreferences$2 run
[java] WARNING: Couldn't create user preferences directory. User preferences are unusable.
[java] Nov 7, 2012 3:16:33 PM java.util.prefs.FileSystemPreferences$2 run
[java] WARNING: java.io.IOException: Permission denied
[java] Compiling module org.inria.bmajwatcher.BmajWatcher
[java] [ERROR] Unexpected internal compiler error
[java] java.lang.NullPointerException
[java] at com.google.gwt.dev.javac.JsniChecker.getSuppressedWarnings(JsniChecker.java:565)
[java] at com.google.gwt.dev.javac.JsniChecker$JsniDeclChecker.visit(JsniChecker.java:135)
[java] at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.traverse(TypeDeclaration.java:1233)
[java] at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.traverse(CompilationUnitDeclaration.java:679)
[java] at com.google.gwt.dev.javac.JsniChecker.check(JsniChecker.java:615)
[java] at com.google.gwt.dev.javac.JsniChecker.check(JsniChecker.java:559)
[java] at com.google.gwt.dev.javac.CompilationStateBuilder$CompileMoreLater$UnitProcessorImpl.process(CompilationStateBuilder.java:83)
[java] at com.google.gwt.dev.javac.JdtCompiler$CompilerImpl.process(JdtCompiler.java:251)
[java] at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:464)
[java] at com.google.gwt.dev.javac.JdtCompiler.doCompile(JdtCompiler.java:710)
[java] at com.google.gwt.dev.javac.CompilationStateBuilder$CompileMoreLater.compile(CompilationStateBuilder.java:235)
[java] at com.google.gwt.dev.javac.CompilationStateBuilder.doBuildFrom(CompilationStateBuilder.java:447)
[java] at com.google.gwt.dev.javac.CompilationStateBuilder.buildFrom(CompilationStateBuilder.java:370)
[java] at com.google.gwt.dev.cfg.ModuleDef.getCompilationState(ModuleDef.java:360)
[java] at com.google.gwt.dev.Precompile.precompile(Precompile.java:252)
[java] at com.google.gwt.dev.Precompile.precompile(Precompile.java:233)
[java] at com.google.gwt.dev.Precompile.precompile(Precompile.java:145)
[java] at com.google.gwt.dev.Compiler.run(Compiler.java:232)
[java] at com.google.gwt.dev.Compiler.run(Compiler.java:198)
[java] at com.google.gwt.dev.Compiler$1.run(Compiler.java:170)
[java] at com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:88)
[java] at com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:82)
[java] at com.google.gwt.dev.Compiler.main(Compiler.java:177)
[java] Exception in thread "Thread-1" java.lang.SecurityException: Could not lock User prefs. Lock file access denied.
[java] at java.util.prefs.FileSystemPreferences.checkLockFile0ErrorCode(FileSystemPreferences.java:936)
[java] at java.util.prefs.FileSystemPreferences.lockFile(FileSystemPreferences.java:925)
[java] at java.util.prefs.FileSystemPreferences.sync(FileSystemPreferences.java:731)
[java] at java.util.prefs.FileSystemPreferences.flush(FileSystemPreferences.java:824)
[java] at java.util.prefs.FileSystemPreferences.syncWorld(FileSystemPreferences.java:468)
[java] at java.util.prefs.FileSystemPreferences.access$1200(FileSystemPreferences.java:50)
[java] at java.util.prefs.FileSystemPreferences$5$1.run(FileSystemPreferences.java:446)
BUILD FAILED
/home/osallou/DEBIAN-MED/biomaj-watcher/biomaj-watcher_test_gwt/usr/share/biomaj-watcher/src/build.xml:52: Java returned: 1
I also add a library named gwt-servlet-deps.jar that I do not find in gwt package. Is it inclused in gwt-servlet?
Thanks
Olivier
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>:
Bug#692565; Package libgwt-dev-java.
(Wed, 07 Nov 2012 22:51:03 GMT) (full text, mbox, link).
Acknowledgement sent
to Charles Plessy <plessy@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>.
(Wed, 07 Nov 2012 22:51:03 GMT) (full text, mbox, link).
Message #10 received at 692565@bugs.debian.org (full text, mbox, reply):
Le Wed, Nov 07, 2012 at 03:29:21PM +0100, Olivier Sallou a écrit :
> Package: libgwt-dev-java
> Version: 2.4.0-1
> Severity: normal
>
> Dear Maintainer,
> I tried to gwt compile biomaj-watcher package from embedded GWT libraries to GWT package.
> I face a compilation error:
Bonjour Olivier,
I tried to upgrade GWT to version 2.5.0 in order to #691900, but failed
because of a compilation error. Can you try to see if your proble would
be solved by an upgrade ? Also, if you have an idea on how to solve
the compilation problem in #691900, it would be very welcome !
Cheers,
--
Charles
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>:
Bug#692565; Package libgwt-dev-java.
(Thu, 08 Nov 2012 07:30:03 GMT) (full text, mbox, link).
Acknowledgement sent
to olivier sallou <olivier.sallou@gmail.com>:
Extra info received and forwarded to list. Copy sent to Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>.
(Thu, 08 Nov 2012 07:30:03 GMT) (full text, mbox, link).
Message #15 received at 692565@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
2012/11/7 Charles Plessy <plessy@debian.org>
> Le Wed, Nov 07, 2012 at 03:29:21PM +0100, Olivier Sallou a écrit :
> > Package: libgwt-dev-java
> > Version: 2.4.0-1
> > Severity: normal
> >
> > Dear Maintainer,
> > I tried to gwt compile biomaj-watcher package from embedded GWT
> libraries to GWT package.
> > I face a compilation error:
>
> Bonjour Olivier,
>
> I tried to upgrade GWT to version 2.5.0 in order to #691900, but failed
> because of a compilation error. Can you try to see if your proble would
> be solved by an upgrade ? Also, if you have an idea on how to solve
> the compilation problem in #691900, it would be very welcome !
>
How can I check if upgrade would solve issue?
I will have a look for comp problem.
>
> Cheers,
>
> --
> Charles
>
--
gpg key id: 4096R/326D8438 (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335 D26D 78DC 68DB 326D 8438
[Message part 2 (text/html, inline)]
Reply sent
to Debian FTP Masters <ftpmaster@ftp-master.debian.org>:
You have taken responsibility.
(Fri, 09 Aug 2013 06:54:34 GMT) (full text, mbox, link).
Notification sent
to Olivier Sallou <osallou@debian.org>:
Bug acknowledged by developer.
(Fri, 09 Aug 2013 06:54:34 GMT) (full text, mbox, link).
Message #20 received at 692565-done@bugs.debian.org (full text, mbox, reply):
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:33:33 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:57:00 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.