Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the PDL CPAN distribution.

Report information
The Basics
Id: 14223
Status: resolved
Priority: 0/
Queue: PDL

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 2.4.2
Fixed in: (no value)



Subject: NMAKE : fatal error U1071: cycle in dependency tree for target 'pm_to_blib'
ExtUtils::MakeMaker version 6.3x, ActivePerl 5.8.4 Win2000 This is caused by (in PDL-2.4.2/Makefile.PL) $text .= " perldl.pod : perldl subdirs \tpodselect perldl > perldl.pod pdldoc.pod : pdldoc subdirs \tpodselect pdldoc > pdldoc.pod "; The perldl, pldoc and subdirs targets all include pm_to_blib as a dependency, and since pm_to_blib includes pldoc.pod and perldl.pod, it's a circle pm_to_blib : $(TO_INST_PM) $(NOECHO) $(ABSPERLRUN) -MExtUtils::Install -e "pm_to_blib({@ARGV}, '$(INST_LIB)\auto', '$(PM_FILTER)')" \ perldl.pod $(INST_LIBDIR)/PDL/perldl.pod \ pdldoc.pod $(INST_LIBDIR)/PDL/pdldoc.pod $(NOECHO) $(TOUCH) pm_to_blib Not quite sure how to fix this. If I try by editing PDL-2.4.2/Makefile by hand (remove pm_to_blib from perldl and pdldoc) I run into the same situation in PDL-2.4.2/Basic/Gen/Makefile Thanks in advance
fixed in 2.4.3