Subject: pkg/22510: gnucash needs additional perl module dependencies
To: None <gnats-bugs@gnats.NetBSD.org>
From: None <roskens@elfin.net>
List: netbsd-bugs
Date: 08/17/2003 04:07:05
>Number:         22510
>Category:       pkg
>Synopsis:       gnucash needs additional perl module dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Aug 17 04:08:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Ron Roskens
>Release:        NetBSD-current
>Organization:
>Environment:
pkgsrc-2003-08-14
>Description:
Gnucash runs the perl script $PREFIX/share/gnucash/finance-quote-check to verify that it can download financial quotes from various websites. The script will error out if Date::Manip, HTML::Parser Finance::Quote or LWP are not installed.

Finance::Quote depends up LWP and HTML::Parser, so the only additional requirement is for a dependency upon Date::Manip.


>How-To-Repeat:
run gnucash and notice that you cannot enable price quotes for any stock accounts.

$ /usr/pkg/share/gnucash/finance-quote-check

You need to install the following Perl modules:
  Date::Manip

Run 'update-finance-quote' as root to install them.
missing-lib


>Fix:
Add to pkgsrc/finance/gnucash/Makefile

DEPENDS+= p5-Date-Manip>=5.42a:../../devel/p5-Date-Manip

>Release-Note:
>Audit-Trail:
>Unformatted: