Package: perl Version: 5.8.8-12 Severity: serious Tags: patch Hi,
Please find the attached patch to fix a FTBFS issue in perl with linux-libc-dev from 2.6.25. William -- System Information: Debian Release: lenny/sid Architecture: amd64 (x86_64) Kernel: Linux 2.6.22-3-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages perl depends on: ii libc6 2.7-10 GNU C Library: Shared libraries ii libdb4.6 4.6.21-6 Berkeley v4.6 Database Libraries [ ii libgdbm3 1.8.3-3 GNU dbm database routines (runtime ii perl-base 5.8.8-12+2 The Pathologically Eclectic Rubbis ii perl-modules 5.8.8-12+2 Core Perl modules Versions of packages perl recommends: ii perl-doc 5.8.8-12+2 Perl documentation -- no debconf information
--- perl-5.8.8~/ext/IPC/SysV/SysV.xs 2001-06-30 13:46:07.000000000 -0500 +++ perl-5.8.8/ext/IPC/SysV/SysV.xs 2008-05-06 23:09:14.000000000 -0500 @@ -3,9 +3,6 @@ #include "XSUB.h" #include <sys/types.h> -#ifdef __linux__ -# include <asm/page.h> -#endif #if defined(HAS_MSG) || defined(HAS_SEM) || defined(HAS_SHM) #ifndef HAS_SEM # include <sys/ipc.h>