Date: Wed, 11 Apr 2007 16:01:23 +0200 From: "Johan Hendriks" <Johan@double-l.nl> To: "Ruslan Ermilov" <ru@FreeBSD.org> Cc: freebsd-current@FreeBSD.org Subject: RE: buildworld fails Message-ID: <57200BF94E69E54880C9BB1AF714BBCB01115D@w2003s01.double-l.local> References: <57200BF94E69E54880C9BB1AF714BBCB01115C@w2003s01.double-l.local> <20070411133036.GB34189@rambler-co.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
________________________________ Van: Ruslan Ermilov [mailto:ru@FreeBSD.org] Verzonden: wo 11-4-2007 15:30 Aan: Johan Hendriks CC: freebsd-current@FreeBSD.org Onderwerp: Re: buildworld fails On Wed, Apr 11, 2007 at 02:36:22PM +0200, Johan Hendriks wrote: > i have 2 HP netserver 800 with 2 p3 1 Ghz cpu's. > > Both running 7-CURRENT > > but as of today buildworld fails on both machine's and on a singe 1 cpu p3 machine. > I use these to for test and so on. > > all machine use SHED_ULE > > the error i get is as follows. > > > ===> 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 > It looks like you're building the world in parallel (using the -jX option to make(1)), so the actual build error isn't seen. Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer Yes i did use -j4 to make the build, i did not know it did not show where it fails. But there was a commit to the tree so i'll give it a go again. Next time after a error i will use -j0 to see the error. Thanks for your time, and sorry for the noise. regards, Johan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?57200BF94E69E54880C9BB1AF714BBCB01115D>
