public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: cagney@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: Merge branch 'master' of ssh://sourceware.org/git/frysk
Date: Tue, 20 Nov 2007 17:23:00 -0000	[thread overview]
Message-ID: <20071120172317.14167.qmail@sourceware.org> (raw)

The branch, master has been updated
       via  8789dff1d92139a71529b529fe30aa4200e846e7 (commit)
       via  c5722b7dbd78021357932ea696a92c9224c24152 (commit)
       via  ba5fdd9695f974212a4d6b07362c7cc3071b261d (commit)
      from  c1fd6f37ec54c0d81fa3b56f4611832df6574dcd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 8789dff1d92139a71529b529fe30aa4200e846e7
Merge: c5722b7dbd78021357932ea696a92c9224c24152 c1fd6f37ec54c0d81fa3b56f4611832df6574dcd
Author: Andrew Cagney <cagney@redhat.com>
Date:   Tue Nov 20 12:22:03 2007 -0500

    Merge branch 'master' of ssh://sourceware.org/git/frysk

commit c5722b7dbd78021357932ea696a92c9224c24152
Author: Andrew Cagney <cagney@redhat.com>
Date:   Tue Nov 20 12:21:47 2007 -0500

    Prune old releases.

commit ba5fdd9695f974212a4d6b07362c7cc3071b261d
Author: Andrew Cagney <cagney@redhat.com>
Date:   Tue Nov 20 12:13:38 2007 -0500

    Create sub-directories for old distros.

-----------------------------------------------------------------------

Summary of changes:
 htdocs/build/{ => debian}/index.html |    0 
 htdocs/build/{ => fedora}/index.html |    0 
 htdocs/build/index.html              |  128 ++++++++--------------------------
 htdocs/build/{ => rhel}/index.html   |    0 
 htdocs/build/{ => ubuntu}/index.html |    0 
 5 files changed, 29 insertions(+), 99 deletions(-)
 copy htdocs/build/{ => debian}/index.html (100%)
 copy htdocs/build/{ => fedora}/index.html (100%)
 copy htdocs/build/{ => rhel}/index.html (100%)
 copy htdocs/build/{ => ubuntu}/index.html (100%)

First 500 lines of diff:
diff --git a/htdocs/build/index.html b/htdocs/build/debian/index.html
similarity index 100%
copy from htdocs/build/index.html
copy to htdocs/build/debian/index.html
diff --git a/htdocs/build/index.html b/htdocs/build/fedora/index.html
similarity index 100%
copy from htdocs/build/index.html
copy to htdocs/build/fedora/index.html
diff --git a/htdocs/build/index.html b/htdocs/build/index.html
index c29f491..40062f2 100644
--- a/htdocs/build/index.html
+++ b/htdocs/build/index.html
@@ -56,14 +56,9 @@
 <a href="#faq">Build or Test Question?</a><br>
 <a href="#git">Frysk and Git</a><br>
 <br>
-<a href="#f8">Fedora 8</a><br>
-<a href="#f7">Fedora 7</a><br>
-<a href="#fc6">Fedora Core 6</a><br>
-<a href="#ubuntu-gutsy">Ubuntu - Gutsy</a><br>
-<a href="#ubuntu-edgy">Ubuntu - Edgy</a><br>
-<a href="#ubuntu-breezy">Ubuntu - Breezy</a><br>
-<a href="#rhel5">RHEL 5</a><br>
-<a href="#rhel4">RHEL 4</a><br>
+<a href="#f">Fedora</a><br>
+<a href="#ubuntu">Ubuntu</a><br>
+<a href="#rhel">RHEL</a><br>
 <a href="#debian">Debian</a><br>
 </p>
 	      <!-- end logo -->
@@ -81,9 +76,7 @@ that all its prerequisites are met.</p>
 
 <dl>
 
-<dt><a name="f8">Fedora 8</a><br><a name="f7">Fedora
-7</a><br><a name="fc6">Fedora Core 6</a><br><a name="rhel5">RHEL
-5</a></dt>
+<dt><a name="f">Fedora 8</a></dt>
 
 <dd>
 
@@ -100,37 +93,41 @@ sudo yum install -y \
 
 For additional updates, check
 the <a href="/bugzilla/showdependencytree.cgi?id=4743">Fedora
-8</a>, <a href="/bugzilla/showdependencytree.cgi?id=3620">Fedora
-7</a>, <a href="/bugzilla/showdependencytree.cgi?id=2654">Fedora Core
-6</a>, or <a href="/bugzilla/showdependencytree.cgi?id=3385">RHEL
-5</a> tracker bug.
+8</a>, tracker bug.
+
+<br>
+
+For earlier Fedora releases check the <a href="fedora/">Fedora
+Page</a.
 
 </dd>
 
-<dt><a name="rhel4"></a>Red Hat Enterprise Linux 4</dt>
+<dt><a name="rhel">RHEL 5.1</a></dt>
 
 <dd>
 
