From owner-freebsd-stable@FreeBSD.ORG Thu Sep 21 19:52:19 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5345E16A407 for ; Thu, 21 Sep 2006 19:52:19 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A625943D83 for ; Thu, 21 Sep 2006 19:51:05 +0000 (GMT) (envelope-from freebsd-stable@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GQUXE-0002lo-7S for freebsd-stable@freebsd.org; Thu, 21 Sep 2006 21:48:36 +0200 Received: from r5h168.net.upc.cz ([86.49.7.168]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Sep 2006 21:48:36 +0200 Received: from martinkov by r5h168.net.upc.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Sep 2006 21:48:36 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: martinko Date: Thu, 21 Sep 2006 21:46:06 +0200 Lines: 43 Message-ID: References: <20060921180908.GA23890@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: r5h168.net.upc.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.6) Gecko/20060805 SeaMonkey/1.0.4 In-Reply-To: <20060921180908.GA23890@xor.obsecurity.org> Sender: news Subject: Re: RELENG_6 does not compile X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 19:52:19 -0000 Kris Kennaway wrote: > 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 > > That 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 well, you're right kris, i'll try again.. cheers, m.