From owner-freebsd-current@FreeBSD.ORG Tue Nov 15 01:14:22 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 F1D1F16A41F for ; Tue, 15 Nov 2005 01:14:22 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48B0E43D49 for ; Tue, 15 Nov 2005 01:14:22 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.5/8.13.5/NETPLEX) with ESMTP id jAF1EHnB002928; Mon, 14 Nov 2005 20:14:18 -0500 (EST) Date: Mon, 14 Nov 2005 20:14:17 -0500 (EST) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: SANETO Takanori In-Reply-To: <43793229.9080501@ba2.so-net.ne.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: freebsd-current@freebsd.org, Nicolas Blais Subject: Re: can't compile -CURRENT since 2 days ago X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2005 01:14:23 -0000 On Tue, 15 Nov 2005, SANETO Takanori wrote: > It seems that compiling morse requires newly introduced > dev/speaker/speaker.h installed. (it won't see one in the source tree) > Try "cd /usr/src/include; make install" and then buildworld. > > I think this issue should be noted in UPDATING. No, this seems like a bug somewhere in the source or build tree. You should be able to build -current on -stable without having to install anything. -- DE