Hello,

> and is not installable concurrently with libcatalyst-perl on sid,
> and soon on Wheezy:
> https://lists.debian.org/debian-perl/2012/07/msg00098.html
> 
> This *might* be fixed by upstream 0.003009.

thanks for your report.

I have tested the newest Gitalist Version against 5.90014-1 and
5.90015-1.

Both are failing with Gitalist because of use of
Catalyst::Controller::ActionRole.

After that test, I have patched the Gitalist source with the patch from
https://github.com/bobtfish/Gitalist/commit/3620aa21666f20c634edcf3a6ec6f16580bbda1f
but make test is also failing (with 5.90014 and 5.90015). See error
output below.

So that to do with Gitalist in Debian?

Thanks,
        Jonas



PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00git_version.t
t/01app.t t/02git_CollectionOfRepositories_FromDirectory.t
t/02git_CollectionOfRepositories_FromDirectory_WhiteList.t
t/02git_CollectionOfRepositories_FromDirectoryRecursive.t
t/02git_head.t t/02git_object.t t/02git_Repository.t t/02git_tag.t
t/02git_util.t t/03legacy_uri.t t/app-mech-rootpage.t t/atom.t
t/json_view.t t/model_collectionofrepos.t t/opml.t t/rss.t
t/view_Default.t
t/00git_version.t ........................................... 1/? Git
version: git version 1.7.10.4
t/00git_version.t ........................................... ok
t/01app.t ................................................... 1/?
[error] Caught exception in
Gitalist::Controller::Fragment::Repository->log "Validation failed for
'Tuple[Tuple[Object,MooseX::Types::Common::String::NonEmptySimpleStr],Dict[]]'
with value "[ [ Gitalist::Git::Repository=HASH(0x6db35b8), undef ],
{  } ], Internal Validation Error is: \n [+] Validation failed for
'Tuple[Object,MooseX::Types::Common::String::NonEmptySimpleStr]' with
value "[ Gitalist::Git::Repository{ _util:
Gitalist::Git::Util=HASH(0x6e2b2b8), description: "Unnamed repository,
edit the .git/description file to set a description", last_change:
undef, name: "bare.git", owner: "Jonas Genannt", path:
Path::Class::Dir=HASH(0x6b39af0) }, undef ]"\n  [+] Must be a non-empty
single line of no more than 255 chars"
at /usr/share/perl5/MooseX/Method/Signatures/Meta/Method.pm line 435
MooseX::Method::Signatures::Meta::Method::validate('MooseX::Method::Signatures::Meta::Method=HASH(0x635cf50)',
'ARRAY(0x634e2b8)') called
at /usr/share/perl5/MooseX/Method/Signatures/Meta/Method.pm line 151
Gitalist::Git::Repository::get_object('Gitalist::Git::Repository=HASH(0x6db35b8)',
undef) called
at 
/home/jonas/debian-work/gitalist/Gitalist-0.003009/blib/lib/Gitalist/URIStructure/Repository.pm
line 31
Class::MOP::Class:::before('Gitalist::Controller::Fragment::Repository=HASH(0x5c2a298)',
'Gitalist=HASH(0x6dc2870)') called
at /usr/lib/perl5/Class/MOP/Method/Wrapped.pm line 33
Class::MOP::Method::Wrapped::__ANON__('Gitalist::Controller::Fragment::Repository=HASH(0x5c2a298)',
'Gitalist=HASH(0x6dc2870)') called
at /usr/lib/perl5/Class/MOP/Method/Wrapped.pm line 91
Gitalist::Controller::Fragment::Repository::log('Gitalist::Controller::Fragment::Repository=HASH(0x5c2a298)',
'Gitalist=HASH(0x6dc2870)') called
at /usr/share/perl5/Catalyst/Action.pm line 65
Catalyst::Action::execute('Catalyst::Action=HASH(0x653b348)',
'Gitalist::Controller::Fragment::Repository=HASH(0x5c2a298)',
'Gitalist=HASH(0x6dc2870)') called at /usr/share/perl5/Catalyst.pm line
1668 eval {...} called at /usr/share/perl5/Catalyst.pm line 1668
Catalyst::execute('Gitalist=HASH(0x6dc2870)',
'Gitalist::Controller::Fragment::Repository',
'Catalyst::Action=HASH(0x653b348)') called
at /usr/share/perl5/Catalyst/Plugin/StackTrace.pm line 22
Catalyst::Plugin::StackTrace::execute('Gitalist=HASH(0x6dc2870)',
'Gitalist::Controller::Fragment::Repository',
'Catalyst::Action=HASH(0x653b348)') called
at /usr/share/perl5/Catalyst/Action.pm line 60
Catalyst::Action::dispatch('Catalyst::Action=HASH(0x653b348)',
'Gitalist=HASH(0x6dc2870)') called
at /usr/share/perl5/Catalyst/ActionChain.pm line 36
Catalyst::ActionChain::dispatch('Catalyst::ActionChain=HASH(0x6dccdf0)',
'Gitalist=HASH(0x6dc2870)') called
at /usr/share/perl5/Catalyst/Controller.pm line 158
Catalyst::Controller::_ACTION('Gitalist::Controller::Fragment::Repository=HASH(0x5c2a298)',
'Gitalist=HASH(0x6dc2870)') called
at /usr/share/perl5/Catalyst/Action.pm line 65
Catalyst::Action::execute('Catalyst::Action=HASH(0x651ff50)',
'Gitalist::Controller::Fragment::Repository=HASH(0x5c2a298)',
'Gitalist=HASH(0x6dc2870)') called at /usr/share/perl5/Catalyst.pm line
1668 eval {...} called at /usr/share/perl5/Catalyst.pm line 1668
Catalyst::execute('Gitalist=HASH(0x6dc2870)',
'Gitalist::Controller::Fragment::Repository',
'Catalyst::Action=HASH(0x651ff50)') called
at /usr/share/perl5/Catalyst/Plugin/StackTrace.pm line 22
Catalyst::Plugin::StackTrace::execute('Gitalist=HASH(0x6dc2870)',
'Gitalist::Controller::Fragment::Repository',
'Catalyst::Action=HASH(0x651ff50)') called
at /usr/share/perl5/Catalyst/Action.pm line 60
Catalyst::Action::dispatch('Catalyst::Action=HASH(0x651ff50)',
'Gitalist=HASH(0x6dc2870)') called
at /usr/share/perl5/Catalyst/Dispatcher.pm line 257
Catalyst::Dispatcher::_do_forward('Catalyst::Dispatcher=HASH(0x4c0a5e8)',
'forward', 'Gitalist=HASH(0x6dc2870)', '_ACTION') called
at /usr/share/perl5/Catalyst/Dispatcher.pm line 237
Catalyst::Dispatcher::forward('Catalyst::Dispatcher=HASH(0x4c0a5e8)',
'Gitalist=HASH(0x6dc2870)', '_ACTION') called
at /usr/share/perl5/Catalyst.pm line 358
Catalyst::forward('Gitalist=HASH(0x6dc2870)', '_ACTION') called
at /usr/share/perl5/Catalyst/Controller.pm line 132
Catalyst::Controller::_DISPATCH('Gitalist::Controller::Fragment::Repository=HASH(0x5c2a298)',
'Gitalist=HASH(0x6dc2870)') called
at /usr/share/perl5/Catalyst/Action.pm line 65
Catalyst::Action::execute('Catalyst::Action=HASH(0x644db98)',
'Gitalist::Controller::Fragment::Repository=HASH(0x5c2a298)',
'Gitalist=HASH(0x6dc2870)') called at /usr/share/perl5/Catalyst.pm line
1668 eval {...} called at /usr/share/perl5/Catalyst.pm line 1668
Catalyst::execute('Gitalist=HASH(0x6dc2870)',
'Gitalist::Controller::Fragment::Repository',
'Catalyst::Action=HASH(0x644db98)') called
at /usr/share/perl5/Catalyst/Plugin/StackTrace.pm line 22
Catalyst::Plugin::StackTrace::execute('Gitalist=HASH(0x6dc2870)',
'Gitalist::Controller::Fragment::Repository',
'Catalyst::Action=HASH(0x644db98)') called
at /usr/share/perl5/Catalyst/Action.pm line 60
Catalyst::Action::dispatch('Catalyst::Action=HASH(0x644db98)',
'Gitalist=HASH(0x6dc2870)') called
at /usr/share/perl5/Catalyst/Dispatcher.pm line 257
Catalyst::Dispatcher::_do_forward('Catalyst::Dispatcher=HASH(0x4c0a5e8)',
'forward', 'Gitalist=HASH(0x6dc2870)',
'/fragment/repository/_DISPATCH') called
at /usr/share/perl5/Catalyst/Dispatcher.pm line 237
Catalyst::Dispatcher::forward('Catalyst::Dispatcher=HASH(0x4c0a5e8)',
'Gitalist=HASH(0x6dc2870)', '/fragment/repository/_DISPATCH') called
at /usr/share/perl5/Catalyst.pm line 358
Catalyst::forward('Gitalist=HASH(0x6dc2870)',
'/fragment/repository/_DISPATCH') called
at /usr/share/perl5/Catalyst/Dispatcher.pm line 105
Catalyst::Dispatcher::dispatch('Catalyst::Dispatcher=HASH(0x4c0a5e8)',
'Gitalist=HASH(0x6dc2870)') called at /usr/share/perl5/Catalyst.pm line
1614 Catalyst::dispatch('Gitalist=HASH(0x6dc2870)') called
at /usr/share/perl5/Catalyst/Plugin/Static/Simple.pm line 77
Class::MOP::Class:::around('CODE(0x4c3d160)',
'Gitalist=HASH(0x6dc2870)') called
at /usr/lib/perl5/Class/MOP/Method/Wrapped.pm line 162
Class::MOP::Method::Wrapped::__ANON__('Gitalist=HASH(0x6dc2870)')
called at /usr/lib/perl5/Class/MOP/Method/Wrapped.pm line 91
Gitalist::dispatch('Gitalist=HASH(0x6dc2870)') called
at /usr/share/perl5/Catalyst/Plugin/SubRequest.pm line 101
Catalyst::Plugin::SubRequest::sub_request_response('Gitalist=HASH(0x6b4ecd0)',
'/fragment/bare.git/shortlog', 'HASH(0x6b13800)', 'HASH(0x6db8538)')
called at /usr/share/perl5/Catalyst/Plugin/SubRequest.pm line 81
Catalyst::Plugin::SubRequest::sub_request('Gitalist=HASH(0x6b4ecd0)',
'/fragment/bare.git/shortlog', 'HASH(0x6b13800)', 'HASH(0x6db8538)')
called
at /usr/share/perl5/Catalyst/View/Component/SubInclude/SubRequest.pm
line 93
Catalyst::View::Component::SubInclude::SubRequest::generate_subinclude('Catalyst::View::Component::SubInclude::SubRequest=HASH(0x5bea...',
'Gitalist=HASH(0x6b4ecd0)', '/fragment/repository/shortlog',
'ARRAY(0x6dcc298)') called
at /usr/share/perl5/Catalyst/View/Component/SubInclude.pm line 155
Catalyst::View::Component::SubInclude::_subinclude_using('Gitalist::View::Default=HASH(0x5bac2c8)',
'Gitalist=HASH(0x6b4ecd0)',
'Catalyst::View::Component::SubInclude::SubRequest',
'/fragment/repository/shortlog', 'ARRAY(0x6dcc298)') called
at /usr/share/perl5/Catalyst/View/Component/SubInclude.pm line 149
Catalyst::View::Component::SubInclude::_subinclude('Gitalist::View::Default=HASH(0x5bac2c8)',
'Gitalist=HASH(0x6b4ecd0)', '/fragment/repository/shortlog',
'ARRAY(0x6dcc298)') called
at /usr/share/perl5/Catalyst/View/Component/SubInclude.pm line 136
Catalyst::View::Component::SubInclude::__ANON__('Gitalist=HASH(0x6b4ecd0)',
'/fragment/repository/shortlog', 'ARRAY(0x6dcc298)') called
at /usr/share/perl5/Catalyst/Component/ContextClosure.pm line 10
Catalyst::Component::ContextClosure::__ANON__('/fragment/repository/shortlog',
'ARRAY(0x6dcc298)') called
at 
/home/jonas/debian-work/gitalist/Gitalist-0.003009/root/repository/summary.tt2
line 6 eval {...} called
at 
/home/jonas/debian-work/gitalist/Gitalist-0.003009/root/repository/summary.tt2
line 6 eval {...} called
at 
/home/jonas/debian-work/gitalist/Gitalist-0.003009/root/repository/summary.tt2
line 7
Template::Document::__ANON__('Template::Context=HASH(0x5bb2b78)')
called at /usr/lib/perl5/Template/Document.pm line 163 eval {...}
called at /usr/lib/perl5/Template/Document.pm line 161
Template::Document::process('Template::Document=HASH(0x6b32cb8)',
'Template::Context=HASH(0x5bb2b78)') called
at /usr/lib/perl5/Template/Context.pm line 347 eval {...} called
at /usr/lib/perl5/Template/Context.pm line 321
Template::Context::process('Template::Context=HASH(0x5bb2b78)',
'Template::Document=HASH(0x6b32cb8)') called
at /usr/lib/perl5/Template/Service.pm line 94 eval {...} called
at /usr/lib/perl5/Template/Service.pm line 91
Template::Service::process('Template::Service=HASH(0x5baf5e0)',
'repository/summary.tt2', 'HASH(0x6b395f8)') called
at /usr/lib/perl5/Template.pm line 66
Template::process('Template=HASH(0x5bac508)', 'repository/summary.tt2',
'HASH(0x6b395f8)', 'SCALAR(0x5567b50)') called
at /usr/share/perl5/Catalyst/View/TT.pm line 263
Catalyst::View::TT::render('Gitalist::View::Default=HASH(0x5bac2c8)',
'Gitalist=HASH(0x6b4ecd0)', 'repository/summary.tt2') called
at /usr/lib/perl5/Class/MOP/Method/Wrapped.pm line 50
Class::MOP::Method::Wrapped::__ANON__('Gitalist::View::Default=HASH(0x5bac2c8)',
'Gitalist=HASH(0x6b4ecd0)', 'repository/summary.tt2') called
at /usr/lib/perl5/Class/MOP/Method/Wrapped.pm line 91
Gitalist::View::Default::render('Gitalist::View::Default=HASH(0x5bac2c8)',
'Gitalist=HASH(0x6b4ecd0)', 'repository/summary.tt2') called
at /usr/share/perl5/Catalyst/View/TT.pm line 223 eval {...} called
at /usr/share/perl5/Catalyst/View/TT.pm line 223
Catalyst::View::TT::process('Gitalist::View::Default=HASH(0x5bac2c8)',
'Gitalist=HASH(0x6b4ecd0)', 'rest') called
at /usr/share/perl5/Catalyst/Action/Serialize/View.pm line 29
Catalyst::Action::Serialize::View::execute('Catalyst::Action::Serialize::View=HASH(0x6dd7028)',
'Gitalist::Controller::Root=HASH(0x5bf6178)',
'Gitalist=HASH(0x6b4ecd0)', 'Default') called
at /usr/share/perl5/Catalyst/Action/Serialize.pm line 50 eval {...}
called at /usr/share/perl5/Catalyst/Action/Serialize.pm line 49
Catalyst::Action::Serialize::execute('Catalyst::Action::Serialize=HASH(0x65729f8)',
'Gitalist::Controller::Root=HASH(0x5bf6178)',
'Gitalist=HASH(0x6b4ecd0)') called at /usr/share/perl5/Catalyst.pm line
1668 eval {...} called at /usr/share/perl5/Catalyst.pm line 1668
Catalyst::execute('Gitalist=HASH(0x6b4ecd0)',
'Gitalist::Controller::Root',
'Catalyst::Action::Serialize=HASH(0x65729f8)') called
at /usr/share/perl5/Catalyst/Plugin/StackTrace.pm line 22
Catalyst::Plugin::StackTrace::execute('Gitalist=HASH(0x6b4ecd0)',
'Gitalist::Controller::Root',
'Catalyst::Action::Serialize=HASH(0x65729f8)') called
at /usr/share/perl5/Catalyst/Action.pm line 60
Catalyst::Action::dispatch('Catalyst::Action::Serialize=HASH(0x65729f8)',
'Gitalist=HASH(0x6b4ecd0)') called
at /usr/share/perl5/Catalyst/Controller.pm line 171
Catalyst::Controller::_END('Gitalist::Controller::Repository=HASH(0x5c00100)',
'Gitalist=HASH(0x6b4ecd0)') called
at /usr/share/perl5/Catalyst/Action.pm line 65
Catalyst::Action::execute('Catalyst::Action=HASH(0x644e0d8)',
'Gitalist::Controller::Repository=HASH(0x5c00100)',
'Gitalist=HASH(0x6b4ecd0)') called at /usr/share/perl5/Catalyst.pm line
1668 eval {...} called at /usr/share/perl5/Catalyst.pm line 1668
Catalyst::execute('Gitalist=HASH(0x6b4ecd0)',
'Gitalist::Controller::Repository', 'Catalyst::Action=HASH(0x644e0d8)')
called at /usr/share/perl5/Catalyst/Plugin/StackTrace.pm line 22
Catalyst::Plugin::StackTrace::execute('Gitalist=HASH(0x6b4ecd0)',
'Gitalist::Controller::Repository', 'Catalyst::Action=HASH(0x644e0d8)')
called at /usr/share/perl5/Catalyst/Action.pm line 60
Catalyst::Action::dispatch('Catalyst::Action=HASH(0x644e0d8)',
'Gitalist=HASH(0x6b4ecd0)') called
at /usr/share/perl5/Catalyst/Dispatcher.pm line 257
Catalyst::Dispatcher::_do_forward('Catalyst::Dispatcher=HASH(0x4c0a5e8)',
'forward', 'Gitalist=HASH(0x6b4ecd0)', '_END') called
at /usr/share/perl5/Catalyst/Dispatcher.pm line 237
Catalyst::Dispatcher::forward('Catalyst::Dispatcher=HASH(0x4c0a5e8)',
'Gitalist=HASH(0x6b4ecd0)', '_END') called
at /usr/share/perl5/Catalyst.pm line 358
Catalyst::forward('Gitalist=HASH(0x6b4ecd0)', '_END') called
at /usr/share/perl5/Catalyst/Controller.pm line 135
Catalyst::Controller::_DISPATCH('Gitalist::Controller::Repository=HASH(0x5c00100)',
'Gitalist=HASH(0x6b4ecd0)') called
at /usr/share/perl5/Catalyst/Action.pm line 65
Catalyst::Action::execute('Catalyst::Action=HASH(0x644dad8)',
'Gitalist::Controller::Repository=HASH(0x5c00100)',
'Gitalist=HASH(0x6b4ecd0)') called at /usr/share/perl5/Catalyst.pm line
1668 eval {...} called at /usr/share/perl5/Catalyst.pm line 1668
Catalyst::execute('Gitalist=HASH(0x6b4ecd0)',
'Gitalist::Controller::Repository', 'Catalyst::Action=HASH(0x644dad8)')
called at /usr/share/perl5/Catalyst/Plugin/StackTrace.pm line 22
Catalyst::Plugin::StackTrace::execute('Gitalist=HASH(0x6b4ecd0)',
'Gitalist::Controller::Repository', 'Catalyst::Action=HASH(0x644dad8)')
called at /usr/share/perl5/Catalyst/Action.pm line 60
Catalyst::Action::dispatch('Catalyst::Action=HASH(0x644dad8)',
'Gitalist=HASH(0x6b4ecd0)') called
at /usr/share/perl5/Catalyst/Dispatcher.pm line 257
Catalyst::Dispatcher::_do_forward('Catalyst::Dispatcher=HASH(0x4c0a5e8)',
'forward', 'Gitalist=HASH(0x6b4ecd0)', '/repository/_DISPATCH') called
at /usr/share/perl5/Catalyst/Dispatcher.pm line 237
Catalyst::Dispatcher::forward('Catalyst::Dispatcher=HASH(0x4c0a5e8)',
'Gitalist=HASH(0x6b4ecd0)', '/repository/_DISPATCH') called
at /usr/share/perl5/Catalyst.pm line 358
Catalyst::forward('Gitalist=HASH(0x6b4ecd0)', '/repository/_DISPATCH')
called at /usr/share/perl5/Catalyst/Dispatcher.pm line 105
Catalyst::Dispatcher::dispatch('Catalyst::Dispatcher=HASH(0x4c0a5e8)',
'Gitalist=HASH(0x6b4ecd0)') called at /usr/share/perl5/Catalyst.pm line
1614 Catalyst::dispatch('Gitalist=HASH(0x6b4ecd0)') called
at /usr/share/perl5/Catalyst/Plugin/Static/Simple.pm line 77
Class::MOP::Class:::around('CODE(0x4c3d160)',
'Gitalist=HASH(0x6b4ecd0)') called
at /usr/lib/perl5/Class/MOP/Method/Wrapped.pm line 162
Class::MOP::Method::Wrapped::__ANON__('Gitalist=HASH(0x6b4ecd0)')
called at /usr/lib/perl5/Class/MOP/Method/Wrapped.pm line 91
Gitalist::dispatch('Gitalist=HASH(0x6b4ecd0)') called
at /usr/share/perl5/Catalyst.pm line 1964 Catalyst::__ANON__() called
at /usr/share/perl5/Try/Tiny.pm line 76 eval {...} called
at /usr/share/perl5/Try/Tiny.pm line 67
Try::Tiny::try('CODE(0x6b81d58)', 'Try::Tiny::Catch=REF(0x6b81ed8)')
called at /usr/share/perl5/Catalyst.pm line 1970
Catalyst::handle_request('Gitalist', 'env', 'HASH(0x6bd1fe8)',
'response_cb', 'CODE(0x6b4ee98)') called
at /usr/share/perl5/Catalyst/Engine.pm line 685
Catalyst::Engine::__ANON__('CODE(0x6b4ee98)') called
at /usr/share/perl5/HTTP/Message/PSGI.pm line 98
HTTP::Message::PSGI::res_from_psgi('CODE(0x6b4edc0)') called
at /usr/share/perl5/HTTP/Message/PSGI.pm line 153
HTTP::Response::from_psgi('HTTP::Response', 'CODE(0x6b4edc0)') called
at /usr/share/perl5/Plack/Test/MockHTTP.pm line 24
Plack::Test::MockHTTP::__ANON__() called
at /usr/share/perl5/Try/Tiny.pm line 71 eval {...} called
at /usr/share/perl5/Try/Tiny.pm line 67
Try::Tiny::try('CODE(0x6a34d48)', 'Try::Tiny::Catch=REF(0x66cd548)')
called at /usr/share/perl5/Plack/Test/MockHTTP.pm line 27
Plack::Test::MockHTTP::__ANON__('HTTP::Request=HASH(0x6b4f3d8)') called
at /usr/share/perl5/Catalyst/Test.pm line 280
Catalyst::Test::__ANON__('CODE(0x6a34b08)') called
at /usr/share/perl5/Plack/Test/MockHTTP.pm line 33
Plack::Test::MockHTTP::test_psgi('app', 'CODE(0x6a27b78)',
'mangle_response', 'CODE(0x24bf838)', 'app', 'CODE(0x6a35048)',
'client', 'CODE(0x6a34fe8)') called at /usr/share/perl5/Plack/Test.pm
line 17 Plack::Test::test_psgi('app', 'CODE(0x6a27b78)',
'mangle_response', 'CODE(0x24bf838)', 'app', 'CODE(0x6a35048)',
'client', 'CODE(0x6a34fe8)') called
at /usr/share/perl5/Catalyst/Test.pm line 283
Catalyst::Test::_request('HASH(0x6a27f98)', '/bare.git') called
at /usr/share/perl5/Catalyst/Test.pm line 324
Catalyst::Test::_local_request('Gitalist', '/bare.git') called
at /usr/share/perl5/Catalyst/Test.pm line 31
Catalyst::Test::__ANON__('/bare.git') called at t/01app.t line 18"
t/01app.t ................................................... 35/?
[warn] Serving filehandle without a content-length [warn] Serving
filehandle without a content-length [warn] Serving filehandle without a
content-length
t/01app.t ................................................... ok
t/02git_CollectionOfRepositories_FromDirectory.t ............ ok
t/02git_CollectionOfRepositories_FromDirectory_WhiteList.t .. ok
t/02git_CollectionOfRepositories_FromDirectoryRecursive.t ... ok
t/02git_head.t .............................................. ok
t/02git_object.t ............................................ 1/? #
Failed test 'commit_obj->get_patch can return a patch' #   at
t/02git_object.t line 172. Got instead: From
3f7567c7bdf7e7ebf410926493b92d398333116e Mon Sep 17 00:00:00 2001 From:
Florian Ragwitz <r...@debian.org> Date: Tue, 6 Mar 2007 20:39:45 +0100
Subject: [PATCH] bar

