Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 912357 - app-office/gnucash-4.13[-gui] misses Finance::Quote perl module on startup (dev-perl/Finance-Quote)
Summary: app-office/gnucash-4.13[-gui] misses Finance::Quote perl module on startup (d...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Aaron W. Swenson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-16 13:12 UTC by tt_1
Modified: 2023-09-23 21:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
output from emerge --info (emerge-info,8.27 KB, text/plain)
2023-08-16 13:32 UTC, tt_1
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tt_1 2023-08-16 13:12:26 UTC
hi, I just wanted to check out the non-gui version and if it's of any use. While doing so, I noticed it's impossible to execute the binaries: 

/usr/bin/gnc-fq-check
/usr/bin/gnc-fq-dump
/usr/bin/gnc-fq-helper

these are the errors: 

$ gnc-fq-check 

You need to install the following Perl modules:
  Finance::Quote

Use your system's package manager to install them,
or run 'gnc-fq-update' as root.
missing-lib

$ gnc-fq-dump 
/usr/bin/gnc-fq-dump cannot find all the Perl modules needed to run.
You need to install the following Perl modules:
  Finance::Quote
Use your system's package manager to install them,
or run 'gnc-fq-update' as root.

$ gnc-fq-helper 

You need to install the following Perl modules:
  Finance::Quote

Use your system's package manager to install them,
or run 'gnc-fq-update' as root.


I'm def. not going to use their 'gnc-fq-update' binary as a root to install some arbitary perl module ;) please update the ebuild accordingly, the module is called dev-perl/Finance-Quote
Comment 1 tt_1 2023-08-16 13:32:35 UTC
Created attachment 867991 [details]
output from emerge --info
Comment 2 Aaron W. Swenson gentoo-dev 2023-09-23 21:12:23 UTC
If you don't enable the quotes use flag, you won't get the Finance::Quote module installed.