Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 519528

Summary: app-office/gnucash-2.6.3 - 'Get Quotes' for Stock prices is greyed out --> Finance::Quote not properly installed?
Product: Gentoo Linux Reporter: Christopher Crammond <grubsnubby>
Component: Current packagesAssignee: GNOME Office (OBSOLETE) <gnome-office+disabled>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: 'emerge --info' output

Description Christopher Crammond 2014-08-09 19:45:54 UTC
Created attachment 382596 [details]
'emerge --info' output

The ability to get stock quotes in Gnucash is no longer available after a recent upgrade and depclean run.  I am not sure if this is an issue with Gnucash somehow not requiring the right dependencies or it something on my system is not up-to-date.  That said, I have run revdep-rebuild and emerge --update --newuse --deep @world several times.

Looking around the web (i.e. http://superuser.com/questions/753878/gnucash-get-quotes-on-stock-price-from-the-internet/756467), I ran the command suggested and got the following output:

me@computer ~ $ gnc-fq-dump yahoo AMZN
/usr/bin/gnc-fq-dump cannot find all the Perl modules needed to run.
You need to install the following Perl modules:
  Finance::Quote
  LWP
  HTML::Parser
  HTML::TableExtract
  Crypt::SSLeay
Use your system's package manager to install them,
or run 'gnc-fq-update' as root.
Comment 1 Christopher Crammond 2014-08-20 03:53:32 UTC
Seems the issue was related to a perl upgrade and I needed to run:

# perl-cleaner --reallyall

Closing the bug