Opened 15 years ago

Last modified 15 years ago

#18997 closed defect

p5-finance-quote requires p5-html-tree to work properly, but doesn't list it in deps — at Initial Version

Reported by: bzbarsky (Boris Zbarsky) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port: p5-finance-quote

Description

% port deps p5-finance-quote p5-finance-quote has library dependencies on:

perl5 p5-libwww-perl p5-html-tableextract p5-datemanip p5-crypt-ssleay

At the same time Finance/Quote/VWD.pm depends on HTML/TreeBuilder.pm, so that actually trying to use Finance::Quote::VWD gives:

% perl -e 'use Finance::Quote::VWD;' Can't locate HTML/TreeBuilder.pm in @INC (@INC contains: /opt/local/lib/perl5/5.8.9/darwin-2level /opt/local/lib/perl5/5.8.9 /opt/local/lib/perl5/site_perl/5.8.9/darwin-2level /opt/local/lib/perl5/site_perl/5.8.9 /opt/local/lib/perl5/site_perl /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level /opt/local/lib/perl5/vendor_perl/5.8.9 /opt/local/lib/perl5/vendor_perl/5.8.8 /opt/local/lib/perl5/vendor_perl .) at /opt/local/lib/perl5/vendor_perl/5.8.9/Finance/Quote/VWD.pm line 41. BEGIN failed--compilation aborted at /opt/local/lib/perl5/vendor_perl/5.8.9/Finance/Quote/VWD.pm line 41. Compilation failed in require at -e line 1. BEGIN failed--compilation aborted at -e line 1.

Installing the p5-html-tree port makes everything happy.

This breaks Finance::Quote use for gnucash.

Change History (0)

Note: See TracTickets for help on using tickets.