Debian Bug report logs - #588660
FTBFS: Compiling module edu.ucsb.eucalyptus.admin.EucalyptusWebInterface

version graph

Package: eucalyptus; Maintainer for eucalyptus is (unknown);

Reported by: Miguel Landaeta <miguel@miguel.cc>

Date: Sat, 10 Jul 2010 21:42:01 UTC

Severity: serious

Fixed in version 1.6.2-2

Done: Charles Plessy <plessy@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, miguel@miguel.cc, Chris Grzegorczyk <grze@eucalyptus.com>:
Bug#588660; Package eucalyptus. (Sat, 10 Jul 2010 21:42:04 GMT) (full text, mbox, link).


Acknowledgement sent to Miguel Landaeta <miguel@miguel.cc>:
New Bug report received and forwarded. Copy sent to miguel@miguel.cc, Chris Grzegorczyk <grze@eucalyptus.com>. (Sat, 10 Jul 2010 21:42:04 GMT) (full text, mbox, link).


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

From: Miguel Landaeta <miguel@miguel.cc>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: FTBFS: Compiling module edu.ucsb.eucalyptus.admin.EucalyptusWebInterface
Date: Sat, 10 Jul 2010 17:08:36 -0430
Package: eucalyptus
Severity: serious

Hi,

After fixing #583606 eucalyptus still can't be built from
source.

Here is the relevant part of the log:

> jar:
> Building jar: /tmp/buildd/eucalyptus-1.6.2/clc/target/eucalyptus-www-1.6.2.jar
> 
> check-src:
> 
> compile-gwt:
> Created dir: /tmp/buildd/eucalyptus-1.6.2/clc/modules/www/build-war
> Created dir: /tmp/buildd/eucalyptus-1.6.2/clc/modules/www/webapps
> Jul 10, 2010 9:01:36 PM java.util.prefs.FileSystemPreferences$2 run
> INFO: Created user preferences directory.
> Loading module 'edu.ucsb.eucalyptus.admin.EucalyptusWebInterface'
>    [WARN] Injected scripts no longer require an associated JavaScript block.
> Compiling module edu.ucsb.eucalyptus.admin.EucalyptusWebInterface
>    Refreshing module from source
>       Validating newly compiled units
>          Removing units with errors
>             [ERROR] Errors in 'jar:file:/usr/share/java/gwt-user-1.6.4.jar!/com/google/gwt/event/dom/client/package-info.java'
>                [ERROR] Line 1: The type package-info is already defined
> No protocol specified
>    [ERROR] Errors in 'jar:file:/usr/share/java/gwt-user-1.6.4.jar!/com/google/gwt/user/client/ui/DisclosurePanel.java'
>       [ERROR]  Internal compiler error: java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable. at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
> [ERROR] Unexpected
> java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
> 	at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
> 	at sun.awt.X11GraphicsEnvironment.access$100(X11GraphicsEnvironment.java:62)
> 	at sun.awt.X11GraphicsEnvironment$1.run(X11GraphicsEnvironment.java:166)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:142)
> 	at java.lang.Class.forName0(Native Method)
> 	at java.lang.Class.forName(Class.java:186)
> 	at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:82)
> 	at java.awt.image.BufferedImage.createGraphics(BufferedImage.java:1152)
> 	at com.google.gwt.user.rebind.ui.ImageBundleBuilder.drawBundledImage(ImageBundleBuilder.java:450)
> 	at com.google.gwt.user.rebind.ui.ImageBundleBuilder.writeBundledImage(ImageBundleBuilder.java:319)
> 	at com.google.gwt.user.rebind.ui.ImageBundleGenerator.generateImplClass(ImageBundleGenerator.java:305)
> 	at com.google.gwt.user.rebind.ui.ImageBundleGenerator.generate(ImageBundleGenerator.java:159)
> 	at com.google.gwt.dev.cfg.RuleGenerateWith.realize(RuleGenerateWith.java:49)
> 	at com.google.gwt.dev.shell.StandardRebindOracle$Rebinder.tryRebind(StandardRebindOracle.java:113)
> 	at com.google.gwt.dev.shell.StandardRebindOracle$Rebinder.rebind(StandardRebindOracle.java:62)
> 	at com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:172)
> 	at com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:161)
> 	at com.google.gwt.dev.Precompile$DistillerRebindPermutationOracle.getAllPossibleRebindAnswers(Precompile.java:204)
> 	at com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.doFindAdditionalTypesUsingRebinds(WebModeCompilerFrontEnd.java:128)
> 	at com.google.gwt.dev.jdt.AbstractCompiler$CompilerImpl.process(AbstractCompiler.java:151)
> 	at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:464)
> 	at com.google.gwt.dev.jdt.AbstractCompiler$CompilerImpl.compile(AbstractCompiler.java:85)
> 	at com.google.gwt.dev.jdt.AbstractCompiler$CompilerImpl.compile(AbstractCompiler.java:181)
> 	at com.google.gwt.dev.jdt.AbstractCompiler$CompilerImpl.access$400(AbstractCompiler.java:71)
> 	at com.google.gwt.dev.jdt.AbstractCompiler.compile(AbstractCompiler.java:473)
> 	at com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.getCompilationUnitDeclarations(WebModeCompilerFrontEnd.java:73)
> 	at com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScriptCompiler.java:254)
> 	at com.google.gwt.dev.Precompile.precompile(Precompile.java:300)
> 	at com.google.gwt.dev.Compiler.run(Compiler.java:170)
> 	at com.google.gwt.dev.Compiler$1.run(Compiler.java:124)
> 	at com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:84)
> 	at com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:78)
> 	at com.google.gwt.dev.Compiler.main(Compiler.java:131)
> make[2]: Leaving directory `/tmp/buildd/eucalyptus-1.6.2/clc'
> make[1]: Leaving directory `/tmp/buildd/eucalyptus-1.6.2'

