From owner-freebsd-current@FreeBSD.ORG Tue Nov 25 08:18:31 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2C5316A4CE for ; Tue, 25 Nov 2003 08:18:31 -0800 (PST) Received: from gunfright.epcdirect.co.uk (gunfright.epcdirect.co.uk [195.10.242.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EBE643FCB for ; Tue, 25 Nov 2003 08:18:29 -0800 (PST) (envelope-from bsd-current@epcdirect.co.uk) Received: from localhost (localhost [127.0.0.1]) by gunfright.epcdirect.co.uk (Postfix) with ESMTP id 623EA154C4 for ; Tue, 25 Nov 2003 16:18:27 +0000 (GMT) Received: from gunfright.epcdirect.co.uk ([127.0.0.1])port 10024) with ESMTP id 34012-04 for ; Tue, 25 Nov 2003 16:18:27 +0000 (GMT) Received: from lfarr (bka.shorewood-epc.co.uk [192.168.15.200]) by gunfright.epcdirect.co.uk (Postfix) with ESMTP id CEB9F154BC for ; Tue, 25 Nov 2003 16:18:26 +0000 (GMT) From: "Lawrence Farr" To: Date: Tue, 25 Nov 2003 16:18:26 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <20031125144729.GB84940@ns2.wananchi.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Thread-Index: AcOzYzPgZbe3FA4xSj6gKKL5OclQuAAC139w Message-Id: <20031125161826.CEB9F154BC@gunfright.epcdirect.co.uk> X-Virus-Scanned: by Gunfright.epcdirect.co.uk Subject: 4 -> 5 Problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 16:18:31 -0000 I build 5-CURRENT every night, and NFS export src and obj to my other CURRENT machines to update. I've been doing this quite happily this way for a while. When I try to do an installkernel on a stable machine, I get: root@testbox:/usr/src# make installkernel Bad system call (core dumped) *** Error code 140 Stop in /usr/src. I can no longer do this on any of the current boxes either: mkdir -p /boot/kernel install -p -m 555 -o root -g wheel kernel /boot/kernel *** Signal 12 Stop in /usr/obj/usr/src/sys/P6MPFW. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I tried with -DALWAYS_CHECK_MAKE as well. Have I missed something in UPDATING? Anyone else doing this without issue? the Current target machine is from Thu Sep 25 14:32:19 GMT 2003, the stable one from Mon Mar 24 16:30:45 GMT 2003, and the src and obj are fresh from last night. Lawrence Farr EPC Direct Limited