make buildkernel fails

2006-03-08 Thread Luke Bartley
I'm attempting to build a custom kernel, but when it comes time to build, it
fails with this error:

  /usr/src/sys/dev/re/if_re.c:151:23: miibus_if.h: No such file or directory

/usr/src/sys/pci/if_rl.c:125:23: miibus_if.h: No such file or directory

mkdep: compile failed

*** Error code 1

It may be a simple problem, but I'm lost.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make buildkernel fails

2006-03-08 Thread Kris Kennaway
On Wed, Mar 08, 2006 at 06:41:41PM -0500, Luke Bartley wrote:
 I'm attempting to build a custom kernel, but when it comes time to build, it
 fails with this error:
 
   /usr/src/sys/dev/re/if_re.c:151:23: miibus_if.h: No such file or directory
 
 /usr/src/sys/pci/if_rl.c:125:23: miibus_if.h: No such file or directory
 
 mkdep: compile failed
 
 *** Error code 1
 
 It may be a simple problem, but I'm lost.

Per the comments in the kernel file you modified, if_re requires
miibus support.  Did you remove it?

Kris



pgpHuSLrDiS7O.pgp
Description: PGP signature


make buildkernel fails what now ?

2004-07-06 Thread Brent Bailey
Im updating a backup server running FBSD 4.9, of ours by doing the whole
make buildworld make buildkernel procedure..This machine was originally a
4.8 server that i did a succesful make buildworld upon the last release..

anywho i updated src with cvsup and then did the following

cp -Rp /etc/ /etc.old
/usr/sbin/mergemaster -p

cd /usr/obj
chflags -R noschg *
rm -rf *

COMPILED SRC
cd /usr/src
make buildworld
make buildkernel KERNCONF=MYKERNEL

upon the last command it compiles away for about 20 minutes
the ends in error

/usr/src/sys/modules/ipfilter../../contrib/ipfilter/netinet/ip_fil.c:1325:
value not ignored as it ought to be
Error Code 1

Stop in  /usr/src/sys/modules/ipfilter

Where do i go from here ??
Do i re-cvsup   and then try to redo make buildkernel ??  IF i reboot will
the kernel be trying to run from mismatched src ?

any help is greatly appreciated


-- 
Brent Bailey



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make buildkernel fails what now ?

2004-07-06 Thread jl
 Im updating a backup server running FBSD 4.9, of ours by doing the whole
 make buildworld make buildkernel procedure..This machine was originally a
 4.8 server that i did a succesful make buildworld upon the last release..

 anywho i updated src with cvsup and then did the following

 cp -Rp /etc/ /etc.old
 /usr/sbin/mergemaster -p

 cd /usr/obj
 chflags -R noschg *
 rm -rf *

 COMPILED SRC
 cd /usr/src
 make buildworld
 make buildkernel KERNCONF=MYKERNEL

 upon the last command it compiles away for about 20 minutes
 the ends in error

 /usr/src/sys/modules/ipfilter../../contrib/ipfilter/netinet/ip_fil.c:1325:
 value not ignored as it ought to be
 Error Code 1

 Stop in  /usr/src/sys/modules/ipfilter

 Where do i go from here ??
 Do i re-cvsup   and then try to redo make buildkernel ??  IF i reboot will
 the kernel be trying to run from mismatched src ?

 any help is greatly appreciated


 --
 Brent Bailey


Update your source and try again.
This problem was detected(07/05/04) and solved (07/06/04).

Jeff Love
Burgh Gaming
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]