Hi,

Im having a problem installing TIme::HiRes through CPAN. Im using
perl-5.8.0-89.10 and perl-CPAN-1.61-89.10 on CentOS 3.6

here's the error on cpan

# perl -MCPAN -e "install Time::HiRes"
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
Database was generated on Wed, 09 Nov 2005 18:02:12 GMT
Running install for module Time::HiRes
Running make for J/JH/JHI/Time-HiRes-1.82.tar.gz
CPAN: Digest::MD5 loaded ok
Checksum for /root/.cpan/sources/authors/id/J/JH/JHI/Time-HiRes-1.82.tar.gzok
Scanning cache /root/.cpan/build for sizes
Time-HiRes-1.82/
Time-HiRes-1.82/Changes
Time-HiRes-1.82/fallback/
Time-HiRes-1.82/fallback/const-c.inc
Time-HiRes-1.82/fallback/const-xs.inc
Time-HiRes-1.82/hints/
Time-HiRes-1.82/hints/dec_osf.pl
Time-HiRes-1.82/hints/dynixptx.pl
Time-HiRes-1.82/hints/irix.pl
Time-HiRes-1.82/hints/sco.pl
Time-HiRes-1.82/hints/solaris.pl
Time-HiRes-1.82/hints/svr4.pl
Time-HiRes-1.82/HiRes.pm
Time-HiRes-1.82/HiRes.xs
Time-HiRes-1.82/Makefile.PL
Time-HiRes-1.82/MANIFEST
Time-HiRes-1.82/META.yml
Time-HiRes-1.82/ppport.h
Time-HiRes-1.82/README
Time-HiRes-1.82/t/
Time-HiRes-1.82/t/HiRes.t
Time-HiRes-1.82/TODO
Time-HiRes-1.82/typemap
Removing previously used /root/.cpan/build/Time-HiRes-1.82

CPAN.pm: Going to build J/JH/JHI/Time-HiRes-1.82.tar.gz

Configuring Time::HiRes...
Have syscall(), looking for syscall.h... found <syscall.h>.
Looking for gettimeofday()... found.
Looking for setitimer()... found.
Looking for getitimer()... found.
You have interval timers (both setitimer and getitimer).
Looking for ualarm()... found.
Looking for usleep()... found.
Looking for nanosleep()... believing $Config{d_nanosleep}... found.
You can mix subsecond sleeps with signals, if you want to.
(It's still not portable, though.)
Looking for clock_gettime()...
*** The test run of './tmp4315' failed: status 9728
*** (the status means: errno = 38 or 'Function not implemented')
*** DO NOT PANIC: this just means that *some* functionality will be missing.
NOT found.
Looking for clock_getres()...
*** The test run of './tmp4315' failed: status 9728
*** (the status means: errno = 38 or 'Function not implemented')
*** DO NOT PANIC: this just means that *some* functionality will be missing.
NOT found.
Checking if your kit is complete...
Looks good
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 Makefile 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").
Makefile:91: *** 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

Reply via email to