GNU bug report logs - #71387
[PATCH] gnu: ngspice: Delete correct delete-scripts phase.

Previous Next

Package: guix-patches;

Reported by: Robin Ole Heinemann <robin.ole.heinemann <at> gmail.com>

Date: Thu, 6 Jun 2024 05:06:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71387 in the body.
You can then email your comments to 71387 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#71387; Package guix-patches. (Thu, 06 Jun 2024 05:06:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Robin Ole Heinemann <robin.ole.heinemann <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 06 Jun 2024 05:06:02 GMT) Full text and rfc822 format available.

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

From: Robin Ole Heinemann <robin.ole.heinemann <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Robin Ole Heinemann <robin.ole.heinemann <at> gmail.com>
Subject: [PATCH] gnu: ngspice: Delete correct delete-scripts phase.
Date: Wed,  5 Jun 2024 19:12:51 +0200
The spinit script is required for xspice to work correctly.
---
 gnu/packages/engineering.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 624024b8d4..b14691dd7f 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2048,7 +2048,7 @@ (define-public ngspice
                  (("^SUBDIRS = misc maths frontend spicelib include/ngspice")
                   "SUBDIRS = misc maths frontend spicelib"))))
            (delete 'delete-program-manuals)
-           (delete 'delete-script-files)))))
+           (delete 'delete-scripts)))))
     (inputs
      (list libngspice readline))))
 

base-commit: 1615084a9a4115d48b75b3db048761e7534efc87
-- 
2.45.1





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Tue, 11 Jun 2024 16:32:01 GMT) Full text and rfc822 format available.

Notification sent to Robin Ole Heinemann <robin.ole.heinemann <at> gmail.com>:
bug acknowledged by developer. (Tue, 11 Jun 2024 16:32:02 GMT) Full text and rfc822 format available.

Message #10 received at 71387-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Robin Ole Heinemann <robin.ole.heinemann <at> gmail.com>
Cc: 71387-done <at> debbugs.gnu.org
Subject: Re: [bug#71387] [PATCH] gnu: ngspice: Delete correct delete-scripts
 phase.
Date: Tue, 11 Jun 2024 12:42:46 +0100
[Message part 1 (text/plain, inline)]
Robin Ole Heinemann <robin.ole.heinemann <at> gmail.com> writes:

> The spinit script is required for xspice to work correctly.
> ---
>  gnu/packages/engineering.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
> index 624024b8d4..b14691dd7f 100644
> --- a/gnu/packages/engineering.scm
> +++ b/gnu/packages/engineering.scm
> @@ -2048,7 +2048,7 @@ (define-public ngspice
>                   (("^SUBDIRS = misc maths frontend spicelib include/ngspice")
>                    "SUBDIRS = misc maths frontend spicelib"))))
>             (delete 'delete-program-manuals)
> -           (delete 'delete-script-files)))))
> +           (delete 'delete-scripts)))))
>      (inputs
>       (list libngspice readline))))

Looks good to me, I've pushed this to master as
196a51e288448d25e0c6a64d84b3250f5b88d7b8.

Chris
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 10 Jul 2024 11:24:24 GMT) Full text and rfc822 format available.

This bug report was last modified 339 days ago.

Previous Next


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