On Tue, Jan 15, 2002 at 05:48:52PM -0500, Ed Allen Smith wrote: > This distribution has been tested as part of the cpan-testers > effort to test as many new uploads to CPAN as possible. See > http://testers.cpan.org/ > > Please cc any replies to [EMAIL PROTECTED] to keep other > test volunteers informed and to prevent any duplicate effort. > > -- > This module believes that there is no /usr/include/sys/resource.h, when it > does exist:
(1) Can you compile (cc -c, no linking) this C program? #include <sys/resource.h> static int foo; (2) What do the following commands show? perl -V:cc perl -V:ccflags Does the C compiler show by -V:cc exist in your system? > Checksum for /tmp/root/.cpan/sources/authors/id/J/JH/JHI/BSD-Resource-1.11.tar.gz ok > x BSD-Resource-1.11/ChangeLog, 2731 bytes, 6 blocks > x BSD-Resource-1.11/README, 1485 bytes, 3 blocks > x BSD-Resource-1.11/t/setrlimit.t, 1464 bytes, 3 blocks > x BSD-Resource-1.11/t/setpriority.t, 1557 bytes, 4 blocks > x BSD-Resource-1.11/t/times.t, 1044 bytes, 3 blocks > x BSD-Resource-1.11/t/getrusage.t, 1892 bytes, 4 blocks > x BSD-Resource-1.11/t/getpriority.t, 740 bytes, 2 blocks > x BSD-Resource-1.11/t/getrlimit.t, 355 bytes, 1 block > x BSD-Resource-1.11/MANIFEST, 154 bytes, 1 block > x BSD-Resource-1.11/Resource.pm, 15040 bytes, 30 blocks > x BSD-Resource-1.11/INSTALL, 1726 bytes, 4 blocks > x BSD-Resource-1.11/Makefile.PL, 3698 bytes, 8 blocks > x BSD-Resource-1.11/Resource.xs, 18272 bytes, 36 blocks > > CPAN.pm: Going to build J/JH/JHI/BSD-Resource-1.11.tar.gz > > > Configuring BSD::Resource... > > Your operating system does not seem to have <sys/resource.h> or <sys/rusage.h>. > > There is no way BSD::Resource is going to work. > > I am awfully sorry but I cannot go further. > > Aborting configuration of BSD::Resource. > > > -- > > Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration: > Platform: > osname=irix, osvers=6.5, archname=IP32-irix > uname='irix benedick 6.5 01200533 ip32 ' > config_args='' > hint=previous, useposix=true, d_sigaction=define > usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef > useperlio=undef d_sfio=undef uselargefiles=define > use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef > Compiler: > cc='cc -n32 -mips4 -TARG:platform=ip32', optimize='-r5000 >-OPT:fast_sqrt=OFF:Olimit=0 -TENV:X=1 -LNO:opt=1:ou_further=3 >-OPT:fold_unsafe_relops=OFF:div_split=OFF:IEEE_arithmetic=1:roundoff=0 -LNO:vintr=OFF >-OPT:got_call_conversion=OFF', gccversion= > cppflags='-D_BSD_TYPES -D_BSD_TIME -DLANGUAGE_C >-I/server/people/staff/easmith/include -DDEBUGGING' > ccflags ='-D_BSD_TYPES -D_BSD_TIME -woff 1009,1110,1184 -DLANGUAGE_C >-I/server/people/staff/easmith/include -DDEBUGGING' > stdchar='unsigned char', d_stdstdio=define, usevfork=false > intsize=4, longsize=4, ptrsize=4, doublesize=8 > d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 > ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 > alignbytes=8, usemymalloc=n, prototype=define > Linker and Libraries: > ld='ld -mips4 -n32 -shared -update_registry /usr/lib32/so_locations', ldflags >='-L/server/people/staff/easmith/lib32 -L/usr/lib32/mips4 -L/usr/lib32/internal >-L/usr/lib32 -L/lib32 -rpath >/server/people/staff/easmith/lib32:/usr/lib32/mips4:/usr/lib32/internal:/usr/lib32:/lib32' > libpth=/server/people/staff/easmith/lib32 /usr/lib32/mips4 /usr/lib32/internal >/usr/lib32 /lib32 > libs=-lgdbm -ldb -lm -lc > libc=/usr/lib32/mips4/libc.so, so=so, useshrplib=false, libperl=libperl.a > Dynamic Linking: > dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' ' > cccdlflags=' ', lddlflags='-L/server/people/staff/easmith/lib32 >-L/usr/lib32/mips4 -L/usr/lib32/internal -L/usr/lib32 -L/lib32 -rpath >/server/people/staff/easmith/lib32:/usr/lib32/mips4:/usr/lib32/internal:/usr/lib32:/lib32' -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack Cohen
