python-wand-0.6.11 fails in check phase

  • Done
  • quality assurance status badge
Details
4 participants
  • Hilton Chain
  • Bruno Victal
  • Csepp
  • Thorsten Wilms
Owner
unassigned
Submitted by
Thorsten Wilms
Severity
normal
T
T
Thorsten Wilms wrote on 29 Jun 2023 20:52
(address . bug-guix@gnu.org)
20230629205246.789619475e7734ad2a8bd465@freenet.de
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?
H
H
Hilton Chain wrote on 30 Jun 2023 09:59
(name . Thorsten Wilms)(address . t_w_@freenet.de)(address . 64350@debbugs.gnu.org)
873529v0r3.wl-hako@ultrarare.space
Hi Thorsten,

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


C
(name . Thorsten Wilms)(address . t_w_@freenet.de)
87r0pt9dpx.fsf@riseup.net
Thorsten Wilms <t_w_@freenet.de> writes:

Toggle quote (35 lines)
> 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.
B
B
Bruno Victal wrote on 19 Jul 2023 06:45
Re: [bug#64361] [PATCH v2] gnu: python-wand: Honor #:tests? argument.
(name . Hilton Chain)(address . hako@ultrarare.space)
14fa06c8-e204-f451-b21e-22ac4a751248@makinata.eu
Fixed with 13cb9b302868b5a966a6ae177412c474084f4bf1.

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

Cheers,
Bruno.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 64350@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64350
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch