From owner-freebsd-bugs@FreeBSD.ORG Thu Apr 2 12:50:05 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2069106566B for ; Thu, 2 Apr 2009 12:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B64BA8FC0C for ; Thu, 2 Apr 2009 12:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n32Co5Gh064089 for ; Thu, 2 Apr 2009 12:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n32Co5Zv064088; Thu, 2 Apr 2009 12:50:05 GMT (envelope-from gnats) Date: Thu, 2 Apr 2009 12:50:05 GMT Message-Id: <200904021250.n32Co5Zv064088@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: John Baldwin Cc: Subject: Re: misc/133264: [build] make buildworld on RELENG_6_4 is broken on SMP machines X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Baldwin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2009 12:50:06 -0000 The following reply was made to PR misc/133264; it has been noted by GNATS. From: John Baldwin To: bug-followup@FreeBSD.org, sudakov@sibptus.tomsk.ru Cc: Subject: Re: misc/133264: [build] make buildworld on RELENG_6_4 is broken on SMP machines Date: Thu, 2 Apr 2009 08:44:57 -0400 I suspect you have a similar issue here in that you have a "dirty" source tree. If that is the case, a build without -j4 should also fail and should show you where you have object files lying around. -- John Baldwin