From unknown Tue Jun 17 01:34:20 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#36438 <36438@debbugs.gnu.org> To: bug#36438 <36438@debbugs.gnu.org> Subject: Status: git-fetch issue Reply-To: bug#36438 <36438@debbugs.gnu.org> Date: Tue, 17 Jun 2025 08:34:20 +0000 retitle 36438 git-fetch issue reassign 36438 guix submitter 36438 Julien Lepiller severity 36438 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 29 17:10:12 2019 Received: (at submit) by debbugs.gnu.org; 29 Jun 2019 21:10:12 +0000 Received: from localhost ([127.0.0.1]:44965 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hhKbr-0004Ve-KY for submit@debbugs.gnu.org; Sat, 29 Jun 2019 17:10:11 -0400 Received: from lists.gnu.org ([209.51.188.17]:49834) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hhKbp-0004VW-En for submit@debbugs.gnu.org; Sat, 29 Jun 2019 17:10:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42802) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hhKbo-0006rr-6w for bug-guix@gnu.org; Sat, 29 Jun 2019 17:10:09 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40 autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hhKbm-0004TB-V7 for bug-guix@gnu.org; Sat, 29 Jun 2019 17:10:08 -0400 Received: from lepiller.eu ([2a00:5884:8208::1]:52714) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hhKbm-0004AG-JO for bug-guix@gnu.org; Sat, 29 Jun 2019 17:10:06 -0400 Received: from sybil.lepiller.eu (89-92-10-229.hfc.dyn.abo.bbox.fr [89.92.10.229]) by lepiller.eu (OpenSMTPD) with ESMTPSA id fc5273ee (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Sat, 29 Jun 2019 21:09:48 +0000 (UTC) Date: Sat, 29 Jun 2019 23:09:43 +0200 From: Julien Lepiller To: bug-guix@gnu.org Subject: git-fetch issue Message-ID: <20190629230943.670b5e33@sybil.lepiller.eu> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:5884:8208::1 X-Spam-Score: -2.3 (--) 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: -3.3 (---) Hi, I'm trying to build an old version of kotlin from its git repository. Unfortunately, there is an issue when checking out the repository. Here is the log (truncated in the list of branches and tags): environment variable `PATH' set to `/gnu/store/q09sy224qnxrp982z4xfaxi19721mjx8-gzip-1.9/bin:/gnu/store/ipx79bfj2mrc8npj7s3qi3zri11jfhaw-tar-1.30/bin' Initialized empty Git repository in /gnu/store/z4mqw5b9vq2ki0rxaix2wsmhmxq14s6a-kotlin-0.4.424-checkout/.git/ error: Server does not allow request for unadvertised object 2f47e30a1a12347759dbb8707f5137178de65696 Failed to do a shallow fetch; retrying a full fetch... From https://github.com/JetBrains/kotlin * [new branch] 1.0.1 -> origin/1.0.1 * [new branch] 1.0.1_/br141 -> origin/1.0.1_/br141 * [new branch] 1.0.1_/br145 -> origin/1.0.1_/br145 ... * [new tag] v1.3.40-eap-32 -> v1.3.40-eap-32 * [new tag] v1.3.40-eap-67 -> v1.3.40-eap-67 Note: checking out '2f47e30a1a12347759dbb8707f5137178de65696'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b HEAD is now at 2f47e30a1a1 Fixed UnsupportedOperationException when a namespace is used in place of an expression. warning: failed to delete .git/refs/tags/rc1.0.0-IJ143-5-143.???2072: No such file or directory warning: failed to delete .git/refs/tags/1.0.3-eap-13-IJ143-2-143.???2167.???2: No such file or directory Backtrace: 11 (primitive-load "/gnu/store/21xc0h6f0c1zngfgza7526w32i0?") In ice-9/eval.scm: 293:34 10 (_ #) In ice-9/boot-9.scm: 829:9 9 (catch _ _ # ?) In ./guix/build/git.scm: 76:6 8 (_) In ice-9/ftw.scm: 452:32 7 (loop _ _ #(64768 20746206 16877 7 999 30000 0 4096 # ?) ?) In srfi/srfi-1.scm: 466:18 6 (fold # ?) In unknown file: 5 (_ # # ?) In ice-9/ftw.scm: 452:32 4 (loop _ _ #(64768 20746213 16877 5 999 30000 0 4096 # ?) ?) In srfi/srfi-1.scm: 466:18 3 (fold # ?) In unknown file: 2 (_ # # ?) In ice-9/ftw.scm: 463:35 1 (loop _ _ _ _ _) In unknown file: 0 (rmdir ".git/refs/tags") ERROR: In procedure rmdir: In procedure rmdir: Directory not empty From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 17 16:00:55 2019 Received: (at 36438) by debbugs.gnu.org; 17 Jul 2019 20:00:55 +0000 Received: from localhost ([127.0.0.1]:53066 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hnq6g-0006Dd-Qk for submit@debbugs.gnu.org; Wed, 17 Jul 2019 16:00:55 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44451) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hnq6c-0006DN-J6 for 36438@debbugs.gnu.org; Wed, 17 Jul 2019 16:00:51 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36338) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hnq6W-0004RG-Ts; Wed, 17 Jul 2019 16:00:44 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=34442 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hnq6W-0005RA-HX; Wed, 17 Jul 2019 16:00:44 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Julien Lepiller Subject: Re: bug#36438: git-fetch issue References: <20190629230943.670b5e33@sybil.lepiller.eu> Date: Wed, 17 Jul 2019 22:00:43 +0200 In-Reply-To: <20190629230943.670b5e33@sybil.lepiller.eu> (Julien Lepiller's message of "Sat, 29 Jun 2019 23:09:43 +0200") Message-ID: <87y30w8m8k.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 36438 Cc: 36438@debbugs.gnu.org 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: -3.3 (---) Hello, Julien Lepiller skribis: > HEAD is now at 2f47e30a1a1 Fixed UnsupportedOperationException when a > namespace is used in place of an expression. warning: failed to > delete .git/refs/tags/rc1.0.0-IJ143-5-143.???2072: No such file or > directory warning: failed to > delete .git/refs/tags/1.0.3-eap-13-IJ143-2-143.???2167.???2: No such > file or directory Backtrace: 11 (primitive-load > "/gnu/store/21xc0h6f0c1zngfgza7526w32i0?") In ice-9/eval.scm: 293:34 10 > (_ #) In ice-9/boot-9.scm: > 829:9 9 (catch _ _ # ?) > In ./guix/build/git.scm: > 76:6 8 (_) > In ice-9/ftw.scm: > 452:32 7 (loop _ _ #(64768 20746206 16877 7 999 30000 0 4096 # ?) ?) > In srfi/srfi-1.scm: > 466:18 6 (fold # ?) > In unknown file: > 5 (_ # # ?) > In ice-9/ftw.scm: > 452:32 4 (loop _ _ #(64768 20746213 16877 5 999 30000 0 4096 # ?) ?) > In srfi/srfi-1.scm: > 466:18 3 (fold # ?) > In unknown file: > 2 (_ # # ?) > In ice-9/ftw.scm: > 463:35 1 (loop _ _ _ _ _) > In unknown file: > 0 (rmdir ".git/refs/tags") > > ERROR: In procedure rmdir: > In procedure rmdir: Directory not empty It looks like .git/refs/tags contains a file with a non-ASCII name. The =E2=80=98git-fetch=E2=80=99 derivation, in (guix git-download), runs in= the C locale, so Guile ends up substituting question marks to non-ASCII characters. Thus, =E2=80=98delete-file-recursively=E2=80=99 fails to delet= e the offending file, and the whole operation fails. The fix, as usual, would be to set GUIX_LOCPATH there to point to (file-append glibc-utf8-locale "/lib/locale"). Is it worth it, though? Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 18 02:45:12 2019 Received: (at 36438) by debbugs.gnu.org; 18 Jul 2019 06:45:12 +0000 Received: from localhost ([127.0.0.1]:53325 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ho0AA-00079r-Sr for submit@debbugs.gnu.org; Thu, 18 Jul 2019 02:45:11 -0400 Received: from lepiller.eu ([89.234.186.109]:34802) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ho0A8-00079i-RA for 36438@debbugs.gnu.org; Thu, 18 Jul 2019 02:45:09 -0400 Received: from [10.109.43.65] (tor-exit.csail.mit.edu [128.31.0.13]) by lepiller.eu (OpenSMTPD) with ESMTPSA id 2ce6c9a0 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Thu, 18 Jul 2019 06:45:01 +0000 (UTC) Date: Thu, 18 Jul 2019 08:45:01 +0200 User-Agent: K-9 Mail for Android In-Reply-To: <87y30w8m8k.fsf@gnu.org> References: <20190629230943.670b5e33@sybil.lepiller.eu> <87y30w8m8k.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: bug#36438: git-fetch issue To: =?ISO-8859-1?Q?Ludovic_Court=E8s?= From: Julien Lepiller Message-ID: X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36438 Cc: 36438@debbugs.gnu.org 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: -1.0 (-) Le 17 juillet 2019 22:00:43 GMT+02:00, "Ludovic Court=C3=A8s" a =C3=A9crit : >Hello, > >Julien Lepiller skribis: > >> HEAD is now at 2f47e30a1a1 Fixed UnsupportedOperationException when a >> namespace is used in place of an expression=2E warning: failed to >> delete =2Egit/refs/tags/rc1=2E0=2E0-IJ143-5-143=2E???2072: No such file= or >> directory warning: failed to >> delete =2Egit/refs/tags/1=2E0=2E3-eap-13-IJ143-2-143=2E???2167=2E???2: = No such >> file or directory Backtrace: 11 (primitive-load >> "/gnu/store/21xc0h6f0c1zngfgza7526w32i0?") In ice-9/eval=2Escm: 293:34 >10 >> (_ #) In ice-9/boot-9=2Escm: >> 829:9 9 (catch _ _ # >?) >> In =2E/guix/build/git=2Escm: >> 76:6 8 (_) >> In ice-9/ftw=2Escm: >> 452:32 7 (loop _ _ #(64768 20746206 16877 7 999 30000 0 4096 # ?) >?) >> In srfi/srfi-1=2Escm: >> 466:18 6 (fold # >?) >> In unknown file: >> 5 (_ # # >?) >> In ice-9/ftw=2Escm: >> 452:32 4 (loop _ _ #(64768 20746213 16877 5 999 30000 0 4096 # ?) >?) >> In srfi/srfi-1=2Escm: >> 466:18 3 (fold # >?) >> In unknown file: >> 2 (_ # # >?) >> In ice-9/ftw=2Escm: >> 463:35 1 (loop _ _ _ _ _) >> In unknown file: >> 0 (rmdir "=2Egit/refs/tags") >> >> ERROR: In procedure rmdir: >> In procedure rmdir: Directory not empty > >It looks like =2Egit/refs/tags contains a file with a non-ASCII name=2E > >The =E2=80=98git-fetch=E2=80=99 derivation, in (guix git-download), runs = in the C >locale, so Guile ends up substituting question marks to non-ASCII >characters=2E Thus, =E2=80=98delete-file-recursively=E2=80=99 fails to d= elete the >offending file, and the whole operation fails=2E > >The fix, as usual, would be to set GUIX_LOCPATH there to point to >(file-append glibc-utf8-locale "/lib/locale")=2E > >Is it worth it, though? > >Thanks, >Ludo=E2=80=99=2E If it allows me to build and bootstrap kotlin, I think so :) From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 18 07:16:06 2019 Received: (at 36438) by debbugs.gnu.org; 18 Jul 2019 11:16:06 +0000 Received: from localhost ([127.0.0.1]:53501 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ho4OM-0001UU-0J for submit@debbugs.gnu.org; Thu, 18 Jul 2019 07:16:06 -0400 Received: from flashner.co.il ([178.62.234.194]:40700) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ho4OK-0001Tl-1J for 36438@debbugs.gnu.org; Thu, 18 Jul 2019 07:16:04 -0400 Received: from localhost (unknown [94.230.83.247]) by flashner.co.il (Postfix) with ESMTPSA id 29C704004E; Thu, 18 Jul 2019 11:15:58 +0000 (UTC) Date: Thu, 18 Jul 2019 14:15:56 +0300 From: Efraim Flashner To: Julien Lepiller Subject: Re: bug#36438: git-fetch issue Message-ID: <20190718111556.GE684@macbook41> References: <20190629230943.670b5e33@sybil.lepiller.eu> <87y30w8m8k.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="N1GIdlSm9i+YlY4t" Content-Disposition: inline In-Reply-To: X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 User-Agent: Mutt/1.12.1 (2019-06-15) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 36438 Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= , 36438@debbugs.gnu.org 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: -1.0 (-) --N1GIdlSm9i+YlY4t Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 18, 2019 at 08:45:01AM +0200, Julien Lepiller wrote: > If it allows me to build and bootstrap kotlin, I think so :) >=20 Not related to the bug, but there's a Debian GSoC project to (apparently) bootstrap kotlin from ources in Debian=C2=B9. I thought that might be of interest to you :) =C2=B9 https://salsa.debian.org/m36-guest/kotlin-1.3.30 --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --N1GIdlSm9i+YlY4t Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl0wVOwACgkQQarn3Mo9 g1FmRg/9GXK/hRF+1UFQmOP1TP8JP4ruJtUWaurI1sIRBzz4W6Va681S1ZhpOqnL 88qMCn67f8arFswG2LRP+OJrHAfIt9GDD6z4AC8TUTiwRHKzBhIem/LXXwbhq1Pk wmovvrdeMdk3gnRbLexeW3ghSKUF5jqArplrHpXufnQUBNW+mUuJzK274NbzDmCd hf0Bq+W1+HMhiNj5izjJBC+K3mL4lkhvqhDcCLJSefOy434LkpyiDI6MyuuAmZQ6 5YdhcQN4hE8lurJo5YnKDzyfLGRjhuuhpiJLzGaYOA7aMJZ5JgdHLwBUe3k0r3uI IfqDfPFZt2h58qBKq18kSPeKfwalC+v/atv6mLpz5P45BLF0L2dCMWq1DRLj9gX6 YzdoSlCk6eElkBa2bFw0VQc1fZTSsDSh3KxJpCppnXZwcFUmUYv1peDiIJ89ebu1 q0JMQiZ2HYUHV77XEr/JX0Wx7Nql409S+9ZBHRSxKH+BRQV/2f03HU8J8I7BL4RV U3R5ePBwx1OaIo6/M5qQnRwHtWEeZoySHuo3BtohAcHMPWaK/1UvYrlVIS8eAOat OzW30YsCy/GAe4F0Ptng+7fQcOSkKBRg+OIcGYungVM5QjUTGgF3D7KLNiTNH29P bvwV7LhXLhPt9NhuwJCsSbH4HJbwJdHPHsTfprC9DCvzRZhV7GU= =3MYh -----END PGP SIGNATURE----- --N1GIdlSm9i+YlY4t-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 18 08:48:04 2019 Received: (at 36438) by debbugs.gnu.org; 18 Jul 2019 12:48:04 +0000 Received: from localhost ([127.0.0.1]:53578 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ho5pM-00080N-0B for submit@debbugs.gnu.org; Thu, 18 Jul 2019 08:48:04 -0400 Received: from lepiller.eu ([89.234.186.109]:34846) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ho5pJ-000802-VT for 36438@debbugs.gnu.org; Thu, 18 Jul 2019 08:48:03 -0400 Received: from [10.109.43.65] (62.102.148.68 [62.102.148.68]) by lepiller.eu (OpenSMTPD) with ESMTPSA id 3d899d32 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Thu, 18 Jul 2019 12:47:58 +0000 (UTC) Date: Thu, 18 Jul 2019 14:47:58 +0200 User-Agent: K-9 Mail for Android In-Reply-To: <20190718111556.GE684@macbook41> References: <20190629230943.670b5e33@sybil.lepiller.eu> <87y30w8m8k.fsf@gnu.org> <20190718111556.GE684@macbook41> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: bug#36438: git-fetch issue To: Efraim Flashner From: Julien Lepiller Message-ID: X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36438 Cc: =?ISO-8859-1?Q?Ludovic_Court=E8s?= , 36438@debbugs.gnu.org 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: -1.0 (-) Le 18 juillet 2019 13:15:56 GMT+02:00, Efraim Flashner a =C3=A9crit : >On Thu, Jul 18, 2019 at 08:45:01AM +0200, Julien Lepiller wrote: >> If it allows me to build and bootstrap kotlin, I think so :) >>=20 > >Not related to the bug, but there's a Debian GSoC project to >(apparently) bootstrap kotlin from ources in Debian=C2=B9=2E I thought th= at >might be of interest to you :) > >=C2=B9 https://salsa=2Edebian=2Eorg/m36-guest/kotlin-1=2E3=2E30 I've talked with them, but the project (at jeast for now) is to bootstrap = from an older binary version, not entirely from source=2E I'm still interes= ted by their results :) From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 18 09:47:31 2019 Received: (at 36438) by debbugs.gnu.org; 18 Jul 2019 13:47:31 +0000 Received: from localhost ([127.0.0.1]:53642 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ho6ks-00012h-Qi for submit@debbugs.gnu.org; Thu, 18 Jul 2019 09:47:31 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55457) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ho6kr-00012V-UZ for 36438@debbugs.gnu.org; Thu, 18 Jul 2019 09:47:30 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55975) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ho6kk-0002xN-9b; Thu, 18 Jul 2019 09:47:24 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=42778 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ho6kj-0006aE-F7; Thu, 18 Jul 2019 09:47:21 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Julien Lepiller Subject: Re: bug#36438: git-fetch issue References: <20190629230943.670b5e33@sybil.lepiller.eu> <87y30w8m8k.fsf@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 30 Messidor an 227 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Thu, 18 Jul 2019 15:47:20 +0200 In-Reply-To: (Julien Lepiller's message of "Thu, 18 Jul 2019 08:45:01 +0200") Message-ID: <87v9vze9p3.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 36438 Cc: 36438@debbugs.gnu.org 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: -3.3 (---) Julien Lepiller skribis: > Le 17 juillet 2019 22:00:43 GMT+02:00, "Ludovic Court=C3=A8s" a =C3=A9crit : >>The =E2=80=98git-fetch=E2=80=99 derivation, in (guix git-download), runs = in the C >>locale, so Guile ends up substituting question marks to non-ASCII >>characters. Thus, =E2=80=98delete-file-recursively=E2=80=99 fails to del= ete the >>offending file, and the whole operation fails. >> >>The fix, as usual, would be to set GUIX_LOCPATH there to point to >>(file-append glibc-utf8-locale "/lib/locale"). >> >>Is it worth it, though? >> >>Thanks, >>Ludo=E2=80=99. > > If it allows me to build and bootstrap kotlin, I think so :) Fair enough. Go for it! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 19 10:20:44 2021 Received: (at 36438-close) by debbugs.gnu.org; 19 Nov 2021 15:20:44 +0000 Received: from localhost ([127.0.0.1]:40341 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mo5gx-0005aT-Uo for submit@debbugs.gnu.org; Fri, 19 Nov 2021 10:20:44 -0500 Received: from lepiller.eu ([89.234.186.109]:39326) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mo5gw-0005aH-A8 for 36438-close@debbugs.gnu.org; Fri, 19 Nov 2021 10:20:43 -0500 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 74e0b46d for <36438-close@debbugs.gnu.org>; Fri, 19 Nov 2021 15:20:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:subject:message-id:mime-version:content-type :content-transfer-encoding; s=dkim; bh=Yju7sVLu0ylLKGFIRTc3Cv7vm PgjkwLD84d5KuLZDq0=; b=NcI3w+k6KTRvp/BLB1ScpHhh4jxYX+94nr4sULt9h 6m69/+tYEOvwj+8ESe3SVVGoYuaIsl1yJBwMso5cuN29urXkw31ywcLpemiIhs6k 4qxkPOevoSdXevXOge3O2Ne3xZu/R04m3fjxKbsOn9679GMRT+UDTHtLguCjB7Qm SBbOSmXzp2PESkL2qJhHfKfWpYDORuD2F7ZSn03Ef6q7qHnzHeTA23IGxdNXvFTx 8H671sZbAzvl3pbk+sDvwvn7JPU8M12OHnAo+L0xoMYHlF34ErDwD00f1CLnOjhu JqNBAan5tHrAjX0lCRjLaMVhZ+NXJ2Z/dISx189I8ySSg== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 727443f7 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for <36438-close@debbugs.gnu.org>; Fri, 19 Nov 2021 15:20:39 +0000 (UTC) Date: Fri, 19 Nov 2021 10:20:32 -0500 From: Julien Lepiller To: 36438-close@debbugs.gnu.org Subject: git-fetch issue User-Agent: K-9 Mail for Android Message-ID: <8A82EDBC-CE26-48DD-95A4-1472EC12A18B@lepiller.eu> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=----HS53II0OBK4CWW4P0DQ88H9HSFL05M Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 36438-close 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: -1.0 (-) ------HS53II0OBK4CWW4P0DQ88H9HSFL05M Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable I don't have this issue anymore, so closing=2E Thanks! ------HS53II0OBK4CWW4P0DQ88H9HSFL05M Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable I don't have this issue anymore, so closing=2E T= hanks! ------HS53II0OBK4CWW4P0DQ88H9HSFL05M-- From unknown Tue Jun 17 01:34:20 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 18 Dec 2021 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator