Your message dated Wed, 7 May 2008 10:18:33 +0300
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#479868: FTBFS with linux-libc-dev >> 2.6.25
has caused the Debian Bug report #479868,
regarding FTBFS with linux-libc-dev >> 2.6.25
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
479868: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479868
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
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>
--- End Message ---
--- Begin Message ---
Version: 5.10.0-1
On Wed, May 07, 2008 at 12:18:02AM -0500, William Pitcock wrote:
> 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.
Thanks, but this is already fixed in unstable with 5.10.0. Closing.
[ 31702] By: ams on 2007/08/12 14:10:10
Log: Use sysconf/getpagesize/page.h to determine page size on Linux,
in that order.
Subject: Re: [PATCH] Various Gentoo Patches
From: Marcus Holland-Moritz <[EMAIL PROTECTED]>
Date: Sun, 12 Aug 2007 13:16:52 +0200
Message-Id: <[EMAIL PROTECTED]>
Branch: perl
! ext/IPC/SysV/SysV.xs
http://www.nntp.perl.org/group/perl.perl5.changes/2007/08/msg19514.html
--
Niko Tyni [EMAIL PROTECTED]
--- End Message ---