GNU bug report logs - #64350
python-wand-0.6.11 fails in check phase

Previous Next

Package: guix;

Reported by: Thorsten Wilms <t_w_ <at> freenet.de>

Date: Thu, 29 Jun 2023 18:53:02 UTC

Severity: normal

Done: Bruno Victal <mirai <at> makinata.eu>

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 64350 in the body.
You can then email your comments to 64350 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 bug-guix <at> gnu.org:
bug#64350; Package guix. (Thu, 29 Jun 2023 18:53:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Thorsten Wilms <t_w_ <at> freenet.de>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Thu, 29 Jun 2023 18:53:02 GMT) Full text and rfc822 format available.

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

From: Thorsten Wilms <t_w_ <at> freenet.de>
To: bug-guix <at> gnu.org
Subject: python-wand-0.6.11 fails in check phase
Date: Thu, 29 Jun 2023 20:52:46 +0200
Hi, python-wand 0.6.11 fails to install. I found this in the log:

phase `add-install-to-path' succeeded after 0.0 seconds
starting phase `wrap'
find-files: /gnu/store/8y1vnzs66bnfgiaxdxhmc7wd9ggkcpy6-python-wand-0.6.11/bin: No such file or directory
find-files: /gnu/store/8y1vnzs66bnfgiaxdxhmc7wd9ggkcpy6-python-wand-0.6.11/sbin: No such file or directory
phase `wrap' succeeded after 0.0 seconds
starting phase `check'
error: in phase 'check': uncaught exception:
unbound-variable #f "Unbound variable: ~S" (tests?) #f 
phase `check' failed after 0.0 seconds
Backtrace:
          10 (primitive-load "/gnu/store/m7pmcj4czzw4pc40s6sfyahq8q9…")
In guix/build/gnu-build-system.scm:
    908:2  9 (gnu-build #:source _ #:outputs _ #:inputs _ #:phases . #)
In ice-9/boot-9.scm:
  1752:10  8 (with-exception-handler _ _ #:unwind? _ # _)
In srfi/srfi-1.scm:
    634:9  7 (for-each #<procedure 7ffff77f40e0 at guix/build/gnu-b…> …)
In ice-9/boot-9.scm:
  1752:10  6 (with-exception-handler _ _ #:unwind? _ # _)
In guix/build/gnu-build-system.scm:
   929:23  5 (_)
In ice-9/eval.scm:
   279:15  4 (_ #(#(#<directory (guile-user) 7ffff77f7c80>) (# # …)))
   223:20  3 (proc #(#(#<directory (guile-user) 7ffff77f7c80>) (# …)))
In unknown file:
           2 (%resolve-variable (7 . tests?) #<directory (guile-user…>)
In ice-9/boot-9.scm:
  1685:16  1 (raise-exception _ #:continuable? _)
  1685:16  0 (raise-exception _ #:continuable? _)

ice-9/boot-9.scm:1685:16: In procedure raise-exception:
Unbound variable: tests?




Information forwarded to bug-guix <at> gnu.org:
bug#64350; Package guix. (Fri, 30 Jun 2023 08:00:02 GMT) Full text and rfc822 format available.

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

From: Hilton Chain <hako <at> ultrarare.space>
To: Thorsten Wilms <t_w_ <at> freenet.de>
Cc: 64350 <at> debbugs.gnu.org
Subject: Re: bug#64350: python-wand-0.6.11 fails in check phase
Date: Fri, 30 Jun 2023 15:59:44 +0800
Hi Thorsten,

On Fri, 30 Jun 2023 02:52:46 +0800,
Thorsten Wilms wrote:
> Hi, python-wand 0.6.11 fails to install. I found this in the log:
...
> Unbound variable: tests?


Patch sent to <https://issues.guix.gnu.org/64361>!




Information forwarded to bug-guix <at> gnu.org:
bug#64350; Package guix. (Fri, 30 Jun 2023 15:24:02 GMT) Full text and rfc822 format available.

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

From: Csepp <raingloom <at> riseup.net>
To: Thorsten Wilms <t_w_ <at> freenet.de>
Cc: bug-guix <at> gnu.org, 64350 <at> debbugs.gnu.org
Subject: Re: bug#64350: python-wand-0.6.11 fails in check phase
Date: Fri, 30 Jun 2023 17:21:06 +0200
Thorsten Wilms <t_w_ <at> freenet.de> writes:

> Hi, python-wand 0.6.11 fails to install. I found this in the log:
>
> phase `add-install-to-path' succeeded after 0.0 seconds
> starting phase `wrap'
> find-files: /gnu/store/8y1vnzs66bnfgiaxdxhmc7wd9ggkcpy6-python-wand-0.6.11/bin: No such file or directory
> find-files: /gnu/store/8y1vnzs66bnfgiaxdxhmc7wd9ggkcpy6-python-wand-0.6.11/sbin: No such file or directory
> phase `wrap' succeeded after 0.0 seconds
> starting phase `check'
> error: in phase 'check': uncaught exception:
> unbound-variable #f "Unbound variable: ~S" (tests?) #f 
> phase `check' failed after 0.0 seconds
> Backtrace:
>           10 (primitive-load "/gnu/store/m7pmcj4czzw4pc40s6sfyahq8q9…")
> In guix/build/gnu-build-system.scm:
>     908:2  9 (gnu-build #:source _ #:outputs _ #:inputs _ #:phases . #)
> In ice-9/boot-9.scm:
>   1752:10  8 (with-exception-handler _ _ #:unwind? _ # _)
> In srfi/srfi-1.scm:
>     634:9  7 (for-each #<procedure 7ffff77f40e0 at guix/build/gnu-b…> …)
> In ice-9/boot-9.scm:
>   1752:10  6 (with-exception-handler _ _ #:unwind? _ # _)
> In guix/build/gnu-build-system.scm:
>    929:23  5 (_)
> In ice-9/eval.scm:
>    279:15  4 (_ #(#(#<directory (guile-user) 7ffff77f7c80>) (# # …)))
>    223:20  3 (proc #(#(#<directory (guile-user) 7ffff77f7c80>) (# …)))
> In unknown file:
>            2 (%resolve-variable (7 . tests?) #<directory (guile-user…>)
> In ice-9/boot-9.scm:
>   1685:16  1 (raise-exception _ #:continuable? _)
>   1685:16  0 (raise-exception _ #:continuable? _)
>
> ice-9/boot-9.scm:1685:16: In procedure raise-exception:
> Unbound variable: tests?

Sorry, don't have the time for a proper patch.
Replace this:
lambda _
with this
lambda* (#:keys tests? #:allow-other-keys)

Feel free to send it as a patch.




Information forwarded to bug-guix <at> gnu.org:
bug#64350; Package guix. (Fri, 30 Jun 2023 15:24:02 GMT) Full text and rfc822 format available.

Reply sent to Bruno Victal <mirai <at> makinata.eu>:
You have taken responsibility. (Wed, 19 Jul 2023 04:46:01 GMT) Full text and rfc822 format available.

Notification sent to Thorsten Wilms <t_w_ <at> freenet.de>:
bug acknowledged by developer. (Wed, 19 Jul 2023 04:46:02 GMT) Full text and rfc822 format available.

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

From: Bruno Victal <mirai <at> makinata.eu>
To: Hilton Chain <hako <at> ultrarare.space>
Cc: Tobias Geerinckx-Rice <me <at> tobias.gr>, 64361-done <at> debbugs.gnu.org,
 64350-done <at> debbugs.gnu.org
Subject: Re: [bug#64361] [PATCH v2] gnu: python-wand: Honor #:tests? argument.
Date: Wed, 19 Jul 2023 05:45:32 +0100
Fixed with 13cb9b302868b5a966a6ae177412c474084f4bf1.

-- 
Furthermore, I consider that nonfree software must be eradicated.

Cheers,
Bruno.





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

This bug report was last modified 1 year and 313 days ago.

Previous Next


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