* David Riebenbauer <[email protected]> [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: > > ------------------------------------------------------------------------------- > --- pypy.postinst 2014-05-05 17:42:46.000000000 +0200 > +++ /home/davrieb/tmp/pypy.postinst 2014-05-06 10:00:47.735276195 +0200 > @@ -1,12 +1,14 @@ > #!/bin/sh > > +set -x > + Well, without the "set -x" of course. Sorry for that. > 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 > > set -e > -------------------------------------------------------------------------------- > -- David Riebenbauer <http://liegesta.at> XMPP: [email protected] -- Mobile: +43-680-2210171 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

