From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: bug#33100: [libssh] fatal: dumb http transport does not support shallow capabilities Date: Fri, 19 Oct 2018 22:22:38 -0400 Message-ID: <87zhv94as1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDguw-0003Gt-I7 for bug-guix@gnu.org; Fri, 19 Oct 2018 22:23:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDgut-0001hp-EV for bug-guix@gnu.org; Fri, 19 Oct 2018 22:23:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55812) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gDgut-0001h7-9L for bug-guix@gnu.org; Fri, 19 Oct 2018 22:23:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gDgut-0000T7-3w for bug-guix@gnu.org; Fri, 19 Oct 2018 22:23:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47752) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDgub-0002l1-Ao for bug-guix@gnu.org; Fri, 19 Oct 2018 22:22:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDguY-00014b-2U for bug-guix@gnu.org; Fri, 19 Oct 2018 22:22:45 -0400 Received: from mail-io1-xd34.google.com ([2607:f8b0:4864:20::d34]:34979) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gDguX-000124-TY for bug-guix@gnu.org; Fri, 19 Oct 2018 22:22:41 -0400 Received: by mail-io1-xd34.google.com with SMTP id 79-v6so4298647iou.2 for ; Fri, 19 Oct 2018 19:22:41 -0700 (PDT) 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: 33100@debbugs.gnu.org Hello, Today I stumbled upon libssh that wouldn't build, due to the following git error: --8<---------------cut here---------------start------------->8--- fatal: dumb http transport does not support shallow capabilities" --8<---------------cut here---------------end--------------->8--- There are now substitutes served from Berlin, so it's a bit more difficult to reproduce, but the following worked for Ludovic and myself: guix build --check /gnu/store/f0i7bdcg1lksr9dhz0cidi3ym8r8a5wl-libssh-0.7.6-checkout.drv The output looks like: --8<---------------cut here---------------start------------->8--- guix build --check /gnu/store/f0i7bdcg1lksr9dhz0cidi3ym8r8a5wl-libssh-0.7.6-checkout.drv building /gnu/store/f0i7bdcg1lksr9dhz0cidi3ym8r8a5wl-libssh-0.7.6-checkout.drv... Initialized empty Git repository in /gnu/store/gqyjgpvzqy55dzibm59530fsx21dpiz4-libssh-0.7.6-checkout/.git/ fatal: dumb http transport does not support shallow capabilities --8<---------------cut here---------------end--------------->8--- Leo, would you have an idea? Thanks, Maxim