• Warnings

    From db@21:1/5 to All on Thu Jul 13 15:43:56 2023
    When I run a script that runs gnupplot on my Linux system, I get
    these warnings:

    ~/rect2> ./plotfit
    perl: warning: Setting locale failed.
    perl: warning: Please check that your locale settings:
    LANGUAGE = "",
    LC_ALL = (unset),
    LANG = "da_DK.UTF-8"
    are supported and installed on your system.
    perl: warning: Falling back to the standard locale ("C").

    What should I do to fix this, or should I do anything?
    The script then does its job, so these are not errors.

    --
    Dieter Britz

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker@21:1/5 to All on Thu Jul 13 20:10:50 2023
    Am 13.07.2023 um 15:43 schrieb db:
    When I run a script that runs gnupplot on my Linux system, I get
    these warnings:

    ~/rect2> ./plotfit
    perl: warning: Setting locale failed.
    perl: warning: Please check that your locale settings:
            LANGUAGE = "",
            LC_ALL = (unset),
            LANG = "da_DK.UTF-8"
        are supported and installed on your system.
    perl: warning: Falling back to the standard locale ("C").

    What should I do to fix this, or should I do anything?
    The script then does its job, so these are not errors.

    I don't believe that this has anything to do with the fact that this
    script uses gnuplot. Those are messages from _perl_, not from gnuplot.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From db@21:1/5 to All on Fri Jul 14 09:27:56 2023
    On 13.07.2023 20.10, Hans-Bernhard Bröker wrote:
    Am 13.07.2023 um 15:43 schrieb db:
    When I run a script that runs gnupplot on my Linux system, I get
    these warnings:

    ~/rect2> ./plotfit
    perl: warning: Setting locale failed.
    perl: warning: Please check that your locale settings:
             LANGUAGE = "",
             LC_ALL = (unset),
             LANG = "da_DK.UTF-8"
         are supported and installed on your system.
    perl: warning: Falling back to the standard locale ("C").

    What should I do to fix this, or should I do anything?
    The script then does its job, so these are not errors.

    I don't believe that this has anything to do with the fact that this
    script uses gnuplot.  Those are messages from _perl_, not from gnuplot.


    But I only get these when running a gnuplot script, otherwise not.
    --
    Dieter Britz

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker@21:1/5 to All on Fri Jul 14 17:49:46 2023
    Am 14.07.2023 um 09:27 schrieb db:
    On 13.07.2023 20.10, Hans-Bernhard Bröker wrote:
    Am 13.07.2023 um 15:43 schrieb db:
    When I run a script that runs gnupplot on my Linux system, I get
    these warnings:

    ~/rect2> ./plotfit
    perl: warning: Setting locale failed.
    perl: warning: Please check that your locale settings:
             LANGUAGE = "",
             LC_ALL = (unset),
             LANG = "da_DK.UTF-8"
         are supported and installed on your system.
    perl: warning: Falling back to the standard locale ("C").

    What should I do to fix this, or should I do anything?
    The script then does its job, so these are not errors.

    I don't believe that this has anything to do with the fact that this
    script uses gnuplot.  Those are messages from _perl_, not from gnuplot.


    But I only get these when running a gnuplot script, otherwise not.

    You're getting them from the _perl_ engine, while running a _Perl_
    script. That script may also eventually be running gnuplot, sure. But
    that's quite evidently not where the messages are coming from.

    The only persons who have any chance of debugging this are those which
    can at least look at that script. Right now, that set of people has
    exactly one element: you.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From db@21:1/5 to All on Sat Jul 15 11:46:59 2023
    On 14.07.2023 17.49, Hans-Bernhard Bröker wrote:
    Am 14.07.2023 um 09:27 schrieb db:
    On 13.07.2023 20.10, Hans-Bernhard Bröker wrote:
    Am 13.07.2023 um 15:43 schrieb db:
    When I run a script that runs gnupplot on my Linux system, I get
    these warnings:

    ~/rect2> ./plotfit
    perl: warning: Setting locale failed.
    perl: warning: Please check that your locale settings:
             LANGUAGE = "",
             LC_ALL = (unset),
             LANG = "da_DK.UTF-8"
         are supported and installed on your system.
    perl: warning: Falling back to the standard locale ("C").

    What should I do to fix this, or should I do anything?
    The script then does its job, so these are not errors.

    I don't believe that this has anything to do with the fact that this
    script uses gnuplot.  Those are messages from _perl_, not from gnuplot. >>>

    But I only get these when running a gnuplot script, otherwise not.

    You're getting them from the _perl_ engine, while running a _Perl_
    script.  That script may also eventually be running gnuplot, sure.  But that's quite evidently not where the messages are coming from.

    The only persons who have any chance of debugging this are those which
    can at least look at that script.  Right now, that set of people has
    exactly one element: you.

    OK. I found out that if I start with
    set term postscript
    then I get no warnings. I do get one when I add eps.

    I will have to learn how to set something in locale. Not easy (for me).


    --
    Dieter Britz

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)