From 7b23910dbcdaeb405a2e0cfbed28c0df4269e1eb Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Fri, 16 Jun 2017 12:28:41 +0200 Subject: [PATCH] https://bugzilla.redhat.com/show_bug.cgi?id=1434601#c5 Revert "hammock: +Workaround GDB vs. Python: +PYTHONCOERCECLOCALE=0" This reverts commit 17874584c16f26a0ca989a05fed2733d3d41e268. --- bin/hammock | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/hammock b/bin/hammock index b017312..d1de04f 100755 --- a/bin/hammock +++ b/bin/hammock @@ -413,8 +413,6 @@ while (@distrouse || keys(%child)) { # gdbgit: 16=6m5s 32=5m49s(seen OOM) 64=5m42s $c="export MAKEFLAGS=\"-j24\"; $c"; $c="export http_proxy=http://127.0.0.1:3128/; $c"; - # gdb compile failed, Python runtime initialized with LC_CTYPE=C (a locale with default ASCII encoding), which may cause Unicode compatibility problems. Using C.UTF-8, C.utf8, or UTF-8 (if available) as alternative Unicode-compatible locales is recommended. - $c="export PYTHONCOERCECLOCALE=0; $c"; $c="set -ex; cd $builddir; $c"; die "found ': $c" if $c=~/'/; spawn "mockrun $::distro '$c'"; -- 1.8.3.1