From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net From: erik quanstrom Date: Tue, 22 Jul 2008 16:13:24 -0400 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Building new kernel. Topicbox-Message-UUID: edaabf08-ead3-11e9-9d60-3106f5b1d025 > I'm having the same exact issue with a July 19th iso. > >>> this would be expected due to the pull which sets the mtimes of >>> new files to be older than the .8s. try "mk clean" before proceeding. >> So, now in /sys/src I do >> mk clean ok, >> mk all fails with >> mk ip >> 8c -FTVv 6in4.c >> mk: no recipe to make 'pptpd.8' in directory /sys/src/cmd/ip > > I'm getting the same error after a pull. Any thoughts? does /sys/src/cmd/ip/pptpd.c exist? if not, there must be an error in the pull database on sources. you can copy it by hand with 9fs sources && cp -x /n/sources/plan9/sys/src/cmd/ip/pptpd.c /sys/src/cmd/ip/ - erik