X-pop3-spooler: POP3MAIL 2.1.0 b 4 980420 -bs- Delivered-To: pcg AT goof DOT com Message-ID: <35534CD5.76FE3731@willamette.edu> Date: Fri, 08 May 1998 11:20:05 -0700 From: Paul R DeStefano X-Mailer: Mozilla 4.05 [en] (X11; I; SunOS 5.6 sun4u) MIME-Version: 1.0 To: beastium-list AT Desk DOT nl Subject: Patching egcs1.0.2 to pgcc1.0.2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: Marc Lehmann Status: RO Content-Length: 2267 Lines: 69 I'm not on the list. But, please help. I am trying to patch egcs source for pgcc so I can use it with glibc2. I have tried to patch the source many time but it never successfully completes. Here is the last two errors of patch: Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: egcs/texinfo/info/Makefile |diff -u egcs/texinfo/info/Makefile:1.1.1.2 egcs/texinfo/info/Makefile:1.3.2.1 |--- egcs/texinfo/info/Makefile:1.1.1.2 Fri Mar 27 23:27:37 1998 |+++ egcs/texinfo/info/Makefile Sat Mar 28 04:42:33 1998 -------------------------- File to patch: ./textinfo/info/Makefile.in No file found--skip this patch? [n] n File to patch: egcs/texinfo/info/Makefile.in No file found--skip this patch? [n] n File to patch: ../egcs/texinfo/info/Makefile.in Patching file ../egcs/texinfo/info/Makefile.in using Plan A... Hunk #1 failed at 1. 1 out of 1 hunks failed--saving rejects to .../egcs/texinfo/info/Makefile.in.rej Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: egcs/texinfo/util/texi2dvi |diff -u egcs/texinfo/util/texi2dvi:1.1.1.2 egcs/texinfo/util/texi2dvi:1.1.2.1 |--- egcs/texinfo/util/texi2dvi:1.1.1.2 Fri Mar 27 23:28:03 1998 |+++ egcs/texinfo/util/texi2dvi Sat Mar 28 04:42:34 1998 -------------------------- Patching file texinfo/util/texi2dvi using Plan A... Hunk #1 failed at 332. 1 out of 1 hunks failed--saving rejects to texinfo/util/texi2dvi.rej done You can see that the file .../info/Makefile didn't even exist, so I tryied pointing it to info/Makefile.in All the rej's are: ../gcc/c-decl.c.rej ../gcc/c-gperf.h.rej ../gcc/c-parse.c.rej ../gcc/calls.c.rej ../gcc/cexp.c.rej ../gcc/combine.c.rej ../gcc/configure.rej ../gcc/configure.in.rej ../gcc/cse.c.rej ../gcc/explow.c.rej ../gcc/expr.c.rej ../gcc/expr.h.rej ../gcc/final.c.rej ../gcc/flags.h.rej ../gcc/flow.c.rej ../gcc/fold-const.c.rej ../gcc/genattrtab.c.rej ../gcc/global.c.rej ../gcc/haifa-sched.c.rej ../gcc/integrate.c.rej ../gcc/jump.c.rej ../texinfo/info/Makefile.in.rej ../texinfo/util/texi2dvi.rej Pleas Help. What am I doing wrong? I executed the patch this way: gunzip <../egcs-1.0.2-pgcc-1.0.2.diff.gz | patch -p1 -N -E