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]

Error installing CVS GCC


I don't know if this is reproducible, but I got this a couple of
seconds ago after a bootstrap:-

perl ../../gcc/../contrib/texi2pod.pl < ../../gcc/invoke.texi > gcc.pod
(pod2man --center="GNU" --release="gcc-2.97" --section=1 gcc.pod > ../../gcc/gcc.1.T$$ && \
        mv -f ../../gcc/gcc.1.T$$ ../../gcc/gcc.1) || \
        (rm -f ../../gcc/gcc.1.T$$ && exit 1)
Can't locate object method "cmd_head3" via package "Pod::Man" at /usr/lib/perl5/5.6/Pod/Man.pm line 463, <GEN0> line 4598.
make[1]: *** [../../gcc/gcc.1] Error 1
make[1]: Leaving directory `/usr/src/gcc/build/gcc'
make: *** [install-gcc] Error 2

Neil.

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