From owner-freebsd-current@FreeBSD.ORG Wed Jan 21 04:12:41 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 3E5E516A4CE for ; Wed, 21 Jan 2004 04:12:41 -0800 (PST) Received: from hetzner.co.za (lfw.hetzner.co.za [196.7.18.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EF6D43D53 for ; Wed, 21 Jan 2004 04:12:39 -0800 (PST) (envelope-from ianf@hetzner.co.za) Received: from localhost ([127.0.0.1]) by ian.hetzner.africa with esmtp (Exim 3.36 #1) id 1AiqZD-0002Nk-00 for freebsd-current@freebsd.org; Tue, 20 Jan 2004 09:44:55 +0200 To: freebsd-current@freebsd.org From: Ian Freislich X-Attribution: BOFH Date: Tue, 20 Jan 2004 09:44:55 +0200 Sender: ianf@hetzner.co.za Message-Id: Subject: 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 12:12:41 -0000 Hi 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=pentium2 -I/usr/src/secure/lib/libssh/../../../crypto/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 argument 1 of `log' /usr/src/crypto/openssh/channels.c:145: error: too many arguments to function `l og' /usr/src/crypto/openssh/channels.c:150: error: incompatible type for argument 1 of `log' This message repeats about 18 times on varying line numbers. A cursory glance at the code reveales no definition for log() and based on the error it appears that log() expects one argument leading to the absurd deduction that perhaps it's trying to use log() from the math library or somewhere else. Very puzzling. Ian -- Ian Freislich