From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6548751638861971456 X-Received: by 10.46.150.7 with SMTP id v7mr614146ljh.8.1524761732274; Thu, 26 Apr 2018 09:55:32 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a19:ed13:: with SMTP id y19-v6ls635631lfy.8.gmail; Thu, 26 Apr 2018 09:55:31 -0700 (PDT) X-Google-Smtp-Source: AB8JxZoG9hGGjb+JRCu5zk86FZ0RO4xw/Nux9lO7SHle9KDzJZqgu0v6motfNYFDiaBQDj4AwMXn X-Received: by 2002:a19:63d7:: with SMTP id v84-v6mr1786544lfi.14.1524761731505; Thu, 26 Apr 2018 09:55:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524761731; cv=none; d=google.com; s=arc-20160816; b=pWtLdSswJkBUTnfiVxX7M2cM0+K9D4L44TjoAejq7+BWLoP6pBV8KUbZR9P82HUCt1 Z9KSQWsbWaMNA3ToMtuSrWj2LJmqunmNDkpXqDAisliytiMoWD1wDMdpApqadSTkndBh 3vRT03CFj9oDN4QXQc0kd1IRy9WEGYE25JfQRmjie+GU/3DnpXmI8QI4K78qOhUirMRK VT9eHQPsN25p8kgEGD7r3XMZAFCM7hWH4z1DG9jRxZ02xX1phcZE13sjEcUx6lS9l9LY YfcBXjYmA6RLqk/fhIHNaZrlEGIMERGztnclzpbP4CGKrZ0ZFxmAcFN9TDBg84VOjlX5 Ygvw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:from:references:cc:to:subject :arc-authentication-results; bh=op8Ol0hNNMC2o27VUNQwSBHSJoVg3T7DJISBliUAytU=; b=hRTmZlT+gy5WcQp+p9gEJo+Uu5OUzlNmWQVu3wp3/LZ5v4v/q8b724HjKKaLvIhqC9 yZv3xyhQwUmu1sKc8uK/YQMgwOofBC6q86fGyNVka7wZ2OCcfp3fNEy1SYtGQxbe7U1u mfFQS+ji9S9+N0dfUzCfxWsOpI3jbI7lcsWGrSdErdi5O89999DaUWOsgzBx2SndpEnh 9j8eZu48yKXGYY/+4+ttOxsJs91iY/VuUovcrkSg+JxxD78vgukNdpo7I83Bk9C9rpth Iro3UQHnsRk1LpwstTOG0VNwB//XU0AcEJY5DA7ZPCIV0BA0nSQY8sKf2a9hLPGKJliy 9DaA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id a141-v6si520119lfb.3.2018.04.26.09.55.31 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Apr 2018 09:55:31 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Received: from [10.0.2.15] ([188.227.110.165]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id w3QGtQNH027228 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Thu, 26 Apr 2018 18:55:28 +0200 Subject: Re: [PATCH 0/2] Fixup Perl warnings about locale To: claudius.heine.ext@siemens.com, isar-users@googlegroups.com Cc: Claudius Heine References: <20180426134054.18815-1-claudius.heine.ext@siemens.com> From: Alexander Smirnov Message-ID: <45c7c52e-faba-df04-ee15-a669a9569d92@ilbers.de> Date: Thu, 26 Apr 2018 19:55:16 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20180426134054.18815-1-claudius.heine.ext@siemens.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: mNihvZEaL9V+ Hi, thank you for the quick reaction. On 04/26/2018 04:40 PM, claudius.heine.ext@siemens.com wrote: > From: Claudius Heine > > Hi, > > this patchset sets the locale variables to avoid locale warnings of > Perl. After this series almost all (except wheezy) example-hello's build log starts with the line: DEBUG: Executing shell function do_build /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) It would be nice to investigate the source of this warning and fix it before applying. Alex