



























Not knowingly, no.
This is what yay -Syu gives me. I’ve tried clearing yay and pacman caches, clean builds, but to no avail.
@flow-c builds without issue in a clean chroot. Are you setting ONLINE_TEST=1 as part of your build?
The update 1.64-1 -> 1.65-1 fails with the following output:
Test Summary Report
-------------------
t/morningstarJP.t (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/nzx.t (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
Files=65, Tests=83, 5 wallclock secs ( 0.09 usr 0.04 sys + 4.04 cusr 0.54 csys = 4.71 CPU)
Result: FAIL
Failed 2/65 test programs. 0/83 subtests failed.
make: *** [Makefile:1197: test_dynamic] Error 255
==> ERROR: A failure occurred in check().
Aborting...
-> error making: perl-finance-quote-exit status 4
Any pointers on how to fix this?
Why have you added >=0 to all depends? Any reason? Not adding >=0 also works as it is one and the same.
Added, thanks for digging @rf2020.
OK, I found the problem. Gnucash needs perl-json-parse, which is separate from perl-json, to use the quote feature, even from its command-line version. Technically, this means it's a dependency for gnucash, but could you could add it to this package? Thanks!
Yes, I'm still using the Gnucash setup that worked with 1.57; it includes that key. I even tried clearing .cache, .config and .local files and resetting this key, but no improvement.
@rf2020 apologies for not replying sooner - glad you were able to confirm that perl-finance-quote is working from the command line. As for the GnuCash configuration, do you have an Alpha Vantage API key configured?
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
@flow-c you can skip the check function via the makepkg option
--nocheckas a workaround. Note that clearing your pacman or yay cache is not the same as building in a clean chroot.