From owner-freebsd-stable Wed May 24 5:49:30 2000 Delivered-To: freebsd-stable@freebsd.org Received: from barter.dewline.com (barter.dewline.com [209.208.153.2]) by hub.freebsd.org (Postfix) with ESMTP id B136937BA18 for ; Wed, 24 May 2000 05:49:26 -0700 (PDT) (envelope-from mackler@barter.dewline.com) Received: (from root@localhost) by barter.dewline.com (8.9.1/8.9.1) id IAA18576; Wed, 24 May 2000 08:49:25 -0400 (EDT) Date: Wed, 24 May 2000 08:49:25 -0400 (EDT) Message-Id: <200005241249.IAA18576@barter.dewline.com> To: freebsd-stable@freebsd.org Subject: make buildworld failing on libssh From: Adam Mackler Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have cvsuped the RELENG_4 stable-supfile with the international secure-supfile, and when I make buildworld it fails, saying: 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 I've reinstalled all the sources and am still having this problem. Does anyone either know what I'm doing wrong, or have any suggestions of directions in which to look for solutions. I will happily provide any further information that may assist. Thanks in advance. adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message