GNOME Bugzilla – Bug 692077
Play safe and echo ascii from configure script
Last modified: 2021-06-10 11:19:52 UTC
Created attachment 233864 [details] [review] Replace fancy multibyte with simple ascii characters in configure script When compiling in dumb locales, all compilation output ceases after: ⢠Compiler options: Cogl debug: no Enable deprecated symbols: yes Compiler flags: -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS Linker flags: -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib ⢠Extra: Build API reference: no Build introspection data: auto â Another experiment is to ssh from a server build box with dumb locale to an ubuntu running desktop, and "less configure.ac": # Miscellaneous echo "" echo " ⢠Extra:" echo " Build API reference: ${enable_gtk_doc}" echo " Build introspection data: ${enable_introspection}" echo " Enable internationalization: ${USE_NLS}" echo "" # General warning about experimental features if test "x$EXPERIMENTAL_CONFIG" = "xyes"; then echo "" (END) i.e., less also thinks that this is the end of the file. The trivial attached patch replaces the multibyte characters.
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org. As part of that, we are mass-closing older open tickets in bugzilla.gnome.org which have not seen updates for a longer time (resources are unfortunately quite limited so not every ticket can get handled). If you can still reproduce the situation described in this ticket in a recent and supported software version of cogl, then please follow https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines and create a ticket at https://gitlab.gnome.org/GNOME/cogl/-/issues/ Thank you for your understanding and your help.