Package: python-numeric Version: 24.2-6 Severity: serious Justification: FTBFS on i386, very likely to fail everywhere else
Hi, During a rebuild of all packages in etch, I discovered that your package failed to build on i386. Relevant parts: dh_installchangelogs -i changes.txt cp -a Demo/NumTut debian/python-numeric-tutorial/usr/lib/python2.4/site-packages/ chmod a+x debian/python-numeric-tutorial/usr/lib/python2.4/site-packages/NumTut/__init__.py \ debian/python-numeric-tutorial/usr/lib/python2.4/site-packages/NumTut/view.py dh_link -ppython-numeric-tutorial /usr/lib/python2.4/site-packages/NumTut /usr/share/doc/python-numeric/NumTut install -m 644 doc/numpy.pdf debian/python-numeric-tutorial/usr/share/doc/python-numeric/. cp -a doc/www.pfdubois.com/numpy/html2 \ debian/python-numeric-tutorial/usr/share/doc/python-numeric/html : # Replace all '#!' calls to python with python : # and make them executable for i in `find debian/python-numeric-tutorial -type f`; do \ sed '1s,#!.*python[^ ]*\(.*\),#! /usr/bin/python\1,' \ $i > $i.temp; \ if cmp --quiet $i $i.temp; then \ rm -f $i.temp; \ else \ mv -f $i.temp $i; \ chmod 755 $i; \ echo "fixed interpreter: $i"; \ fi; \ done fixed interpreter: debian/python-numeric-tutorial/usr/lib/python2.4/site-packages/NumTut/__init__.py chmod 644 debian/python-numeric-tutorial/usr/lib/python2.4/site-packages/NumTut/view.py mkdir -p debian/python-numeric/usr/share/doc/python-numeric/examples/Demo cp -a Test debian/python-numeric/usr/share/doc/python-numeric/examples/. rm -f debian/python-numeric/usr/share/doc/python-numeric/examples/Test/testwin.bat cp -p Demo/*.py debian/python-numeric/usr/share/doc/python-numeric/examples/Demo/. dh_compress -i -X.py -X.pik -X.pdf -X.css dh_python -i dh_python: Doing nothing since Python-Version is set; dh_pysupport or dh_pycentral should do the work. You can remove dh_python fr om your rules file. cat debian/python-numeric-tutorial.substvars cat: debian/python-numeric-tutorial.substvars: No such file or directory About the archive rebuilt: The rebuilt was done on about 60 AMD64 nodes of the Grid'5000 platform, using a chroot containing an etch i386 environment (not unstable). Internet was not accessible from the build nodes. About Grid'5000: The Grid'5000 project aims at building a highly reconfigurable experimental Grid platform gathering 9 sites and featuring a total of 5000 CPUs. Its main purpose is to serve as an experimental testbed for research in Grid Computing. To learn more about Grid'5000, read https://www.grid5000.fr/ -- | Lucas Nussbaum | [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ | | jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]