Return-Path: X-Original-To: apmail-openoffice-dev-archive@www.apache.org Delivered-To: apmail-openoffice-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 24F02DB8C for ; Sun, 16 Dec 2012 20:06:50 +0000 (UTC) Received: (qmail 23935 invoked by uid 500); 16 Dec 2012 20:06:49 -0000 Delivered-To: apmail-openoffice-dev-archive@openoffice.apache.org Received: (qmail 23868 invoked by uid 500); 16 Dec 2012 20:06:49 -0000 Mailing-List: contact dev-help@openoffice.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openoffice.apache.org Delivered-To: mailing list dev@openoffice.apache.org Received: (qmail 23860 invoked by uid 99); 16 Dec 2012 20:06:49 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Dec 2012 20:06:49 +0000 Received: from localhost (HELO mail-la0-f46.google.com) (127.0.0.1) (smtp-auth username jani, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Dec 2012 20:06:49 +0000 Received: by mail-la0-f46.google.com with SMTP id p5so4287106lag.33 for ; Sun, 16 Dec 2012 12:06:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.125.7 with SMTP id mm7mr8825526lab.2.1355688404388; Sun, 16 Dec 2012 12:06:44 -0800 (PST) Received: by 10.112.40.163 with HTTP; Sun, 16 Dec 2012 12:06:44 -0800 (PST) In-Reply-To: References: Date: Sun, 16 Dec 2012 21:06:44 +0100 Message-ID: Subject: Re: AOO trunk build fails with HSQLDB From: janI To: dev@openoffice.apache.org Content-Type: multipart/alternative; boundary=f46d043743efc50c0d04d0fdcd50 --f46d043743efc50c0d04d0fdcd50 Content-Type: text/plain; charset=ISO-8859-1 I use ubuntu (12.04 server and 12.10 desktop) and have no problem building trunk, branches/l10n. I use the following conf call: ./configure \ --with-dmake-url= http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2 \ --with-epm-url=http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz\ --disable-odk \ --disable-binfilter \ --enable-wiki-publisher \ --with-lang="da" (also with --with-lang). I have not changed any java setup, actually I just installed the 12.10 yesterday, so it is fresh out of the box. I had a problem with sysui and permission,but I committed a change to build a while ago. java is version 1.7.0_09 OpenJDK runtime (IcedTea 2.3.3) OpenJDK 64bit server build 23-2-b09 I just had another build all this evening which just completed. On 16 December 2012 20:52, Lucas Burson wrote: > Hi, > > I cannot build AOO from source. I use Ubuntu 64bit. I have never been > able to build correctly; I switched from jdk7 to jdk6 and that didn't > change anything. > I used these instructions, [1], to get things started but I use a > different svn url. (off topic: I tried svn-git but it stops responding > after a while). > > > These are the commands that I run to get the build going: > svn co https://svn-master.apache.org/repos/asf/openoffice/trunk~/aoo/trunk > cd ~/aoo/trunk/main/ > autoconf > ~/aoo/trunk/main/configure > --with-dmake-url= > http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2 > --with-epm-url=http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz > --disable-odk --disable-binfilter > ~/aoo/trunk/main/bootstrap > source ~/aoo/trunk/main/LinuxX86-64Env.Set.sh > cd ~/aoo/trunk/main/instsetoo_native/ > build --all -P4 -- -P4 > I do the same...and when I run into problems I restart build without the P4 (solely: build --all) hope it helps. Jan. > > > It fails. I get a bunch of compiler errors about abstract methods not > being overridden: > " > [javac] /home/ljdelight/aoo/trunk/main/hsqldb/ > unxlngx6.pro/misc/build/hsqldb/src/org/hsqldb/jdbc/jdbcStatement.java:127: > error: jdbcStatement is not abstract and does not override abstract > method isCloseOnCompletion() in Statement > [javac] public class jdbcStatement implements Statement { > [javac] ^ > ERROR: error 65280 occurred while making > /home/ljdelight/aoo/trunk/main/hsqldb > When you have fixed the errors in that module you can resume the build > by running: > build --from hsqldb > " > > Thanks for the help, > Lucas > > [1] http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO > --f46d043743efc50c0d04d0fdcd50--