From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#33100: [libssh] fatal: dumb http transport does not support shallow capabilities Date: Sat, 20 Oct 2018 16:05:13 +0200 Message-ID: <87in1w90iu.fsf@gnu.org> References: <87zhv94as1.fsf@gmail.com> 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]:38619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDrtD-0000Y7-Ii for bug-guix@gnu.org; Sat, 20 Oct 2018 10:06:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDrtC-0001XF-PW for bug-guix@gnu.org; Sat, 20 Oct 2018 10:06:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57306) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gDrtC-0001Vl-KM for bug-guix@gnu.org; Sat, 20 Oct 2018 10:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gDrtC-0004XX-Ed for bug-guix@gnu.org; Sat, 20 Oct 2018 10:06:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87zhv94as1.fsf@gmail.com> (Maxim Cournoyer's message of "Fri, 19 Oct 2018 22:22:38 -0400") 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: Maxim Cournoyer Cc: 33100@debbugs.gnu.org Hello! Maxim Cournoyer skribis: > guix build --check /gnu/store/f0i7bdcg1lksr9dhz0cidi3ym8r8a5wl-libssh-0.7= .6-checkout.drv > building /gnu/store/f0i7bdcg1lksr9dhz0cidi3ym8r8a5wl-libssh-0.7.6-checkou= t.drv... > Initialized empty Git repository in /gnu/store/gqyjgpvzqy55dzibm59530fsx2= 1dpiz4-libssh-0.7.6-checkout/.git/ > fatal: dumb http transport does not support shallow capabilities On closer inspection, it seems that there=E2=80=99s nothing =E2=80=9Cfatal= =E2=80=9D here: if you let it run for a while (1 or 2 minutes), it ends up silently cloning the whole repo and the derivation build eventually succeeds. Could you check if that=E2=80=99s the case for you? berlin.guixsd.org has a substitute for this checkout, which suggests it went fine there. Thanks, Ludo=E2=80=99.