Date: Sat, 31 Jan 2009 15:29:42 -0500 From: Robert Huff <roberthuff@rcn.com> To: Tim Kellers <timothyk@wallnet.com> Cc: ports@freebsd.org Subject: libssh2 upgrade error Message-ID: <18820.46262.922186.641717@jerusalem.litteratus.org> In-Reply-To: <4984A7EC.7060801@wallnet.com> References: <4984A7EC.7060801@wallnet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Tim Kellers writes: > While portupgrading libssh2, sources csuped immediately before this > error a few minutes ago: > > configure: creating ./config.status > config.status: creating Makefile > config.status: creating src/Makefile > config.status: creating include/libssh2_config.h > ===> Building for libssh2-0.2,1 > cc -o channel.o channel.c -c -O2 -fno-strict-aliasing -pipe > -I/usr/include -I/usr/include -Wall -g -I../include/ -fPIC > In file included from channel.c:38: > ../include/libssh2_priv.h:181: error: 'MD5_DIGEST_LENGTH' undeclared > here (not in a function) > ../include/libssh2_priv.h:184: error: 'SHA_DIGEST_LENGTH' undeclared > here (not in a function) > channel.c: In function 'libssh2_channel_direct_tcpip_ex': > channel.c:230: warning: pointer targets in passing argument 6 of > 'libssh2_channel_open_ex' differ in signedness > *** Error code 1 I'm getting: ===> Building for libssh2-0.2,1 cc -o channel.o channel.c -c -O -pipe -g -march=pentium4 -I/usr/local/include -I/usr/include -Wall -g -I../include/ -fPIC In file included from channel.c:38: ../include/libssh2_priv.h:181: error: 'MD5_DIGEST_LENGTH' undeclared here (not in a function) ../include/libssh2_priv.h:184: error: 'SHA_DIGEST_LENGTH' undeclared here (not in a function) channel.c: In function 'libssh2_channel_direct_tcpip_ex': channel.c:230: warning: pointer targets in passing argument 6 of 'libssh2_channel_open_ex' differ in signedness *** Error code 1 Robert Huff
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?18820.46262.922186.641717>