From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21639 invoked by alias); 20 Nov 2007 17:37:38 -0000 Received: (qmail 21573 invoked by uid 367); 20 Nov 2007 17:37:36 -0000 Date: Tue, 20 Nov 2007 17:37:00 -0000 Message-ID: <20071120173736.21512.qmail@sourceware.org> From: cagney@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: Fix html typos. X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f0d4cdd233d60d14a8f249a0dbc475ac1de5dfa2 X-Git-Newrev: fba9485b006c8aa73fd180f677f042899534be97 Mailing-List: contact frysk-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-cvs-owner@sourceware.org Reply-To: frysk@sourceware.org X-SW-Source: 2007-q4/txt/msg00406.txt.bz2 The branch, master has been updated via fba9485b006c8aa73fd180f677f042899534be97 (commit) via 00a14b14142b8633ff096b997d454e65996de96e (commit) from f0d4cdd233d60d14a8f249a0dbc475ac1de5dfa2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit fba9485b006c8aa73fd180f677f042899534be97 Author: Andrew Cagney Date: Tue Nov 20 12:36:23 2007 -0500 Fix html typos. commit 00a14b14142b8633ff096b997d454e65996de96e Author: Andrew Cagney Date: Tue Nov 20 12:33:49 2007 -0500 Delete unreachable file. ----------------------------------------------------------------------- Summary of changes: htdocs/build/debian/index.html | 244 ---------------------------------------- htdocs/build/fedora/index.html | 4 +- htdocs/build/rhel/index.html | 6 +- htdocs/build/ubuntu/index.html | 8 +- 4 files changed, 15 insertions(+), 247 deletions(-) delete mode 100644 htdocs/build/debian/index.html First 500 lines of diff: diff --git a/htdocs/build/debian/index.html b/htdocs/build/debian/index.html deleted file mode 100644 index 8d383f7..0000000 --- a/htdocs/build/debian/index.html +++ /dev/null @@ -1,244 +0,0 @@ - - - - - Frysk System Monitor / Debugger: Build - - - - - - - - - - - -
- Frysk logo - - Home -  |  - Use Cases -  |  - Work Flows -  |  - FAQ -  |  - Get Involved -  |  - Bugzilla -  |  - Build -  |  - Blog -  |  - Documentation -
-
-
- triangle - - - - - - - - - -
-   - - -

Build and Test frysk From Source

- -
- -

-Build or Test Question?
-Frysk and Git
-
-Fedora 8
-Fedora 7
-Fedora Core 6
-Ubuntu - Gutsy
-Ubuntu - Edgy
-Ubuntu - Breezy
-RHEL 5
-RHEL 4
-Debian
-

- -
- - -

This page provides guidelines for building frysk, checked -out from Git, on a number of systems.

- -

Set up your system's build environment

- -

First you will need to set up your system's build environment so -that all its prerequisites are met.

- -
- -
Fedora 8
Fedora -7
Fedora Core 6
RHEL -5
- -
- -You will need to install the following: - -
-sudo yum install -y \
-    antlr jdom junit gcc-java gcc-c++ \
-    libglade-java-devel libvte-java-devel \
-    automake xmlto transfig eclipse-ecj dogtail \
-    sharutils git audit-libs-devel binutils-devel \
-    yelp libtool make
-
- -For additional updates, check -the Fedora -8, Fedora -7, Fedora Core -6, or RHEL -5 tracker bug. - -
- -
Red Hat Enterprise Linux 4
- -
- -Red Hat Enterprise Linux 4 Update 3 and later include gcc4 -and frysk RPMs that contain everything needed to -build frysk from CVS; just install RPMs for the following: - -
-transfig xmlto passivetex xmltex \
-gcc4 gcc4-c++ gcc4-java libgcj4-devel \
-sharutils frysk automake ghostscript yelp
-
- -(A broken dependency in transfig means that ghostscript must also be -explicitly specified.) -

