Hi!
I've just cvsuped to the latest RELENG_6_0 (p6) and I can't
get buildworld to finish ... this is the second time I got
stopped at the same place:
===> gnu/usr.bin/texinfo/doc (all)
makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I
/usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc
/usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info.texi -o
info.info
makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I
/usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc
/usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info-stnd.texi
-o info-stnd.info
ln -fs
/usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/texinfo.txi
texinfo.texi
makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I
/usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc texinfo.texi
-o texinfo.info
gzip -cn info.info > info.info.gz
gzip -cn info-stnd.info > info-stnd.info.gz
gzip -cn texinfo.info > texinfo.info.gz
1 error
*** Error code 2
1 error
*** Error code 2
1 error
I don't know what is going on, but texinfo.info and
texinfo.info.gz seem to be OK:
[fernan@omega] ls -l /usr/obj/usr/src/gnu/usr.bin/texinfo/doc/
total 1232
-rw-r--r-- 1 root wheel 124715 Mar 31 18:19 info-stnd.info
-rw-r--r-- 1 root wheel 32549 Mar 31 18:19 info-stnd.info.gz
-rw-r--r-- 1 root wheel 65264 Mar 31 18:19 info.info
-rw-r--r-- 1 root wheel 20820 Mar 31 18:19 info.info.gz
-rw-r--r-- 1 root wheel 769695 Mar 31 18:19 texinfo.info
-rw-r--r-- 1 root wheel 206881 Mar 31 18:19 texinfo.info.gz
lrwxr-xr-x 1 root wheel 76 Mar 31 18:19 texinfo.texi ->
/usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/texinfo.txi
[fernan@omega] cd /usr/obj/usr/src/gnu/usr.bin/texinfo/doc/
[fernan@omega] gzip -dc texinfo.info.gz > texinfo.info.2
[fernan@omega] md5 texinfo.info*
MD5 (texinfo.info) = f64fd991c84113a5d55dfa855196a970
MD5 (texinfo.info.2) = f64fd991c84113a5d55dfa855196a970
Just FYI, I did the following before beginning the build:
cd /usr/src
chflags -R noschg /usr/obj && rm -rf /usr/obj/*
make clean && make -j4 buildworld
Thanks for your help,
Fernan