[pypy-commit] pypy.org extradoc: Add a warning: don't use gcc 4.8 for now

arigo noreply at buildbot.pypy.org
Mon Apr 15 01:24:43 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r400:b61326da6fea
Date: 2013-04-15 01:24 +0200
http://bitbucket.org/pypy/pypy.org/changeset/b61326da6fea/

Log:	Add a warning: don't use gcc 4.8 for now

diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -134,6 +134,8 @@
 </div>
 <div class="section" id="building-from-source">
 <span id="translate"></span><h1>Building from source</h1>
+<p><strong>Warning:</strong> the new gcc 4.8 doesn't compile PyPy correctly.
+We are investigating.</p>
 <ol class="arabic">
 <li><p class="first">Get the source code.  The following packages contain the source at
 the same revision as the above binaries:</p>
diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -134,6 +134,9 @@
 Building from source
 -------------------------------
 
+**Warning:** the new gcc 4.8 doesn't compile PyPy correctly.
+We are investigating.
+
 1. Get the source code.  The following packages contain the source at
    the same revision as the above binaries:
 


More information about the pypy-commit mailing list