This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

egcs-980129-980205.diff.gz


There a two glitches in that patch :

can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Nrc3p egcs-980129/.brik egcs-980205/.brik
|*** egcs-980129/.brik  Thu Feb  5 13:54:02 1998
|--- egcs-980205/.brik  Thu Feb  5 13:55:29 1998
--------------------------
File to patch: ,brik
patching file `,brik'
[...]
patching file `libio/dbz/dbzmain.c'
Hunk #1 FAILED at 19.
1 out of 2 hunks FAILED -- saving rejects to libio/dbz/dbzmain.c.rej
[...]

Itīs not the first tine that I have  problems with the brik stuff in
egcs patches. Is it possible to exclude the brik stuff from the patches
?
AFAIK this stuff is only needed of you are using brik and not patch to
update your sources. 
The second glitch isnīt a problem ,too :
cat libio/dbz/dbzmain.c.rej
***************
*** 19,25 ****
  #define       STREQ(a, b)     (*(a) == *(b) && strcmp((a), (b)) == 0)
  
  #ifndef lint
! static char RCSid[] = "$Header:
/egcs/carton/cvsfiles/egcs/libio/dbz/dbzmain.c
,v 1.1.1.1 1997/08/21 22:58:23 jason Exp $";
  #endif
  
  char *progname;
--- 19,25 ----
  #define       STREQ(a, b)     (*(a) == *(b) && strcmp((a), (b)) == 0)
  
  #ifndef lint
! static char RCSid[] = "$Header:
/egcs/carton/cvsfiles/egcs/libio/dbz/dbzmain.c
,v 1.2 1998/02/01 12:20:13 law Exp $";
  #endif
  
  char *progname;

-- 
------------------------------------------------------------------------------
Markus			           <markus.kossmann@inka.de> (Markus Kossmann)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]