From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18931 invoked by alias); 12 Aug 2007 20:38:18 -0000 Received: (qmail 18906 invoked by uid 22791); 12 Aug 2007 20:38:16 -0000 X-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DK_POLICY_SIGNSOME,TW_BJ,TW_BX,TW_GC,TW_IB X-Spam-Check-By: sourceware.org Received: from smtp4-g19.free.fr (HELO smtp4-g19.free.fr) (212.27.42.30) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 12 Aug 2007 20:38:10 +0000 Received: from smtp4-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp4-g19.free.fr (Postfix) with ESMTP id 064196F1DF for ; Sun, 12 Aug 2007 22:38:08 +0200 (CEST) Received: from [192.168.0.3] (dra13-1-82-229-12-96.fbx.proxad.net [82.229.12.96]) by smtp4-g19.free.fr (Postfix) with ESMTP id CA22F6EDCD for ; Sun, 12 Aug 2007 22:38:07 +0200 (CEST) Subject: Re: Questions about build web documentation From: Thomas Girard To: Frysk Hackers In-Reply-To: <1186655070.3747.12.camel@dijkstra.wildebeest.org> References: <1186647756.3865.14.camel@micmac> <1186655070.3747.12.camel@dijkstra.wildebeest.org> Content-Type: multipart/mixed; boundary="=-f8k6eIiKHdc6RNZC2Xfe" Date: Sun, 12 Aug 2007 20:38:00 -0000 Message-Id: <1186950854.3853.29.camel@micmac> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 X-Virus-Checked: Checked by ClamAV on sourceware.org X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q3/txt/msg00290.txt.bz2 --=-f8k6eIiKHdc6RNZC2Xfe Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-length: 1247 Hello, Le jeudi 09 août 2007 à 12:24 +0200, Mark Wielaard a écrit : > > There's something I don't understand about this page: according to it > > jdom, junit and junit packages are required to build frysk. But they're > > not because they are available from frysk-imports. Am I missing > > something? (Besides, using system versions of these libraries - as we do > > for Debian frysk package - require tweaking some autotools files.) > > This might be slightly outdated then. antlr and jdom jars are used from > the system if found (see frysk-imports/configure.ac), for junit, > cdtparser, jline and getopt, we do include the upstream sources (see the > frysk-import/ subdirs) and compile those to jar files. Then in > frysk-imports/bootstrap.sh (FILE_LIST) we feed those, and the detected > antlr and jdom jars, to common/Makefile.gen.sh that creates a > frysk-imports/Makefile.gen, that is included in the > frysk-imports/Makefile.am so that we finally generate native shared > libraries from them, which we link against. Thanks for the explanation. Please review the attached patch for htdocs/build/index.html. I'm wondering if tracker bugs sould be split for Ubuntu and Debian releases the way they are for Red Hat? Regards, Thomas --=-f8k6eIiKHdc6RNZC2Xfe Content-Disposition: attachment; filename=htdocs_build.diff Content-Type: text/x-patch; name=htdocs_build.diff; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1281 diff -r 2937c08d9e68 htdocs/build/index.html --- a/htdocs/build/index.html Wed Aug 08 21:54:42 2007 +0000 +++ b/htdocs/build/index.html Sun Aug 12 22:33:09 2007 +0200 @@ -58,10 +58,12 @@ Fedora 8
Fedora 7
Fedora Core 6
+Ubuntu - Gutsy
Ubuntu - Edgy
Ubuntu - Breezy
RHEL 5
RHEL 4
+Debian

@@ -124,6 +126,28 @@ bug's dependency tree. + + + +
Ubuntu (Gutsy Gibbon)
+Debian
+ +
+ +You will need to install the following packages: + +
+g++ binutils-dev make gcj java-gcj-compat-dev \
+libglade-java-dev libvte-java-dev antlr libjdom1-java \
+automake libtool pkg-config autotools-dev libaudit-dev \
+sharutils transfig libxml2-utils xmlto gs-gpl yelp
+
+ +

+ +For additional updates, check the +Debian or +Ubuntu tracker bug.

--=-f8k6eIiKHdc6RNZC2Xfe--