-Red Hat Enterprise Linux 4 Update 3 and later include <tt>gcc4</tt>
-and <tt><em>frysk</em></tt> RPMs that contain everything needed to
-build <em>frysk</em> from <tt>CVS</tt>; just install RPMs for the following:
+You will need to install the following:
 
 <pre>
-transfig xmlto passivetex xmltex \
-gcc4 gcc4-c++ gcc4-java libgcj4-devel \
-sharutils frysk automake ghostscript yelp
+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
 </pre>
 
-(A broken dependency in transfig means that ghostscript must also be
-explicitly specified.)
-<p>For additional updates, check Red Hat Enterprise Linux 4's tracker
-bug's <a
-href="/bugzilla/showdependencytree.cgi?id=2004">dependency
-tree</a>.
+For additional updates, <a
+href="/bugzilla/showdependencytree.cgi?id=3385">RHEL 5</a> tracker
+bug.
+
+<br>
+
+For earlier RHEL releases check the <a href="rhel/">RHEL Page</a>.
 
 </dd>
 
-<dt><a name="ubuntu-gutsy">Ubuntu (Gutsy Gibbon)</a><br>
+<dt><a name="ubuntu">Ubuntu (Gutsy Gibbon)</a><br>
 <a name="debian">Debian</a></dt>
 
 <dd>
@@ -150,77 +147,10 @@ For additional updates, check the
 <a href="/bugzilla/showdependencytree.cgi?id=4290">Debian</a> or
 <a href="/bugzilla/showdependencytree.cgi?id=1976">Ubuntu</a> tracker bug.
 
-</dd>
-
-<dt><a name="ubuntu-edgy">Ubuntu (Edgy Eft)</a></dt>
-
-<dd>
-
-Building <em>frysk</em> on this release is a big unknown, check the <a
-href="#ubuntu-breezy">Breeze Badger</a> notes for hints.
-
-<p>
-
-For additional updates, check Ubuntu' tracker bug's <a
-href="/bugzilla/showdependencytree.cgi?id=1976">dependency
-tree</a>.
-
-</dd>
-
-<dt><a name="ubuntu-breezy">Ubuntu (Breezy Badger)</a></dt>
-
-<dd>
-
-While it's a bit of a struggle, it is possible to build <em>frysk</em>
-on Ubuntu:
-
-<ul>
-
-<li><tt>gcc 4.0.1-4ubuntu9</tt> has a number of serious bugs. <br>
-Download, build, and install a snapshot of the RHEL-4 gcc4 compiler
-(found <a
-href="ftp://sources.redhat.com/pub/frysk/RHEL-4/">here</a>).</li>
-
-<li>Make certain that <tt>automake-1.9</tt> is installed and selected
-as the default:
-<pre>
-$ sudo aptitude install automake1.9
-$ sudo update-alternatives --display automake
-$ sudo update-alternatives --set automake /usr/bin/automake-1.9
-</pre>
-</li>
-
-<li>Per <a
-href="http://java-gnome.sourceforge.net/cgi-bin/bin/view/Main/GetJavaGnome">Get
-Java Gnome</a>, append the line:
-<pre>
-http://www.natemccallum.com/uploads/debs/ ./
-</pre>
-to the file:
-<pre>
-/etc/apt/sources.list
-</pre>
-and then install the java-gnome stuff vis:
-<pre>
-$ sudo aptitude install libglade-java \
-libgtk-java libglade2-dev libvte-dev
-$ pkg-config --modversion gtk2-java
-2.8.1
-</pre>
-</li>
-
-<li><tt>jdom</tt> had problems building; there appears to be some
-missing .jar dependencies. <br> Grabbing the jdom out of the RHEL-4
-mega-rpm and building that worked.</li>
-
-<li>The libvte-java bindings are missing. <br> You can hack around
-this by disabling the code using vte (there isn't much)</li>
-
-</ul>
+<br>
 
-For additional updates, check Ubuntu' tracker bug's <a
-href="/bugzilla/showdependencytree.cgi?id=1976">dependency
-tree</a>.
+For earlier Ubuntu releases check the <a href="ubuntu/">Ubuntu
+Page</a>.
 
 </dd>
 
diff --git a/htdocs/build/index.html b/htdocs/build/rhel/index.html
similarity index 100%
copy from htdocs/build/index.html
copy to htdocs/build/rhel/index.html
diff --git a/htdocs/build/index.html b/htdocs/build/ubuntu/index.html
similarity index 100%
copy from htdocs/build/index.html
copy to htdocs/build/ubuntu/index.html


hooks/post-receive
--
frysk system monitor/debugger


             reply	other threads:[~2007-11-20 17:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-20 17:23 cagney [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-05-29 15:51 tthomas
2008-05-07 15:23 tthomas
2008-04-19  0:32 scox
2007-11-27  2:15 pzhao
2007-11-08 20:57 cagney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071120172317.14167.qmail@sourceware.org \
    --to=cagney@sourceware.org \
    --cc=frysk-cvs@sourceware.org \
    --cc=frysk@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).