GNU bug report logs - #47189
octave needs to be wrapped with coreutils

Previous Next

Package: guix;

Reported by: Efraim Flashner <efraim <at> flashner.co.il>

Date: Tue, 16 Mar 2021 11:48:02 UTC

Severity: normal

Tags: easy

Full log


Message #13 received at 47189 <at> debbugs.gnu.org (full text, mbox):

From: Arseniy Zaostrovnykh <necto.ne <at> gmail.com>
To: 47189 <at> debbugs.gnu.org
Subject: [PATCH] gnu: octave-cli: Make coreutils an explicit input
Date: Tue, 24 Sep 2024 06:56:02 +0200
[Message part 1 (text/plain, inline)]
This ensures coreutils like `cp` are available when running octave,
which is assumed by some of its builtin functions.
Resolves 47189

* gnu/packages/maths.scm(octave-cli): make coreutils input explicit
---
 gnu/packages/maths.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 5f47d5e390..8821a42712 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3055,6 +3055,7 @@ (define-public octave-cli
      (list alsa-lib
            arpack-ng
            bdb
+           coreutils ;; mention explicitly to make available for the built
octave
            curl
            fftw
            fftwf
-- 
2.46.0
[Message part 2 (text/html, inline)]

This bug report was last modified 262 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.