GNOME Bugzilla – Bug 679993
does not compile if cyrillic chars in path name
Last modified: 2018-05-24 14:21:48 UTC
Hello, I had problems building libglib2 while building buildroot. I had to move the build root directory out of cyrillic parent directory names. See https://bugs.busybox.net/show_bug.cgi?id=5360 "Solution" is given at comment #9 Honestly i don't know what exact config file reproduces this error. Anton
Here are a few more details about the problem: The gdbus-codegen Python script is generated from gdbus-codegen.in by replacing some paths into the script. However this script doesn't declare any encoding, it doesn't like having non-ascii characters into the path. So if anyone tries to configure/build glib within a directory than contains non-ascii characters in its name, it will fail to build.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/glib/issues/574.