GNU bug report logs - #52540
[PATCH] gnu: bpytop: Fix build.

Previous Next

Package: guix-patches;

Reported by: Michael Rohleder <mike <at> rohleder.de>

Date: Thu, 16 Dec 2021 07:05:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Michael Rohleder <mike <at> rohleder.de>
Subject: bug#52540: closed (Re: bug#52540: [PATCH] gnu: bpytop: Fix build.)
Date: Mon, 20 Dec 2021 15:20:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#52540: [PATCH] gnu: bpytop: Fix build.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 52540 <at> debbugs.gnu.org.

-- 
52540: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52540
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Michael Rohleder <mike <at> rohleder.de>
Cc: 52540-done <at> debbugs.gnu.org
Subject: Re: bug#52540: [PATCH] gnu: bpytop: Fix build.
Date: Mon, 20 Dec 2021 16:18:57 +0100
Michael Rohleder <mike <at> rohleder.de> skribis:

> * gnu/packages/admin.scm (bpytop)[arguments]: Delete 'sanity-check phase.

Applied, thanks!

[Message part 3 (message/rfc822, inline)]
From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Cc: Michael Rohleder <mike <at> rohleder.de>
Subject: [PATCH] gnu: bpytop: Fix build.
Date: Thu, 16 Dec 2021 08:04:06 +0100
* gnu/packages/admin.scm (bpytop)[arguments]: Delete 'sanity-check phase.
---
 gnu/packages/admin.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 15ac45db87..ee1ed4cc28 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -693,6 +693,8 @@ (define-public bpytop
     (arguments
      `(#:phases
        (modify-phases %standard-phases
+         ;; sanity-check phase fail, but the application seems to be working
+         (delete 'sanity-check)
          (add-after 'install 'install-themes
            (lambda* (#:key outputs #:allow-other-keys)
              (let ((themes (string-append (assoc-ref outputs "out")
-- 
2.34.0




This bug report was last modified 3 years and 154 days ago.

Previous Next


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