For additional updates, check Red Hat Enterprise Linux 4's tracker -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. - -

- -
Ubuntu (Edgy Eft)
- -
- -Building frysk on this release is a big unknown, check the Breeze Badger notes for hints. - -

- -For additional updates, check Ubuntu' tracker bug's dependency -tree. - -

- -
Ubuntu (Breezy Badger)
- -
- -While it's a bit of a struggle, it is possible to build frysk -on Ubuntu: - -
    - -
  • gcc 4.0.1-4ubuntu9 has a number of serious bugs.
    -Download, build, and install a snapshot of the RHEL-4 gcc4 compiler -(found here).
  • - -
  • Make certain that automake-1.9 is installed and selected -as the default: -
    -$ sudo aptitude install automake1.9
    -$ sudo update-alternatives --display automake
    -$ sudo update-alternatives --set automake /usr/bin/automake-1.9
    -
    -
  • - -
  • Per Get -Java Gnome, append the line: -
    -http://www.natemccallum.com/uploads/debs/ ./
    -
    -to the file: -
    -/etc/apt/sources.list
    -
    -and then install the java-gnome stuff vis: -
    -$ sudo aptitude install libglade-java \
    -libgtk-java libglade2-dev libvte-dev
    -$ pkg-config --modversion gtk2-java
    -2.8.1
    -
    -
  • - -
  • jdom had problems building; there appears to be some -missing .jar dependencies.
    Grabbing the jdom out of the RHEL-4 -mega-rpm and building that worked.
  • - -
  • The libvte-java bindings are missing.
    You can hack around -this by disabling the code using vte (there isn't much)
  • - -
- -For additional updates, check Ubuntu' tracker bug's dependency -tree. - -
- -
- - -

 

-
-
-
- - - - -
- - diff --git a/htdocs/build/fedora/index.html b/htdocs/build/fedora/index.html index 8397ee0..eef29e5 100644 --- a/htdocs/build/fedora/index.html +++ b/htdocs/build/fedora/index.html @@ -45,7 +45,7 @@ -

Build and Test frysk From Source

+

Build and Test frysk on Fedora

@@ -63,6 +63,8 @@ Fedora systems.

Fedora 8
Fedora 7
Fedora Core 6 +

+ You will need to install the following:

diff --git a/htdocs/build/rhel/index.html b/htdocs/build/rhel/index.html
index 32a8e3a..4d0ec81 100644
--- a/htdocs/build/rhel/index.html
+++ b/htdocs/build/rhel/index.html
@@ -45,7 +45,7 @@
 	    
             
 
-        

Build and Test frysk From Source

+

Build and Test frysk on RHEL

@@ -63,6 +63,8 @@ RHEL systems.

RHEL 5 +

+ You will need to install the following:

@@ -80,6 +82,8 @@ bug.
 
 

Red Hat Enterprise Linux 4

+

+ Red Hat Enterprise Linux 4 Update 3 and later include gcc4 and frysk RPMs that contain everything needed to build frysk from CVS; just install RPMs for the following: diff --git a/htdocs/build/ubuntu/index.html b/htdocs/build/ubuntu/index.html index 8bb7b5e..419a05b 100644 --- a/htdocs/build/ubuntu/index.html +++ b/htdocs/build/ubuntu/index.html @@ -45,7 +45,7 @@ -

Build and Test frysk From Source

+

Build and Test frysk on Ubuntu

@@ -63,6 +63,8 @@ Ubuntu systems..

Ubuntu (Gutsy Gibbon)
Debian

+

+ You will need to install the following packages:

@@ -80,6 +82,8 @@ For additional updates, check the
 
 

Ubuntu (Edgy Eft)

+

+ Building frysk on this release is a big unknown, check the Breeze Badger notes for hints. @@ -91,6 +95,8 @@ tree.

Ubuntu (Breezy Badger)

+

+ While it's a bit of a struggle, it is possible to build frysk on Ubuntu: hooks/post-receive -- frysk system monitor/debugger