Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Mar 2009 15:13:55 -0700 (PDT)
From:      gahn <ipfreak@yahoo.com>
To:        freebsd general questions <freebsd-questions@freebsd.org>
Subject:   freebsd 7.1, building kernel
Message-ID:  <865278.52299.qm@web52107.mail.re2.yahoo.com>

next in thread | raw e-mail | index | archive | help

Hi, all:

I am trying to build customized kernel with "device carp" and followed kernel building procedure of the handbook. unfortunately it is failed:

lab1# make buildkernel KERNCONF=lab1
ERROR: Missing kernel configuration file(s) (lab1).
*** Error code 1

Stop in /usr/src.
*** Error code 1

-rw-r--r--   1 root  wheel     13 Jun 20  2005 .cvsignore
-rw-r--r--   1 root  wheel    534 Nov 24 21:59 DEFAULTS
-rw-r--r--   1 root  wheel  12412 Nov 24 21:59 GENERIC
-rw-r--r--   1 root  wheel   1745 Nov 24 21:59 GENERIC.hints
-rw-r--r--   1 root  wheel   1034 Nov 24 21:59 MAC
-rw-r--r--   1 root  wheel    131 Nov 24 21:59 Makefile
-rw-r--r--   1 root  wheel  38713 Nov 24 21:59 NOTES
-rw-r--r--   1 root  wheel   2016 Nov 24 21:59 PAE
-rw-r--r--   1 root  wheel   3539 Nov 24 21:59 XBOX
lrwxr-xr-x   1 root  wheel     20 Mar  9 18:08 lab1 -> /root/kernels/lab1

tried another system and i had similar problem:

lab2# make buildkernel KERNCONF=lab2
ERROR: Missing kernel configuration file(s) (lab2).
*** Error code 1

Stop in /usr/src.
*** Error code 1

bothe system has just been patched:

FreeBSD piper_2 7.1-RELEASE-p3 FreeBSD 7.1-RELEASE-p3 #1: Mon Mar  9 16:48:31 EDT 2009     admin@lab1:/usr/obj/usr/src/sys/GENERIC  amd64

but for the kernel name GENERIC, the command work fine:

drwxr-xr-x   2 root  wheel    512 Mar  9 18:10 .
drwxr-xr-x  15 root  wheel    512 Feb 20 13:04 ..
-rw-r--r--   1 root  wheel     13 Jun 20  2005 .cvsignore
-rw-r--r--   1 root  wheel    534 Nov 24 21:59 DEFAULTS
lrwxr-xr-x   1 root  wheel     21 Mar  9 18:10 GENERIC -> /root/kernels/lab1
-rw-r--r--   1 root  wheel  12412 Nov 24 21:59 GENERIC.bak
-rw-r--r--   1 root  wheel   1745 Nov 24 21:59 GENERIC.hints
-rw-r--r--   1 root  wheel   1034 Nov 24 21:59 MAC
-rw-r--r--   1 root  wheel    131 Nov 24 21:59 Makefile
-rw-r--r--   1 root  wheel  38713 Nov 24 21:59 NOTES
-rw-r--r--   1 root  wheel   2016 Nov 24 21:59 PAE
-rw-r--r--   1 root  wheel   3539 Nov 24 21:59 XBOX

did anyone here encounter such problem?

Thanks 





      



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?865278.52299.qm>