From owner-freebsd-questions Mon May 22 0: 7:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from barter.dewline.com (barter.dewline.com [209.208.153.2]) by hub.freebsd.org (Postfix) with ESMTP id 75A4437BB75 for ; Mon, 22 May 2000 00:07:30 -0700 (PDT) (envelope-from mackler@barter.dewline.com) Received: (from mackler@localhost) by barter.dewline.com (8.9.1/8.9.1) id DAA14579; Mon, 22 May 2000 03:07:28 -0400 (EDT) Date: Mon, 22 May 2000 03:07:28 -0400 (EDT) Message-Id: <200005220707.DAA14579@barter.dewline.com> To: freebsd-questions@freebsd.org Subject: make buildworld fails (4.0-STABLE) on libssh From: Adam Mackler Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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