From unknown Mon Aug 18 19:33:06 2025 X-Loop: help-debbugs@gnu.org Subject: bug#40726: scandir* error on armhf Resent-From: Julien Lepiller Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sun, 19 Apr 2020 23:36:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 40726 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 40726@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.158733930815829 (code B ref -1); Sun, 19 Apr 2020 23:36:01 +0000 Received: (at submit) by debbugs.gnu.org; 19 Apr 2020 23:35:08 +0000 Received: from localhost ([127.0.0.1]:46234 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jQJSu-00047F-2d for submit@debbugs.gnu.org; Sun, 19 Apr 2020 19:35:08 -0400 Received: from lists.gnu.org ([209.51.188.17]:59298) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jQJSs-000476-Qr for submit@debbugs.gnu.org; Sun, 19 Apr 2020 19:35:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42020 helo=eggs1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQJSs-00085H-Dc for bug-guix@gnu.org; Sun, 19 Apr 2020 19:35:06 -0400 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from Debian-exim by eggs1p.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jQJSr-0001Wt-9S for bug-guix@gnu.org; Sun, 19 Apr 2020 19:35:06 -0400 Received: from lepiller.eu ([2a00:5884:8208::1]:55146) by eggs1p.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jQJSq-0001LU-3g for bug-guix@gnu.org; Sun, 19 Apr 2020 19:35:04 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id f911aa03 for ; Sun, 19 Apr 2020 23:34:57 +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=g6tM6gk/bgb4YmvdwCJ7/UP/p GxVZV6HHpO1VC+8Oys=; b=Evad8bx6onTTF2yjwliKHmrIxp3sNUWJkjv6/Ss4M Dm1X+ffm4ZB8WP2ocFIIxASkxlN3VuILCHxJnJJLIZpEnvPsJHZ66hqucF9n+kpb UgYjbSG6PXzNguzAiFG/EoSA65dOmch+1hRqFCJ/g9RIUWKmMND39RDLDCxKwRum oI1OXFMrs44X9E/KElK4khTbKxHZtdboTQFnvFflZIyuHyknyVR3lmeR+yRgsc9K MEbHjJZimcwVyAdHaTpmEgOaaONM7Im4PFa4L9Pxj4UkCAm2/aAGpBT2SQaNfSlH NCpiEnBxpGnqa7IUbVufWCT/Ig5e4Ss9vfrZF0VdnhK/w== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id a8d8c67c (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Sun, 19 Apr 2020 23:34:57 +0000 (UTC) Date: Mon, 20 Apr 2020 01:34:44 +0200 From: Julien Lepiller Message-ID: <20200420013444.08b210bc@tachikoma.lepiller.eu> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Received-SPF: none client-ip=2a00:5884:8208::1; envelope-from=julien@lepiller.eu; helo=lepiller.eu X-detected-operating-system: by eggs1p.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:5884:8208::1 X-Spam-Score: -0.7 (/) 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.7 (-) Hi Guix! I recently tried to build guix from git on my armhf machine. However, it failed at 14% when loading gnu/system/installer.scm. The error was: error: failed to load 'gnu/system/install.scm': Nom de fichier trop long (name too long) Indeed, stracing the build process I see a lstat64 syscall on this file: ~/guix/repo/master/gnu/../gnu/installer//////////////////... (with many /). Reverting commit 82d8959e5d137b2061a68878d78a8f74a238ac44 lets me build guix from git. I tried to run guix pull too, in order to test from a more recent system, but guix-modular-master fails on ci since around that commit, and the same path is shown in the log, for instance: https://ci.guix.gnu.org/log/7jzm70m187xdb41jmljmq6vkzjwsnh2d-guix-system ends with a lstat of /gnu/store/qi99vg92icmpcw623rvg8rqdlvilqb00-guix-system-source/gnu/../gnu/installer////////... other architectures don't seem to have that issue, as ci is able to build modular-master for them. I was also able to build guix from git on my x86_64 machine. From unknown Mon Aug 18 19:33:06 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Julien Lepiller Subject: bug#40726: closed (Re: bug#40726: scandir* error on armhf) Message-ID: References: <20200420165217.23f70629@tachikoma.lepiller.eu> <20200420013444.08b210bc@tachikoma.lepiller.eu> X-Gnu-PR-Message: they-closed 40726 X-Gnu-PR-Package: guix Reply-To: 40726@debbugs.gnu.org Date: Mon, 20 Apr 2020 14:53:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1587394381-12943-1" This is a multi-part message in MIME format... ------------=_1587394381-12943-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #40726: scandir* error on armhf which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 40726@debbugs.gnu.org. --=20 40726: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D40726 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1587394381-12943-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 40726-done) by debbugs.gnu.org; 20 Apr 2020 14:52:28 +0000 Received: from localhost ([127.0.0.1]:48230 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jQXmd-0003Lq-Vs for submit@debbugs.gnu.org; Mon, 20 Apr 2020 10:52:28 -0400 Received: from lepiller.eu ([89.234.186.109]:39198) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jQXmb-0003Lf-TE for 40726-done@debbugs.gnu.org; Mon, 20 Apr 2020 10:52:27 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 37676c90 for <40726-done@debbugs.gnu.org>; Mon, 20 Apr 2020 14:52:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=dkim; bh=sFT08aOxFaOp CZWzvHH/MwMTrFhoGyvkRpiJdW8DN6k=; b=YRJOnqI6QLSRH+uR58A72AWzMdER Nx2BW/wDoXoAZWOxcdzLH3DckCc2P9Y/O0T0ICjb4vxao5I7HqkcUyGnuGNYJSZS hapZKnMrz1HiIooLRaqWduw8jFh7Zl2qgHHaJIw0fh4SBbTAGyr2F19hUNSLrhRv 7lDMhmVrpwlsc8ibiJGbTOl/pGRyvVguShD//1jwqzFJIEdQayXA4EC1jBkrCrpc dUTx7OWVwOjzBV1mbvk/Ta1KkoT+1uK5vPiYhDZ+8WgK6Yaqiy0V7l3H7bYXSIaO wzFPELPrK2xRwY0xgaNSlU34P97ZrEV4yewJn5GOWPGi/cs0p0w3zpjd1g== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 576ac49d (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for <40726-done@debbugs.gnu.org>; Mon, 20 Apr 2020 14:52:23 +0000 (UTC) Date: Mon, 20 Apr 2020 16:52:17 +0200 From: Julien Lepiller To: 40726-done@debbugs.gnu.org Subject: Re: bug#40726: scandir* error on armhf Message-ID: <20200420165217.23f70629@tachikoma.lepiller.eu> In-Reply-To: <20200420013444.08b210bc@tachikoma.lepiller.eu> References: <20200420013444.08b210bc@tachikoma.lepiller.eu> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40726-done 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 Mon, 20 Apr 2020 01:34:44 +0200, Julien Lepiller a =C3=A9crit : > Hi Guix! >=20 > I recently tried to build guix from git on my armhf machine. However, > it failed at 14% when loading gnu/system/installer.scm. The error > was: >=20 > error: failed to load 'gnu/system/install.scm': Nom de fichier trop > long >=20 > (name too long) >=20 > Indeed, stracing the build process I see a lstat64 syscall on this > file: ~/guix/repo/master/gnu/../gnu/installer//////////////////... > (with many /). >=20 > Reverting commit 82d8959e5d137b2061a68878d78a8f74a238ac44 lets me > build guix from git. I tried to run guix pull too, in order to test > from a more recent system, but guix-modular-master fails on ci since > around that commit, and the same path is shown in the log, for > instance: >=20 > https://ci.guix.gnu.org/log/7jzm70m187xdb41jmljmq6vkzjwsnh2d-guix-system >=20 > ends with a lstat of > /gnu/store/qi99vg92icmpcw623rvg8rqdlvilqb00-guix-system-source/gnu/../gnu= /installer////////... >=20 > other architectures don't seem to have that issue, as ci is able to > build modular-master for them. I was also able to build guix from git > on my x86_64 machine. >=20 >=20 >=20 Should be fixed with fd546bbbeee5237e29264791b61f9ba453ebff9f. ------------=_1587394381-12943-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 19 Apr 2020 23:35:08 +0000 Received: from localhost ([127.0.0.1]:46234 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jQJSu-00047F-2d for submit@debbugs.gnu.org; Sun, 19 Apr 2020 19:35:08 -0400 Received: from lists.gnu.org ([209.51.188.17]:59298) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jQJSs-000476-Qr for submit@debbugs.gnu.org; Sun, 19 Apr 2020 19:35:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42020 helo=eggs1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQJSs-00085H-Dc for bug-guix@gnu.org; Sun, 19 Apr 2020 19:35:06 -0400 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from Debian-exim by eggs1p.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jQJSr-0001Wt-9S for bug-guix@gnu.org; Sun, 19 Apr 2020 19:35:06 -0400 Received: from lepiller.eu ([2a00:5884:8208::1]:55146) by eggs1p.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jQJSq-0001LU-3g for bug-guix@gnu.org; Sun, 19 Apr 2020 19:35:04 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id f911aa03 for ; Sun, 19 Apr 2020 23:34:57 +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=g6tM6gk/bgb4YmvdwCJ7/UP/p GxVZV6HHpO1VC+8Oys=; b=Evad8bx6onTTF2yjwliKHmrIxp3sNUWJkjv6/Ss4M Dm1X+ffm4ZB8WP2ocFIIxASkxlN3VuILCHxJnJJLIZpEnvPsJHZ66hqucF9n+kpb UgYjbSG6PXzNguzAiFG/EoSA65dOmch+1hRqFCJ/g9RIUWKmMND39RDLDCxKwRum oI1OXFMrs44X9E/KElK4khTbKxHZtdboTQFnvFflZIyuHyknyVR3lmeR+yRgsc9K MEbHjJZimcwVyAdHaTpmEgOaaONM7Im4PFa4L9Pxj4UkCAm2/aAGpBT2SQaNfSlH NCpiEnBxpGnqa7IUbVufWCT/Ig5e4Ss9vfrZF0VdnhK/w== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id a8d8c67c (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Sun, 19 Apr 2020 23:34:57 +0000 (UTC) Date: Mon, 20 Apr 2020 01:34:44 +0200 From: Julien Lepiller To: bug-guix@gnu.org Subject: scandir* error on armhf Message-ID: <20200420013444.08b210bc@tachikoma.lepiller.eu> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Received-SPF: none client-ip=2a00:5884:8208::1; envelope-from=julien@lepiller.eu; helo=lepiller.eu X-detected-operating-system: by eggs1p.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:5884:8208::1 X-Spam-Score: -0.7 (/) 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: -1.7 (-) Hi Guix! I recently tried to build guix from git on my armhf machine. However, it failed at 14% when loading gnu/system/installer.scm. The error was: error: failed to load 'gnu/system/install.scm': Nom de fichier trop long (name too long) Indeed, stracing the build process I see a lstat64 syscall on this file: ~/guix/repo/master/gnu/../gnu/installer//////////////////... (with many /). Reverting commit 82d8959e5d137b2061a68878d78a8f74a238ac44 lets me build guix from git. I tried to run guix pull too, in order to test from a more recent system, but guix-modular-master fails on ci since around that commit, and the same path is shown in the log, for instance: https://ci.guix.gnu.org/log/7jzm70m187xdb41jmljmq6vkzjwsnh2d-guix-system ends with a lstat of /gnu/store/qi99vg92icmpcw623rvg8rqdlvilqb00-guix-system-source/gnu/../gnu/installer////////... other architectures don't seem to have that issue, as ci is able to build modular-master for them. I was also able to build guix from git on my x86_64 machine. ------------=_1587394381-12943-1--