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]

Re: gcc-20010409 compilation fails on Tru64 Unix



> bash-2.05# rm -rf gcc-20010409/
> bash-2.05# gtar xfz ../gcc-20010409.tar.gz
> bash-2.05# cd gcc-20010409/gcc/
> bash-2.05# gpatch -p0 < /tmp/gcc-patch
> patching file aclocal.m4
> patching file configure.in
> Hunk #2 FAILED at 437.
> 1 out of 2 hunks FAILED -- saving rejects to file configure.in.rej
> bash-2.05#

strange: either a problem with the snapshot or a broken gpatch:

% cvs -q update -p -rgcc_ss_20010409 configure.in > ~/configure.in
% cvs -q update -p -rgcc_ss_20010409 aclocal.m4 > ~/aclocal.m4
% cd
% patch -s -p0 < bool.patch
%

I vaguely recall that there for some time the CVS repository was messed up,
mixing files from branch and trunk.  Maybe the snapshot was cut during this
period.  Please compare configure.in in the snapshot with the repository
version.

And compare the .rej file with the original configure.in, maybe you can see
why it doesn't apply.

	Rainer

-----------------------------------------------------------------------------
Rainer Orth, Faculty of Technology, Bielefeld University

Email: ro@TechFak.Uni-Bielefeld.DE


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