libreoffice team mailing list archive
-
libreoffice team
-
Mailing list archive
-
Message #00025
Re: First backport build, test failure
On Thu, Dec 13, 2012 at 09:56:07AM +0200, Boaz Dodin wrote:
> java.lang.InternalError: Can't connect to X11 window server using ':0' as
> the value of the DISPLAY variable.
> at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
That looks like you have the DISPLAY variable set to some X11-server that is
not reachable from the build. I thought we made the rules file robust against
that, but that might have been after 3.6. Doing a
unset DISPLAY
before starting the build should help (this should be in ./debian/rules too for
the check rules TBH). The test should then run in headless mode and be happy ;)
Best,
Bjoern
References