From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13495 invoked by alias); 8 Aug 2018 02:10:30 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 969 invoked by uid 89); 8 Aug 2018 02:10:26 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=Administrator X-HELO: smtp.polymtl.ca Received: from smtp.polymtl.ca (HELO smtp.polymtl.ca) (132.207.4.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 08 Aug 2018 02:10:25 +0000 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id w782AIUM001404 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 7 Aug 2018 22:10:23 -0400 Received: by simark.ca (Postfix, from userid 112) id B856E1EF35; Tue, 7 Aug 2018 22:10:18 -0400 (EDT) Received: from simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id 588381E012; Tue, 7 Aug 2018 22:10:18 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 08 Aug 2018 02:10:00 -0000 From: Simon Marchi To: GDB Administrator Cc: gdb-patches@sourceware.org Subject: Re: New ARI warning Wed Aug 8 01:55:57 UTC 2018 In-Reply-To: <20180808015557.GA64451@sourceware.org> References: <20180808015557.GA64451@sourceware.org> Message-ID: X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.3.6 X-IsSubscribed: yes X-SW-Source: 2018-08/txt/msg00135.txt.bz2 On 2018-08-07 21:55, GDB Administrator wrote: > 98a99,101 >> gdb/common/scoped_mmap.c:31: gettext: _ markup: All messages should be >> marked up with _. > gdb/common/scoped_mmap.c:31: perror_with_name ("open"); >> gdb/common/scoped_mmap.c:35: gettext: _ markup: All messages should be >> marked up with _. > gdb/common/scoped_mmap.c:35: perror_with_name ("lseek"); >> gdb/common/scoped_mmap.c:43: gettext: _ markup: All messages should be >> marked up with _. > gdb/common/scoped_mmap.c:43: perror_with_name ("mmap"); > 152a156,161 >> gdb/dwarf-index-cache.c:362: gettext: _ markup: All messages should be >> marked up with _. > gdb/dwarf-index-cache.c:362: perror_with_name ("stat"); >> gdb/dwarf-index-cache.c:375: gettext: _ markup: All messages should be >> marked up with _. > gdb/dwarf-index-cache.c:375: perror_with_name ("mkdtemp"); >> gdb/dwarf-index-write.c:1580: gettext: _ markup: All messages should >> be marked up with _. > gdb/dwarf-index-write.c:1580: perror_with_name ("mkstemp"); >> gdb/dwarf-index-write.c:1604: gettext: _ markup: All messages should >> be marked up with _. > gdb/dwarf-index-write.c:1604: perror_with_name ("mkstemp"); >> gdb/dwarf-index-write.c:1625: gettext: _ markup: All messages should >> be marked up with _. > gdb/dwarf-index-write.c:1625: perror_with_name ("rename"); >> gdb/dwarf-index-write.c:1640: gettext: _ markup: All messages should >> be marked up with _. > gdb/dwarf-index-write.c:1640: perror_with_name ("rename"); I think these can be ignored, since these messages can't be translated. Simon