惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
月光博客
月光博客
aimingoo的专栏
aimingoo的专栏
Google DeepMind News
Google DeepMind News
Recent Announcements
Recent Announcements
MyScale Blog
MyScale Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
S
SegmentFault 最新的问题
Hugging Face - Blog
Hugging Face - Blog
Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
F
Fortinet All Blogs
小众软件
小众软件
D
Docker
U
Unit 42
博客园 - 聂微东
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
爱范儿
爱范儿
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
IT之家
IT之家
云风的 BLOG
云风的 BLOG
博客园 - 司徒正美
有赞技术团队
有赞技术团队
腾讯CDC

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - perl-finance-quote
2026-06-27 · via AUR Newest Packages

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