Skip Menu |

This queue is for tickets about the XML-Merge CPAN distribution.

Report information
The Basics
Id: 29898
Status: resolved
Priority: 0/
Queue: XML-Merge

People
Owner: Pip [...] CPAN.Org
Requestors: kdaquila [...] alum.wpi.edu
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.2.565EgGd
Fixed in: 1.4



Subject: Makefile broken (at least for RedHat Enterprise 4 ES 4)
I was not able to build XML::Merge on RedHat Enterprise Linux 4 ES Release 4. It exhibited the following problem, detailed at http://www.karakas-online.de/forum/viewtopic.php?t=3162: Too early to specify a build action 'Build'. Do 'Build Build' instead. make: *** [all] Error 9 I applied the fix detailed at the aforementioned site, via a Makefile patch (attached). This allowed me to build. Regards, -Kevin D'Aquila
Subject: Makefile.patch
--- Makefile 2007-06-06 09:09:15.000000000 -0400 +++ Makefile.new 2007-06-06 09:13:10.000000000 -0400 @@ -395,7 +395,8 @@ $(NOECHO) $(NOOP) Build :: Build.PL - $(PERLRUNINST) Build.PL Build + $(PERLRUNINST) Build.PL + ./Build # --- MakeMaker installbin section: