On Thursday, 17 November 2016 10:50:06 CET Tristan Seligmann wrote: > On Thu, 17 Nov 2016 at 12:25 Gard Spreemann <gspreem...@gmail.com> wrote: > > The weird thing is that this error does not occur when building on my > > ordinary system (outside of the pbuilder chroot). Does pbuilder not > > allow non-ASCII output or something? > > Pbuilder is probably defaulting the locale to C, whereas your system/user > locale is probably a UTF-8 locale (eg. en_US.UTF-8). You can probably > resolve this issue with an `export LC_ALL=C.UTF-8` in debian/rules.
Thanks! With "export LC_ALL=C.UTF-8" in debian/rules and the added python-scipy and python3-scipy build-deps, the new version of the package builds and tests fine in my pbuilder. -- Best, Gard