From owner-freebsd-ports@FreeBSD.ORG Sat Jan 31 20:38: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 CE0ED10656D6 for ; Sat, 31 Jan 2009 20:38:44 +0000 (UTC) (envelope-from ronw@bals.org) Received: from bal.bals.org (bal.bals.org [65.122.161.147]) by mx1.freebsd.org (Postfix) with ESMTP id 869BD8FC1A for ; Sat, 31 Jan 2009 20:38:44 +0000 (UTC) (envelope-from ronw@bals.org) Received: from [192.168.0.151] (c-69-244-214-70.hsd1.fl.comcast.net [69.244.214.70]) (authenticated bits=0) by bal.bals.org (8.14.3/8.14.3) with ESMTP id n0VK6DVZ050161; Sat, 31 Jan 2009 15:06:16 -0500 (EST) (envelope-from ronw@bals.org) Message-ID: <4984AF35.3070905@bals.org> Date: Sat, 31 Jan 2009 15:06:13 -0500 From: Ron Wilhoite Organization: Bay Area Legal Services, Inc. User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: Tim Kellers References: <4984A7EC.7060801@wallnet.com> In-Reply-To: <4984A7EC.7060801@wallnet.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bal.bals.org [192.168.0.2]); Sat, 31 Jan 2009 15:06:17 -0500 (EST) X-Scanned-By: MIMEDefang 2.64 on 192.168.0.2 Cc: ports@freebsd.org Subject: Re: libssh2 upgrade error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ronw@bals.org 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:38:45 -0000 On 01/31/2009 02:35 PM Tim Kellers wrote: > 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 > > Nothing relevant that I saw in /usr/ports/UPDATING > I had the same error. The patch-libssh2_priv.h file didn't make it into my ports tree yet - at least via portsnap. http://www.freebsd.org/cgi/cvsweb.cgi/ports/security/libssh2/files/?f=h#dirlist If you add the files directory and that file, it builds and upgrades with no errors. Ron Wilhoite