From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: libssh upgraded; guile-ssh fails its tests Date: Fri, 04 Apr 2014 14:07:12 -0400 Message-ID: <87vbupufxr.fsf@yeeloong.lan> References: <8761mrk6f8.fsf@yeeloong.lan> <87ha69ay8w.fsf@gnu.org> <87mwg1vyyr.fsf@elephant.savannah> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52242) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WW8Xb-0000Es-Uf for guix-devel@gnu.org; Fri, 04 Apr 2014 14:08:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WW8XS-0008CI-LV for guix-devel@gnu.org; Fri, 04 Apr 2014 14:08:35 -0400 In-Reply-To: <87mwg1vyyr.fsf@elephant.savannah> (Artyom Poptsov's message of "Fri, 04 Apr 2014 20:30:52 +0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Artyom Poptsov Cc: guix-devel@gnu.org Artyom Poptsov writes: >> Upgrading libssh from 0.5.5 to 0.6.3 turned out to break Guile-SSH >> 0.6.0. I attach some of the test logs. Any idea what=E2=80=99s going o= n? > > Well, I think the problem is that there are changes in the API between > libssh 0.5 and libssh 0.6. So Guile-SSH must be updated to be able to > work with libssh 0.6. I have plans to migrate Guile-SSH to libssh 0.6, > but this work is still to be done. > > And it worth mention that according to the Guile-SSH 0.6.0 documenation > it requires libssh 0.5.4 or 0.5.5, so you shouldn't be surprised that > Guile-SSH 0.6.0 breaks on libssh 0.6 ;-) FYI, versions of libssh prior to 0.6.3 contain a security vulnerability. http://cve.mitre.org/cgi-bin/cvename.cgi?name=3DCVE-2014-0017 Therefore, unless someone wants to backport the security fix to an older version of libssh, we'll have to live without Guile-SSH for now. Mark