Skip Menu |

This queue is for tickets about the IPC-Run CPAN distribution.

Report information
The Basics
Id: 3886
Status: resolved
Priority: 0/
Queue: IPC-Run

People
Owner: RSOD [...] cpan.org
Requestors: blair [...] orcaware.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in:
  • 0.77
  • 0.78
  • 0.79
  • 0.80_91
Fixed in: (no value)



Subject: 0.77 t/run fails while 0.75 suceeded
Hello, Running make test with IPC::Run 0.77 on RedHat 9 with all current patches gets this result: t/pump.............ok t/run..............ok 69/266# Test 69 got: 'Resource temporarily unavailable: write( 6, '...15904 "x" chars...DOC2 ' ) at /export/home1/apache/orcablue/intranet_html/code/perl/cpan/build/IPC-Run-0.77/blib/lib/IPC/Run/IO.pm line 590 ' (t/run.t at line 347 *TODO*) # Expected: '' # t/run.t line 347 is: ok $x, ""; t/run..............ok t/win32_compile....v-string in use/require non-portable at (eval 1) line 3. t/win32_compile....ok All tests successful, 29 subtests skipped. Files=15, Tests=703, 31 wallclock secs (13.41 cusr + 2.23 csys = 15.64 CPU) /usr/bin/make test -- OK I don't get this t/run output with 0.75. Here's my perl -V output: % perl -V Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration: Platform: osname=linux, osvers=2.4.20-18.9, archname=i686-linux-thread-multi uname='linux orcaware.com 2.4.20-18.9 #1 thu may 29 07:08:16 edt 2003 i686 i686 i386 gnulinux ' config_args='-Dprefix=/opt/i386-linux/installed/perl-5.8.0 -Dcc=/opt/i386-linux/gcc/bin/gcc -Doptimize=-O3 -march=i386 -mcpu=i686 -Uinstallusrbinperl -Ulocincpth -Duseshrplib -Dcf_email=blair@orcaware.com -Ui_db -Uversiononly -Ubincompat5005 -Dusethreads -Duseithreads -Dlibpth=/lib /usr/lib -Dlibspath=/lib /usr/lib -Dd_dosuid' hint=recommended, useposix=true, d_sigaction=define usethreads=define use5005threads=undef useithreads=define usemultiplicity=define useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='/opt/i386-linux/gcc/bin/gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm', optimize='-O3 -march=i386 -mcpu=i686', cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -I/usr/include/gdbm' ccversion='', gccversion='3.3', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=4, prototype=define Linker and Libraries: ld='/opt/i386-linux/gcc/bin/gcc', ldflags ='' libpth=/lib /usr/lib libs=-lnsl -lgdbm -ldl -lm -lpthread -lc -lcrypt -lutil perllibs=-lnsl -ldl -lm -lpthread -lc -lcrypt -lutil libc=/lib/libc-2.3.2.so, so=so, useshrplib=true, libperl=libperl.so gnulibc_version='2.3.2' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic -Wl,-rpath,/opt/i386-linux/installed/perl-5.8.0/lib/5.8.0/i686-linux-thread-multi/CORE' cccdlflags='-fpic', lddlflags='-shared' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES PERL_IMPLICIT_CONTEXT Locally applied patches: ActivePerl Build 806 Built under linux Compiled at Jun 25 2003 17:38:15 @INC: /opt/i386-linux/installed/perl-5.8.0/lib/5.8.0/i686-linux-thread-multi /opt/i386-linux/installed/perl-5.8.0/lib/5.8.0 /opt/i386-linux/installed/perl-5.8.0/lib/site_perl/5.8.0/i686-linux-thread-multi /opt/i386-linux/installed/perl-5.8.0/lib/site_perl/5.8.0 /opt/i386-linux/installed/perl-5.8.0/lib/site_perl .
From: Barrie Slaymaker <barries [...] slaysys.com>
To: bug-IPC-Run [...] rt.cpan.org
Subject: Re: [cpan #3886] 0.77 t/run fails while 0.75 suceeded
Date: 27 Sep 2003 16:38:07 -0400
RT-Send-Cc:
On Sep 27 2003, <BZAJAC@cpan.org> via rt.cpan.org via RT wrote: Show quoted text
> t/run..............ok 69/266# Test 69 got: 'Resource temporarily > unavailable: write( 6, '...15904 "x" chars...DOC2 ' ) at > /export/home1/apache/orcablue/intranet_html/code/perl/cpan/build/IPC-Run-0.77/blib/lib/IPC/Run/IO.pm > line 590 ' (t/run.t at line 347 *TODO*)
This is a TODO item and the test output does indicate this even though it's hard to pick out of the noise. Show quoted text
> All tests successful, 29 subtests skipped.
Show quoted text
> I don't get this t/run output with 0.75.
It's a bug that was reported post-0.75, but has been in there for a long time. Doesn't bite too many people but I would like to squash it when I have time (I'm slammed at work right now and for the next few months, so no holding of breath). Thanks for testing & reporting, though. - Barrie
IPC::Run 0.80 will be released to CPAN in a few minutes specifically to address t/run.t #69 "Resource temporarily unavailable" errors. Please let me know if it does not correct the issue. Thanks!