Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 843A57A34 for ; Wed, 28 Sep 2011 20:42:15 +0000 (UTC) Received: (qmail 19448 invoked by uid 500); 28 Sep 2011 20:42:15 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 19413 invoked by uid 500); 28 Sep 2011 20:42:15 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 19404 invoked by uid 99); 28 Sep 2011 20:42:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2011 20:42:15 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Mathias_Bauer@gmx.net designates 213.165.64.22 as permitted sender) Received: from [213.165.64.22] (HELO mailout-de.gmx.net) (213.165.64.22) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 28 Sep 2011 20:42:06 +0000 Received: (qmail invoked by alias); 28 Sep 2011 20:41:45 -0000 Received: from e176050011.adsl.alicedsl.de (EHLO [192.168.1.4]) [85.176.50.11] by mail.gmx.net (mp002) with SMTP; 28 Sep 2011 22:41:45 +0200 X-Authenticated: #17242763 X-Provags-ID: V01U2FsdGVkX1+zuU1/vOKz8RQUMWSiY+Bbm6mQ9Mu5CnUVICwo49 hIdKOyfLacYi7R Message-ID: <4E838688.1010008@gmx.net> Date: Wed, 28 Sep 2011 22:41:44 +0200 From: Mathias Bauer User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: ooo-dev@incubator.apache.org Subject: Re: [LINUX-BUILD] Details of Fedora 14 and 15 x68_64 build References: <4E813692.6090904@apache.org> In-Reply-To: <4E813692.6090904@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org On 27.09.2011 04:36, Carl Marcum wrote: > As of Repo version 1175305 I can Build on Fedora 14 and 15 x86_64. > > Thank you Ariel for helping me get the first one completed. > > I found that there is a problem trying to to build hsqldb using java 1.7 > due to the build.xml only having targets for java up to 1.6 so I > switched back to 1.6 for the complete build. > > Starting with a Fedora "basic desktop" install. > > I used yum to install the packages listed on the Fedora build > instructions [1]. > > I needed to add librsvg2-devel and junit4. The first problem is a bug, libsvg shouldn't be needed in a non-copyleft build (as it's LGPL licensed). junit4 indeed is needed, but can be made obsolete by using --without-junit in configure. Thanks for reporting your results, Mathias