From owner-freebsd-stable Mon Jul 17 13:54:51 2000 Delivered-To: freebsd-stable@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id 3D6C537BC50 for ; Mon, 17 Jul 2000 13:54:47 -0700 (PDT) (envelope-from kstewart@urx.com) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id NAA00054; Mon, 17 Jul 2000 13:54:43 -0700 Message-ID: <397372A6.3B9A4664@urx.com> Date: Mon, 17 Jul 2000 13:55:02 -0700 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Lars Eggert Cc: freebsd-stable@FreeBSD.ORG Subject: Re: buildkernel failure: netinet6/esp_core.c References: <39736E96.1AC0917B@isi.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Lars Eggert wrote: > > Building a kernel (config file attached) on a freshly updated -stable > system fails with: > > cc -c -O3 -pipe -funroll-loops -fomit-frame-pointer -fno-builtin -Wall > -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual > -fformat-extensions -ansi -g -nostdinc -I- -I. -I../.. -I../../../include > -DXBONEHACK -DMAX_GIF_NEST=2147483647 -D_KERNEL -include opt_global.h -elf > -mpreferred-stack-boundary=2 ../../netinet6/esp_core.c > ../../netinet6/esp_core.c: In function `esp_descbc_decrypt': > ../../netinet6/esp_core.c:319: void value not ignored as it ought to be > ../../netinet6/esp_core.c:238: warning: `error' might be used uninitialized > in this function > ../../netinet6/esp_core.c: In function `esp_descbc_encrypt': > ../../netinet6/esp_core.c:440: void value not ignored as it ought to be > ../../netinet6/esp_core.c:345: warning: `error' might be used uninitialized > in this function > ../../netinet6/esp_core.c: In function `esp_blowfish_cbc_decrypt': > ../../netinet6/esp_core.c:571: void value not ignored as it ought to be > ../../netinet6/esp_core.c:519: warning: `error' might be used uninitialized > in this function > ../../netinet6/esp_core.c: In function `esp_blowfish_cbc_encrypt': > ../../netinet6/esp_core.c:649: void value not ignored as it ought to be > ../../netinet6/esp_core.c:598: warning: `error' might be used uninitialized > in this function > ../../netinet6/esp_core.c: In function `esp_cast128cbc_decrypt': > ../../netinet6/esp_core.c:743: void value not ignored as it ought to be > ../../netinet6/esp_core.c:687: warning: `error' might be used uninitialized > in this function > ../../netinet6/esp_core.c: In function `esp_cast128cbc_encrypt': > ../../netinet6/esp_core.c:818: void value not ignored as it ought to be > ../../netinet6/esp_core.c:765: warning: `error' might be used uninitialized > in this function > ../../netinet6/esp_core.c: In function `esp_rc5cbc_decrypt': > ../../netinet6/esp_core.c:1064: void value not ignored as it ought to be > ../../netinet6/esp_core.c:1014: warning: `error' might be used > uninitialized in this function > ../../netinet6/esp_core.c: In function `esp_rc5cbc_encrypt': > ../../netinet6/esp_core.c:1134: void value not ignored as it ought to be > ../../netinet6/esp_core.c:1085: warning: `error' might be used > uninitialized in this function > *** Error code 1 I just finish cvsup'ing and have completed a buildworld and buildkernel without any problems. Did you cvsup'ed such that you have the crypto files since they are part of src-all now days. Kent -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ Bomber dropping fire retardant in front of Hanford Wild fire. http://www.3-cities.com/~kstewart/bomber.jpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message