build -j3 not working anymore on Current

Gary Palmer gpalmer at freebsd.org
Fri Jan 2 11:53:42 UTC 2009


On Fri, Jan 02, 2009 at 11:32:44AM +0100, Johan Hendriks wrote:
> 
> Hello all 
> 
> First of all a very happy new year to you all.
> 
> I have 2 test machines running HEAD, one i386 (dual PIII) and one amd64 Core2Duo 
> I always use the following command to do the buildworld cycles.
> 
> make cleanworld && make -j3 buildworld && make -j3 kernel
> 
> But as of now i get the following error
> 
> ===> gnu/usr.bin/texinfo/doc (all)
> --- info.info ---
> --- info-stnd.info ---
> --- texinfo.texi ---
> --- 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.texi  -o info.info
> --- info-stnd.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
> --- texinfo.texi ---
> ln -fs /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/texinfo.txi texinfo.texi
> --- texinfo.info ---
> 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
> --- info.info.gz ---
> gzip -cn info.info > info.info.gz
> --- info-stnd.info.gz ---
> gzip -cn info-stnd.info > info-stnd.info.gz
> --- texinfo.info.gz ---
> gzip -cn texinfo.info > texinfo.info.gz
> 1 error
> *** Error code 2
> 1 error
> *** Error code 2
> 1 error


Johan,

Unfortunately with -jn where n > 1, the actual error message is hidden
earlier in the output.  The above text does not include the actual
error that occurred, just that one happened at some point.

Does 

make cleanworld && make buildworld && make kernel

work?  If not, it will highlight where the problem is.

Regards,

Gary


More information about the freebsd-current mailing list