From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 02 07:53:28 2022 Received: (at submit) by debbugs.gnu.org; 2 Dec 2022 12:53:28 +0000 Received: from localhost ([127.0.0.1]:46547 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p15Xk-00053H-7A for submit@debbugs.gnu.org; Fri, 02 Dec 2022 07:53:28 -0500 Received: from lists.gnu.org ([209.51.188.17]:39936) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p15Xf-00053B-Oz for submit@debbugs.gnu.org; Fri, 02 Dec 2022 07:53:26 -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 1p15Xf-00057K-G5 for bug-guix@gnu.org; Fri, 02 Dec 2022 07:53:23 -0500 Received: from mail-ej1-f49.google.com ([209.85.218.49]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1p15Xd-0003eB-Tl for bug-guix@gnu.org; Fri, 02 Dec 2022 07:53:23 -0500 Received: by mail-ej1-f49.google.com with SMTP id b2so11332843eja.7 for ; Fri, 02 Dec 2022 04:53:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=ybTOSemWPVV6bGVHTwiYc1oUGt+Ul33hx3JAojyCuiE=; b=JASvpfYqLy80bJEBZmMaHdW/MnKM3fjLILr6Mymr5HwCdPpZQ7IWTcWaY19MbbS/Wi zjmFaEzMnDAUjsQlnu5jWdgqhM9lhBfSYo+vVmX0xAzq0DeYk5VRnCbLeE7xxmFGgQAk 5vbF47AUh868AlczRRVUhcaLhOlVksTNRA9Bi+6uhR3+uC11+H5FpzpNRpBVApGjr+1D aZyZ2AQEKqWSkppQ4Piv/2RlDqe03TnQnfLwagiKVP8mVYb9kvrBKbNNKd8cxYdKXGJm kE67yDWiUiIARM51pmrt3uCHBzuRfPp/QCdJZQDeKWXKmc/si4q24AxpdAJQjh4tagNv 6aZg== X-Gm-Message-State: ANoB5pnk2Yew9Gnrd8NICQIOpV9bi6E2m8HAAli1mRK1VPDxNiJ5EFt9 dGnIBv1jfiMHpyQ7acxjy8QzZ3VuSbFmTmk5O1+cvWOmZR30sA== X-Google-Smtp-Source: AA0mqf5FnKhiztnF8pHRYE21qFebktID/yzS8xMCZw7d/OUGrOPaJW/aMAM6qNbzxwi2s5gOjfTXK6vovHLKEwp2X/k= X-Received: by 2002:a17:906:65c4:b0:7ad:d250:b907 with SMTP id z4-20020a17090665c400b007add250b907mr59434455ejn.737.1669985599898; Fri, 02 Dec 2022 04:53:19 -0800 (PST) MIME-Version: 1.0 From: Hugo Buddelmeijer Date: Fri, 2 Dec 2022 13:53:08 +0100 Message-ID: Subject: Conda requires coreutils as a runtime dependency To: bug-guix@gnu.org Content-Type: multipart/alternative; boundary="00000000000076482e05eed7d27b" Received-SPF: pass client-ip=209.85.218.49; envelope-from=blackshift@gmail.com; helo=mail-ej1-f49.google.com X-Spam_score_int: -15 X-Spam_score: -1.6 X-Spam_bar: - X-Spam_report: (-1.6 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.1 (-) 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.1 (--) --00000000000076482e05eed7d27b Content-Type: text/plain; charset="UTF-8" Hi all, Conda requires coreutils as a runtime dependency: hugo@alex ~/t $ guix shell -C conda hugo@alex ~/t [env]$ conda init bash # ignore errors hugo@alex ~/t [env]$ source ~/.bashrc sh: dirname: command not found sh: dirname: command not found The "dirname" errors go away when coreutils is added to the "guix shell" command. (Note, several other errors appear, those are reported in different bug reports. These also explain the above set of commands.) Cheers, Hugo --00000000000076482e05eed7d27b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi all,

Conda requires coreu= tils as a runtime dependency:

hugo@alex ~/t $ guix= shell -C conda
hugo@alex ~/t [env]$ conda init bash
# = ignore errors
hugo@alex ~/t [env]$ source ~/.bashrc
sh:= dirname: command not found
sh: dirname: command not found
The "dirname" errors go away when coreutils is added = to the "guix shell" command.

(Note, seve= ral other errors appear, those are reported in different bug reports. These= also explain the above set of commands.)

Cheers,<= /div>
Hugo

--00000000000076482e05eed7d27b--