I am trying to build gpc-20011123 based on gcc-2.95.2 under Red Hat Linux 7.2. I have done this before with earlier versions of gpc but on this occasion configure is stopping when applying the patch to gcc with the message: "Missing header for unified diff at line 449 of patch. The text leading up to this was |--- expr.c.orig Sun Nov 18 00:05:40 2001 Any clues as what the problem is ? -- Martin Liddle, Tynemouth Computer Services, 27 Garforth Close, Cramlington, Northumberland, England, NE23 6EW. Phone: 01670-712624. Fax: 01670-717324. Web site: <http://www.tynecomp.co.uk>.
Martin Liddle wrote:
I am trying to build gpc-20011123 based on gcc-2.95.2 under Red Hat Linux 7.2. I have done this before with earlier versions of gpc but on this occasion configure is stopping when applying the patch to gcc with the message:
"Missing header for unified diff at line 449 of patch. The text leading up to this was |--- expr.c.orig Sun Nov 18 00:05:40 2001
Any clues as what the problem is ?
the diff for the last hunk has been issued from the wrong directory (gcc instead of base): replace the two lines by --- gcc/expr.c.orig Sun Nov 18 00:05:40 2001 +++ gcc/expr.c Sun Nov 18 00:05:46 2001 Maurice -- Maurice Lombardi Laboratoire de Spectrometrie Physique, Universite Joseph Fourier de Grenoble, BP87 38402 Saint Martin d'Heres Cedex FRANCE Tel: 33 (0)4 76 51 47 51 Fax: 33 (0)4 76 63 54 95 mailto:Maurice.Lombardi@ujf-grenoble.fr
In article <3C065E68.4000502@ujf-grenoble.fr>, Maurice Lombardi <Maurice.Lombardi@ujf-grenoble.fr> writes
Martin Liddle wrote:
I am trying to build gpc-20011123 based on gcc-2.95.2 under Red Hat Linux 7.2. I have done this before with earlier versions of gpc but on this occasion configure is stopping when applying the patch to gcc
the diff for the last hunk has been issued from the wrong directory (gcc instead of base): replace the two lines by
--- gcc/expr.c.orig Sun Nov 18 00:05:40 2001 +++ gcc/expr.c Sun Nov 18 00:05:46 2001
Thanks that fixed the problem; the solution was depressingly obvious when pointed out. -- Martin Liddle, Tynemouth Computer Services, 27 Garforth Close, Cramlington, Northumberland, England, NE23 6EW. Phone: 01670-712624. Fax: 01670-717324. Web site: <http://www.tynecomp.co.uk>.
Martin Liddle wrote:
I am trying to build gpc-20011123 based on gcc-2.95.2 under Red Hat Linux 7.2. I have done this before with earlier versions of gpc but on this occasion configure is stopping when applying the patch to gcc with the message:
"Missing header for unified diff at line 449 of patch. The text leading up to this was |--- expr.c.orig Sun Nov 18 00:05:40 2001
Any clues as what the problem is ?
Oh sorry. A mistake when generating the patched. Will be fixed. If you want a fix now, apply the following diff to the GPC sources with the GCC diffs, then restart (patching GCC again). (It's a little bit confusing to talk about diffs of diffs. ;-) Frank -- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/ GPC To-Do list, latest features, fixed bugs: http://agnes.dida.physik.uni-essen.de/~gnu-pascal/todo.html
Frank Heckenbach wrote:
Oh sorry. A mistake when generating the patched. Will be fixed. If you want a fix now, apply the following diff to the GPC sources with the GCC diffs, then restart (patching GCC again). (It's a little bit confusing to talk about diffs of diffs. ;-)
I sent this mail some days ago. For mysterious reasons, it didn't get posted until today, apparently. (Just in case anyone is wondering about this redundant reply since Maurice had already answered.) Frank -- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/ GPC To-Do list, latest features, fixed bugs: http://agnes.dida.physik.uni-essen.de/~gnu-pascal/todo.html
participants (3)
-
Frank Heckenbach -
Martin Liddle -
Maurice Lombardi