|
From: Tatsuro M. <tma...@ya...> - 2017-07-18 11:15:32
|
perhaps patch file is for old for the current source file. you may need to attach the patch manually by a text editor. Tatsuro --- Patrick Dupre wrote: > Thank, > > It is better, but still > Is it OK? > > patch -p0 < ../gnuplot-5.0.0-tabulate.patch > (Stripping trailing CRs from patch; use --binary to disable.) > patching file docs/gnuplot.doc > Hunk #1 succeeded at 12339 (offset 351 lines). > (Stripping trailing CRs from patch; use --binary to disable.) > patching file src/set.c > Hunk #1 succeeded at 4720 (offset 177 lines). > Hunk #2 succeeded at 4741 (offset 177 lines). > (Stripping trailing CRs from patch; use --binary to disable.) > patching file src/tabulate.c > Hunk #1 succeeded at 62 with fuzz 1. > Hunk #2 succeeded at 152 (offset 4 lines). > Hunk #3 succeeded at 217 (offset 4 lines). > Hunk #4 succeeded at 248 (offset 7 lines). > Hunk #5 succeeded at 265 (offset 7 lines). > Hunk #6 FAILED at 358. > 1 out of 6 hunks FAILED -- saving rejects to file src/tabulate.c.rej > (Stripping trailing CRs from patch; use --binary to disable.) > patching file src/tabulate.h > (Stripping trailing CRs from patch; use --binary to disable.) > patching file src/unset.c > Hunk #1 succeeded at 1553 (offset 58 lines). > > > =========================================================================== > Patrick DUPRÉ | | email: pd...@gm... > Laboratoire de Physico-Chimie de l'Atmosphère | | > Université du Littoral-Côte d'Opale | | > Tel. (33)-(0)3 28 23 76 12 | | Fax: 03 28 65 82 44 > 189A, avenue Maurice Schumann | | 59140 Dunkerque, France > =========================================================================== > > > > Sent: Tuesday, July 18, 2017 at 12:37 PM > > From: "Tatsuro MATSUOKA" <tma...@ya...> > > To: "Patrick Dupre" <pd...@gm...> > > Cc: gnu...@li... > > Subject: Re: [Gnuplot-info] table > > > > > > > > > I have an issue with > > > patch -p1 < ../gnuplot-5.0.0-tabulate.patch > > > (Stripping trailing CRs from patch; use --binary to disable.) > > > > > can't find file to patch at input line 8 > > > Perhaps you used the wrong -p or --strip option? > > > The text leading up to this was: > > > -------------------------- > > > |Index: docs/gnuplot.doc > > > |=================================================================== > > > |RCS file: /cvsroot/gnuplot/gnuplot/docs/gnuplot.doc,v > > > |retrieving revision 1.895 > > > |diff -u -r1.895 gnuplot.doc > > > |--- docs/gnuplot.doc 17 Jun 2014 05:39:30 -0000 1.895 > > > |+++ docs/gnuplot.doc 20 Jun 2014 08:38:13 -0000 > > > -------------------------- > > > File to patch: > > > > > > > > patch -p1 < ../gnuplot-5.0.0-tabulate.patch > > > > > > > > How about the below? > > patch -p0 < ../gnuplot-5.0.0-tabulate.patch > > > > > > Tatsuro > > > > > |