From owner-freebsd-stable@FreeBSD.ORG Sat Aug 16 10:06:42 2003 Return-Path: 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 724F437B413 for ; Sat, 16 Aug 2003 10:06:42 -0700 (PDT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 4C9DB44385 for ; Sat, 16 Aug 2003 05:29:52 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 16 Aug 2003 13:29:49 +0100 (BST) Date: Sat, 16 Aug 2003 13:29:48 +0100 From: David Malone To: Nils Holland Message-ID: <20030816122948.GA68515@walton.maths.tcd.ie> References: <200308161232.46036.nils@thunderbridge.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200308161232.46036.nils@thunderbridge.de> User-Agent: Mutt/1.5.3i Sender: dwmalone@maths.tcd.ie cc: stable@freebsd.org Subject: Re: -STABLE problems / icmp6.c? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 16 Aug 2003 17:06:45 -0000 On Sat, Aug 16, 2003 at 12:32:46PM +0200, Nils Holland wrote: > I just cvsupped the latest -STABLE source code, and noticed that it doesn't > seem to build. Here's what happens: > ===> usr.bin/systat > make: don't know how to make icmp6.c. Stop > *** Error code 2 Does icmp6.c exist in usr.bin/systat? It is a new file that I added yesterday. I've built -stable on a machine this morning and systat built fine. David.