Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 May 2000 03:07:28 -0400 (EDT)
From:      Adam Mackler <mackler-fb@dewline.com>
To:        freebsd-questions@freebsd.org
Subject:   make buildworld fails (4.0-STABLE) on libssh
Message-ID:  <200005220707.DAA14579@barter.dewline.com>

next in thread | raw e-mail | index | archive | help
what am I doing wrong?

I've cvsuped RELENG_4 stable-supfile and secure-supfile,
removed /usr/obj, done a make clean, and yet 'make buildworld' is failing
on libssh with the following error:


cc -O -pipe -DSKEY -I/usr/obj/usr/src/i386/usr/include -c /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c -o auth-skey.o
/usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c: In function `auth_skey_password':
/usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c:20: warning: initialization makes pointer from integer without a cast
/usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c: In function `skey_fake_keyinfo':
/usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c:160: `OPIE_HASHNAME_MAX' undeclared (first use in this function)
/usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c:160: (Each undeclared identifier is reported only once
/usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c:160: for each function it appears in.)
*** Error code 1

Stop in /usr/src/secure/lib/libssh.


Does anybody know what I'm missing, and if not
where may I start looking for clues (or even 
how to fix it without finding clues)?

Many thanks in advance.

Adam


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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