Your message dated Wed, 05 Oct 2005 08:47:09 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#319955: fixed in sdlperl 1.20.3-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 25 Jul 2005 22:23:51 +0000
>From [EMAIL PROTECTED] Mon Jul 25 15:23:51 2005
Return-path: <[EMAIL PROTECTED]>
Received: from farad.aurel32.net [82.232.2.251]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DxBMV-0006bz-00; Mon, 25 Jul 2005 15:23:51 -0700
Received: from hertz.aurel32.net ([2001:618:400:fc13:2e0:18ff:fea3:b80f])
by farad.aurel32.net with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32)
(Exim 4.50)
id 1DxBMU-0000qI-5d; Tue, 26 Jul 2005 00:23:50 +0200
Received: from aurel32 by hertz.aurel32.net with local (Exim 4.52)
id 1DxBMV-000Ei1-Nd; Tue, 26 Jul 2005 00:23:51 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Aurelien Jarno <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: FTBFS on GNU/kFreeBSD
X-Mailer: reportbug 3.15
Date: Tue, 26 Jul 2005 00:23:51 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS,
HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: sdlperl
Severity: important
Tags: patch
Hi,
sdlperl currently fails to build on GNU/kFreeBSD. Please find below a
very simple patch to support it:
--- sdlperl-1.20.3.orig/Makefile.PL
+++ sdlperl-1.20.3/Makefile.PL
@@ -8,6 +8,7 @@
linux => "Makefile.linux",
win32 => "Makefile.win32",
freebsd => "Makefile.freebsd",
+ gnukfreebsd => "Makefile.linux",
);
#
Actually Makefile.linux should be renamed into Makefile.glibc as it has
nothing specific to linux, it is rather specific to the glibc.
Could you please include this patch in the next upload?
Thanks for your cooperation,
Aurelien
-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.3-17
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
---------------------------------------
Received: (at 319955-close) by bugs.debian.org; 5 Oct 2005 15:48:06 +0000
>From [EMAIL PROTECTED] Wed Oct 05 08:48:06 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1ENBU5-0001Q9-00; Wed, 05 Oct 2005 08:47:09 -0700
From: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#319955: fixed in sdlperl 1.20.3-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 05 Oct 2005 08:47:09 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Source: sdlperl
Source-Version: 1.20.3-3
We believe that the bug you reported is fixed in the latest version of
sdlperl, which is due to be installed in the Debian FTP archive:
libsdl-perl_1.20.3-3_i386.deb
to pool/main/s/sdlperl/libsdl-perl_1.20.3-3_i386.deb
sdlperl_1.20.3-3.diff.gz
to pool/main/s/sdlperl/sdlperl_1.20.3-3.diff.gz
sdlperl_1.20.3-3.dsc
to pool/main/s/sdlperl/sdlperl_1.20.3-3.dsc
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> (supplier of updated sdlperl
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Wed, 5 Oct 2005 17:33:53 +0200
Source: sdlperl
Binary: libsdl-perl
Architecture: source i386
Version: 1.20.3-3
Distribution: unstable
Urgency: low
Maintainer: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
Changed-By: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
Description:
libsdl-perl - SDL bindings for the Perl language
Closes: 319955
Changes:
sdlperl (1.20.3-3) unstable; urgency=low
.
* Makefile.PL:
+ Fixed wrongly applied patch (Closes: #319955).
Files:
37d4b57fddc6159eaeae5a219fb7d12a 837 perl optional sdlperl_1.20.3-3.dsc
3af52b7fc7c342f882a329ae02cad4ae 20017 perl optional sdlperl_1.20.3-3.diff.gz
3736ae766990e5c758971e31753ff7fe 906220 perl optional
libsdl-perl_1.20.3-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDQ/NHfPP1rylJn2ERAq/nAJ4md9BUa74ZAy2/7GdiVrX1OTj6QQCfQHFI
pwZqvWzB8G2WRetI3bwLleY=
=2lk7
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]