From owner-freebsd-current@FreeBSD.ORG Fri Mar 11 23:24:52 2005 Return-Path: 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 4375F16A4CE for ; Fri, 11 Mar 2005 23:24:52 +0000 (GMT) Received: from bmw.websitewelcome.com (bmw.websitewelcome.com [70.84.85.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B8A443D3F for ; Fri, 11 Mar 2005 23:24:51 +0000 (GMT) (envelope-from josh@kantei.com) Received: from cpanel by bmw.websitewelcome.com with local (Exim 4.44) id 1D9tUq-0007GH-9u for freebsd-current@freebsd.org; Fri, 11 Mar 2005 17:24:44 -0600 Received: from 168.103.242.89 ([168.103.242.89]) by www.kantei.com (Horde) with HTTP for ; Fri, 11 Mar 2005 17:24:44 -0600 Message-ID: <20050311172444.p8nd7mxom8w0os0k@www.kantei.com> Date: Fri, 11 Mar 2005 17:24:44 -0600 From: josh@kantei.com To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bmw.websitewelcome.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [32001 32001] / [47 12] X-AntiAbuse: Sender Address Domain - kantei.com X-Source: X-Source-Args: X-Source-Dir: Subject: error in buildworld compilation X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2005 23:24:52 -0000 Well here goes... I am trying to 'make buildworld' from a code snapshot from the latest CVS. I am using the following supfile: ++++++++++++++++++++++++++++++++++++++++++ *default tag=. *default host=cvsup2.us.FreeBSD.org *default prefix=/usr *default base=/var/db *default release=cvs delete use-rel-suffix compress src-all ++++++++++++++++++++++++++++++++++++++++++ I am using I386 arch. when I 'make buildworld' I get the following error: -thx Josh Zeidner %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% cc -O2 -fno-strict-aliasing -pipe -I/usr/src/sbin/gbde/../../sys -DRESCUE -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -c /usr/src/sbin/gbde/gbde.c In file included from /usr/src/sbin/gbde/gbde.c:95: /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:176: error: syntax error before '*' token /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:177: warning: function declaration isn't a prototype /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h: In function `AES_init': /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:180: warning: implicit declaration of function `rijndael_cipherInit' /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:180: error: `ci' undeclared (first use in this function) /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:180: error: (Each undeclared identifier is reported only once /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:180: error: for each function it appears in.) /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:180: error: `MODE_CBC' undeclared (first use in this function) /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h: At top level: /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:185: error: syntax error before '*' token /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:186: warning: function declaration isn't a prototype /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h: In function `AES_makekey': /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:189: warning: implicit declaration of function `rijndael_makeKey' /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:189: error: `ki' undeclared (first use in this function) /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:189: error: `dir' undeclared (first use in this function) /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:189: error: `len' undeclared (first use in this function) /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:189: error: `key' undeclared (first use in this function) /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h: At top level: /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:194: error: syntax error before '*' token /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:195: warning: function declaration isn't a prototype /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h: In function `AES_encrypt': /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:198: warning: implicit declaration of function `rijndael_blockEncrypt' /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:198: error: `ci' undeclared (first use in this function) /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:198: error: `ki' undeclared (first use in this function) /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:198: error: `in' undeclared (first use in this function) /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:198: error: `len' undeclared (first use in this function) /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:198: error: `out' undeclared (first use in this function) /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h: At top level: /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:203: error: syntax error before '*' token /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:204: warning: function declaration isn't a prototype /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h: In function `AES_decrypt': /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:207: warning: implicit declaration of function `rijndael_blockDecrypt' /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:207: error: `ci' undeclared (first use in this function) /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:207: error: `ki' undeclared (first use in this function) /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:207: error: `in' undeclared (first use in this function) /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:207: error: `len' undeclared (first use in this function) /usr/src/sbin/gbde/../../sys/geom/bde/g_bde.h:207: error: `out' undeclared (first use in this function) /usr/src/sbin/gbde/gbde.c: In function `encrypt_sector': /usr/src/sbin/gbde/gbde.c:240: error: syntax error before "ki" /usr/src/sbin/gbde/gbde.c:244: error: `ci' undeclared (first use in this function) /usr/src/sbin/gbde/gbde.c:244: error: `MODE_CBC' undeclared (first use in this function) /usr/src/sbin/gbde/gbde.c:247: error: `ki' undeclared (first use in this function) /usr/src/sbin/gbde/gbde.c:247: error: `DIR_ENCRYPT' undeclared (first use in this function) *** Error code 1 Stop in /usr/src/sbin/gbde. *** Error code 1 Stop in /usr/obj/usr/src/rescue/rescue. *** Error code 1 Stop in /usr/src/rescue/rescue. *** Error code 1 Stop in /usr/src/rescue. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src.