From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6548751638861971456 X-Received: by 2002:a19:20ce:: with SMTP id g197-v6mr206179lfg.34.1524766535325; Thu, 26 Apr 2018 11:15:35 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a19:181f:: with SMTP id o31-v6ls895793lfi.6.gmail; Thu, 26 Apr 2018 11:15:34 -0700 (PDT) X-Google-Smtp-Source: AB8JxZpxaoo0QiWpbdqyJmDffpO7Hz+uAbWRkb/5UmYQWygvcnm1KRTq82b0fDB6Zh66BIwT3k90 X-Received: by 2002:a19:2553:: with SMTP id l80-v6mr1731451lfl.42.1524766534466; Thu, 26 Apr 2018 11:15:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524766534; cv=none; d=google.com; s=arc-20160816; b=0cQl1I4E15hZoQM8bRKJx3ffjLldn9BRb4KUet90umJMxPlUum/l1817Sw0+zfG0rw xQv0sUGbT0x9hU7WPlGFjQs59nJ9oUAiIB/DL1GJsQCH0V5VtLNKtKPkZF6kKgNUBxUI /+oLmKc4RhO78FdxUM3IF3nHEvoiO8ua50EZOHHDm/6V6ui+zLL5hvdRU9PjwYojdCTd ZdzFoBz47D/Bz4o1z055MISO9WRPMqJZLmd7KV9L0IYDDJRSpPqe3kSRC1gkTlQYJ4wO 8m6W80mZR7Wq1JFNShAF3LL41CNKLXTDxICKrCiQIl5AlhtPjf6D6moytT0bHoFsNWSR H4vQ== 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:to:subject :arc-authentication-results; bh=cjJE/Uvmhu0HzNcXLqIXIPf30A4BGFYvSQMNJAPiU5U=; b=uy6Um0lnQJ4Oe1LYzhOtvmdaee58MKzMWacaZCgDId9ItFefyU4LyFMMAdAG63Zf9N i5np+XAycpgthejG48jTpLAai+PVT2CgRZ2G2XSxWmzOJ4vWN4NK3BYgdFwcTCvLNXBb HHn28F0dVsK9ddiMWLuGtECpII0Tn2BtJIRhPFl9FhXWVjefXoVPs3CFUMsQbEwDUP2O kSNeaU9A/ZS7ssRwKgbx8g9wNTUc4Ak9eoMmzR3ACaFsk2hC+oS5r3L0WuLKzNOAWtrz IXTsIqQKx4W2mKdCdHu4l7r1Pt1Cxgq/GEzRDJNogV3WVPBPqilwJ945c0Hn9wlfF0lM D+JA== 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 f9si975266ljk.3.2018.04.26.11.15.34 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Apr 2018 11:15:34 -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 w3QIFTjP027464 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Thu, 26 Apr 2018 20:15:31 +0200 Subject: Re: [PATCH 0/2] Fixup Perl warnings about locale To: Claudius Heine , claudius.heine.ext@siemens.com, isar-users@googlegroups.com References: <20180426134054.18815-1-claudius.heine.ext@siemens.com> <45c7c52e-faba-df04-ee15-a669a9569d92@ilbers.de> <3fd93080c8519ef8759b51df7be2b6434a687e24.camel@denx.de> From: Alexander Smirnov Message-ID: <88a4b25b-91cb-e3fb-b1a1-f224a7272a43@ilbers.de> Date: Thu, 26 Apr 2018 21:15:23 +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: <3fd93080c8519ef8759b51df7be2b6434a687e24.camel@denx.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: n/XNWe4x8DMC Hi, On 04/26/2018 08:27 PM, Claudius Heine wrote: > Hi Alex, > > On Thu, 2018-04-26 at 19:55 +0300, Alexander Smirnov wrote: >> 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. > > I think that message happens before this series as well. I might be > wrong but I think the problem there is in bitbake, because it sets this > variable to 'en_US.UTF-8' per default. I haven't investigated it, but > to fix this we might need to patch bitbake for this. To be honest, I didn't get it... Does it mean you are going to investigate the issue, or you'd like somebody else to do this? I've performed quick test - build master branch, it's still based on multistrap. Build log doesn't contain warning message: DEBUG: Executing shell function do_build Ign file: isar InRelease Ign file: isar Release.gpg Get:1 file: isar Release [3,566 B] Ign file: isar/main Translation-en_US So seems this is an issue in Isar. Alex