From unknown Sun Jun 22 22:42:58 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#61951 <61951@debbugs.gnu.org> To: bug#61951 <61951@debbugs.gnu.org> Subject: Status: Apache Ant bash completions erroring Reply-To: bug#61951 <61951@debbugs.gnu.org> Date: Mon, 23 Jun 2025 05:42:58 +0000 retitle 61951 Apache Ant bash completions erroring reassign 61951 guix submitter 61951 Erik severity 61951 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 04 00:49:29 2023 Received: (at submit) by debbugs.gnu.org; 4 Mar 2023 05:49:29 +0000 Received: from localhost ([127.0.0.1]:35108 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pYKls-0005pq-MI for submit@debbugs.gnu.org; Sat, 04 Mar 2023 00:49:29 -0500 Received: from lists.gnu.org ([209.51.188.17]:39288) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pYAY4-00031s-VV for submit@debbugs.gnu.org; Fri, 03 Mar 2023 13:54:33 -0500 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 1pYAY4-0005vG-Aq for bug-guix@gnu.org; Fri, 03 Mar 2023 13:54:32 -0500 Received: from prantare.xyz ([2001:19f0:5:541b:5400:2ff:fed8:6015] helo=mail.prantare.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pYAY2-0003M6-RC for bug-guix@gnu.org; Fri, 03 Mar 2023 13:54:32 -0500 Received: from gicks (46-162-87-147.cust.bredband2.com [46.162.87.147]) by mail.prantare.xyz (Postfix) with ESMTPSA id EED9A3EAA0 for ; Fri, 3 Mar 2023 18:54:25 +0000 (UTC) Date: Fri, 3 Mar 2023 19:54:22 +0100 From: Erik To: bug-guix@gnu.org Subject: Apache Ant bash completions erroring Message-ID: <20230303185422.bmlfsh3gbfh7rywl@gicks> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Received-SPF: none client-ip=2001:19f0:5:541b:5400:2ff:fed8:6015; envelope-from=erik@gicks; helo=mail.prantare.xyz X-Spam_score_int: -8 X-Spam_score: -0.9 X-Spam_bar: / X-Spam_report: (-0.9 / 5.0 requ) BAYES_00=-1.9, FORGED_SPF_HELO=1, SPF_HELO_PASS=-0.001, SPF_NONE=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sat, 04 Mar 2023 00:49:27 -0500 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 (---) I have bash configuration managed by guix home. If I start a shell `guix shell ant`, and write `ant` followed by a space and a tab, I get the following error: ``` bash: /gnu/store/mwj1bwipwf99bf82y0kpnv66ch7r1l25-profile/bin/complete-ant-cmd.pl: /usr/bin/perl: bad interpreter: No such file or directory ```