Author: Armin Rigo <[email protected]>
Branch: extradoc
Changeset: r424:8f6bc76bb578
Date: 2013-05-11 07:59 +0200
http://bitbucket.org/pypy/pypy.org/changeset/8f6bc76bb578/

Log:    Include the error message

diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -101,10 +101,11 @@
 to <a class="reference internal" href="#translate">translate</a> yourself with 
the option <tt class="docutils literal"><span 
class="pre">--jit-backend=x86-without-sse2</span></tt>.</p>
 <p><tt class="docutils literal">[1]:</tt> stating it again: the Linux binaries 
are provided for the
 distributions listed here.  <strong>If your distribution is not exactly this
-one, it won't work,</strong> likely, or you need to hack a lot &ndash; or you 
need
-to <a class="reference internal" href="#translate">translate</a> your own 
version from source &ndash; or you need to wait until
-your distribution adds a package, see above &ndash; or you can try the
-statically linked versions listed above.</p>
+one, it won't work,</strong> likely: <tt class="docutils literal">pypy: error 
while loading shared
+libraries: &#8230;</tt>.  You need to hack a lot &ndash; or you need to <a 
class="reference internal" href="#translate">translate</a>
+your own version from source &ndash; or you need to wait until your
+distribution adds a package, see above &ndash; or you can try the statically
+linked versions listed above.</p>
 </div>
 <div class="section" id="for-arm-alpha">
 <h1>2.0 for ARM alpha</h1>
diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -92,10 +92,11 @@
 
 ``[1]:`` stating it again: the Linux binaries are provided for the
 distributions listed here.  **If your distribution is not exactly this
-one, it won't work,** likely, or you need to hack a lot --- or you need
-to translate_ your own version from source --- or you need to wait until
-your distribution adds a package, see above --- or you can try the
-statically linked versions listed above.
+one, it won't work,** likely: ``pypy: error while loading shared
+libraries: ...``.  You need to hack a lot --- or you need to translate_
+your own version from source --- or you need to wait until your
+distribution adds a package, see above --- or you can try the statically
+linked versions listed above.
 
 2.0 for ARM alpha
 -----------------
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to