Menu

Building App-ClusterSSH-4.03_06 for CygWin

Help
2015-08-10
2015-08-27
  • Paavo Leinonen

    Paavo Leinonen - 2015-08-10

    Hi,

    I'm building App-ClusterSSH-4.03_06 for CygWin on Windows 7.
    CygWin is up-to-date, Windows is up-to-date, and cpan -u was run.

    I installed a few new packages to CygWin, and added a few more with cpan.

    I downloaded App-ClusterSSH-4.03_06.tar.gz from http://sourceforge.net/projects/clusterssh/files/latest/download?source=files and then tar xzf App-ClusterSSH-4.03_06.tar.gz, then cd App-ClusterSSH-4.03_06, then perl Build.PL, and then ./Build commands.

    I get this error message:

    $ ./Build --verbose=1
    Building App-ClusterSSH
    /usr/bin/perl.exe bin_PL/_build_docs
    Generating: ccon
    Generating: crsh
    Generating: cssh
    Generating: ctel
    Cannot find "--autoclose" in podpath: cannot find suitable replacement path, cannot resolve link
    Cannot find "--autoquit" in podpath: cannot find suitable replacement path, cannot resolve link
    Cannot find "XML::Simple" in podpath: cannot find suitable replacement path, cannot resolve link
    Cannot find "Tk::overview" in podpath: cannot find suitable replacement path, cannot resolve link
    Cannot find "X11::Protocol" in podpath: cannot find suitable replacement path, cannot resolve link
    Cannot find "--autoclose" in podpath: cannot find suitable replacement path, cannot resolve link
    Cannot find "--autoquit" in podpath: cannot find suitable replacement path, cannot resolve link
    Cannot find "XML::Simple" in podpath: cannot find suitable replacement path, cannot resolve link
    Cannot find "Tk::overview" in podpath: cannot find suitable replacement path, cannot resolve link
    Cannot find "X11::Protocol" in podpath: cannot find suitable replacement path, cannot resolve link
    Cannot find "--autoclose" in podpath: cannot find suitable replacement path, cannot resolve link
    Cannot find "--autoquit" in podpath: cannot find suitable replacement path, cannot resolve link
    Cannot find "XML::Simple" in podpath: cannot find suitable replacement path, cannot resolve link
    Cannot find "Tk::overview" in podpath: cannot find suitable replacement path, cannot resolve link
    Cannot find "X11::Protocol" in podpath: cannot find suitable replacement path, cannot resolve link
    Cannot find "--autoclose" in podpath: cannot find suitable replacement path, cannot resolve link
    Cannot find "--autoquit" in podpath: cannot find suitable replacement path, cannot resolve link
    Cannot find "XML::Simple" in podpath: cannot find suitable replacement path, cannot resolve link
    Cannot find "Tk::overview" in podpath: cannot find suitable replacement path, cannot resolve link
    Cannot find "X11::Protocol" in podpath: cannot find suitable replacement path, cannot resolve link
    Deleting blib/script/crsh
    Copying bin/crsh -> blib/script/crsh
    Deleting blib/script/cssh
    Copying bin/cssh -> blib/script/cssh
    Deleting blib/script/ctel
    Copying bin/ctel -> blib/script/ctel
    Deleting blib/script/ccon
    Copying bin/ccon -> blib/script/ccon
    Manifying blib/script/crsh -> blib/bindoc/crsh.1
    Manifying blib/script/ctel -> blib/bindoc/ctel.1
    Manifying blib/script/cssh -> blib/bindoc/cssh.1
    Manifying blib/script/ccon -> blib/bindoc/ccon.1
    Converting Pod to HTML with Pod::Html 1.22
    HTMLifying blib/script/ccon -> blib/binhtml/bin/ccon.html
    P::H::pod2html --title=ccon - Cluster administration tool --podpath=lib/perl5/5.22:bin:/home/USER/prog/App-ClusterSSH-4.03_06/blib --infile=blib/script/ccon --outfile=blib/binhtml/bin/ccon.tmp --podroot=/usr --header --backlink
    HTMLifying blib/script/cssh -> blib/binhtml/bin/cssh.html
    P::H::pod2html --title=cssh - Cluster administration tool --podpath=lib/perl5/5.22:bin:/home/USER/prog/App-ClusterSSH-4.03_06/blib --infile=blib/script/cssh --outfile=blib/binhtml/bin/cssh.tmp --podroot=/usr --header --backlink
    HTMLifying blib/script/crsh -> blib/binhtml/bin/crsh.html
    P::H::pod2html --title=crsh - Cluster administration tool --podpath=lib/perl5/5.22:bin:/home/USER/prog/App-ClusterSSH-4.03_06/blib --infile=blib/script/crsh --outfile=blib/binhtml/bin/crsh.tmp --podroot=/usr --header --backlink
    HTMLifying blib/script/ctel -> blib/binhtml/bin/ctel.html
    P::H::pod2html --title=ctel - Cluster administration tool --podpath=lib/perl5/5.22:bin:/home/USER/prog/App-ClusterSSH-4.03_06/blib --infile=blib/script/ctel --outfile=blib/binhtml/bin/ctel.tmp --podroot=/usr --header --backlink
    Converting Pod to HTML with Pod::Html 1.22

    I can get rid of errors for XML::Simple Tk::overview X11::Protocol by adding the relevant dirs to --podpath that I can get with this command:

    $ podpath XML::Simple Tk::overview X11::Protocol
    /home/USER/perl5/lib/perl5/XML/Simple.pm
    /usr/lib/perl5/vendor_perl/5.22/x86_64-cygwin-threads/Tk/overview.pod
    /home/USER/perl5/lib/perl5/X11/Protocol.pm

    But what are the errors related to --autoclose and --autoquit?

    -Paavo

     
  • Nathan

    Nathan - 2015-08-27
    Post awaiting moderation.

Log in to post a comment.