Skip Menu |

This queue is for tickets about the BSD-Resource CPAN distribution.

Report information
The Basics
Id: 18684
Status: resolved
Priority: 0/
Queue: BSD-Resource

People
Owner: Nobody in particular
Requestors: eschnoor [...] schnoor.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.25
Fixed in: (no value)



Subject: perl Makefile.PL error
When I try to insatll I get the following: $ perl Makefile.PL Configuring BSD::Resource... Checking whether you have certain header files... (trying first the CC from your environment) You do have <sys/resource.h>. Excellent. Checking to see whether you have rlim_t... You seem to have rlim_t defined (which is nice). Writing Makefile for BSD::Resource Done configuring BSD::Resource. Now you may issue 'make'. Do not forget also 'make test'. If some tests fail, please rerun the tests (see INSTALL). ~/BUP1/BSD-Resource-1.25 $ make Makefile:84: *** missing separator. Stop.
Subject: Makefile

Message body is not shown because it is too large.

Subject: Re: [rt.cpan.org #18684] perl Makefile.PL error
Date: Thu, 13 Apr 2006 18:29:54 +0300
To: bug-BSD-Resource [...] rt.cpan.org
From: Jarkko Hietaniemi <jhietaniemi [...] gmail.com>
Guest via RT wrote: Show quoted text
> Wed Apr 12 13:38:04 2006: Request 18684 was acted upon. > Transaction: Ticket created by guest > Queue: BSD-Resource > Subject: perl Makefile.PL error > Owner: Nobody > Requestors: eschnoor@schnoor.com > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=18684 > > > > When I try to insatll I get the following: > > $ perl Makefile.PL > > Configuring BSD::Resource... > > Checking whether you have certain header files... > (trying first the CC from your environment) > You do have <sys/resource.h>. Excellent. > Checking to see whether you have rlim_t... > You seem to have rlim_t defined (which is nice). > > Writing Makefile for BSD::Resource > > Done configuring BSD::Resource. > > Now you may issue 'make'. Do not forget also 'make test'. > If some tests fail, please rerun the tests (see INSTALL). > > ~/BUP1/BSD-Resource-1.25 > $ make > Makefile:84: *** missing separator. Stop.
export LC_ALL=C perl Makefile.PL make all test install