From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <48863222.5010603@ntlworld.com> Date: Tue, 22 Jul 2008 20:16:50 +0100 From: Robert Hibberdine User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> References: <0b6ee1c89e58c4e41f8810c5ba0c1cae@quanstro.net> In-Reply-To: <0b6ee1c89e58c4e41f8810c5ba0c1cae@quanstro.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Building new kernel. Topicbox-Message-UUID: ed8c186e-ead3-11e9-9d60-3106f5b1d025 erik quanstrom wrote: >> Ok. I pulled and remade fossil which got over that error. But now I do >> mk 'CONF=pcf' and get >> >> size 9pcf >> links: incompatible type signitures ...... (for a whole load of init >> files ie tcpinit, udpinit etc) >> >> and then >> >> mk: 8c -FTVv '-DKERNDATE='`{date ... : exit status=rc 1887: 8l 1891 error >> >> Something not quite right with my system??? It's from the plan9 iso >> dated June 26th.. >> > > 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. > > - erik > > Thanks. I realised that wouild be a good idea about 1.5 nanoseconds after I sent the email.... 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 doing a mk all in /sys/src/cmd/ip/ gives the same error... Any ideas..... If I delete all sources and do a pull then try again???? Thanks for your patience :-) Bob