From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4722 invoked by alias); 27 Sep 2013 12:12:04 -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 4691 invoked by uid 89); 27 Sep 2013 12:12:03 -0000 Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.222.217) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 27 Sep 2013 12:12:03 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.1 required=5.0 tests=AWL,BAYES_50,MSGID_MULTIPLE_AT,SPAM_SUBJECT autolearn=no version=3.3.2 X-HELO: mailhost.u-strasbg.fr Received: from mailhost.u-strasbg.fr (localhost [127.0.0.1]) by antispam (Postfix) with ESMTP id B34BC21023; Fri, 27 Sep 2013 14:11:59 +0200 (CEST) Received: from mailhost.u-strasbg.fr (localhost [127.0.0.1]) by antivirus (Postfix) with ESMTP id A4BD32165A; Fri, 27 Sep 2013 14:11:59 +0200 (CEST) Received: from md13.u-strasbg.fr (md13.u-strasbg.fr [130.79.200.248]) by mr7.u-strasbg.fr (Postfix) with ESMTP id 7B5ED21023; Fri, 27 Sep 2013 14:11:57 +0200 (CEST) Received: from ms15.u-strasbg.fr (ms15.u-strasbg.fr [130.79.204.115]) by md13.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id r8RCBv32024196 ; Fri, 27 Sep 2013 14:11:57 +0200 (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from E6510Muller (gw-ics.u-strasbg.fr [130.79.210.225]) (Authenticated sender: mullerp) by ms15.u-strasbg.fr (Postfix) with ESMTPSA id E1D681FD8A; Fri, 27 Sep 2013 14:11:55 +0200 (CEST) From: "Pierre Muller" To: "'asmwarrior'" , "'gdb-patches'" References: <002901cebaf2$35ec65a0$a1c530e0$@muller@ics-cnrs.unistra.fr> <33207.6293569573$1380225714@news.gmane.org> <52453E5C.4070704@gmail.com> <52453F53.9050203@gmail.com> In-Reply-To: <52453F53.9050203@gmail.com> Subject: RE: [RFC 3/6] mingw-hdep: Add "maint set testuite-mode on/off" command. Date: Fri, 27 Sep 2013 12:12:00 -0000 Message-ID: <005401cebb7a$c0ea0710$42be1530$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2013-09/txt/msg00952.txt.bz2 > -----Message d'origine----- > De : gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de asmwarrior > Envoy=C3=A9 : vendredi 27 septembre 2013 10:18 > =C3=80 : Pierre Muller; 'gdb-patches' > Objet : Re: [RFC 3/6] mingw-hdep: Add "maint set testuite-mode on/off" > command. >=20 > On 2013-9-27 16:14, asmwarrior wrote: > > I failed to apply this patch: > > Here is the log: > > > > zyh23@ZYH /f/build_gdb/gdb/gdbgit/gdb (my_build) > > $ git am ../patches/muller/*.eml > > Applying: Fix display of tabulation character for mingw hosts. > > Applying: Avoid missing char before incomplete sequence in wchar_iterat= e. > > Applying: mingw-hdep: Add "maint set testuite-mode on/off" command. > > fatal: corrupt patch at line 20 > > Patch failed at 0003 mingw-hdep: Add "maint set testuite-mode on/off" > command. > > The copy of the patch that failed is found in: > > f:/build_gdb/gdb/gdbgit/gdb/.git/rebase-apply/patch > > When you have resolved this problem, run "git am --continue". > > If you prefer to skip this patch, run "git am --skip" instead. > > To restore the original branch and stop patching, run "git am --abort". I know that the automatic insertion of newlines is one of the major burden with Outlook when pasting the patches directly into the text... If anyone knows a good tip to avoid this... But, on the other hand, I still think that the preferred format is direct insertion of the patch in the body of the email. If anyone has a script to automate the conversion from patches generate with 'git format-path' to emails ready to be sent with Out= look, I would be very glad to use them... =20=20 =20 > BTW: I save your emails to eml files in Thunderbird, under WindowsXP. The problem is definitively on my side, and I apologize for the inconvience... Pierre Muller