On Thu, Sep 8, 2011 at 18:31, Julian Taylor <[email protected]> wrote: > Package: python-numpy > Version: 1:1.5.1-2ubuntu2
please, try to use Debian versions when reporting bugs against Debian packages. > Severity: normal > Tags: patch > > numpy.distutils is not multiarch aware. > this causes problems when its searching for libraries. > E.g. when building in python-enable: > > python setup.py develop > .... > /usr/lib/pymodules/python2.6/numpy/distutils/system_info.py:459: UserWarning: > X11 libraries not found. > warnings.warn(self.notfounderror.__doc__) > > this is caused by numpy.distutils not checking in the multiarch triplet paths. > Attached patch fixes this issue, but due to the lack of a proper way to obtain > the triplet its quite ugly. indeed; please bring the problem upstream. > one could also use gcc -print-multiarch to obtain the triplet instead of dpkg- > architecture so we have to depends on gcc, sorry no. Regards, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi _______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

