Path: csiph.com!weretis.net!feeder8.news.weretis.net!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: db Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Warnings Date: Sat, 15 Jul 2023 11:46:59 +0200 Organization: A noiseless patient Spider Lines: 43 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Sat, 15 Jul 2023 09:46:59 -0000 (UTC) Injection-Info: dont-email.me; posting-host="9f1a6ffd807882c3b76ca9b25e100760"; logging-data="391680"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19zX7lBQx9kNdr5XsfoTfZboh6Gj81P1ZA=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Cancel-Lock: sha1:G13ZhPDPvo8vuG03g7oM/D2yN/0= Content-Language: en-US In-Reply-To: Xref: csiph.com comp.graphics.apps.gnuplot:4532 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