On Friday 31 March 2006 15:28, Fernan Aguero wrote: > 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/texi >nfo.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 >
This looks like you were running with a -j? set and you aren't seeing the real error. It was hidden somewhere. I have only found setting -j to be of value on smp systems. You may have actually slowed your buildworld down. Kent Kent -- Kent Stewart Richland, WA http://www.soyandina.com/ "I am Andean project". http://users.owt.com/kstewart/index.html _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
