From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <566d8b1b0b02df04ea949c9ed3f3a353@9srv.net> To: 9fans@9fans.net Date: Sun, 23 Mar 2008 18:38:48 -0400 From: a@9srv.net In-Reply-To: <47E6D457.4090802@kix.es> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Kernel Compiling Problem Topicbox-Message-UUID: 7fba1ef8-ead3-11e9-9d60-3106f5b1d025 I'm assuming /386/bin/fossil/fossil does not, in fact, exist. The fact that the last file completed changes is just a distraction in this case; I suspect you have $NPROC>1 and mk is parallelizing its work. I think if you set NPROC=1 before running mk you'll stop seeing that last file change. The problem is simply that the kernel mkfiles don't know how to build things in /sys/src/cmd. The trivial work-around is to build fossil yourself (cd /sys/src/cmd/fossil && mk install). There's likely to be other similar binaries needed, so I'd recommend you 'mk install' all of /sys/src/cmd. Anthony