Your message dated Wed, 12 Oct 2005 22:47:12 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#333510: fixed in perl 5.8.7-6
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; 12 Oct 2005 09:01:38 +0000
>From [EMAIL PROTECTED] Wed Oct 12 02:01:38 2005
Return-path: <[EMAIL PROTECTED]>
Received: from uittosatama.fi [217.30.179.138]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EPcUT-0008Su-00; Wed, 12 Oct 2005 02:01:37 -0700
Received: by uittosatama.fi (Postfix, from userid 573)
id 9058FEC826A; Wed, 12 Oct 2005 12:01:03 +0300 (EEST)
Date: Wed, 12 Oct 2005 12:01:03 +0300
From: Riku Voipio <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: [FTBFS] perl fails on arm with -O2
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="45Z9DzgjV8m4Oswq"
Content-Disposition: inline
X-Mailer: reportbug 3.17
X-message-flag: Warning: message not sent with a DRM-Certified client
User-Agent: Mutt/1.5.9i
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
--45Z9DzgjV8m4Oswq
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Package: perl
Version: 5.8.7-5
Severity: serious
Justification: no longer builds from source
Perl fails to build on arm/armeb with -O2 optimization and current gcc4.
with -01, perl compiled fine and pass testsuites withoout a problem. By
using the following patch instead of the current 63_debian_ppc_opt..
patch, this (gcc) issue can be worked around.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: arm (armv4l)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages perl depends on:
ii libc6 2.3.5-6 GNU C Library: Shared libraries an
ii libdb4.2 4.2.52-19 Berkeley v4.2 Database Libraries [
ii libgdbm3 1.8.3-2 GNU dbm database routines (runtime
ii perl-base 5.8.7-3 The Pathologically Eclectic Rubbis
ii perl-modules 5.8.7-5 Core Perl modules
Versions of packages perl recommends:
pn perl-doc <none> (no description available)
-- no debconf information
--45Z9DzgjV8m4Oswq
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=63_debian_arm_optim
Don't need to downgrade optimisation on ppc with gcc 4.0
diff -Naur --exclude=debian perl-5.8.7.orig/hints/linux.sh
perl-5.8.7/hints/linux.sh
--- perl-5.8.7.orig/hints/linux.sh 2005-04-05 06:08:31.000000000 +1000
+++ perl-5.8.7/hints/linux.sh 2005-10-11 11:00:00.000000000 +0000
@@ -90,7 +90,7 @@
'')
optimize='-O2'
case "`uname -m`" in
- ppc*)
+ arm*)
# on ppc, it seems that gcc (at least gcc 3.3.2) isn't happy
# with -O2 ; so downgrade to -O1.
optimize='-O1'
--45Z9DzgjV8m4Oswq--
---------------------------------------
Received: (at 333510-close) by bugs.debian.org; 13 Oct 2005 05:47:58 +0000
>From [EMAIL PROTECTED] Wed Oct 12 22:47:58 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EPvvs-0001Z9-00; Wed, 12 Oct 2005 22:47:12 -0700
From: Brendan O'Dea <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#333510: fixed in perl 5.8.7-6
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 12 Oct 2005 22:47:12 -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: perl
Source-Version: 5.8.7-6
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.8.7-6_all.deb
to pool/main/p/perl/libcgi-fast-perl_5.8.7-6_all.deb
libperl-dev_5.8.7-6_sparc.deb
to pool/main/p/perl/libperl-dev_5.8.7-6_sparc.deb
libperl5.8_5.8.7-6_sparc.deb
to pool/main/p/perl/libperl5.8_5.8.7-6_sparc.deb
perl-base_5.8.7-6_sparc.deb
to pool/main/p/perl/perl-base_5.8.7-6_sparc.deb
perl-debug_5.8.7-6_sparc.deb
to pool/main/p/perl/perl-debug_5.8.7-6_sparc.deb
perl-doc_5.8.7-6_all.deb
to pool/main/p/perl/perl-doc_5.8.7-6_all.deb
perl-modules_5.8.7-6_all.deb
to pool/main/p/perl/perl-modules_5.8.7-6_all.deb
perl-suid_5.8.7-6_sparc.deb
to pool/main/p/perl/perl-suid_5.8.7-6_sparc.deb
perl_5.8.7-6.diff.gz
to pool/main/p/perl/perl_5.8.7-6.diff.gz
perl_5.8.7-6.dsc
to pool/main/p/perl/perl_5.8.7-6.dsc
perl_5.8.7-6_sparc.deb
to pool/main/p/perl/perl_5.8.7-6_sparc.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.
Brendan O'Dea <[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.7
Date: Thu, 13 Oct 2005 13:35:38 +1000
Source: perl
Binary: perl-base libcgi-fast-perl libperl-dev perl-debug perl-modules perl
libperl5.8 perl-suid perl-doc
Architecture: source sparc all
Version: 5.8.7-6
Distribution: unstable
Urgency: low
Maintainer: Brendan O'Dea <[EMAIL PROTECTED]>
Changed-By: Brendan O'Dea <[EMAIL PROTECTED]>
Description:
libcgi-fast-perl - CGI::Fast Perl module
libperl-dev - Perl library: development files
libperl5.8 - Shared Perl library
perl - Larry Wall's Practical Extraction and Report Language
perl-base - The Pathologically Eclectic Rubbish Lister
perl-debug - Debug-enabled Perl interpreter
perl-doc - Perl documentation
perl-modules - Core Perl modules
perl-suid - Runs setuid Perl scripts
Closes: 333510
Changes:
perl (5.8.7-6) unstable; urgency=low
.
* Downgrade optimisation on arm to -O1 for certain files due to
problems with gcc 4.0 (closes: #333510).
Files:
07ed9eee9be72e84cbc929a464ddf6be 717 perl standard perl_5.8.7-6.dsc
edc4a45010a516673a83cc63cfa5e20b 132056 perl standard perl_5.8.7-6.diff.gz
b0788c6e032f6ec21812c3603d6651aa 38888 perl optional
libcgi-fast-perl_5.8.7-6_all.deb
297cda58b630ed35a51c1657bb268a63 7208092 doc optional perl-doc_5.8.7-6_all.deb
b0988f40ecfb20377b1e2230f0594c13 2325798 perl standard
perl-modules_5.8.7-6_all.deb
7ef90432c90bf7e4a0bc77fa627685d8 791980 base required
perl-base_5.8.7-6_sparc.deb
39f6c54e820a123dcd329f61809d74ec 2536464 perl optional
perl-debug_5.8.7-6_sparc.deb
f11c4342f61892808306ca2bc111fb18 30032 perl optional
perl-suid_5.8.7-6_sparc.deb
8da76100c499613483ceec8f319045f7 1012 libs optional
libperl5.8_5.8.7-6_sparc.deb
e927eb1026a0a01dc3bc77ed9066a29d 602130 libdevel optional
libperl-dev_5.8.7-6_sparc.deb
1a3184ada7b7af7d78bcff9533f6ccde 3706468 perl standard perl_5.8.7-6_sparc.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDTfLB8NyOALKMWZURAuMxAKCVci6pa28qXYGwe7sozco4Jp7+KgCgg6tu
aeyrtMn7U7vqWZmczSQNIIg=
=PuvM
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]