After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 692077 - Play safe and echo ascii from configure script
Play safe and echo ascii from configure script
Status: RESOLVED OBSOLETE
Product: cogl
Classification: Platform
Component: general
git master
Other NetBSD
: Normal normal
: ---
Assigned To: Cogl maintainer(s)
Cogl maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-01-19 13:37 UTC by Patrick Welche
Modified: 2021-06-10 11:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Replace fancy multibyte with simple ascii characters in configure script (2.50 KB, patch)
2013-01-19 13:37 UTC, Patrick Welche
none Details | Review

Description Patrick Welche 2013-01-19 13:37:27 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.
Comment 1 André Klapper 2021-06-10 11:19:52 UTC
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.