From owner-freebsd-ports@FreeBSD.ORG Sat Jan 31 20:29:44 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC5EC1065688 for ; Sat, 31 Jan 2009 20:29:44 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mx1.freebsd.org (Postfix) with ESMTP id 9E9CA8FC21 for ; Sat, 31 Jan 2009 20:29:44 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 31 Jan 2009 15:29:43 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18820.46262.922186.641717@jerusalem.litteratus.org> Date: Sat, 31 Jan 2009 15:29:42 -0500 To: Tim Kellers In-Reply-To: <4984A7EC.7060801@wallnet.com> References: <4984A7EC.7060801@wallnet.com> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid Cc: ports@freebsd.org Subject: libssh2 upgrade error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jan 2009 20:29:45 -0000 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