Package Details: perl-finance-quote 1.65-1

Git Clone URL: https://aur.archlinux.org/perl-finance-quote.git (read-only, click to copy)
Package Base: perl-finance-quote
Description: Get stock and mutual fund quotes from various exchanges
Upstream URL: https://metacpan.org/release/Finance-Quote
Licenses: Artistic-1.0-Perl, GPL-2.0-only
Submitter: sergej
Maintainer: morgenstern
Last Packager: morgenstern
Votes: 5
Popularity: 0.62
First Submitted: 2023-11-25 01:47 (UTC)
Last Updated: 2025-05-04 01:04 (UTC)

Latest Comments

1 2 Next › Last »

morgenstern commented on 2025-05-10 01:30 (UTC)

@flow-c you can skip the check function via the makepkg option --nocheck as a workaround. Note that clearing your pacman or yay cache is not the same as building in a clean chroot.

flow-c commented on 2025-05-06 12:48 (UTC)

Not knowingly, no. This is what yay -Syu gives me. I’ve tried clearing yay and pacman caches, clean builds, but to no avail.

morgenstern commented on 2025-05-06 10:29 (UTC)

@flow-c builds without issue in a clean chroot. Are you setting ONLINE_TEST=1 as part of your build?

flow-c commented on 2025-05-05 20:36 (UTC)

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?

morgenstern commented on 2023-12-04 03:55 (UTC)

@amish see here.

amish commented on 2023-12-04 03:32 (UTC)

Why have you added >=0 to all depends? Any reason? Not adding >=0 also works as it is one and the same.

morgenstern commented on 2023-12-03 22:44 (UTC)

Added, thanks for digging @rf2020.

rf2020 commented on 2023-12-03 10:44 (UTC)

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!

rf2020 commented on 2023-12-03 09:06 (UTC)

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.

morgenstern commented on 2023-12-03 06:20 (UTC)

@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?