From owner-freebsd-alpha Sun Mar 10 8:18:54 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mailhotel.chrillesen.dk (vax.chrillesen.dk [193.88.12.35]) by hub.freebsd.org (Postfix) with ESMTP id 66FF437B405 for ; Sun, 10 Mar 2002 08:18:50 -0800 (PST) Received: by mailhotel.chrillesen.dk (Postfix, from userid 1000) id 6E10560EC; Sun, 10 Mar 2002 17:18:48 +0100 (CET) Date: Sun, 10 Mar 2002 17:18:48 +0100 From: Jan Chrillesen To: freebsd-alpha@freebsd.org Subject: Building GENERIC kernel not possible in -current Message-ID: <20020310161848.GB2718@vax.chrillesen.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline User-Agent: Mutt/1.3.27i X-editor: vim, http://www.vim.org/ Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org When doing a buildkernel KERNCONF=GENERIC on -current from yesterday, it dies with cc -c -O -pipe -mcpu=ev5 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/../include -D_KERNEL -ffreestanding -include opt_global.h -fno-common -elf -mno-fp-regs -ffixed-8 -Wa,-mev56 -Werror /usr/src/sys/dev/txp/if_txp.c cc1: warnings being treated as errors /usr/src/sys/dev/txp/if_txp.c: In function `txp_reset_adapter': /usr/src/sys/dev/txp/if_txp.c:486: warning: `r' might be used uninitialized in this function /usr/src/sys/dev/txp/if_txp.c: In function `txp_download_fw': /usr/src/sys/dev/txp/if_txp.c:516: warning: `r' might be used uninitialized in this function /usr/src/sys/dev/txp/if_txp.c: In function `txp_download_fw_wait': /usr/src/sys/dev/txp/if_txp.c:587: warning: `r' might be used uninitialized in this function /usr/src/sys/dev/txp/if_txp.c: In function `txp_alloc_rings': /usr/src/sys/dev/txp/if_txp.c:960: warning: `r' might be used uninitialized in this function *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Userland is from yesterday (I upgraded to get the latest OpenSSH fixes) Regards, Jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message