Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 2004 09:44:55 +0200
From:      Ian Freislich <if@hetzner.co.za>
To:        freebsd-current@freebsd.org
Subject:   openssh no longer compiles (as part of make world)
Message-ID:  <E1AiqZD-0002Nk-00@ian.hetzner.africa>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1AiqZD-0002Nk-00>