From owner-freebsd-stable@FreeBSD.ORG Sat Sep 23 05:35:15 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 AE08916A407 for ; Sat, 23 Sep 2006 05:35:15 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41B3D43D49 for ; Sat, 23 Sep 2006 05:35:15 +0000 (GMT) (envelope-from illoai@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so1579570pye for ; Fri, 22 Sep 2006 22:35:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dB8gTJyqApXAYJ1wxmbF78QLxnQr0Wfw42OgsmmmK3t3bJmKZnTcRW10P0bhcs9OKvSSMHALbyaJA5HPVJTC5zc1zxiwS5zqLPTQb50/i0eZwJpe5Ffd5LgQCSMdPxqIRrIDAqlTpzh6o73JycIJF6RfRR7JU9HQLe2ZQTFd9kw= Received: by 10.65.84.5 with SMTP id m5mr1692537qbl; Fri, 22 Sep 2006 22:35:14 -0700 (PDT) Received: by 10.64.84.5 with HTTP; Fri, 22 Sep 2006 22:35:14 -0700 (PDT) Message-ID: Date: Sat, 23 Sep 2006 00:35:14 -0500 From: "illoai@gmail.com" To: martinko In-Reply-To: <451333B7.2060700@pobox.sk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060921203756.GF45341@rambler-co.ru> <451333B7.2060700@pobox.sk> Cc: freebsd-stable@freebsd.org 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: Sat, 23 Sep 2006 05:35:15 -0000 On 9/21/06, martinko wrote: > Ruslan Ermilov 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: > >> > [...] > >> > > 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, > > it seems to me it's not -jX fault this time. > otherwise i could provide you the info you asked. > pls see my latest post on this issue. In my admittedly limited experience: -j rarely breaks anything itself, but in most cases it makes posting the last few lines useless, as it can interpose hundreds (or thousands) of lines of output from concurrent compilations. -j may be slightly more likely to expose hardware problems. -- --