Bug#390636: Undefined subroutine main::WIFEXITED called at /usr/lib/dpkg/controllib.pl line 433

2006-11-30 Thread Ludovic Brenta
The bug just struck on a buildd on powerpc: see http://buildd.debian.org/fetch.cgi?pkg=gnat-gps;ver=4.0.1-3;arch=powerpc;stamp=1164850518 Two days earlier, on the same machine (malo), the same package built successfully:

Bug#390636: Undefined subroutine main::WIFEXITED called at /usr/lib/dpkg/controllib.pl line 433

2006-10-03 Thread Brendan O'Dea
tag 390636 + pending thanks On Tue, Oct 03, 2006 at 12:17:57AM +0200, Per Olofsson wrote: More specifically, controllib.pl is missing a use POSIX; or so. Right. Added. --bod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#390636: Undefined subroutine main::WIFEXITED called at /usr/lib/dpkg/controllib.pl line 433

2006-10-02 Thread Per Olofsson
Package: dpkg-dev Version: 1.13.22 Severity: normal File: /usr/bin/dpkg-shlibdeps [EMAIL PROTECTED]:/data0/pelle/tightvnc-1.2.9$ dpkg-shlibdeps -O Xvnc/programs/Xserver/Xvnc objdump: '/emul/ia32-linux/usr/lib/libz.so.1': No such file objdump: /emul/ia32-linux/lib/libm.so.6: File format is

Bug#390636: Undefined subroutine main::WIFEXITED called at /usr/lib/dpkg/controllib.pl line 433

2006-10-02 Thread Nicolas François
tags 390636 unreproducible thanks Hello, On Mon, Oct 02, 2006 at 11:39:50AM +0200, Per Olofsson wrote: [EMAIL PROTECTED]:/data0/pelle/tightvnc-1.2.9$ dpkg-shlibdeps -O Xvnc/programs/Xserver/Xvnc objdump: '/emul/ia32-linux/usr/lib/libz.so.1': No such file objdump:

Bug#390636: Undefined subroutine main::WIFEXITED called at /usr/lib/dpkg/controllib.pl line 433

2006-10-02 Thread Per Olofsson
Nicolas François: On Mon, Oct 02, 2006 at 11:39:50AM +0200, Per Olofsson wrote: [EMAIL PROTECTED]:/data0/pelle/tightvnc-1.2.9$ dpkg-shlibdeps -O Xvnc/programs/Xserver/Xvnc objdump: '/emul/ia32-linux/usr/lib/libz.so.1': No such file objdump: /emul/ia32-linux/lib/libm.so.6: File format

Bug#390636: Undefined subroutine main::WIFEXITED called at /usr/lib/dpkg/controllib.pl line 433

2006-10-02 Thread Per Olofsson
tag 390636 - unreproducable thanks Per Olofsson: Look at the subprocerr function in /usr/lib/dpkg/controllib.pl. It calls WIFEXITED and WIFSIGNALED. Where are these functions actually defined? That's what perl is complaining about; it can't find them. More specifically, controllib.pl is