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

Vagrant Cascadian vagrant at debian.org
Thu Dec 7 01:45:11 UTC 2017


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.


live well,
  vagrant
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-bazaar-maint/attachments/20171206/d7a5268a/attachment.sig>


More information about the Pkg-bazaar-maint mailing list