Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!metro!metro!asstdc.scgt.oz.au!nsw.news.telstra.net!act.news.telstra.net!vic.news.telstra.net!news.mira.net.au!inquo!in-news.erinet.com!izzy.net!aanews.merit.net!imci3!imci4!newsfeed.internetmci.com!howland.reston.ans.net!Germany.EU.net!zib-berlin.de!news.tu-chemnitz.de!irz401!uriah.heep!news From: j@uriah.heep.sax.de (J Wunsch) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: kernel compile failure Date: 27 Apr 1996 07:23:43 GMT Organization: Private FreeBSD site, Dresden Lines: 32 Message-ID: <4lsi1v$89n@uriah.heep.sax.de> References: <4l9hvn$hv2@news.duke.edu> Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) NNTP-Posting-Host: localhost.heep.sax.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: knews 0.9.6 Charles Reese <reese@chem.duke.edu> writes: >I am trying to compile a custom kernel (ATHOS) and all seems to be well >untill I do the make install at which point it says: > >chf etc. >mv etc. >install -c -m 555 -o root -g wheel -fschg kernel/ ^ Btw., there's a space here actually. >install: kernel: No such file or directory >***Error code 1 > >Stop >Any ideas how to recover? Yes, please compile your kernel first. :-) I've just verified, the Makefile is not fool-proof, in that the `install' pseudo-target doesn't depend on `kernel'. Hence, if your kernel build failed, but you ignore the error messages from the build process, you can still try to install the unbuilt kernel. :-] While this is a bug in the Makefile, you should better investigate why the kernel build process fell over. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)