From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 6NNTHcXeTGRJfAAASxT56A (envelope-from ) for ; Sat, 29 Apr 2023 11:09:25 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id aO9EHcXeTGT2JwAA9RJhRA (envelope-from ) for ; Sat, 29 Apr 2023 11:09:25 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 4B80F1417A for ; Sat, 29 Apr 2023 11:09:25 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1psgZk-00050Z-My; Sat, 29 Apr 2023 05:09:04 -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 1psgZj-00050I-1E for bug-guix@gnu.org; Sat, 29 Apr 2023 05:09:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1psgZi-0000lM-Q9 for bug-guix@gnu.org; Sat, 29 Apr 2023 05:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1psgZi-0001wJ-CW for bug-guix@gnu.org; Sat, 29 Apr 2023 05:09:02 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#63163: 'make check-system' shows "git_libgit2_init: Function not implemented" Resent-From: Josselin Poiret Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sat, 29 Apr 2023 09:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63163 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Felix Lechner , 63163@debbugs.gnu.org Received: via spool by 63163-submit@debbugs.gnu.org id=B63163.16827592827360 (code B ref 63163); Sat, 29 Apr 2023 09:09:02 +0000 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== 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: / X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Josselin Poiret From: Josselin Poiret via Bug reports for GNU Guix Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: bug-guix-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1682759365; a=rsa-sha256; cv=none; b=kVayu3HIUQet6pBql/7R/VuhRnwrvaU7jyp3UZLghsoFO6xGOcTsiBFtKc3exuvtbCRi5h lRCS1sJ+HvyBSjfIsCsO74+26FjM2idYefzrwJSKNba1Sw1TH3m5YOLYEF/tX2XNyEQL3g G0ssSKOg2EYOL2765e6MtBsQBsKtUUUcYhYj6t9gYbB5hgcP0z17XDB3LwgzzDpa8EBekU s9bogPcmp1qzqGX3KJNavnqAcNFtgoxXOKN0VjQicDnipkROd979AcAbNsCmTKqFh2GIWc VcBc3TpPAjkBF7lxa2YRIReRNVeUUiH6v22z54miAL4f+1R4K4oYbY7oQ2INAQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=jpoiret.xyz header.s=dkim header.b=Hnqg3CMm; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1682759365; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=EqgUpBx6QK8hiB+xmFeOCYzvWTV1XoG7gEGW3pYeC3w=; b=ZdEuzcJ68KX+Hhc/86jQPgmyRCZ9c49O5klaQ0vMWsf0cAAXdNXT9bZZwqdapkf5e8xsmx sPqW/PNR/kWRvgvIxk+ClyY2EfQqrzAJds06KfsnnZqaxxFw6uiPmGokmtjQL9acTLx3WR JoSwsFjGPh9tMw3dUvB5Rw2eKg1au5SwSPv3Tv3GHdWvD3YwfvBhc+awuflCzhfc0+b9NT KCxwe2H5adbpyV5b/VCIDWgGj1OgWtrg8Qr+37nLa5LZpiHlBZU1nxvbDFSm0ImdBsTRtK fevXHS399sddsY5MlToEAc4dJDGWsr8dsGp4d1nzvwgec99ry5bRwY0JrPmGHw== X-Migadu-Spam-Score: -3.71 X-Spam-Score: -3.71 X-Migadu-Queue-Id: 4B80F1417A X-Migadu-Scanner: scn0.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=jpoiret.xyz header.s=dkim header.b=Hnqg3CMm; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-TUID: 0obN4IU/Ypyo --=-=-= 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----- --=-=-=--