From owner-freebsd-current@FreeBSD.ORG Tue Nov 15 00:56:44 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 97DFE16A41F for ; Tue, 15 Nov 2005 00:56:44 +0000 (GMT) (envelope-from sanewo@ba2.so-net.ne.jp) Received: from mx10.ms.so-net.ne.jp (mx10.ms.so-net.ne.jp [202.238.82.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23FA143D49 for ; Tue, 15 Nov 2005 00:56:43 +0000 (GMT) (envelope-from sanewo@ba2.so-net.ne.jp) Received: from [127.0.0.1] (pddf34a.tkyoac00.ap.so-net.ne.jp [218.221.243.74]) by mx10.ms.so-net.ne.jp with ESMTP id jAF0uWGZ008443; Tue, 15 Nov 2005 09:56:41 +0900 (JST) Message-ID: <43793229.9080501@ba2.so-net.ne.jp> Date: Tue, 15 Nov 2005 09:56:09 +0900 From: SANETO Takanori User-Agent: Thunderbird 1.5 (Windows/20051025) MIME-Version: 1.0 To: Nicolas Blais References: <200511141702.45491.nb_root@videotron.ca> In-Reply-To: <200511141702.45491.nb_root@videotron.ca> Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: can't compile -CURRENT since 2 days ago X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 15 Nov 2005 00:56:44 -0000 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. Nicolas Blais wrote: > Hi, > > I haven't been able to compile -CURRENT since about 2 days ago. I saw that the > tinderbox got the same message as me: > > ===> games/grdc (depend) > rm -f .depend > CC='/usr/bin/cc' mkdep -f .depend -a /usr/src/games/grdc/grdc.c > echo > grdc: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/tmp/usr/lib/libncurses.a >>> .depend > ===> games/morse (depend) > rm -f .depend > CC='/usr/bin/cc' mkdep -f .depend -a > -DSPEAKER=\"/dev/speaker\" /usr/src/games/morse/morse.c > /usr/src/games/morse/morse.c:67:33: dev/speaker/speaker.h: No such file or > directory > mkdep: compile failed > *** Error code 1 > > Stop in /usr/src/games/morse. > *** Error code 1 > > Stop in /usr/src/games. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > 872.891u 91.628s 18:21.83 87.5% 4051+2485k 5485+1445io 441pf+0w > > I cleared /usr/obj, set NOCCACHE and cleared my .ccache folder anyway. Is > there a fix? > > Nicolas.