From owner-freebsd-current@FreeBSD.ORG Thu May 19 15:55:42 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 9554A16A4CE for ; Thu, 19 May 2005 15:55:42 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2122143DBD for ; Thu, 19 May 2005 15:55:42 +0000 (GMT) (envelope-from nnieblas@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so655297wra for ; Thu, 19 May 2005 08:55:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Su8OU+6TYWnJp/+hbVrQcYOnpZxSjrp5u/2gJRO8J4p7GUR6YLZwfHgl1/kctYkMDazQM2w9oaCRMWNuPgr4g/poPREdr88s8T5ReNtzdPqarkuz9d04NWwZEN61YYcj5/hGQaIYOyqTE+ZdGJabNVETIz6tkOuGxGj6076NLIc= Received: by 10.54.33.73 with SMTP id g73mr462032wrg; Thu, 19 May 2005 08:55:41 -0700 (PDT) Received: by 10.54.13.8 with HTTP; Thu, 19 May 2005 08:55:41 -0700 (PDT) Message-ID: Date: Thu, 19 May 2005 08:55:41 -0700 From: Nathan Nieblas To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: make buildworld GBDE error - sparc64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nathan Nieblas List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 15:55:42 -0000 I just grabbed the latest sources last night, unable to get my sparc off 5.3-RELEASE because of this. (cd /usr/src/rescue/rescue/../../sbin/fsirand && make -DRESCUE CRUNCH_CFLAGS=3D-DRESCUE depend && make -DRESCUE CRUNCH_CFLAGS=3D-DRESCUE fsirand.o) cc -O -pipe -DRESCUE -c /usr/src/sbin/fsirand/fsirand.c (cd /usr/src/rescue/rescue/../../sbin/gbde && make -DRESCUE CRUNCH_CFLAGS=3D-DRESCUE depend && make -DRESCUE CRUNCH_CFLAGS=3D-DRESCUE gbde.o template.o rijndael-alg-fst.o rijndael-api-fst.o sha2.o g_bde_lock.o) file2c 'const char template[] =3D {' ',0};' < /usr/src/sbin/gbde/template.txt > template.c rm -f .depend mkdep -f .depend -a -I/usr/src/sbin/gbde/../../sys -DRESCUE /usr/src/sbin/gbde/gbde.c template.c /usr/src/sbin/gbde/../../sys/crypto/rijndael/rijndael-alg-fst.c /usr/src/sbin/gbde/../../sys/crypto/rijndael/rijndael-api-fst.c /usr/src/sbin/gbde/../../sys/crypto/sha2/sha2.c /usr/src/sbin/gbde/../../sys/geom/bde/g_bde_lock.c echo gbde: /usr/lib/libc.a /usr/lib/libmd.a /usr/lib/libutil.a /usr/lib/libgeom.a >> .depend cc -O -pipe -I/usr/src/sbin/gbde/../../sys -DRESCUE -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -c /usr/src/sbin/gbde/gbde.c /usr/src/sbin/gbde/gbde.c: In function `g_read_data': /usr/src/sbin/gbde/gbde.c:162: warning: implicit declaration of function `r= ead' /usr/src/sbin/gbde/gbde.c: In function `cmd_attach': /usr/src/sbin/gbde/gbde.c:274: warning: implicit declaration of function `c= lose' /usr/src/sbin/gbde/gbde.c: In function `cmd_nuke': /usr/src/sbin/gbde/gbde.c:364: warning: implicit declaration of function `w= rite' /usr/src/sbin/gbde/gbde.c: In function `cmd_init': /usr/src/sbin/gbde/gbde.c:529: warning: implicit declaration of function `unlink' /usr/src/sbin/gbde/gbde.c: In function `main': /usr/src/sbin/gbde/gbde.c:772: warning: implicit declaration of function `getopt' /usr/src/sbin/gbde/gbde.c:775: error: `optarg' undeclared (first use in this function) /usr/src/sbin/gbde/gbde.c:775: error: (Each undeclared identifier is reported only once /usr/src/sbin/gbde/gbde.c:775: error: for each function it appears in.) *** 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.