Skip Menu |

This queue is for tickets about the App-SimpleScan CPAN distribution.

Report information
The Basics
Id: 18484
Status: resolved
Worked: 20 min
Priority: 0/
Queue: App-SimpleScan

People
Owner: mcmahon [...] cpan.org
Requestors: dha [...] panix.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.34
Fixed in: (no value)



Subject: t/08cache.t, t/30diags.t and t/31snapshot.t fail on OS X 10.4.5, perl 5.8.7
Three test files fail on OS X. Summary of my perl5 (revision 5 version 8 subversion 7) configuration: Platform: osname=darwin, osvers=8.2.0, archname=darwin-2level uname='darwin david-h-adlers-powerbook-g4-12.local 8.2.0 darwin kernel version 8.2.0: fri jun 24 17:46:54 pdt 2005; root:xnu-792.2.4.obj~3release_ppc power macintosh powerpc ' config_args='' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/usr/include -I/usr/lib', optimize='-Os', cppflags='-no-cpp-precomp -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/usr/include -I/usr/lib' ccversion='', gccversion='3.3 20030304 (Apple Computer, Inc. build 1809)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags ='-L/usr/local/lib -L/opt/local/lib -L/usr/lib' libpth=/usr/local/lib /opt/local/lib /usr/lib libs=-ldbm -ldl -lm -lc perllibs=-ldl -lm -lc libc=/usr/lib/libc.dylib, so=dylib, useshrplib=false, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup -L/usr/local/lib -L/opt/local/lib -L/usr/lib' Characteristics of this binary (from libperl): Compile-time options: USE_LARGE_FILES Built under darwin Compiled at Sep 1 2005 15:06:06 @INC: /usr/local/lib/perl5/5.8.7/darwin-2level /usr/local/lib/perl5/5.8.7 /usr/local/lib/perl5/site_perl/5.8.7/darwin-2level /usr/local/lib/perl5/site_perl/5.8.7 /usr/local/lib/perl5/site_perl .
Subject: test.out
Download test.out
application/octet-stream 7.8k

Message body not shown because it is not plain text.

The 1.o release should have fixed this problem. Please verify and let me know if it's still broken for you.
Subject: Re: [rt.cpan.org #18484] t/08cache.t, t/30diags.t and t/31snapshot.t fail on OS X 10.4.5, perl 5.8.7
Date: Thu, 6 Apr 2006 20:45:42 -0400
To: Joe McMahon via RT <bug-App-SimpleScan [...] rt.cpan.org>
From: "David H. Adler" <dha [...] panix.com>
On Thu, Apr 06, 2006 at 08:20:49PM -0400, Joe McMahon via RT wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=18484 > > > The 1.o release should have fixed this problem. Please verify and let me > know if it's still broken for you.
Maybe it's just me, but CPAN doesn't seem to have the 1.0 yet, so... can't do. :-) FWIW, I'm actually looking on funet.fi, rather than a mirror. dha -- David H. Adler - <dha@panix.com> - http://www.panix.com/~dha/ Perl gives you enough rope to hang yourself and your neighbor. - Randal L. Schwartz
the cache.t bug was tracked down to a conflict caused by the presence of App::SimpleScan::PLugin::Cache. The test's been updated to handle it either way now.