Bug#747177: pypy: fails to install on i386 with SSE2

2014-05-06 Thread David Riebenbauer
Package: pypy Version: 2.2.1+dfsg-2 Severity: important Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? I tried to upgrade/install pypy on this machine, which has an i386 cpu with SSE2. * What exactly did

Bug#747177: pypy: fails to install on i386 with SSE2

2014-05-06 Thread David Riebenbauer
* David Riebenbauer davr...@liegesta.at [2014-05-06 09:08]: Package: pypy Version: 2.2.1+dfsg-2 Severity: important [...] From what I gather a change like the following to pypy.postinst would help: --- ---

Bug#747177: pypy: fails to install on i386 with SSE2

2014-05-06 Thread Stefano Rivera
Hi David (2014.05.06_10:24:45_+0200) if [ 'i386' = 'i386' ]; then pypy -c '' 2/dev/null if [ $? -eq 132 ]; then echo PyPy doesn't appear to support this CPU. 2 echo SSE2 is required. 2 + exit 1 fi -exit 1 fi Doh. IDIOT. Thanks. I had to do