The complete build log is attached.
Regards,



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

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

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
"Faith means not wanting to know what is true." -- Nietzsche




Information forwarded to debian-bugs-dist@lists.debian.org, Chris Grzegorczyk <grze@eucalyptus.com>:
Bug#588660; Package eucalyptus. (Sat, 10 Jul 2010 21:51:05 GMT) (full text, mbox, link).


Acknowledgement sent to Miguel Landaeta <miguel@miguel.cc>:
Extra info received and forwarded to list. Copy sent to Chris Grzegorczyk <grze@eucalyptus.com>. (Sat, 10 Jul 2010 21:51:05 GMT) (full text, mbox, link).


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

From: Miguel Landaeta <miguel@miguel.cc>
To: 588660@bugs.debian.org
Subject: Re: FTBFS: Compiling module edu.ucsb.eucalyptus.admin.EucalyptusWebInterface
Date: Sat, 10 Jul 2010 17:18:53 -0430
[Message part 1 (text/plain, inline)]
Please see the attached log.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
"Faith means not wanting to know what is true." -- Nietzsche
[eucalyptus_ftbfs.log.gz (application/octet-stream, attachment)]

Information forwarded to debian-bugs-dist@lists.debian.org, Chris Grzegorczyk <grze@eucalyptus.com>:
Bug#588660; Package eucalyptus. (Mon, 12 Jul 2010 01:12:03 GMT) (full text, mbox, link).


Acknowledgement sent to Charles Plessy <plessy@debian.org>:
Extra info received and forwarded to list. Copy sent to Chris Grzegorczyk <grze@eucalyptus.com>. (Mon, 12 Jul 2010 01:12:03 GMT) (full text, mbox, link).


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

From: Charles Plessy <plessy@debian.org>
To: 588660@bugs.debian.org, Miguel Landaeta <miguel@miguel.cc>
Subject: eucalyptus 1.6.2-2 building fine in sbuild chroots?
Date: Mon, 12 Jul 2010 10:08:46 +0900
[Message part 1 (text/plain, inline)]
Hello Miguel,

I just uploaded eucalyptus 1.6.2-2, which seems to build fine with sbuild.

Here is the build log. Do you see the difference that makes the package
fail to build in your chroot?

Have a nice day,

-- 
Charles
[eucalyptus_1.6.2-2_amd64.build.gz (application/octet-stream, attachment)]

Information forwarded to debian-bugs-dist@lists.debian.org, Chris Grzegorczyk <grze@eucalyptus.com>:
Bug#588660; Package eucalyptus. (Mon, 12 Jul 2010 01:45:04 GMT) (full text, mbox, link).


Acknowledgement sent to Miguel Landaeta <miguel@miguel.cc>:
Extra info received and forwarded to list. Copy sent to Chris Grzegorczyk <grze@eucalyptus.com>. (Mon, 12 Jul 2010 01:45:04 GMT) (full text, mbox, link).


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

From: Miguel Landaeta <miguel@miguel.cc>
To: Charles Plessy <plessy@debian.org>
Cc: 588660@bugs.debian.org
Subject: Re: eucalyptus 1.6.2-2 building fine in sbuild chroots?
Date: Sun, 11 Jul 2010 21:13:56 -0430
On Sun, Jul 11, 2010 at 8:38 PM, Charles Plessy <plessy@debian.org> wrote:
> I just uploaded eucalyptus 1.6.2-2, which seems to build fine with sbuild.
>
> Here is the build log. Do you see the difference that makes the package
> fail to build in your chroot?

Hi Charles,

Now eucalyptus is building without problems, so I guess this bug
can be closed. Thanks for take time and solve this issue.

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
"Faith means not wanting to know what is true." -- Nietzsche




Information forwarded to debian-bugs-dist@lists.debian.org, Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>:
Bug#588660; Package eucalyptus. (Mon, 12 Jul 2010 03:54:05 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>. (Mon, 12 Jul 2010 03:54:05 GMT) (full text, mbox, link).


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

From: Charles Plessy <plessy@debian.org>
To: 588660@bugs.debian.org, 584364@bugs.debian.org
Subject: Eucalyptus 1.6.2-2 building fine in sbuild chroots.
Date: Mon, 12 Jul 2010 12:50:20 +0900
done 588660 1.6.2-2
done 584364 1.6.2-2
thanks

The correction of libmule-java-2.0 (#583606) solved the building problems
of the eucalyptus package.

Thanks to Lucas for his automated builds, and Miguel for his investigations.

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan




Bug marked as fixed in version 1.6.2-2, send any further explanations to Miguel Landaeta <miguel@miguel.cc> Request was from Charles Plessy <plessy@debian.org> to control@bugs.debian.org. (Mon, 12 Jul 2010 04:06:02 GMT) (full text, mbox, link).


Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Tue, 24 Aug 2010 07:34:32 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:59:37 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.