<div dir="ltr">I installed Stackless SVN in a newly-formatted PC with --build-shared, --enable-stacklessfewerregisters (or something like that) and --enable-ipv6.<div><div><div>When I run $ make test, The distutils test failed (accidentally erased the evidence with a &quot;make install&quot;, so I tested it in chroot.</div>
<div><br></div><div># debootstrap chroot</div><div># mount -vt sysfs sysfs /sys</div><div>(more chroot mounts)</div><div># cp /etc/apt/sources.list chroot/etc/apt</div><div># cp /etc/resolv.conf chroot/etc</div><div># cd chroot/root</div>
<div># svn co .../release26-maint</div><div>...</div><div># cd ../..</div><div># chroot chroot</div><div># aptitude update</div><div>...</div><div># aptitude build-dep python2.6<br>...</div><div><div># aptitude install build-essential</div>
<div>build-essential is already the newest version</div><div>...</div><div># # python2.6 chain-builddepends on dpkg-dev which recommends build-essential</div><div></div></div><div># ./configure --enable-stacklessfewerregisters --enable-shared</div>
<div><div>...<br></div><div># make</div><div><div>./Parser/asdl_c.py -h ./Include ./Parser/Python.asdl</div><div>/usr/bin/env: python: No such file or directory</div><div>make: *** [Include/Python-ast.h] Error 127 </div><div>
# # This is a unrelated bug</div><div># # I think it belongs to debian more then to Stackless - I had</div><div># # build-dep&#39;ed Python AND I have build-essential, yet I failed</div><div># # to compile a package.</div>
</div></div><div># aptitude install python</div><div>...</div><div># make</div><div>...</div><div># make test</div><div><div>...                                                                                                                                                    </div>
<div>test_distutils                                                                                                                                                    </div><div>/usr/bin/ld: cannot find -lpython2.6                                                                                                                              </div>
<div>collect2: ld returned 1 exit status                                                                                                                               </div><div>test test_distutils failed -- errors occurred; run in verbose mode for details    </div>
<div>...</div><div># # I don&#39;t think you need rocket science to understand why test_distutils failed</div><div># # --- it tried to link to libpython2.6, which wasn&#39;t yet installed.</div></div><div>- Ariel Ben-Yehuda</div>
</div></div></div>