Have made considerable progress in installing dependencies for gnucash but begin running into compilation problems getting into the unstable stuff. Looks like it may not be that complicated though.

finance-quote-pm & finance-quotehist-pm need html-tableextract-pm but the latest has trouble looks like maybe in the makefile finding a perl parser.pm

I find a few copies on my system but not sure how I should tell it how to find it. Here's the output:

Information about 1676 packages read in 1 seconds.
The following 2 packages will be installed or updated:
finance-quote-pm finance-quotehist-pm
The following additional package will be installed:
html-tableextract-pm
Do you want to continue? [Y/n]
curl -f -L -O http://distfiles.opendarwin.org/Finance-Quote-1.08.tar.gz
% Total % Received % Xferd Average Speed Time Curr.
Dload Upload Total Current Left Speed

1 59128 1 1130 0 0 1889 0 0:00:31 0:00:00 0:00:30 1889
45 59128 45 27194 0 0 22181 0 0:00:02 0:00:01 0:00:01 41437
100 59128 100 59128 0 0 38345 0 0:00:01 0:00:01 0:00:00 61308
curl -f -L -O http://distfiles.opendarwin.org/Finance-QuoteHist-0.31.tar.gz
% Total % Received % Xferd Average Speed Time Curr.
Dload Upload Total Current Left Speed

3 29401 3 1130 0 0 1654 0 0:00:17 0:00:00 0:00:17 1654
100 29401 100 29401 0 0 29313 0 0:00:01 0:00:01 0:00:00 88071
curl -f -L -O http://distfiles.opendarwin.org/HTML-TableExtract-1.08.tar.gz
% Total % Received % Xferd Average Speed Time Curr.
Dload Upload Total Current Left Speed

4 23943 4 1130 0 0 1630 0 0:00:14 0:00:00 0:00:13 1630
100 23943 100 23943 0 0 20947 0 0:00:01 0:00:01 0:00:00 50583
mkdir -p /sw/src/html-tableextract-pm-1.08-11
gzip -dc /sw/src/HTML-TableExtract-1.08.tar.gz | /sw/bin/tar -xf -
/usr/bin/perl Makefile.PL PERL=perl5.8.1 PREFIX=/sw INSTALLPRIVLIB=/sw/lib/perl5 INSTALLARCHLIB=/sw/lib/perl5/darwin-thread-multi-2level INSTALLSITELIB=/sw/lib/perl5 INSTALLSITEARCH=/sw/lib/perl5/darwin-thread-multi-2level INSTALLMAN1DIR=/sw/share/man/man1 INSTALLMAN3DIR=/sw/share/man/man3 INSTALLSITEMAN1DIR=/sw/share/man/man1 INSTALLSITEMAN3DIR=/sw/share/man/man3 INSTALLBIN=/sw/bin INSTALLSITEBIN=/sw/bin INSTALLSCRIPT=/sw/bin
Warning: prerequisite HTML::Parser 0 not found.
Checking if your kit is complete...
Looks good
Writing Makefile for HTML-TableExtract
make
cp lib/HTML/TableExtract.pm blib/lib/HTML/TableExtract.pm
Manifying blib/man3/HTML::TableExtract.3pm
make test
PERL_DL_NONLAZY=1 perl5.8.1 "-Iblib/lib" "-Iblib/arch" test.pl
1..22
Can't locate HTML/Parser.pm in @INC (@INC contains: blib/lib blib/arch /sw/lib/perl5 /System/Library/Perl/5.8.1/darwin-thread-multi-2level /System/Library/Perl/5.8.1 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1 /Library/Perl /Network/Library/Perl/5.8.1/darwin-thread-multi-2level /Network/Library/Perl/5.8.1 /Network/Library/Perl .) at blib/lib/HTML/TableExtract.pm line 16.
BEGIN failed--compilation aborted at blib/lib/HTML/TableExtract.pm line 16.
Compilation failed in require at test.pl line 11.
BEGIN failed--compilation aborted at test.pl line 11.
not ok 1
make: *** [test_dynamic] Error 2
### execution of make failed, exit code 2
Failed: compiling html-tableextract-pm-1.08-11 failed


Please feel free to be verbose in any replies. I probably need the detail! Thanks much everyone!

Tom Harris

Reply via email to