From owner-freebsd-stable@FreeBSD.ORG Thu Aug 17 10:21: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 0473816A4DA for ; Thu, 17 Aug 2006 10:21:19 +0000 (UTC) (envelope-from xiongfeng.tom@googlemail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 134D343D53 for ; Thu, 17 Aug 2006 10:21:17 +0000 (GMT) (envelope-from xiongfeng.tom@googlemail.com) Received: by ug-out-1314.google.com with SMTP id m2so520507uge for ; Thu, 17 Aug 2006 03:21:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:user-agent:mime-version:to:subject:content-type:content-transfer-encoding:from; b=lermdhMCxbQ//YBuSMj7JuNdPCvSyJuz10TPDDxPkOtAyL2WxoiTo+EKZO9aCjJz2fOOdFrSR6oAVTwFg9seC8wZpYe+wg0pMae1YZRjm9EFmBSD4JroMNYkrETGCaBzVXDstUYyFpygzXRLHYtKqWrjSf9Bn5dKEbVVVcgiN38= Received: by 10.67.101.8 with SMTP id d8mr985246ugm; Thu, 17 Aug 2006 03:21:16 -0700 (PDT) Received: from ?192.168.0.100? ( [84.139.170.105]) by mx.gmail.com with ESMTP id j3sm1983860ugd.2006.08.17.03.21.15; Thu, 17 Aug 2006 03:21:16 -0700 (PDT) Message-ID: <44E44316.3060900@gmail.com> Date: Thu, 17 Aug 2006 12:21:10 +0200 User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit From: Tom Hummel Subject: make buildworld does nothing 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, 17 Aug 2006 10:21:19 -0000 Hi list, a recent test-install of OBSD somehow destroyed parts of my FBSD installation so I was forced to reinstall, which wasn't so much of a problem since my ~ partition was still fine. However since the new installation of FBSD6_1 a 'make buildworld' in a freshly csup'ed /usr/src of RELENG_6 does nothing. There's no output at all and no acitivity - clean and kernel targets are doing something, but kernel fails. I don't know where to start looking for problems since I have no error message - nothing. Overnight I build some ports and let a 'make buildword' job idling around for 8 hours - with nothing done. What can I do? Where can I look? tom