Skip site navigation (1)Skip section navigation (2)
Date:      22 Mar 2002 22:14:45 +0300
From:      "Vladimir B. " Grebenschikov <vova@sw.ru>
To:        "current@freebsd.org" <current@freebsd.org>
Subject:   kernel build breakage on if_wi
Message-ID:  <1016824485.424.17.camel@vbook.express.ru>

index | next in thread | raw e-mail

[-- Attachment #1 --]

Fresh (todays) -current not builds on current machine:

vbook#/sys/i386/compile/VBOOK 142_> make kernel-depend && make kernel
rm -f .olddep
if [ -f .depend ]; then mv .depend .olddep; fi
make _kernel-depend
if [ -f .olddep ]; then mv .olddep .depend; fi
rm -f .newdep
make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | xargs  env MKDEP_CPP="cc
-E" CC="cc" mkdep -a -f .newdep -O -pipe  -Wall -Wredundant-decls
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes
-Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi 
-nostdinc -I-  -I. -I../../.. -I../../../dev
-I../../../contrib/dev/acpica -I../../../contrib/ipfilter
-I../../../../include  -D_KERNEL -ffreestanding -include opt_global.h
-fno-common -elf -O3 -mpentiumpro -mpreferred-stack-boundary=2
make -V SFILES -V SYSTEM_SFILES | xargs  env MKDEP_CPP="cc -E" mkdep -a
-f .newdep -x assembler-with-cpp -DLOCORE -O -pipe  -Wall
-Wredundant-decls -Wnested-externs -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual 
-fformat-extensions -ansi  -nostdinc -I-  -I. -I../../.. -I../../../dev
-I../../../contrib/dev/acpica -I../../../contrib/ipfilter
-I../../../../include  -D_KERNEL -ffreestanding -include opt_global.h
-fno-common -elf -O3 -mpentiumpro -mpreferred-stack-boundary=2
rm -f .depend
mv .newdep .depend
cc -c -O -pipe  -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline
-Wcast-qual  -fformat-extensions -ansi  -nostdinc -I-  -I. -I../../..
-I../../../dev -I../../../contrib/dev/acpica -I../../../contrib/ipfilter
-I../../../../include  -D_KERNEL -ffreestanding -include opt_global.h
-fno-common -elf -O3 -mpentiumpro -mpreferred-stack-boundary=2 -Werror 
../../../dev/wi/if_wi.c
cc1: warnings being treated as errors
../../../dev/wi/if_wi.c: In function `wi_seek':
../../../dev/wi/if_wi.c:1250: warning: `status' might be used
uninitialized in this function
*** Error code 1

Stop in /usr/local/src/sys/i386/compile/VBOOK.
vbook#/sys/i386/compile/VBOOK 143_> 


kernel config attached

Any ideas ?

-- 
SW Soft, Moscow
Vladimir B. Grebenschikov, vova@sw.ru

[-- Attachment #2 --]

machine		"i386"
ident		VBOOK
maxusers	256

options         INCLUDE_CONFIG_FILE     # Include this file in kernel

cpu		"I486_CPU"
cpu		"I586_CPU"		# aka Pentium(tm)
cpu		"I686_CPU"		# aka Pentium Pro(tm)
options		"COMPAT_43"

makeoptions	CONF_CFLAGS="-O3 -mpentiumpro"
#makeoptions     CONF_CFLAGS=-fno-builtin  #Don't allow use of memcmp, etc.

#makeoptions    DEBUG=-g                #Build kernel with gdb(1) debug symbols
#makeoptions    KERNEL=foo              #Build kernel "foo" and install "/foo"

#options	SYSVSHM
#options	SYSVSEM
#options	SYSVMSG

options		UCONSOLE

#options	USERCONFIG		#boot -c editor
#options	VISUAL_USERCONFIG	#visual boot -c editor

options		INET			#Internet communications protocols
device		ether			#Generic Ethernet
device		loop			#Network loopback device
device		bpf	4		#Berkeley packet filter
#device   	vlan	4
device		snp	4		#Snoop device - to look at pty/vty/etc..

options		PPP_BSDCOMP		#PPP BSD-compress support
options		PPP_DEFLATE		#PPP zlib/deflate/gzip support
options		PPP_FILTER		#enable bpf filtering (needs bpfilter)

options		MROUTING		# Multicast routing

options         IPFIREWALL              #firewall
options         IPFIREWALL_VERBOSE      #print information about dropped packets
options         IPFIREWALL_FORWARD      #enable transparent proxy support
#options	"IPFIREWALL_VERBOSE_LIMIT=100" #limit verbosity
options		IPDIVERT		#divert sockets
options		DUMMYNET

options		FFS			#Fast filesystem
#options	NFSSERVER		#Network File System - server
#options	NFSCLIENT		#Network File System - client
# options	NFS_NOSERVER		#Disable the NFS-server code.
options		PSEUDOFS
options		PROCFS			#Process filesystem

options		SOFTUPDATES

# Allow this many swap-devices.
device		scbus	#base SCSI code
device		da	#SCSI direct access devices (aka disks)
device		sa	#SCSI tapes
device		cd	#SCSI CD-ROMs
device		pass	#CAM passthrough driver
options		SCSI_DELAY=2000	

device		pty	32	#Pseudo ttys - can go as high as 256
device		speaker		#Play IBM BASIC-style noises out your speaker
device		gzip		#Exec gzipped a.out's

device		md              # Memory "disks"

device		isa
device		atkbdc 
device		atkbd 1

device		psm
device		vga

device		sc
options		MAXCONS=16		# number of virtual consoles
options 	SC_DFLT_FONT		# compile font in
makeoptions	SC_DFLT_FONT="cp866-vio"
options		SC_HISTORY_SIZE=1024	# number of history buffer lines
#options	SC_DISABLE_REBOOT	# disable reboot key sequence

device          npx
device		aha

device		ata
device		atadisk        # ATA disk drives
device		atapicd        # ATAPI CDROM drives
device		atapifd        # ATAPI floppy drives
device		atapist        # ATAPI tape drives
#options	ATA_STATIC_ID           #Static dev number like old wd driver
#options	IDE_DELAY=2000	# Be optimistic about Joe IDE device

#device		fdc	
device		sio

device		apm
device		pci
device		smbus
device		intpm
device		smb
device		iicbus
device		iicbb
device		ic
device		iic
device		iicsmb	
device          pmtimer

device		ppbus
device		vpo
device		lpt
device		plip
device		ppi
#device		pps
device		lpbb
device		ppc

#options	COMPAT_LINUX
options		"EXT2FS"

options 	KTRACE			#kernel tracing
options 	DDB

device          pcic
device          card
device          wi
device		random

options         P1003_1B
options         _KPOSIX_PRIORITY_SCHEDULING
options         _KPOSIX_VERSION=199309L

#device          acpica
#options         ACPI_DEBUG

options KBD_INSTALL_CDEV

#device          uhci
#device          ohci
#device          usb
#device          ugen
#device          uhid
#device          ukbd
#device          ulpt
#device          umass
#device          ums

#device firewire
#device fwohci
#device sbp
help

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