Date: Sun, 29 Dec 2002 10:14:57 -0500 From: "Howard Leadmon" <hdl@abs.net> To: <freebsd-alpha@freebsd.org> Subject: 4.7-STABLE kernel build failure with current CVS, any ideas? Message-ID: <000001c2af4d$0f7da3f0$011872cf@gamer>
next in thread | raw e-mail | index | archive | help
When I ran a cvsup on my Alpha of the current 4.7 code, all went well till I tried to build a new kernel. At that point it failed, and it seems like it's in the new crypto stuff that came down. ===> crypto cc -O -pipe -mcpu=ev56 -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -mno-fp-regs -Wa,-mev56 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c /usr/src/sys/modules/crypto/../../opencrypto/crypto.c /usr/src/sys/modules/crypto/../../opencrypto/crypto.c: In function `crypto_init': /usr/src/sys/modules/crypto/../../opencrypto/crypto.c:155: `SWI_CRYPTO' undeclared (first use in this function) /usr/src/sys/modules/crypto/../../opencrypto/crypto.c:155: (Each undeclared identifier is reported only once /usr/src/sys/modules/crypto/../../opencrypto/crypto.c:155: for each function it appears in.) /usr/src/sys/modules/crypto/../../opencrypto/crypto.c: In function `crypto_destroy': /usr/src/sys/modules/crypto/../../opencrypto/crypto.c:172: `SWI_CRYPTO' undeclared (first use in this function) /usr/src/sys/modules/crypto/../../opencrypto/crypto.c: In function `crypto_newsession': /usr/src/sys/modules/crypto/../../opencrypto/crypto.c:217: warning: implicit declaration of function `splcrypto' /usr/src/sys/modules/crypto/../../opencrypto/crypto.c: In function `crypto_unblock': /usr/src/sys/modules/crypto/../../opencrypto/crypto.c:591: warning: implicit declaration of function `setsoftcrypto' *** Error code 1 Stop in /usr/src/sys/modules/crypto. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/ALPHA. I glanced back at the list, and didn't see any chatter about this, so was wondering if anyone has any idea how to fix this issue? All of my x86 based machines built and updated fine, so something specific to the Alpha. --- Howard Leadmon Charm Net, LLC - Phone: 410-685-3900 - FAX: 410-361-8162 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000001c2af4d$0f7da3f0$011872cf>
