[Python-Dev] Problems building info documentation

Charles G Waldman cgw@alum.mit.edu
Thu, 26 Jul 2001 14:40:23 -0500


I did a CVS update and am trying to rebuild the info docs, and am
getting the following errors.  Any suggestions (other than the obvious
one of rewriting html2texi.pl as html2texi.py)?



cd /home/cgw/Python/python/dist/src/Doc/info/
make -k 
../tools/mkinfo ../html/api/api.html
perl -I/home/cgw/Python/python/dist/src/Doc/tools /home/cgw/Python/python/dist/src/Doc/tools/html2texi.pl /home/cgw/Python/python/dist/src/Doc/html/api/api.html
/usr/lib/perl5/site_perl/5.6.1/HTML/Element.pm:2091: function main::collect_if_text expected 3 arguments, got 5: Front Matter 1 1 HTML::Element=HASH(0x81bf70c) 0
make: *** [python-api.info] Error 255
../tools/mkinfo ../html/ext/ext.html
perl -I/home/cgw/Python/python/dist/src/Doc/tools /home/cgw/Python/python/dist/src/Doc/tools/html2texi.pl /home/cgw/Python/python/dist/src/Doc/html/ext/ext.html
/usr/lib/perl5/site_perl/5.6.1/HTML/Element.pm:2091: function main::collect_if_text expected 3 arguments, got 5: Front Matter 1 1 HTML::Element=HASH(0x81bf6b8) 0
make: *** [python-ext.info] Error 255
../tools/mkinfo ../html/lib/lib.html
perl -I/home/cgw/Python/python/dist/src/Doc/tools /home/cgw/Python/python/dist/src/Doc/tools/html2texi.pl /home/cgw/Python/python/dist/src/Doc/html/lib/lib.html
/usr/lib/perl5/site_perl/5.6.1/HTML/Element.pm:2091: function main::collect_if_text expected 3 arguments, got 5: Front Matter 1 1 HTML::Element=HASH(0x81bf76c) 0
...