Skip Menu |

This queue is for tickets about the Time-HiRes CPAN distribution.

Report information
The Basics
Id: 4938
Status: resolved
Priority: 0/
Queue: Time-HiRes

People
Owner: Nobody in particular
Requestors: curlyjoe_bug [...] yahoo.com
Cc:
AdminCc:

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



Subject: Error on Line 91: the C env Variable
i'm trying to change the ENV{LC_ALL} to ENV{C} as u told in the doc. but still it generates error: Line 91: Missing Operator Could u help me ,ASAP ?? Best Reg Boris
You must change the environment variable LC_ALL to "C" *before* (re)running the "perl Makefile.PL" command.
From: chris [...] shortconsulting.com
[JHI - Wed Apr 7 05:45:55 2004]: Show quoted text
> You must change the environment variable LC_ALL to "C" *before* > (re)running the "perl > Makefile.PL" command.
I've done everything as indicated and it's still not working.
same here [root@svr01:/home/Time-HiRes-1.59]>LC_ALL="C"; perl Makefile.PL Configuring Time::HiRes... Looking for gettimeofday()... found. Looking for setitimer()... found. Looking for getitimer()... found. You have interval timers (both setitimer and setitimer). Looking for ualarm()... NOT found. But you have setitimer(). We can make a Time::HiRes::ualarm(). Looking for usleep()... found. Looking for nanosleep()... found. You can mix subsecond sleeps with signals. Writing Makefile for Time::HiRes Now you may issue 'make'. Do not forget also 'make test'. NOTE: if you get an error like this (the line number may vary): Makefile:91: *** missing separator then set the environment variable LC_ALL to "C" and retry from scratch (re-run perl "Makefile.PL"). [guest - Sun Apr 18 08:00:48 2004]: Show quoted text
> [JHI - Wed Apr 7 05:45:55 2004]: >
> > You must change the environment variable LC_ALL to "C" *before* > > (re)running the "perl > > Makefile.PL" command.
> > I've done everything as indicated and it's still not working.
Date: Thu, 27 May 2004 00:47:09 +0300
From: Jarkko Hietaniemi <jhi [...] iki.fi>
To: bug-Time-HiRes [...] rt.cpan.org
Subject: Re: [cpan #4938] Error on Line 91: the C env Variable
RT-Send-Cc:
Guest via RT wrote: Show quoted text
> This message about Time-HiRes was sent to you by guest <> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=4938 > > > same here > > [root@svr01:/home/Time-HiRes-1.59]>LC_ALL="C"; perl Makefile.PL > Configuring Time::HiRes... > Looking for gettimeofday()... found. > Looking for setitimer()... found. > Looking for getitimer()... found. > You have interval timers (both setitimer and setitimer). > Looking for ualarm()... NOT found. > But you have setitimer(). > We can make a Time::HiRes::ualarm(). > Looking for usleep()... found. > Looking for nanosleep()... found. > You can mix subsecond sleeps with signals. > Writing Makefile for Time::HiRes > Now you may issue 'make'. Do not forget also 'make test'. > > NOTE: if you get an error like this (the line number may vary): > Makefile:91: *** missing separator > then set the environment variable LC_ALL to "C" and retry > from scratch (re-run perl "Makefile.PL"). > > [guest - Sun Apr 18 08:00:48 2004]: > >
>>[JHI - Wed Apr 7 05:45:55 2004]: >> >>
>>>You must change the environment variable LC_ALL to "C" *before* >>>(re)running the "perl >>>Makefile.PL" command.
>> >>I've done everything as indicated and it's still not working.
> > >
export LC_ALL=C perl Makefile.PL make -- Jarkko Hietaniemi <jhi@iki.fi> http://www.iki.fi/jhi/ "There is this special biologist word we use for 'stable'. It is 'dead'." -- Jack Cohen
Found: LC_ALL="C" export LC_ALL perl Makefile.PL make make install [jhi@iki.fi - Wed May 26 17:46:55 2004]: Show quoted text
> Guest via RT wrote: >
> > This message about Time-HiRes was sent to you by guest <> via
> rt.cpan.org
> > > > Full context and any attached attachments can be found at: > > <URL: https://rt.cpan.org/Ticket/Display.html?id=4938 > > > > > same here > > > > [root@svr01:/home/Time-HiRes-1.59]>LC_ALL="C"; perl Makefile.PL > > Configuring Time::HiRes... > > Looking for gettimeofday()... found. > > Looking for setitimer()... found. > > Looking for getitimer()... found. > > You have interval timers (both setitimer and setitimer). > > Looking for ualarm()... NOT found. > > But you have setitimer(). > > We can make a Time::HiRes::ualarm(). > > Looking for usleep()... found. > > Looking for nanosleep()... found. > > You can mix subsecond sleeps with signals. > > Writing Makefile for Time::HiRes > > Now you may issue 'make'. Do not forget also 'make test'. > > > > NOTE: if you get an error like this (the line number may vary): > > Makefile:91: *** missing separator > > then set the environment variable LC_ALL to "C" and retry > > from scratch (re-run perl "Makefile.PL"). > > > > [guest - Sun Apr 18 08:00:48 2004]: > > > >
> >>[JHI - Wed Apr 7 05:45:55 2004]: > >> > >>
> >>>You must change the environment variable LC_ALL to "C" *before* > >>>(re)running the "perl > >>>Makefile.PL" command.
> >> > >>I've done everything as indicated and it's still not working.
> > > > > >
> > export LC_ALL=C > perl Makefile.PL > make > > >
On Wed Jan 14 15:36:09 2004, guest wrote: Show quoted text
> i'm trying to change the ENV{LC_ALL} to ENV{C} as u told in the doc. > but still it generates error: > Line 91: Missing Operator > Could u help me ,ASAP ?? > Best Reg > > Boris
Subject: Re: [rt.cpan.org #4938] Error on Line 91: the C env Variable
Date: Thu, 20 Apr 2006 19:25:16 +0300
To: bug-Time-HiRes [...] rt.cpan.org
From: Jarkko Hietaniemi <jhietaniemi [...] gmail.com>
Guest via RT wrote: Show quoted text
> Queue: Time-HiRes > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=4938 > > > On Wed Jan 14 15:36:09 2004, guest wrote:
>> i'm trying to change the ENV{LC_ALL} to ENV{C} as u told in the doc. >> but still it generates error: >> Line 91: Missing Operator >> Could u help me ,ASAP ?? >> Best Reg >> >> Boris
You have to set the environment in the _shell_ *before* you run Makefile.PL: LC_ALL=C export C perl Makefile.PL or setenv LC_ALL C perl Makefile.PL Show quoted text
> >