https://bugzilla.redhat.com/show_bug.cgi?id=1514274
--- Comment #9 from Peng Wu <[email protected]> --- (In reply to Peter Oliver from comment #6) > Peng Wu: Do you please happen to remember why the spec file for > google-noto-emoji-fonts includes the following lines? > > > # Work around UTF-8 > > export LANG=zh_CN.UTF-8 Because the python script of build process will print Unicode character, by default python 2 will crash with Unicode character in koji. By setting non-English locale will work around the crash. Thanks for the comments, I changed it to "C.UTF-8" now. :) -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected]
