Skip to content

Instantly share code, notes, and snippets.

@zpmorgan
Created January 20, 2012 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zpmorgan/1647622 to your computer and use it in GitHub Desktop.
Save zpmorgan/1647622 to your computer and use it in GitHub Desktop.
pdl doc build fail
...
FITS.pm... 6 functions
Pic.pm... 7 functions
Misc.pm... 11 functions
Dumper.pm... 9 functions
FastRaw.pm... 4 functions
NDF.pm... 3 functions
found 1155 functions
saving...
doc_site_install: Building PDL documentation web pages ...
Making HTML docs...
QuickStart.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/zach/perl5/perlbrew/perls/perl-5.15.6/lib/5.15.6/Pod/Html.pm line 389, <POD> line 2
Pod::Html::usage('-', 'invalid parameters') called at /home/zach/perl5/perlbrew/perls/perl-5.15.6/lib/5.15.6/Pod/Html.pm line 449
Pod::Html::parse_command_line() called at /home/zach/perl5/perlbrew/perls/perl-5.15.6/lib/5.15.6/Pod/Html.pm line 258
Pod::Html::pod2html('--podpath=.', '--podroot=/home/zach/perl5/perlbrew/perls/perl-5.15.6/lib/sit...', '--htmldir=/home/zach/perl5/perlbrew/perls/perl-5.15.6/lib/sit...', '--libpods=perlfaq', '--recurse', '--infile=/home/zach/perl5/perlbrew/perls/perl-5.15.6/lib/site...', '--outfile=/home/zach/perl5/perlbrew/perls/perl-5.15.6/lib/sit...', '--quiet') called at Doc/mkhtmldoc.pl line 250
main::__ANON__() called at /home/zach/perl5/perlbrew/perls/perl-5.15.6/lib/5.15.6/File/Find.pm line 781
File::Find::_find_dir('HASH(0x97ecc98)', '/home/zach/perl5/perlbrew/perls/perl-5.15.6/lib/site_perl/5.1...', 19) called at /home/zach/perl5/perlbrew/perls/perl-5.15.6/lib/5.15.6/File/Find.pm line 569
File::Find::_find_opt('HASH(0x97ecc98)', '/home/zach/perl5/perlbrew/perls/perl-5.15.6/lib/site_perl/5.1...', '/home/zach/perl5/perlbrew/perls/perl-5.15.6/lib/site_perl/5.1...') called at /home/zach/perl5/perlbrew/perls/perl-5.15.6/lib/5.15.6/File/Find.pm line 1070
File::Find::find('CODE(0x94b6d98)', '/home/zach/perl5/perlbrew/perls/perl-5.15.6/lib/site_perl/5.1...', '/home/zach/perl5/perlbrew/perls/perl-5.15.6/lib/site_perl/5.1...') called at Doc/mkhtmldoc.pl line 267
Died at Doc/mkhtmldoc.pl line 140, <POD> line 2.
make: *** [doc_site_install] Error 255
zach@zach-foo:~/codestuff/pdl$ perl -v
This is perl 5, version 15, subversion 6 (v5.15.6) built for i686-linux
Copyright 1987-2011, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
zach@zach-foo:~/codestuff/pdl$
@run4flat
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment