From owner-freebsd-questions Wed Jan 24 11: 6:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from en26.groggy.anc.acsalaska.net (groggy.anc.acsalaska.net [198.70.228.224]) by hub.freebsd.org (Postfix) with ESMTP id 8C22937B400 for ; Wed, 24 Jan 2001 11:05:52 -0800 (PST) Received: (from root@localhost) by en26.groggy.anc.acsalaska.net (8.9.3/8.9.3) id KAA59661; Wed, 24 Jan 2001 10:05:48 -0900 (AKST) (envelope-from groggy@iname.com) Date: Wed, 24 Jan 2001 10:05:48 -0900 (AKST) From: groggy@iname.com Message-Id: <200101241905.KAA59661@en26.groggy.anc.acsalaska.net> Subject: kernel compile errs X-Mailer: Umail v1.7 (FreeBSD) To: "freebsd-questions" To: "Kerr, Greg" To: "Gonzalez, Lissette" To: "Choudhury, Raj" To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FBSD 3.5.1 after about 5 years i have been used to FBSD compiling without errors, so i assume i must have something wrong in my kernel config, cuz i sure get alot of them now. it is not bad memory or anything, cuz it's the same errors everytime. can someone please point out the error of my ways? please ditto a copy of any replies off the list. thanks. -- machine "i386" cpu "I586_CPU" ident MYKERN maxusers 32 config kernel root on wd0 options FFS options FFS_ROOT options INET options SYSVSHM options "MAXCONS=9" options "COMPAT_43" options ATAPI options ATAPI_STATIC device isa0 device pci0 device sc0 at isa? tty controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device sio1 at isa? port 0x02f8 tty irq 3 device sio0 at isa? port 0x03f8 tty irq 4 device ed0 at isa? port 0x0340 net irq 9 iomem 0x00000 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 device fd0 at fdc0 drive 0 device npx0 at isa? port IO_NPX irq 13 device vga0 at isa? port ? conflicts controller wdc0 at isa? port "IO_WD1" bio irq 14 disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 disk wd2 at wdc1 drive 0 disk wd3 at wdc1 drive 1 device acd0 controller snd0 device sb0 at isa? port 0x0220 irq 5 drq 1 device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x0300 # or 0x0330 device opl0 at isa? port 0x0388 controller scbus0 device da0 device ppc0 at isa? port 0x0378 tty irq 7 controller ppbus0 controller vpo0 at ppbus? device lpt0 at ppbus? device ppi0 at ppbus? pseudo-device snp 3 pseudo-device tun 3 pseudo-device pty 16 pseudo-device bpfilter 3 pseudo-device loop 1 pseudo-device ether pseudo-device splash In file included from ../../kern/init_sysent.c:12: ../../sys/sysent.h:72: warning: `struct vnode' declared inside parameter list ../../sys/sysent.h:72: warning: its scope is only this definition or declaration, ../../sys/sysent.h:72: warning: which is probably not what you want. ../../kern/kern_ntptime.c:542: warning: initialization from incompatible pointer type ../../kern/uipc_mbuf.c: In function `m_mballoc_wait': ../../kern/uipc_mbuf.c:217: warning: implicit declaration of function `wakeup_one' ../../net/if_ethersubr.c: In function `ether_output': ../../net/if_ethersubr.c:387: warning: address of register variable `m' requested ../../netinet/ip_input.c: In function `ip_input': ../../netinet/ip_input.c:649: warning: assignment from incompatible pointer type ../../netinet/raw_ip.c: In function `rip_output': ../../netinet/raw_ip.c:194: warning: address of register variable `m' requested ../../netinet/tcp_input.c: In function `tcp_reass': ../../netinet/tcp_input.c:167: warning: assignment from incompatible pointer type ../../netinet/udp_usrreq.c: In function `udp_output': ../../netinet/udp_usrreq.c:538: warning: address of register variable `m' requested ../../i386/i386/identcpu.c: In function `printcpuinfo': ../../i386/i386/identcpu.c:129: warning: `nreg' might be used uninitialized in this function ../../i386/i386/pmap.c: In function `pmap_set_opt': ../../i386/i386/pmap.c:471: warning: unused variable `i' ../../i386/isa/clock.c: In function `calibrate_clocks': ../../i386/isa/clock.c:595: warning: `old_tsc' might be used uninitialized in this function ../../i386/isa/if_ed.c: In function `ed_get_packet': ../../i386/isa/if_ed.c:2813: warning: label `getit' defined but not used ../../i386/isa/sound/dev_table.c:247: warning: `sndtable_identify_card' defined but not used ../../i386/isa/sound/dev_table.c:267: warning: `sound_chconf' defined but not used ../../i386/isa/sound/soundcard.c:98: warning: initialization from incompatible pointer type ../../i386/isa/sound/soundcard.c: In function `sndattach': ../../i386/isa/sound/soundcard.c:407: warning: unused variable `tmp' ../../i386/isa/sound/sb_midi.c: In function `sb_midi_open': ../../i386/isa/sound/sb_midi.c:67: warning: unused variable `ret' ------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message