Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 May 2005 08:55:41 -0700
From:      Nathan Nieblas <nnieblas@gmail.com>
To:        freebsd-current@freebsd.org
Subject:   make buildworld GBDE error - sparc64
Message-ID:  <b4820ac9050519085578eeb50c@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b4820ac9050519085578eeb50c>