neilwatson has asked for the wisdom of the Perl Monks concerning the following question:
Trying to build from Perlbrew and I get the error below. It tried two different versions of Perlbrew suggesting that the problem must be host related. What might the problem be?
perlbrew -j4 install stable .... tail build.perl-5.20.0.log rm -f pod/perl5200delta.pod make: *** No rule to make target 'ext/ExtUtils-Miniperl/pm_to_blib', n +eeded by 'perlmain.c'. Stop. make: *** Waiting for unfinished jobs.... /bin/ln -s perldelta.pod pod/perl5200delta.pod
Fixed. I had custom script, poorly named sort, in my path that superseded the real sort. After removing it, the build was successful.
Neil Watson
watson-wilson.ca
|
|---|