From owner-freebsd-bugs Tue Jun 27 10:20: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3835D37B9A0 for ; Tue, 27 Jun 2000 10:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA35330; Tue, 27 Jun 2000 10:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from thanatos.shenton.org (cshenton.customer.execdsl.net [206.64.112.238]) by hub.freebsd.org (Postfix) with SMTP id 2D6BB37B54E for ; Tue, 27 Jun 2000 10:15:32 -0700 (PDT) (envelope-from chris@shenton.org) Received: (qmail 69610 invoked by uid 1000); 27 Jun 2000 17:22:44 -0000 Message-Id: <20000627172244.69609.qmail@thanatos.shenton.org> Date: 27 Jun 2000 17:22:44 -0000 From: chris@shenton.org Reply-To: chris@shenton.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/19547: 4.0-STABLE / SECURE make world fails on openssh/OPIE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19547 >Category: i386 >Synopsis: 4.0-STABLE / SECURE make world fails on openssh/OPIE >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 27 10:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Chris Shenton >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: AMD K6/2, source cvsupped hours ago from international servers >Description: I cvsup source every night or so to keep STABLE, using the international SECURE servers from cron like: 30 2 * * * /usr/local/bin/cvsup -L 1 -g -h cvsup.uk.freebsd.org /usr/share/examples/cvsup/4.x-secure-stable-supfile This has worked fine until about two weeks ago when something in crypto broke the build process: 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'm really surprised I'm the only one to be whining about this, but I haven't seen anyone else on hackers, stable, questions complaining. I've tried cvsupping from the overburdened "internat" server once and get the same thing. >How-To-Repeat: I've removed /usr/src/crypto today, re-cvsupped, and get the same thing, same error, when I try and "make world". >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message