Subject: | problem with makefile from cpan |
perl, v5.8.0
Red Hat Linux 9
Summary: Claims it can't find my pod2man program , though it is clearly there and executable on my path. Produces a makefile with a bunch of errors in it.
Show quoted text
cpan> install GraphViz
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
Database was generated on Tue, 08 Mar 2005 05:47:00 GMT
Running install for module GraphViz
Running make for L/LB/LBROCARD/GraphViz-2.02.tar.gz
CPAN: Digest::MD5 loaded ok
CPAN: Compress::Zlib loaded ok
Checksum for /root/.cpan/sources/authors/id/L/LB/LBROCARD/GraphViz-2.02.tar.gz ok
Scanning cache /root/.cpan/build for sizes
GraphViz-2.02/
GraphViz-2.02/CHANGES
GraphViz-2.02/examples/
GraphViz-2.02/examples/clusters.pl
GraphViz-2.02/examples/clusters2.pl
GraphViz-2.02/examples/directories.pl
GraphViz-2.02/examples/dprofpp.graphviz
GraphViz-2.02/examples/dumper.pl
GraphViz-2.02/examples/make_all.pl
GraphViz-2.02/examples/perly.output
GraphViz-2.02/examples/port.pl
GraphViz-2.02/examples/ppmgraph.pl
GraphViz-2.02/examples/primes.pl
GraphViz-2.02/examples/primes_aux.pl
GraphViz-2.02/examples/rank.pl
GraphViz-2.02/examples/README
GraphViz-2.02/examples/recdescent.pl
GraphViz-2.02/examples/redcarpet.pl
GraphViz-2.02/examples/regex.pl
GraphViz-2.02/examples/remote.pl
GraphViz-2.02/examples/simple.pl
GraphViz-2.02/examples/text.pl
GraphViz-2.02/examples/tmon.out
GraphViz-2.02/examples/undirected.pl
GraphViz-2.02/examples/xml.pl
GraphViz-2.02/examples/xref.pl
GraphViz-2.02/examples/xref_aux.pl
GraphViz-2.02/examples/yacc.pl
GraphViz-2.02/examples/Yapp.output
GraphViz-2.02/examples/yapp.pl
GraphViz-2.02/lib/
GraphViz-2.02/lib/Devel/
GraphViz-2.02/lib/Devel/GraphVizProf.pm
GraphViz-2.02/lib/GraphViz/
GraphViz-2.02/lib/GraphViz/Data/
GraphViz-2.02/lib/GraphViz/Data/Grapher.pm
GraphViz-2.02/lib/GraphViz/No.pm
GraphViz-2.02/lib/GraphViz/Parse/
GraphViz-2.02/lib/GraphViz/Parse/RecDescent.pm
GraphViz-2.02/lib/GraphViz/Parse/Yacc.pm
GraphViz-2.02/lib/GraphViz/Parse/Yapp.pm
GraphViz-2.02/lib/GraphViz/Regex.pm
GraphViz-2.02/lib/GraphViz/Small.pm
GraphViz-2.02/lib/GraphViz/XML.pm
GraphViz-2.02/lib/GraphViz.pm
GraphViz-2.02/Makefile.PL
GraphViz-2.02/MANIFEST
GraphViz-2.02/META.yml
GraphViz-2.02/README
GraphViz-2.02/t/
GraphViz-2.02/t/dumper.t
GraphViz-2.02/t/foo.t
GraphViz-2.02/t/pod.t
GraphViz-2.02/t/simple.t
Removing previously used /root/.cpan/build/GraphViz-2.02
CPAN.pm: Going to build L/LB/LBROCARD/GraphViz-2.02.tar.gz
Looking for dot... found it at /usr/bin/dot
Checking if your kit is complete...
Looks good
Warning: I could not locate your pod2man program. Please make sure,
your pod2man program is in your PATH before you execute 'make'
Writing Makefile for GraphViz
Makefile:83: *** missing separator. Stop.
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible