[GRASS-dev] [GRASS GIS] #3922: GRASS fails to start with C or POSIX locale
GRASS GIS
trac at osgeo.org
Mon Oct 14 11:28:20 PDT 2019
#3922: GRASS fails to start with C or POSIX locale
--------------------+-------------------------
Reporter: marisn | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone:
Component: Python | Version: svn-trunk
Keywords: | CPU: Unspecified
Platform: Linux |
--------------------+-------------------------
The new gettext magick needs some work:
{{{
LC_ALL=C bin.x86_64-pc-linux-gnu/grass79
Default locale not found, using UTF-8
Default locale settings are missing. GRASS running with C locale.Traceback
(most recent call last):
File "bin.x86_64-pc-linux-gnu/grass79", line 2204, in <module>
main()
File "bin.x86_64-pc-linux-gnu/grass79", line 2082, in main
message(_("Starting GRASS GIS..."))
NameError: name '_' is not defined
}}}
{{{
locale -a
C
C.utf8
en_US.utf8
lv_LV.utf8
pl_PL
pl_PL.utf8
POSIX
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3922>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list