From owner-freebsd-questions Mon Jun 21 16:11:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from c523578-a.sttls1.wa.home.com (c523578-a.sttls1.wa.home.com [24.5.122.51]) by hub.freebsd.org (Postfix) with ESMTP id 2566714BF8 for ; Mon, 21 Jun 1999 16:11:42 -0700 (PDT) (envelope-from todd@c523578-a.sttls1.wa.home.com) Received: from localhost (todd@localhost) by c523578-a.sttls1.wa.home.com (8.9.3/8.9.2) with ESMTP id QAA04706; Mon, 21 Jun 1999 16:18:43 -0700 (PDT) (envelope-from todd@c523578-a.sttls1.wa.home.com) Date: Mon, 21 Jun 1999 16:18:43 -0700 (PDT) From: Todd Backman To: Andrew Johns Cc: questions@FreeBSD.ORG Subject: RE: kernel funk? In-Reply-To: <000501bebc39$8ab94cf0$4001a8c0@tasajohns.turnaround.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG There are no error messages from the make command. I tried doing make > make.txt to see if there are any errors but the file is empty. I think that the makefile may be hosed but I do not know how to go about un-hosing it. Thanks. On Tue, 22 Jun 1999, Andrew Johns wrote: > Sounds like the make is failing prior to the make install failing. What > are the eror messages from the make command? Also, I doubt that you > need to do a make clean before the make depend - I always do a make > clean _after_ the make install. > > HTH > > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Todd Backman > > Sent: Tuesday, 22 June 1999 4:46 > > To: questions@FreeBSD.ORG > > Subject: kernel funk? > > > > > > > > Thanks in advance! > > > > I am having the following difficulties: > > > > config MACHINENAME > > cd /sys/compile/MACHINENAME > > make clean > > make depend > > make > > make install > > > > and getting the following error: > > > > You must first build your kernel before trying to install. > > *** Error code 1 > > > > Stop. > > ------------------- > > > > Make is not working... > > > > Anyone run into this before? > > > > kernel: > > > > # Single Processor 3.2-RELEASE-SINGLE > > > > machine "i386" > > cpu "I686_CPU" > > ident "MACHINENAME" > > > > options MAXUSERS=512 > > options NMBCLUSTERS=30720 > > options INET #InterNETworking > > options FFS #Berkeley Fast Filesystem > > options FFS_ROOT #FFS usable as root device > > options PROCFS #Process filesystem > > options "COMPAT_43" #Compatible with BSD 4.3 > > options SCSI_DELAY=5000 #Be pessimistic about > > Joe SCSI device > > options IPFILTER #For mrtg/snmpd > > > > controller isa0 > > controller pci0 > > > > controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 > > disk fd0 at fdc0 drive 0 > > > > controller ahc0 > > controller scbus0 > > device da0 > > device sa0 > > device pass0 > > > > # atkbdc0 controlls both the keyboard and the PS/2 mouse > > controller atkbdc0 at isa? port IO_KBD tty > > device atkbd0 at isa? tty irq 1 > > device vga0 at isa? port ? conflicts > > device sc0 at isa? tty > > device npx0 at isa? port IO_NPX irq 13 > > > > # The following Ethernet NICs are all PCI devices. > > device fxp0 # Intel EtherExpress PRO/100B (82557, 82558) > > > > pseudo-device vn > > pseudo-device loop > > pseudo-device ether > > pseudo-device sl 1 > > pseudo-device snp 4 > > pseudo-device tun 1 > > pseudo-device pty 16 > > pseudo-device gzip # Exec gzipped a.out's > > options SYSVSHM > > options SYSVMSG > > options SYSVSEM > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message