Thanks for the full log, very helpful!

I can reproduce the failure with

  LC_ALL=POSIX python3 ...

and it could be avoided by

  LC_ALL=C.UTF-8 python3 ...

On Mon, Jul 23, 2018 at 02:43:41PM +0200, Santiago Vila wrote:
> On Mon, Jul 23, 2018 at 12:16:45PM +0000, Lumin wrote:
> 
> > Thanks for the report, but could you please provider a more verbose
> > failure report?
> 
> Sure. I've put the full build log here:
> 
> https://people.debian.org/~sanvila/build-logs/intel-mkl/
> 
> This was a binary-indep only build, i.e. "dpkg-buildpackage -A".
> 
> Assuming "dpkg-buildpackage -A" is not the issue here, you would get full
> build logs here as well:
> 
> https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/intel-mkl.html
> 
> but only when the page finally exists.
> 
> > And could you please test this patch:
> > 
> > LC_ALL=C.UTF-8 python3 debian/control.py
> 
> Sorry, I can't test modified packages easily in my autobuilder setup.
> 
> You should be able to reproduce this using either sbuild or pbuilder.
> By looking at the proposed patch I bet that this could be reproduced
> with a simple chroot as well, setting LC_ALL=C before dpkg-buildpackage,
> but I don't really know.
> 
> Thanks.

Reply via email to