On Sat, Sep 29, 2012 at 3:55 PM, Leonardo Santagada <[email protected]> wrote: > or statically link everything in... at least people will be able to > run pypy on their machines.
you cannot statically link glibc and libffi is compiled without -fPIC on debian/ubuntu to make it harder > > On Sat, Sep 29, 2012 at 8:36 AM, Ronny Pfannschmidt > <[email protected]> wrote: >> Given that binary compatibility on linux is practically >> a broken mess thats just burning developer time, >> we might want standardize on a distro that nightly/releases work on >> and defer the distro compat to the people at fault - the distributions >> >> -- Ronny >> >> >> >> On 09/29/2012 01:19 PM, Stefan Behnel wrote: >>> >>> Armin Rigo, 31.08.2012 10:15: >>>> >>>> On Fri, Aug 31, 2012 at 9:27 AM, Maciej Fijalkowski wrote: >>>>> >>>>> This was an effect of a system update. Binary compatibility on linux is >>>>> hard :/ >>>> >>>> >>>> I hacked *yet again another time* to link openssl statically in the >>>> binary, like it should have been before. >>> >>> >>> The same applies to libffi.so.6 now. >>> >>> Stefan >>> >>> >>> _______________________________________________ >>> pypy-dev mailing list >>> [email protected] >>> http://mail.python.org/mailman/listinfo/pypy-dev >> >> >> _______________________________________________ >> pypy-dev mailing list >> [email protected] >> http://mail.python.org/mailman/listinfo/pypy-dev > > > > -- > > Leonardo Santagada > _______________________________________________ > pypy-dev mailing list > [email protected] > http://mail.python.org/mailman/listinfo/pypy-dev _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
