Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Simple CPAN distribution.

Report information
The Basics
Id: 32591
Status: rejected
Priority: 0/
Queue: Test-Simple

People
Owner: Nobody in particular
Requestors: mmuratet [...] hudsonalpha.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: (no value)



Subject: Makefile bug
Date: Wed, 23 Jan 2008 13:27:36 -0600
To: bug-test-simple [...] rt.cpan.org
From: Michael Muratet <mmuratet [...] hudsonalpha.org>
Greetings Tried to install Test::Simple via CPAN. Tried to download it and build it. Both ways wind with the error: Writing Makefile for Test::Simple Makefile:84: *** 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 Also, the script can't seem to find pod2man even though it is in the path. Thanks Mike
Subject: Re: [rt.cpan.org #32591] Makefile bug
Date: Wed, 23 Jan 2008 14:19:57 -0800
To: bug-Test-Simple [...] rt.cpan.org
From: Michael G Schwern <schwern [...] pobox.com>
Michael Muratet via RT wrote: Show quoted text
> Tried to install Test::Simple via CPAN. Tried to download it and build > it. Both ways wind with the error: > > Writing Makefile for Test::Simple > Makefile:84: *** 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 > > Also, the script can't seem to find pod2man even though it is in the > path.
Thanks for the report. As the Makefile is built by MakeMaker this is unlikely isolated to Test::Simple, can you install any other modules? What version of ExtUtils::MakeMaker are you using? [1] That it's trying to look for pod2man indicates it's probably old. You can try upgrading that first, then installing Test::Simple. Could you please attach a copy of the broken Makefile? [1] perl -MExtUtils::MakeMaker -wle 'print ExtUtils::MakeMaker->VERSION' -- 52. Not allowed to yell “Take that Cobra” at the rifle range. -- The 213 Things Skippy Is No Longer Allowed To Do In The U.S. Army http://skippyslist.com/?page_id=3
Its been over two years, haven't heard from the original requester, probably using the wrong make. Rejecting.