---
 file1 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/file1 b/file1
index 257cc56..5716ca5 100644
--- a/file1
+++ b/file1
@@ -1 +1 @@
-foo
+bar
-- 
1.7.10.4

# Looks like you failed 1 test of 38.
t/02git_object.t ............................................ Dubious,
test returned 1 (wstat 256, 0x100) Failed 1/38 subtests 
t/02git_Repository.t ........................................ ok    
t/02git_tag.t ............................................... ok    
t/02git_util.t .............................................. ok   
t/03legacy_uri.t ............................................ 201/?
[warn] Serving filehandle without a content-length [warn] Serving
filehandle without a content-length [warn] Serving filehandle without a
content-length
t/03legacy_uri.t ............................................ 213/?
[warn] Serving filehandle without a content-length [warn] Serving
filehandle without a content-length [warn] Serving filehandle without a
content-length [warn] Serving filehandle without a content-length
[warn] Serving filehandle without a content-length [warn] Serving
filehandle without a content-length [warn] Serving filehandle without a
content-length [warn] Serving filehandle without a content-length
[warn] Serving filehandle without a content-length
t/03legacy_uri.t ............................................ 232/?
[warn] Serving filehandle without a content-length [warn] Serving
filehandle without a content-length [warn] Serving filehandle without a
content-length [warn] Serving filehandle without a content-length
[warn] Serving filehandle without a content-length
[warn] Serving filehandle without a content-length
[warn] Serving filehandle without a content-length
[warn] Serving filehandle without a content-length
[warn] Serving filehandle without a content-length
[warn] Serving filehandle without a content-length
t/03legacy_uri.t ............................................ 263/?
[warn] Serving filehandle without a content-length [warn] Serving
filehandle without a content-length [warn] Serving filehandle without a
content-length [warn] Serving filehandle without a content-length
[warn] Serving filehandle without a content-length
t/03legacy_uri.t ............................................ 277/?
[warn] Serving filehandle without a content-length [warn] Serving
filehandle without a content-length [warn] Serving filehandle without a
content-length [warn] Serving filehandle without a content-length
[warn] Serving filehandle without a content-length
t/03legacy_uri.t ............................................ ok     
t/app-mech-rootpage.t ....................................... skipped:
One or more of the following modules aren't present:
Test::WWW::Mechanize::Catalyst WWW::Mechanize::TreeBuilder
HTML::TreeBuilder::XPath
t/atom.t .................................................... ok
t/json_view.t ............................................... ok
t/model_collectionofrepos.t ................................. ok
t/opml.t .................................................... ok
t/rss.t ..................................................... ok
t/view_Default.t ............................................ ok   

Test Summary Report
-------------------
t/02git_object.t                                          (Wstat: 256
Tests: 38 Failed: 1) Failed test:  36
  Non-zero exit status: 1
Files=18, Tests=677, 80 wallclock secs ( 0.20 usr  0.03 sys + 56.71
cusr 17.93 csys = 74.87 CPU) Result: FAIL
Failed 1/18 test programs. 1/677 subtests failed.
make: *** [test_dynamic] Error 255


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to