From owner-freebsd-current@FreeBSD.ORG Wed Jan 21 13:22:23 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32FFD16A4CE for ; Wed, 21 Jan 2004 13:22:23 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7716943D1F for ; Wed, 21 Jan 2004 13:22:21 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 53D02530A; Wed, 21 Jan 2004 22:22:20 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id DCB065308; Wed, 21 Jan 2004 22:22:07 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 8A17D33C6A; Wed, 21 Jan 2004 22:22:07 +0100 (CET) To: Ian Freislich References: From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Wed, 21 Jan 2004 22:22:07 +0100 In-Reply-To: (Ian Freislich's message of "Tue, 20 Jan 2004 09:44:55 +0200") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on flood.des.no X-Spam-Level: ss X-Spam-Status: No, hits=2.6 required=5.0 tests=RCVD_IN_DYNABLOCK, RCVD_IN_SORBS autolearn=no version=2.61 cc: freebsd-current@freebsd.org Subject: Re: openssh no longer compiles (as part of make world) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2004 21:22:23 -0000 Ian Freislich writes: > I think this started around 7-9 Jan and I was wondering if anyone > else was having the same problem. I've held off reporting this > just in case a fix was submitted. Openssh no longer compiles. > > [brane-dead] /usr/src/secure/lib/libssh # make > cc -O -pipe -march=3Dpentium2 -I/usr/src/secure/lib/libssh/../../../crypt= o/openssh > -DGSSAPI -DKRB5 -DHEIMDAL -c /usr/src/crypto/openssh/channels.c > /usr/src/crypto/openssh/channels.c: In function `channel_lookup': > /usr/src/crypto/openssh/channels.c:145: error: incompatible type for argu= ment 1 of `log' > /usr/src/crypto/openssh/channels.c:145: error: too many arguments to func= tion `log' > /usr/src/crypto/openssh/channels.c:150: error: incompatible type for argu= ment 1 of `log' there are no references to a function named log() in channels.c or any part of openssh. the function used for logging is called logit() and is prototyped in log.h. your source tree is probably corrupted. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no