From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#33100: [libssh] fatal: dumb http transport does not support shallow capabilities Date: Wed, 24 Oct 2018 21:02:41 -0400 Message-ID: <20181025010241.GA16007@jasmine.lan> References: <87zhv94as1.fsf@gmail.com> <87in1w90iu.fsf@gnu.org> <87va5w3rtj.fsf@gmail.com> <875zxupapd.fsf@gnu.org> <87o9bj33e4.fsf@gmail.com> <20181024141523.GB5988@jasmine.lan> <87h8hbyqr4.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34149) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFUDX-0004wa-VR for bug-guix@gnu.org; Wed, 24 Oct 2018 21:13:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFU3C-0008QA-Lf for bug-guix@gnu.org; Wed, 24 Oct 2018 21:03:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36816) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gFU3C-0008P3-Gw for bug-guix@gnu.org; Wed, 24 Oct 2018 21:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gFU3C-0005dc-Cf for bug-guix@gnu.org; Wed, 24 Oct 2018 21:03:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87h8hbyqr4.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 33100-done@debbugs.gnu.org, Maxim Cournoyer On Wed, Oct 24, 2018 at 11:33:03PM +0200, Ludovic Courtès wrote: > If might be that current-output-port is fully buffered. What if you > add: > > (setvbuf (current-output-port) 'line) > > before the ‘format’ call? Yeah, this lets' the message through.