tag 402783 + confirmed thanks Hi,
I could reproduce this bug on sid/amd64. However, it builds fine on etch/amd64, so the bug is likely to be in another package. On etch/i386, I ran into a different failure: customize GnuFCompiler customize GnuFCompiler customize GnuFCompiler using config compiling '_configtest.c': /* This file is generated from numpy_distutils/system_info.py */ void ATL_buildinfo(void); int main(void) { ATL_buildinfo(); return 0; } C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes -fPIC compile options: '-c' gcc: _configtest.c gcc -pthread _configtest.o -llapack -llapack -lblas -o _configtest _configtest.o: In function `main': /root/python-scipy-0.5.1/_configtest.c:5: undefined reference to `ATL_buildinfo' collect2: ld returned 1 exit status _configtest.o: In function `main': /root/python-scipy-0.5.1/_configtest.c:5: undefined reference to `ATL_buildinfo' collect2: ld returned 1 exit status failure. removing: _configtest.c _configtest.o Status: 255 Output: FOUND: libraries = ['lapack', 'lapack', 'blas'] library_dirs = ['/usr/lib'] language = f77 define_macros = [('NO_ATLAS_INFO', 2)] include_dirs = ['/usr/include'] non-existing path in 'Lib/linsolve': 'tests' umfpack_info: libraries umfpack not found in /usr/local/lib amd_info: libraries amd not found in /usr/local/lib FOUND: libraries = ['amd'] library_dirs = ['/usr/lib'] FOUND: libraries = ['umfpack', 'amd'] library_dirs = ['/usr/lib'] non-existing path in 'Lib/maxentropy': 'doc' non-existing path in 'Lib/weave': 'doc' non-existing path in 'Lib/weave': 'examples' Warning: Subpackage 'Lib' configuration returned as 'scipy' running clean removing 'build/temp.linux-i686-2.4' (and everything under it) removing 'build/lib.linux-i686-2.4' (and everything under it) 'build/bdist.linux-i686' does not exist -- can't clean it 'build/scripts.linux-i686-2.4' does not exist -- can't clean it mv Lib/weave/examples/ /root/python-scipy-0.5.1/debian/python-scipy/usr/share/doc/python-scipy/weave mv: cannot stat `Lib/weave/examples/': No such file or directory make: *** [install] Error 1 I'm not sure yet if it's related or not. -- | 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]