GNOME Bugzilla – Bug 690842
unicode characters (U+2022) in daemon/gdm-slave.xml cause build failure on some systems
Last modified: 2013-01-02 16:32:50 UTC
(As reported downstream at https://bugs.gentoo.org/show_bug.cgi?id=449062) The daemon/gdm-slave.xml contain two U+2022 bullet characters without any good reason. Their presence causes failure when using python3.2 and a non-Unicode locale to build gdm: Traceback (most recent call last):
+ Trace 231323
sys.exit(codegen_main.codegen_main())
xml_data = f.read()
return codecs.ascii_decode(input, self.errors)[0]
IMHO these characters should be removed.
Created attachment 232358 [details] [review] trivial patch
Thanks.