hello list, i've just pulled the releng_6 sources and run make -j4 buildworld as usual and this i've got: ===> 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
On Thu, Sep 21, 2006 at 08:00:40PM +0200, martinko wrote:> hello list, > > i've just pulled the releng_6 sources and run make -j4 buildworld as > usual and this i've got: > > ===> 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 errorThat doesn't provide any information since you used -j4. When posting errors from buildworld, you need to run without -j, or log the entire buildworld output and then figure out where the actual error occurred (may be thousands of lines from the end). Kris -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20060921/ef3bdf38/attachment.pgp
martinko, Do you have NO_INFO set in make.conf? My RELENG_6 boxes, which all have NO_INFO, also fail consistently at this stage of the build. My aborted efforts to find the cause (ie. why texinfo was being built at all), including building without the "-j 4" or _any_ make.conf or compiler options, ended when I just removed texinfo from the Makefile. FWIW, they go on to fail during the sysinstall build. I'll follow up with something more useful that "me too" when I have it. -Andrew- -- _______________________________________________________________________ | -Andrew J. Caines- Unix Systems Engineer A.J.Caines@halplant.com | | "They that can give up essential liberty to obtain a little temporary | | safety deserve neither liberty nor safety" - Benjamin Franklin, 1759 |
On Thu, Sep 21, 2006 at 08:00:40PM +0200, martinko wrote:> hello list, > > i've just pulled the releng_6 sources and run make -j4 buildworld as > usual and this i've got: > > ===> 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'm generally interested in fixing -jX build failures. I'd need at least the following info: - the contents of /etc/make.conf - exact make command - full output (combined stdout + stderr) available somewhere for download in a compressed form Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20060921/1b855d2b/attachment.pgp