Bug#769240: libcatalyst-controller-formbuilder-perl: FTBFS in jessie/i386: Tests failures

2014-11-15 Thread gregor herrmann
On Wed, 12 Nov 2014 21:11:09 +, Simon McVittie wrote: Since this is, strictly speaking, a regression in our patched CGI::FormBuilder, I've prepared a patch that replaces Amitai's 2 patches, and my additional patch in the same style. (See attached, 0003-*.patch.) Thank you, much

Bug#769240: libcatalyst-controller-formbuilder-perl: FTBFS in jessie/i386: Tests failures

2014-11-15 Thread Jonas Smedegaard
Quoting gregor herrmann (2014-11-15 15:14:52) On Wed, 12 Nov 2014 21:11:09 +, Simon McVittie wrote: The attached 0001-*.patch is for Debian's git repo. The patched libcgi-formbuilder-perl passes its tests in sbuild, and so does libcatalyst-controller-formbuilder-perl_0.06-2 when given

Bug#769240: libcatalyst-controller-formbuilder-perl: FTBFS in jessie/i386: Tests failures

2014-11-15 Thread gregor herrmann
On Sat, 15 Nov 2014 16:00:04 +0100, Jonas Smedegaard wrote: Jonas, do you have time to look into this? Yes, working on it now. Great, thanks! Cheers, gregor -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and

Bug#769240: libcatalyst-controller-formbuilder-perl: FTBFS in jessie/i386: Tests failures

2014-11-15 Thread Jonas Smedegaard
Quoting gregor herrmann (2014-11-15 16:11:22) On Sat, 15 Nov 2014 16:00:04 +0100, Jonas Smedegaard wrote: Jonas, do you have time to look into this? Yes, working on it now. Uploaded now. Please someone else than me take the dialogue with release team - my stomach is not up for that task.

Bug#769240: libcatalyst-controller-formbuilder-perl: FTBFS in jessie/i386: Tests failures

2014-11-15 Thread Simon McVittie
On 15/11/14 15:25, Jonas Smedegaard wrote: Please someone else than me take the dialogue with release team - my stomach is not up for that task. I'll do the unblock request now. S -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe.

Bug#769240: libcatalyst-controller-formbuilder-perl: FTBFS in jessie/i386: Tests failures

2014-11-15 Thread Jonas Smedegaard
Quoting Simon McVittie (2014-11-15 16:54:23) On 15/11/14 15:25, Jonas Smedegaard wrote: Please someone else than me take the dialogue with release team - my stomach is not up for that task. I'll do the unblock request now. Excellent. Thanks! - Jonas -- * Jonas Smedegaard - idealist

Bug#769240: libcatalyst-controller-formbuilder-perl: FTBFS in jessie/i386: Tests failures

2014-11-12 Thread Lucas Nussbaum
Source: libcatalyst-controller-formbuilder-perl Version: 0.06-2 Severity: serious Tags: jessie sid User: debian...@lists.debian.org Usertags: qa-ftbfs-20141112 qa-ftbfs Justification: FTBFS in jessie on i386 Hi, During a rebuild of all packages in jessie (in a jessie chroot, not a sid chroot),

Bug#769240: libcatalyst-controller-formbuilder-perl: FTBFS in jessie/i386: Tests failures

2014-11-12 Thread gregor herrmann
Control: tag -1 + confirmed On Wed, 12 Nov 2014 11:28:52 +0100, Lucas Nussbaum wrote: Source: libcatalyst-controller-formbuilder-perl Version: 0.06-2 Severity: serious Tags: jessie sid User: debian...@lists.debian.org Usertags: qa-ftbfs-20141112 qa-ftbfs Justification: FTBFS in jessie on

Bug#769240: libcatalyst-controller-formbuilder-perl: FTBFS in jessie/i386: Tests failures

2014-11-12 Thread Simon McVittie
On 12/11/14 19:24, gregor herrmann wrote: On Wed, 12 Nov 2014 11:28:52 +0100, Lucas Nussbaum wrote: # Testing Catalyst::Controller::FormBuilder 0.06 t/00-load.t ok [error] Caught exception in TestApp::Controller::Books-basic Can't locate object method param_fetch via package

Bug#769240: libcatalyst-controller-formbuilder-perl: FTBFS in jessie/i386: Tests failures

2014-11-12 Thread Simon McVittie
On 12/11/14 19:50, Simon McVittie wrote: Alternatively, CGI::FormBuilder could be augmented to use something like this my @xs; if ($q-can(param_fetch)) { @xs = @{$q-param_fetch('x')}; } else { @xs = $q-param('x'); } at each of the locations where Amitai