[Python-modules-team] Bug#718900: python3-numpy: .so files missing on kFreeBSD
Ansgar Burchardt
ansgar at debian.org
Tue Aug 27 13:13:39 UTC 2013
Hi,
"Aaron M. Ucko" <ucko at debian.org> writes:
> The kFreeBSD python3-numpy packages somehow lack .so files, making
> them unusable and causing matplotlib to FTBFS:
As this came up on #-mentors just now:
I suspect the problem is the following line in d/rules:
rm debian/python3-numpy/usr/lib/python3*/*-packages/*/*/*.cpython-*d*.so
This probably should match *.cpython-3?d*, but also matches
*.cpython-33m-* on kfreebsd as the operating system name is included
later (which includes a "d" in the case of kfreebsd).
Ansgar
More information about the Python-modules-team
mailing list