Re: openssh no longer compiles (as part of make world)

From: Dag-Erling Smørgrav <des_at_des.no>
Date: Wed, 21 Jan 2004 22:22:07 +0100
Ian Freislich <if_at_hetzner.co.za> 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=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 `log'
> /usr/src/crypto/openssh/channels.c:150: error: incompatible type for argument 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
-- 
Dag-Erling Smørgrav - des_at_des.no
Received on Wed Jan 21 2004 - 12:22:23 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:39 UTC