From unknown Thu Sep 11 06:07:41 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#63163 <63163@debbugs.gnu.org> To: bug#63163 <63163@debbugs.gnu.org> Subject: Status: 'make check-system' shows "git_libgit2_init: Function not implemented" Reply-To: bug#63163 <63163@debbugs.gnu.org> Date: Thu, 11 Sep 2025 13:07:41 +0000 retitle 63163 'make check-system' shows "git_libgit2_init: Function not imp= lemented" reassign 63163 guix submitter 63163 Felix Lechner severity 63163 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 28 22:44:57 2023 Received: (at submit) by debbugs.gnu.org; 29 Apr 2023 02:44:57 +0000 Received: from localhost ([127.0.0.1]:34809 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1psaa1-0002Yo-4z for submit@debbugs.gnu.org; Fri, 28 Apr 2023 22:44:57 -0400 Received: from lists.gnu.org ([209.51.188.17]:56492) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1psaZx-0002Yb-Q7 for submit@debbugs.gnu.org; Fri, 28 Apr 2023 22:44:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1psaZu-0002Ss-An for bug-guix@gnu.org; Fri, 28 Apr 2023 22:44:50 -0400 Received: from sail-ipv4.us-core.com ([208.82.101.137]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1psaZs-0005mq-Au for bug-guix@gnu.org; Fri, 28 Apr 2023 22:44:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=2017; bh=DXav10nHx8/EXW0 U4iIPd9Fz0u4nM6xfQEHFvmzrgKw=; h=to:subject:date:from; d=lease-up.com; b=my7z5q8kWIGxnjenhCZgYCNvvGvPU0FKG9qGNKzxUxxdD28jzzw56WWquUnqBOuXP4Hg mGEQ+MrLY9uO+hqZOO2Hj7UGFXncz6PkGXDRcADgj8iQcaT30TYq4uJ7ewsbyD55qkPChR Bn+OfSBD3VM1eV3LRv3Nq1mhQ7r0CQCgQ= Received: by sail-ipv4.us-core.com (OpenSMTPD) with ESMTPSA id ed069ae9 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO) for ; Sat, 29 Apr 2023 02:44:42 +0000 (UTC) Received: by mail-lf1-f44.google.com with SMTP id 2adb3069b0e04-4effb818c37so665770e87.3 for ; Fri, 28 Apr 2023 19:44:41 -0700 (PDT) X-Gm-Message-State: AC+VfDwpuCnFMApWORXKO6sPX1xm4kbZlhrvOu+AlL25nhoDSBnb+6SC 7kPsNfPAfJ5s3MLUZY6I3sHZc0J5ec35DJMxS5g= X-Google-Smtp-Source: ACHHUZ403kyMkBsBWPj57AS45ib0iunB2aAnGSUQdwZtmoEb9Pt3mw02bGMY3KBGhcrrNVLr77VONM0JAx1HaWnb3io= X-Received: by 2002:ac2:5dcd:0:b0:4f0:8c8:eab4 with SMTP id x13-20020ac25dcd000000b004f008c8eab4mr1975172lfq.64.1682736280020; Fri, 28 Apr 2023 19:44:40 -0700 (PDT) MIME-Version: 1.0 From: Felix Lechner Date: Fri, 28 Apr 2023 19:44:03 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: 'make check-system' shows "git_libgit2_init: Function not implemented" To: bug-guix@gnu.org Content-Type: text/plain; charset="UTF-8" Received-SPF: pass client-ip=208.82.101.137; envelope-from=felix.lechner@lease-up.com; helo=sail-ipv4.us-core.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Hi, Trying some examples in the Cookbook [1] I saw with a recent checkout: $ make check-system Compiling Scheme modules... Compiling Scheme modules... Compiling Scheme modules... Compiling Scheme modules... Compiling Scheme modules... guix build: error: git_libgit2_init: Function not implemented make: *** [Makefile:6867: check-system] Error 1 Thanks for looking! Kind regards Felix [1] https://guix.gnu.org/en/manual/devel/en/guix.html#Running-the-Test-Suite From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 29 05:08:02 2023 Received: (at 63163) by debbugs.gnu.org; 29 Apr 2023 09:08:02 +0000 Received: from localhost ([127.0.0.1]:35247 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1psgYk-0001ue-Im for submit@debbugs.gnu.org; Sat, 29 Apr 2023 05:08:02 -0400 Received: from jpoiret.xyz ([206.189.101.64]:35834) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1psgYf-0001uC-Pz for 63163@debbugs.gnu.org; Sat, 29 Apr 2023 05:08:01 -0400 Received: from authenticated-user (jpoiret.xyz [206.189.101.64]) by jpoiret.xyz (Postfix) with ESMTPA id 38B901851DD; Sat, 29 Apr 2023 09:07:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=dkim; t=1682759276; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=EqgUpBx6QK8hiB+xmFeOCYzvWTV1XoG7gEGW3pYeC3w=; b=Hnqg3CMmv4BGJGbPlEczEeh8ysybvnZW6z6YX8zhXBdmmBPViJXW1ga/19ty7tG71fdLPZ rQRGp5rqLBkIunf2zZDJnF6Nu0OyScIsRC4aY6IVpZRdHdVumjheAobsLCPnhtvBZkY2F0 GXyI02elyVCtrICeVsnp7PSFLUUQGrljD6hEDPcQ92j3SCNwVzHj1g39KtIUV6SI2qQGBF +/ea9Hf1UV12PKmK3Pr9L1n9UlSgFAhPAHnMC2npj4OUXv0Kqfeybf/mY0prwjDveH0WRs NcCXgPJdYppJM9MkheU2hE0vNycuGCp2bUeuE/uAESsbV8zfioElnDsS3Ly/MA== From: Josselin Poiret To: Felix Lechner , 63163@debbugs.gnu.org Subject: Re: bug#63163: 'make check-system' shows "git_libgit2_init: Function not implemented" In-Reply-To: References: Date: Sat, 29 Apr 2023 11:07:50 +0200 Message-ID: <87fs8jdpjt.fsf@jpoiret.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spamd-Bar: / Authentication-Results: jpoiret.xyz; auth=pass smtp.auth=jpoiret@jpoiret.xyz smtp.mailfrom=dev@jpoiret.xyz X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 63163 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi Felix, Felix Lechner via Bug reports for GNU Guix writes: > $ make check-system > Compiling Scheme modules... > Compiling Scheme modules... > Compiling Scheme modules... > Compiling Scheme modules... > Compiling Scheme modules... > guix build: error: git_libgit2_init: Function not implemented > make: *** [Makefile:6867: check-system] Error 1 Are you in a `guix shell -D guix`? Are all of your profile/system generations up-to-date? Best, =2D-=20 Josselin Poiret --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQHEBAEBCgAuFiEEOSSM2EHGPMM23K8vUF5AuRYXGooFAmRM3mYQHGRldkBqcG9p cmV0Lnh5egAKCRBQXkC5FhcaisiQDAC48QfhNJizQ85WvpSOBi/G+LLDuqxGAVzz 7Ya2lTtB5/Q39HRmcKPs2RAI8xLGHHLKcF9xh6hVm7VQA6/RYoknWzDIYavSUcjC weEJFfJ1aCGdESmZM03zfNYjWIeqY+OygDKsd9AEjD2HYm4Rx2CQdF/dTPaGQ+bk sl4AoodHod3z/ksXIC/l2lT0OP10AAjdf0oj+J1VjqpKBat9/yjSTqKAoiep/mI6 Dg0qjPHIFfwz/ri/7MvoXvuL3Uwmf4gdNrvCnaoVoGd31CAomNvowcwsDeFBYyVG vo4GZHpE4QounzJVZBX8MzIcJWusDJymodWc6pB2Y0lDBXLV0M2gNuL11r7SiPgp xvxjhLiFPW2pA4aB3PrP8cBOgfAFxdftzIadjfQOKBDtmuR37tWUkHrbxqMj6seS J6Q5xexbraw8FSCJKyCGPhzjr4x+hXBjA/Z+5+1IFCTmc5Zgd0Lm4SuQ6epUwPhN ht8J0D/T+EOgOdcOhRBO60oJ4LNjhMg= =WAyc -----END PGP SIGNATURE----- --=-=-=--