Skip Menu |

This queue is for tickets about the Catalyst-Enzyme CPAN distribution.

Report information
The Basics
Id: 22917
Status: new
Priority: 0/
Queue: Catalyst-Enzyme

People
Owner: Nobody in particular
Requestors: LGODDARD [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.11
Fixed in: (no value)



Subject: Fails tests, won't install
Perl -V at bottom. HTH, lee Running make for J/JO/JOHANL/Catalyst-Enzyme-0.11.tar.gz Is already unwrapped into directory C:\.cpan\build\Catalyst-Enzyme- 0.11 CPAN.pm: Going to build J/JO/JOHANL/Catalyst-Enzyme-0.11.tar.gz Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. cp lib/Catalyst/Enzyme.pm blib\lib\Catalyst\Enzyme.pm cp lib/Catalyst/Helper/View/Enzyme/TT/root/base/view.tt blib\lib\Catalyst\Helper\View\Enzyme\TT\root\base\view.tt cp lib/Catalyst/Helper/View/Enzyme/TT/root/base/list_macros.tt blib\lib\Catalyst\Helper\View\Enzyme\TT\root\base\list_ma cros.tt cp lib/Catalyst/Helper/View/Enzyme/TT/root/base/list.tt blib\lib\Catalyst\Helper\View\Enzyme\TT\root\base\list.tt cp lib/Catalyst/Enzyme/CRUD/Model.pm blib\lib\Catalyst\Enzyme\CRUD\Model.pm cp lib/Catalyst/Helper/View/Enzyme/TT/root/base/add.tt blib\lib\Catalyst\Helper\View\Enzyme\TT\root\base\add.tt cp lib/Catalyst/Enzyme/CRUD/Controller.pm blib\lib\Catalyst\Enzyme\CRUD\Controller.pm cp lib/Catalyst/Helper/View/Enzyme/TT/root/base/form_macros.tt blib\lib\Catalyst\Helper\View\Enzyme\TT\root\base\form_ma cros.tt cp lib/Catalyst/Helper/View/Enzyme/TT/root/static/css/enzyme.css blib\lib\Catalyst\Helper\View\Enzyme\TT\root\static\css \enzyme.css cp lib/Catalyst/Helper/Model/Enzyme/CDBI.pm blib\lib\Catalyst\Helper\Model\Enzyme\CDBI.pm cp lib/Catalyst/Helper/View/Enzyme/TT/root/base/view_macros.tt blib\lib\Catalyst\Helper\View\Enzyme\TT\root\base\view_ma cros.tt cp lib/Catalyst/Helper/View/Enzyme/TT/root/base/footer.tt blib\lib\Catalyst\Helper\View\Enzyme\TT\root\base\footer.tt cp lib/Catalyst/Helper/View/Enzyme/TT/root/base/header.tt blib\lib\Catalyst\Helper\View\Enzyme\TT\root\base\header.tt cp lib/Catalyst/Enzyme/Controller.pm blib\lib\Catalyst\Enzyme\Controller.pm cp lib/Catalyst/Helper/View/Enzyme/TT/root/base/pager_macros.tt blib\lib\Catalyst\Helper\View\Enzyme\TT\root\base\pager_ macros.tt cp lib/Catalyst/Helper/View/Enzyme/TT/root/base/edit.tt blib\lib\Catalyst\Helper\View\Enzyme\TT\root\base\edit.tt cp lib/Catalyst/Helper/View/Enzyme/TT.pm blib\lib\Catalyst\Helper\View\Enzyme\TT.pm cp lib/Catalyst/Helper/View/Enzyme/TT/root/base/delete.tt blib\lib\Catalyst\Helper\View\Enzyme\TT\root\base\delete.tt cp lib/Catalyst/Enzyme/CRUD/View.pm blib\lib\Catalyst\Enzyme\CRUD\View.pm cp lib/Catalyst/Helper/Controller/Enzyme/CRUD.pm blib\lib\Catalyst\Helper\Controller\Enzyme\CRUD.pm cp lib/Catalyst/Helper/View/Enzyme/TT/root/base/pager.tt blib\lib\Catalyst\Helper\View\Enzyme\TT\root\base\pager.tt C:\bin\nmake.EXE -- OK Running make test Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. C:\Perl588\bin\perl.exe "-MExtUtils::Command::MM" "- e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t t/00-load...........................ok 3/4# Testing Catalyst::Enzyme 0.11, Perl 5.008006 t/00-load...........................ok t/Controller-asform.................# Recreating database # Check that AsForm works with related tables t/Controller-asform.................ok t/Controller-basic..................# Recreating database # Redirect/forward from / to /book/list t/Controller-basic..................ok 1/16# Check column existance and naming (/book/list) t/Controller-basic..................ok 4/16# Check column existance and naming (/genre/list) t/Controller-basic..................ok t/Controller-columns................# Recreating database # Check column existance and naming (/book/add) t/Controller-columns................ok 2/37# Check column existance and naming (/book/list) # Check column existance and naming (/borrower/list) # Check column existance and naming (/borrower/add) # Check column existance and naming (/borrower/view/1) t/Controller-columns................ok t/Controller-crud...................# Recreating database # Test C add t/Controller-crud...................ok 1/22# Simple add t/Controller-crud...................ok 4/22# Got id (4) # View # Fail add due to unique constraint [error] Could not create record: Can't insert new BookShelf::Model::BookShelfDB::Format: DBD::SQLite::st execute failed: column name is not unique(1) at dbdimp.c line 398 [for Statement "INSERT INTO format (name, id) VALUES (?, ?) "] at C:/Perl588/site/lib/DBIx/ContextualFetch.pm line 52. at C:/Perl588/site/lib/Class/DBI/FromForm.pm line 69 t/Controller-crud...................NOK 14# Failed test ' Page contains refilled input' # in t/Controller-crud.t at line 47. # '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" # "http://www.w3.org/TR/xhtml1/DTD/xhtml11.dtd"> # <html xmlns="http://www.w3.org/1999/xhtml"> # <head> # <title>BookShelf</title> # <link title="BookShelf" href="/static/css/bookshelf.css" type="text/css" rel="stylesheet"/> # </head> # <body> # # <div class="content"> # # <a href="/book">Book</a> | # <a href="/borrower">Borrower</a> | # <a href="/genre">Genre</a> | # <a href="/format">Format</a> # <br /> # # # # <div class="message">Could not create record</div> # # # <div class="error">Can't insert new BookShelf::Model::BookShelfDB::Format: DBD::SQLite::st execute failed: column name is not unique(1) at dbdimp.c line 398 [for Statement &quot;INSERT INTO format (name, id) # VALUES (?, ?) # &quot;] at C:/Perl588/site/lib/DBIx/ContextualFetch.pm line 52. # at C:/Perl588/site/lib/Class/DBI/FromForm.pm line 69 # </div> # # # # # # # # # # # # # # <div id="title">Add new Format</div> # # <form action="http://localhost/format/do_add" method="post"><fieldset> # <legend>Add a new Format</legend> # # # <label> # # # # <span class="input_field"> # # Name # # </span> # # # <input name="name" type="text" value="test_776" /> # # # # </label> # # # <input type="submit" value="Add"/> # # </fieldset><form/> # # <br /> # <a href="http://localhost/format/list">List</a> # # </div> # </body> # </html> # # ' # doesn't match '(?s-xim:<input name="name" type="text" value="test_776">)' # Simple delete t/Controller-crud...................ok 18/22# View # Looks like you failed 1 test of 22. t/Controller-crud...................dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 14 Failed 1/22 tests, 95.45% okay t/Controller-link-related...........# Recreating database # Check for links to related tables - list t/Controller-link-related...........ok 1/17# Check for links to related tables - view # Check for links to related tables - edit t/Controller-link-related...........ok t/Controller-list-stringify-link....# Recreating database # Check for link on stringify column t/Controller-list-stringify-link....ok t/Controller-paging.................# Recreating database # Check paging t/Controller-paging.................ok t/Controller-set_model_class........# Recreating database # Forward from Controller to another Controller t/Controller-set_model_class........ok 2/4# Test controller_namespace t/Controller-set_model_class........ok t/Model-columns.....................# Recreating database t/Model-columns.....................ok t/Model.............................ok t/pod-coverage......................ok t/pod...............................ok Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------- -------- t/Controller-crud.t 1 256 22 1 4.55% 14 Failed 1/13 test scripts, 92.31% okay. 1/169 subtests failed, 99.41% okay. NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0xff' Stop. C:\bin\nmake.EXE test -- NOT OK Running make install make test had returned bad status, won't install without force Failed during this command: JOHANL/Catalyst-Enzyme-0.11.tar.gz : make_test NO Show quoted text
cpan>
perl -V Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. X:\>perl -V Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=MSWin32, osvers=5.0, archname=MSWin32-x86-multi-thread uname='' config_args='undef' hint=recommended, useposix=true, d_sigaction=undef 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='cl', ccflags ='-nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 - D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_S EED -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS - DUSE_PERLIO -DPERL_MSVCRT_READFIX', optimize='-MD -Zi -DNDEBUG -O1', cppflags='-DWIN32' ccversion='12.00.8804', gccversion='', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=10 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='__int64', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='link', ldflags ='-nologo -nodefaultlib -debug -opt:ref,icf - libpath:"C:\perl588\lib\CORE" -machine:x86' libpth=\lib libs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib msvcrt.lib perllibs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32. lib oleaut32.lib netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib msvcrt.lib libc=msvcrt.lib, so=dll, useshrplib=yes, libperl=perl58.lib gnulibc_version='' Dynamic Linking: dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags='-dll -nologo -nodefaultlib -debug - opt:ref,icf -libpath:"C:\perl588\lib\CORE" -machine: x86' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS PERL_MALLOC_WRAP PL_OP_SLAB_ALLOC USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_SITECUSTOMIZE Locally applied patches: ActivePerl Build 817 [257965] Iin_load_module moved for compatibility with build 806 PerlEx support in CGI::Carp Less verbose ExtUtils::Install and Pod::Find Patch for CAN-2005-0448 from Debian with modifications Partly reverted 24733 to preserve binary compatibilty 27528 win32_pclose() error exit doesn't unlock mutex 27527 win32_async_check() can loop indefinitely 27515 ignore directories when searching @INC 27359 Fix -d:Foo=bar syntax 27210 Fix quote typo in c2ph 27203 Allow compiling swigged C++ code 27200 Make stat() on Windows handle trailing slashes correctly 27194 Get perl_fini() running on HP-UX again 27133 Initialise lastparen in the regexp structure 27034 Avoid "Prototype mismatch" warnings with autouse 26970 Make Passive mode the default for Net::FTP 26921 Avoid getprotobyname/number calls in IO::Socket::INET 26897,26903 Make common IPPROTO_* constants always available 26670 Make '-s' on the shebang line parse -foo=bar switches 26379 Fix alarm() for Windows 2003 26087 Storable 0.1 compatibility 25861 IO::File performace issue 25084 long groups entry could cause memory exhaustion 24699 ICMP_UNREACHABLE handling in Net::Ping Built under MSWin32 Compiled at Mar 20 2006 17:54:25 @INC: C:/Perl588/lib C:/Perl588/site/lib . X:\>