Hi Luis-

If the PDL test suite passed then your install
should be ok.  Do you still have on-line help
and apropos in the PDL shell (either perldl or
pdl2)?  I think this is an issue with pod conversion
that has been reported by others but should not
affect PDL use other than not having HTML docs
available (I use help/? and apropos/?? or pdldoc
myself).

--Chris

On Sat, Feb 11, 2012 at 1:17 PM, Luis Mochan <[email protected]> wrote:
> I upgraded my PDL installation to version 2.4.10 this morning under
> Debian/testing using perlbrew and cpanm. I got an error message
> stating that installation failed. Thus I installed manually using
> make, make test and make install, which failed apparently when
> building the html documentation. I include the last messages
> below. Nevertheless, it seems the installation mostly succeeded (I
> have just ran some of the demos under pdl2). Should I worry?
> Best regards,
> Luis
>
>
>
>
>
>
> found 1246 functions
> saving...
> doc_site_install: Building PDL documentation web pages ...
> Making HTML docs...
>
> pptemplate.pod...
> Unknown option: libpods
> Doc/mkhtmldoc.pl: -: invalid parameters
> Usage:  Doc/mkhtmldoc.pl --help --htmlroot=<name> --infile=<name> 
> --outfile=<name>
>           --podpath=<name>:...:<name> --podroot=<name>
>           --recurse --verbose --index --norecurse --noindex
>
>  --[no]backlink  - turn =head1 directives into links pointing to the top of
>                      the page (off by default).
>  --css           - stylesheet URL
>  --[no]header    - produce block header/footer (default is no headers).
>  --help          - prints this message.
>  --htmldir       - directory for resulting HTML files.
>  --htmlroot      - http-server base directory from which all relative paths
>                      in podpath stem (default is /).
>  --[no]index     - generate an index at the top of the resulting html
>                      (default behaviour).
>  --infile        - filename for the pod to convert (input taken from stdin
>                      by default).
>  --outfile       - filename for the resulting html file (output sent to
>                      stdout by default).
>  --[no]poderrors - include a POD ERRORS section in the output if there were
>                      any POD errors in the input (default behavior).
>  --podpath       - colon-separated list of directories containing library
>                      pods (empty by default).
>  --podroot       - filesystem base directory from which all relative paths
>                      in podpath stem (default is .).
>  --[no]quiet     - suppress some benign warning messages (default is off).
>  --[no]recurse   - recurse on those subdirectories listed in podpath
>                      (default behaviour).
>  --title         - title that will appear in resulting html file.
>  --[no]verbose   - self-explanatory (off by default).
>
>  at /home/mochan/perl5/perlbrew/perls/perl-5.15.7/lib/5.15.7/Pod/Html.pm line 
> 389, <POD> line 1
>        Pod::Html::usage('-', 'invalid parameters') called at 
> /home/mochan/perl5/perlbrew/perls/perl-5.15.7/lib/5.15.7/Pod/Html.pm line 449
>        Pod::Html::parse_command_line() called at 
> /home/mochan/perl5/perlbrew/perls/perl-5.15.7/lib/5.15.7/Pod/Html.pm line 258
>        Pod::Html::pod2html('--podpath=.', 
> '--podroot=/home/mochan/perl5/perlbrew/perls/perl-5.15.7/lib/s...', 
> '--htmldir=/home/mochan/perl5/perlbrew/perls/perl-5.15.7/lib/s...', 
> '--libpods=perlfaq', '--recurse', 
> '--infile=/home/mochan/perl5/perlbrew/perls/perl-5.15.7/lib/si...', 
> '--outfile=/home/mochan/perl5/perlbrew/perls/perl-5.15.7/lib/s...', 
> '--quiet') called at Doc/mkhtmldoc.pl line 249
>        main::__ANON__() called at 
> /home/mochan/perl5/perlbrew/perls/perl-5.15.7/lib/5.15.7/File/Find.pm line 781
>        File::Find::_find_dir('HASH(0x99568a8)', 
> '/home/mochan/perl5/perlbrew/perls/perl-5.15.7/lib/site_perl/5...', 19) 
> called at 
> /home/mochan/perl5/perlbrew/perls/perl-5.15.7/lib/5.15.7/File/Find.pm line 569
>        File::Find::_find_opt('HASH(0x99568a8)', 
> '/home/mochan/perl5/perlbrew/perls/perl-5.15.7/lib/site_perl/5...', 
> '/home/mochan/perl5/perlbrew/perls/perl-5.15.7/lib/site_perl/5...') called at 
> /home/mochan/perl5/perlbrew/perls/perl-5.15.7/lib/5.15.7/File/Find.pm line 
> 1070
>        File::Find::find('CODE(0x961c7b0)', 
> '/home/mochan/perl5/perlbrew/perls/perl-5.15.7/lib/site_perl/5...', 
> '/home/mochan/perl5/perlbrew/perls/perl-5.15.7/lib/site_perl/5...') called at 
> Doc/mkhtmldoc.pl line 266
> Died at Doc/mkhtmldoc.pl line 139, <POD> line 1.
> make: *** [doc_site_install] Error 255
>
>
> _______________________________________________
> Perldl mailing list
> [email protected]
> http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to