From owner-freebsd-current Sat Oct 26 5:57:10 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC81037B401 for ; Sat, 26 Oct 2002 05:57:09 -0700 (PDT) Received: from pimout4-ext.prodigy.net (pimout4-ext.prodigy.net [207.115.63.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13FFF43E3B for ; Sat, 26 Oct 2002 05:57:09 -0700 (PDT) (envelope-from wa1ter@hotmail.com) Received: from hotmail.com (adsl-64-175-105-156.dsl.lsan03.pacbell.net [64.175.105.156]) by pimout4-ext.prodigy.net (8.12.3 da nor stuldap/8.12.3) with ESMTP id g9QCv77t170060 for ; Sat, 26 Oct 2002 08:57:08 -0400 Message-ID: <3DBA90A5.90602@hotmail.com> Date: Sat, 26 Oct 2002 05:55:01 -0700 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021023 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: -current buildworld breakage References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Yamada Ken Takeshi wrote: > I have an error for a week and cannot make buildworld. > Where can I find "panic" other than real panic? > > ===> sbin/gbde > : : : : > cc -O -pipe -mcpu=pentiumpro -I/usr/src/sbin/gbde/../../sys -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c template.c > cc1: warnings being treated as errors > /usr/src/sys/crypto/rijndael/rijndael-api-fst.c: In function `rijndael_padEncrypt': > /usr/src/sys/crypto/rijndael/rijndael-api-fst.c:222: warning: implicit declaration of function `panic' > *** Error code 1 This is taken from my rijndael-api-fst.c: for (i = numBlocks; i > 0; i--) { rijndaelEncrypt(input, outBuffer, key->keySched, key->ROUNDS); input += 16; /* this is line 222 */ outBuffer += 1; } I can't see how line 222 includes an implicit declaration of 'panic'. Is your file different? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message