Your message dated Tue, 05 Aug 2008 13:02:14 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#480385: fixed in perl 5.10.0-12
has caused the Debian Bug report #480385,
regarding perl: FTBFS on GNU/kFreeBSD
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.)
--
480385: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480385
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: perl
Version: 5.10.0-10
Severity: important
Tags: patch
perl 5.10.0 fails to build on GNU/kFreeBSD, as it misses a few system
definitions in lib/ExtUtils/CBuilder.pm and lib/Module/Build.pm.
Please find attached a patch to drop in debian/patches in order to fix
the problem.
-- System Information:
Debian Release: lenny/sid
Architecture: kfreebsd-i386 (i686)
Kernel: kFreeBSD 6.3-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages perl depends on:
ii libc0.1 2.7-10 GNU C Library: Shared libraries
ii libdb4.6 4.6.21-7 Berkeley v4.6 Database Libraries [
ii libgdbm3 1.8.3-3 GNU dbm database routines (runtime
ii perl-base 5.8.8-12 The Pathologically Eclectic Rubbis
ii perl-modules 5.8.8-12 Core Perl modules
Versions of packages perl recommends:
pn perl-doc <none> (no description available)
-- no debconf information
--- a/lib/ExtUtils/CBuilder.pm
+++ b/lib/ExtUtils/CBuilder.pm
@@ -36,6 +36,7 @@
sunos Unix
cygwin Unix
os2 Unix
+ gnukfreebsd Unix
dos Windows
MSWin32 Windows
--- a/lib/Module/Build.pm
+++ b/lib/Module/Build.pm
@@ -49,6 +49,7 @@
cygwin Unix
os2 Unix
interix Unix
+ gnukfreebsd Unix
dos Windows
MSWin32 Windows
--- End Message ---
--- Begin Message ---
Source: perl
Source-Version: 5.10.0-12
We believe that the bug you reported is fixed in the latest version of
perl, which is due to be installed in the Debian FTP archive:
libcgi-fast-perl_5.10.0-12_all.deb
to pool/main/p/perl/libcgi-fast-perl_5.10.0-12_all.deb
libperl-dev_5.10.0-12_amd64.deb
to pool/main/p/perl/libperl-dev_5.10.0-12_amd64.deb
libperl5.10_5.10.0-12_amd64.deb
to pool/main/p/perl/libperl5.10_5.10.0-12_amd64.deb
perl-base_5.10.0-12_amd64.deb
to pool/main/p/perl/perl-base_5.10.0-12_amd64.deb
perl-debug_5.10.0-12_amd64.deb
to pool/main/p/perl/perl-debug_5.10.0-12_amd64.deb
perl-doc_5.10.0-12_all.deb
to pool/main/p/perl/perl-doc_5.10.0-12_all.deb
perl-modules_5.10.0-12_all.deb
to pool/main/p/perl/perl-modules_5.10.0-12_all.deb
perl-suid_5.10.0-12_amd64.deb
to pool/main/p/perl/perl-suid_5.10.0-12_amd64.deb
perl_5.10.0-12.diff.gz
to pool/main/p/perl/perl_5.10.0-12.diff.gz
perl_5.10.0-12.dsc
to pool/main/p/perl/perl_5.10.0-12.dsc
perl_5.10.0-12_amd64.deb
to pool/main/p/perl/perl_5.10.0-12_amd64.deb
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.
Niko Tyni <[EMAIL PROTECTED]> (supplier of updated perl 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.8
Date: Tue, 05 Aug 2008 14:17:05 +0300
Source: perl
Binary: perl-base libcgi-fast-perl perl-doc perl-modules perl-debug perl-suid
libperl5.10 libperl-dev perl
Architecture: source all amd64
Version: 5.10.0-12
Distribution: unstable
Urgency: low
Maintainer: Brendan O'Dea <[EMAIL PROTECTED]>
Changed-By: Niko Tyni <[EMAIL PROTECTED]>
Description:
libcgi-fast-perl - CGI::Fast Perl module
libperl-dev - Perl library: development files
libperl5.10 - Shared Perl library
perl - Larry Wall's Practical Extraction and Report Language
perl-base - minimal Perl system
perl-debug - Debug-enabled Perl interpreter
perl-doc - Perl documentation
perl-modules - Core Perl modules
perl-suid - Runs setuid Perl scripts
Closes: 144193 357663 412542 417528 443733 447830 475498 479434 479540 479957
480375 480385 480428 480480 480533 480719 481956 482110 483734 484681 485416
Changes:
perl (5.10.0-12) unstable; urgency=low
.
* Acknowledge NMU, thanks Bastian.
* Bugfix release targeted for lenny.
* Upgrade libfile-temp-perl conflict to (<= 0.18). (Closes: #480719)
* Add upstream integration status information into debian/patches
where applicable.
* Add Vcs-Git and Vcs-Browser information in debian/control.
* Fix Math::BigFloat::sqrt() breaking with too many digits. (Closes:
#417528)
* Remove numeric overloading of Getopt::Long callback functions.
(Closes: #479434)
* Support GNU/Hurd and GNU/kFreeBSD in Module::Build and
ExtUtils::CBuilder. (Closes: #480385, #480375)
* Fix a segmentation fault occurring in the mod_perl2 test suite.
(Closes: #475498)
* Fix the PerlIO_teardown prototype to suppress a compiler warning.
(Closes: #479540)
* Integrate some documentation fixes from upstream. (Closes: #357663,
#443733, #412542)
* Mention the relation between 'eval "require Foo"' and
PERL_DL_NONLAZY in the 'perldoc -f eval' documentation . (See
#479711).
* Fix a typo in perlpodspec.pod. (Closes: #447830)
* Fix 'constant subroutine SEEK_* redefined' warnings when using the
Fcntl and POSIX modules together. (Closes: #479957)
* Add conflicts/replaces/provides for libpod-simple-perl. (Closes: #481956)
* Fix crashes on @ISA fiddling. (Closes: #480480)
* Fix building with DEB_BUILD_OPTIONS=noopt. (Closes: #482110)
* Remove the __LONG_MAX__ kludge introduced in 5.8.1-1, it shouldn't be
needed anymore and emits warnings. (Closes: #480428)
* Make the '-x' test work with 'use filetest q/access/'. (Closes:
#483734)
* Update the description of the perl-base package. Thanks to Justin B Rye.
(Closes: #484681, #144193)
* Move /usr/share/perl/5.10/unicore/lib into perl-base. (Closes: #480533)
* Add conflicts/replaces/provides for libextutils-parsexs-perl.
(Closes: #485416)
Checksums-Sha1:
f39a235f34bcb70959a5ada229dcb48d4667ee5f 1299 perl_5.10.0-12.dsc
497dacd27e31eea000ffda7b6b4dc34ed33100f3 115136 perl_5.10.0-12.diff.gz
c9533460d3b8331aba52d481c15bfe11a79edef3 43520
libcgi-fast-perl_5.10.0-12_all.deb
430e14793340524848d6079c78781eb0138c7e55 8241758 perl-doc_5.10.0-12_all.deb
23ba9782f92fd8607463e035089035a66c912110 3191382 perl-modules_5.10.0-12_all.deb
3ec51fa5aa3b50f6e590bbbbacd9d7a07ee49071 1046422 perl-base_5.10.0-12_amd64.deb
1b9b26a51034d93af3d689c87ea04828fd6eb8c2 5538598 perl-debug_5.10.0-12_amd64.deb
d9c124e3788820ee72ff14f57cc1b5b098585dda 31454 perl-suid_5.10.0-12_amd64.deb
09cc821092993c785878e2e70f4d250ff7783dc2 1010 libperl5.10_5.10.0-12_amd64.deb
b9b4af8f4701f38b25c12d32479f928b112fa8dc 2595932
libperl-dev_5.10.0-12_amd64.deb
8b4a2be38ecc895aa310b3c9c987e75c0ffef324 5247804 perl_5.10.0-12_amd64.deb
Checksums-Sha256:
3a2d3ce93810dd472fcb6b150ba8890d9826754b09c8a0f2e8741f8e53552103 1299
perl_5.10.0-12.dsc
94d3e19a4156d7fc4833a6d7e181fe052bb6a0cdf6f2222b10886053e1179373 115136
perl_5.10.0-12.diff.gz
9d5d6e0e969b4b929e1fb975148348f6a911a9d32b54c8241ee514002b38c1df 43520
libcgi-fast-perl_5.10.0-12_all.deb
588ea12f2a9dc97d10df028be8e135a4891bd02231880cfad4a828f7fddcd267 8241758
perl-doc_5.10.0-12_all.deb
4ffe5716ce519afe3c6f5ebc27e2d1320786a9ac8f9bc45de2801a07df575f8e 3191382
perl-modules_5.10.0-12_all.deb
336ca946c41e00f00b34896bfb2d106e6dd74f06551fb7f391695f454311299c 1046422
perl-base_5.10.0-12_amd64.deb
c84eb217d1cdf8e02f0ba434601b6205850d2e4f87fa8800afd56afd6c8be558 5538598
perl-debug_5.10.0-12_amd64.deb
620c8c410d0b7fd1e5b820d1fefafbe2848f6188ea6fc6914156b818284a8c40 31454
perl-suid_5.10.0-12_amd64.deb
6c6a5b58bad8faf6a0be8786ce059682ad93f27958f517c9835c2a2996607c53 1010
libperl5.10_5.10.0-12_amd64.deb
947a190bd19b0fb89f0d00984717b99e0c3d2ea073f67938d50b5eed1339cb95 2595932
libperl-dev_5.10.0-12_amd64.deb
e2429373dc9e044aed10185d88d2859d256c8bca07d8f04f986eef8e94935fd9 5247804
perl_5.10.0-12_amd64.deb
Files:
11929bb9461f44903a3c36e2f5922a53 1299 perl standard perl_5.10.0-12.dsc
dbb85dc5125a850f928d4a2676b421a5 115136 perl standard perl_5.10.0-12.diff.gz
3e1e3dd6a4c5c84055783fc1f7a461f9 43520 perl optional
libcgi-fast-perl_5.10.0-12_all.deb
4ef8dccd398d82f8db45db66ddf5deec 8241758 doc optional
perl-doc_5.10.0-12_all.deb
4147011e2db190b58f0e93c216050203 3191382 perl standard
perl-modules_5.10.0-12_all.deb
0201727f452bccbda4e0f3beff311b28 1046422 perl required
perl-base_5.10.0-12_amd64.deb
4a89c8cf7cabfb4319a1c3014202f06d 5538598 perl optional
perl-debug_5.10.0-12_amd64.deb
d47cded6387c818ef88f3a8baa8db148 31454 perl optional
perl-suid_5.10.0-12_amd64.deb
980ff59037abc8b320aad2edf27fb21f 1010 libs optional
libperl5.10_5.10.0-12_amd64.deb
ad39b06c6c1902f738a31aa63488dd20 2595932 libdevel optional
libperl-dev_5.10.0-12_amd64.deb
4618c81b28c3ef945ca3ddfef5dc1350 5247804 perl standard perl_5.10.0-12_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFImEJ3iyizGWoHLTkRAg04AKDRISJxLVnzA9W0RZZLD2I7UvYiPwCfVIRu
EUlrQCO/oJWhNvqc8r4fKuQ=
=kSi2
-----END PGP SIGNATURE-----
--- End Message ---