found 456864 0.94-1
tag 456864 patch
thanks

On Tue, Dec 18, 2007 at 10:02:56AM +0100, Lucas Nussbaum wrote:
> Package: libgearman-client-async-perl
> version: 0.94-2
> Severity: serious
> User: [EMAIL PROTECTED]
> Usertags: qa-ftbfs-20071217 qa-ftbfs
> Justification: FTBFS on i386

>  > t/async...........Use of uninitialized value in getprotobynumber at 
> /usr/lib/perl/5.8/IO/Socket/INET.pm line 133.
>  > Use of uninitialized value in socket at /usr/lib/perl/5.8/IO/Socket.pm 
> line 80.

>  > Timeout waiting for port 9000 to startup at 
> /build/user/libgearman-client-async-perl-0.94/t/lib/testlib.pl line 75.
>  > # Looks like your test died before it could output anything.

This is the usual case of a missing build-dependency on netbase. See #185244.

The bug is also present in the current version in testing, so noting
that for the benefit of the migration scripts.

Trivial patch attached.

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]
--- libgearman-client-async-perl-0.94/debian/control
+++ libgearman-client-async-perl-0.94/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Pascal Hakim <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: libgearman-client-perl (>= 1.05-1), gearman-server, libdanga-socket-perl (>= 1.52-1) 
+Build-Depends-Indep: libgearman-client-perl (>= 1.05-1), gearman-server, libdanga-socket-perl (>= 1.52-1), netbase 
 Standards-Version: 3.7.2
 
 Package: libgearman-client-async-perl

Reply via email to