From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 57477 invoked by alias); 8 Apr 2015 16:27:49 -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 57464 invoked by uid 89); 8 Apr 2015 16:27:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f42.google.com Received: from mail-pa0-f42.google.com (HELO mail-pa0-f42.google.com) (209.85.220.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 08 Apr 2015 16:27:47 +0000 Received: by pabtp1 with SMTP id tp1so13876159pab.2 for ; Wed, 08 Apr 2015 09:27:45 -0700 (PDT) X-Received: by 10.68.202.234 with SMTP id kl10mr12079264pbc.37.1428510465459; Wed, 08 Apr 2015 09:27:45 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by mx.google.com with ESMTPSA id f1sm11771524pds.62.2015.04.08.09.27.43 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 08 Apr 2015 09:27:44 -0700 (PDT) From: Yao Qi To: Pedro Alves Cc: Pierre Muller , "'Sergio Durigan Junior'" , "'GDB Patches'" Subject: Re: Build failure following: Implement support for checking /proc/PID/coredump_filter commit References: <1427241443-5939-1-git-send-email-sergiodj@redhat.com> <1427241443-5939-2-git-send-email-sergiodj@redhat.com> <5515289D.1000006@redhat.com> <874mp0vir0.fsf@redhat.com> <000001d07205$69de1770$3d9a4650$@muller@ics-cnrs.unistra.fr> <55253E9E.4060106@redhat.com> Date: Wed, 08 Apr 2015 16:27:00 -0000 In-Reply-To: <55253E9E.4060106@redhat.com> (Pedro Alves's message of "Wed, 08 Apr 2015 15:43:42 +0100") Message-ID: <86egnuwpoj.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00272.txt.bz2 Pedro Alves writes: > There's also the "users/palves/gnulib-update" branch that > updates gdb's copy of gnulib to recent gnulib master. It'd > be great if someone confirmed that a gdb build of that branch > actually works on Windows, so we can move forward with that. > (the branch predates Sergio's patch, so isn't affected by the strtok_r > issue). I'd be nice to update our gnulib copy before we pull in > more modules, to avoid tripping on bugs that have meanwhile already > been fixed upstream, or avoid module dependencies that may > have been reduced upstream... On the other hand, updating our gnulib copy from upstream may introduce new bugs. strtok_r exists in the gnulib 8d5bd1402003bd0153984b138735adf537d960b0 commit we are using, I don't see why we need to update our gnulib copy, unless there are some known bug fixes in gnulib upstream. --=20 Yao (=E9=BD=90=E5=B0=A7)