Re: make depend error in kernel config

2005-05-16 Thread Warren
On Tue, 17 May 2005 4:55 am, you wrote:
> Warren <[EMAIL PROTECTED]> writes:
> > Up untill 1 week ago i have been able to compile my kernel perfectly
> > fine. However after running a CVSUP i am no longer able to compile my
> > kernel and i have not changed anything it since i did it quite a few
> > mnths ago. I do not have sound loaded in my kernel anywhere but rather in
> > a different spot where it seems to be loading and working perfectly fine.
> >  Any assistance would be greatful.


> "make depend" on that kernel configuration works for me...
> Maybe you need to clean your build directory?


ironically i tried that and it didnt work, however i tried it again and by 
miracle it actually allowed me to build the kernel no errors. Thnxs for the 
help.
-- 
Yours Sincerely
Shinjii
http://www.shinji.nq.nu
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: make depend error in kernel config

2005-05-16 Thread Lowell Gilbert
Warren <[EMAIL PROTECTED]> writes:

> Up untill 1 week ago i have been able to compile my kernel perfectly fine.  
> However after running a CVSUP i am no longer able to compile my kernel and i 
> have not changed anything it since i did it quite a few mnths ago. I do not 
> have sound loaded in my kernel anywhere but rather in a different spot where 
> it seems to be loading and working perfectly fine.  Any assistance would be 
> greatful.

"make depend" on that kernel configuration works for me...

Maybe you need to clean your build directory?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


make depend error in kernel config

2005-05-16 Thread Warren
Up untill 1 week ago i have been able to compile my kernel perfectly fine.  
However after running a CVSUP i am no longer able to compile my kernel and i 
have not changed anything it since i did it quite a few mnths ago. I do not 
have sound loaded in my kernel anywhere but rather in a different spot where 
it seems to be loading and working perfectly fine.  Any assistance would be 
greatful.

I am running FreeBSD 5.4-STABLE & my kernel file is attached.

".depend", line 1: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1

Stop in /usr/src/sys/modules/sound/driver.
*** Error code 1

Stop in /usr/src/sys/modules/sound.
*** Error code 1

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

-- 
Yours Sincerely
Shinjii
http://www.shinji.nq.nu
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.413.2.8 2004/10/24 17:42:08 scottl 
Exp $

machine i386
cpu I486_CPU
cpu I586_CPU
cpu I686_CPU
ident   WARREN  

# To statically compile in device wiring instead of /boot/device.hints
#hints  "GENERIC.hints" # Default places to look for devices.

options SCHED_4BSD  # 4BSD scheduler
options INET# InterNETworking
options INET6   # IPv6 communications protocols
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options MD_ROOT # MD is a potential root device
options NFSCLIENT   # Network Filesystem Client
options NFSSERVER   # Network Filesystem Server
options NFS_ROOT# NFS usable as /, requires NFSCLIENT
options MSDOSFS # MSDOS Filesystem
options CD9660  # ISO 9660 Filesystem
options PROCFS  # Process filesystem (requires PSEUDOFS)
options PSEUDOFS# Pseudo-filesystem framework
options GEOM_GPT# GUID Partition Tables.
options COMPAT_43   # Compatible with BSD 4.3 [KEEP THIS!]
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
options SCSI_DELAY=15000# Delay (in ms) before probing SCSI
options KTRACE  # ktrace(1) support
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time 
extensions
options KBD_INSTALL_CDEV# install a CDEV entry in /dev
options AHC_REG_PRETTY_PRINT# Print register bitfields in debug
# output.  Adds ~128k to driver.
options AHD_REG_PRETTY_PRINT# Print register bitfields in debug
# output.  Adds ~215k to driver.
options ADAPTIVE_GIANT  # Giant mutex is adaptive.

device  apic# I/O APIC

# Bus support.  Do not remove isa, even if you have no isa slots
device  isa
device  eisa
device  pci

# Floppy drives
device  fdc

# ATA and ATAPI devices
device  ata
device  atadisk # ATA disk drives
device  ataraid # ATA RAID drives
device  atapicd # ATAPI CDROM drives
device  atapifd # ATAPI floppy drives
device  atapist # ATAPI tape drives
options ATA_STATIC_ID   # Static device numbering

# SCSI peripherals
device  scbus   # SCSI bus (required for SCSI)

# atkbdc0 controls both the keyboard and the PS/2 mouse
device  atkbdc  # AT keyboard controller
device  atkbd   # AT keyboard
device  psm # PS/2 mouse

device  vga # VGA video card driver

device  splash  # Splash screen and screen saver support

# syscons is the default console driver, resembling an SCO console
device  sc

# Enable this for the pcvt (VT220 compatible) console driver
#device vt
#optionsXSERVER # support for X server on a vt console
#optionsFAT_CURSOR  # start with block cursor

device  agp # support several AGP chipsets

# Floating point support - do not disable.
device  npx

# Power management support (see NOTES for more options)
#device apm
# Add suspend/resume support for the i8254.
device  pmtimer

# PCCARD (PCMCIA) support
# PCMCIA and cardbus bridge support
device  cbb # cardbus (yenta) bridge
device  pccard  # PC Card (16-bit) bus
device  cardb