[Pkg-bazaar-maint] Bug#883743: bzr: FTBFS on armel

Jelmer Vernooij jelmer at debian.org
Thu Dec 7 01:56:20 UTC 2017


On Wed, Dec 06, 2017 at 05:45:11PM -0800, Vagrant Cascadian wrote:
> Package: bzr
> Version:  2.7.0+bzr6622-9
> Severity: serious
> Tags: patch
> 
> The last armel bzr build failed to build from source, and I've tried to
> reproduce the issue unsuccessfully.
> 
>   https://buildd.debian.org/status/fetch.php?pkg=bzr&arch=armel&ver=2.7.0%2Bbzr6622-9&stamp=1510195017&raw=0
> 
> I tried building it on abel.debian.org, and it failed in a *different*
> way, complaining about unicode issues. Setting LC_ALL=C.UTF-8 seemed to
> fix that issue for me.
> 
> Forcing the test suite to run with the C.UTF-8 locale, available in all
> recent versions of Debian (and even some pretty old ones), at least
> fixed the unicode issues when run on abel.debian.org:
> 
> --- rules.orig	2017-12-06 17:41:18.206442819 -0800
> +++ rules	2017-12-06 17:41:57.290537132 -0800
> @@ -24,6 +24,8 @@
>  	BZR_PLUGIN_PATH=-site:-user \
>  	BZR_DISABLE_PLUGINS=launchpad \
>  	PYTHONPATH=$(wildcard $(CURDIR)/build/lib.*-$(PYVERSION)) \
> +	LC_ALL=C.UTF-8 \
> +	LANG=C.UTF-8 \
>  	$(CURDIR)/build/scripts-$(PYVERSION)/bzr -Derror selftest -v --parallel=fork
>  endif
>  
> 
> Maybe it's worth re-uploading with the above patch.
What failure do you get without LC_ALL=C.UTF-8 and LANG=C.UTF-8 set?

I'd rather avoid setting variables so that we can actually catch
and fix locale-related problems.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-bazaar-maint/attachments/20171207/c3c85283/attachment-0001.sig>


More information about the Pkg-bazaar-maint mailing list