Your message dated Tue, 14 Jun 2011 21:40:59 +0100
with message-id <[email protected]>
and subject line Re: Bug#626129: perl: sh4: FTBFS: Failed at op/ver.t line 241
has caused the Debian Bug report #626129,
regarding perl: sh4: FTBFS: Failed at op/ver.t line 241
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.)
--
626129: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626129
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: perl
Version: 5.12.3-6
Severity: wishlist
User: [email protected]
Usertags: sh4
X-Debbugs-CC: [email protected]
Hi,
perl pacgage FTBFS on sh4.
http://buildd.debian-ports.org/status/fetch.php?pkg=perl&arch=sh4&ver=5.12.3-6&stamp=1304403673
-----
t/op/utf8cache.................................................ok
t/op/utf8decode................................................ok
t/op/utf8magic.................................................ok
t/op/utfhash...................................................ok
t/op/utftaint..................................................ok
t/op/vec.......................................................ok
Malformed UTF-8 character (13 bytes, need 13, after start byte 0xff)
in sprintf at op/ver.t line 241.
# Failed at op/ver.t line 241
# got "9223372036854775807.0"
# expected "9223372036854775807.9223372036854775808"
t/op/ver.......................................................FAILED at test 45
t/op/wantarray.................................................ok
t/op/while_readdir.............................................ok
-----
double value cannot display. But float is OK.
-----
./perl -e 'printf ("%vd\n", eval "v9223372036854775807.9223372036854775808")'
Malformed UTF-8 character (13 bytes, need 13, after start byte 0xff)
in printf at -e line 1.
9223372036854775807.0
./perl -e 'printf ("%vd\n", eval "v2147483647.214748364")'
2147483647.214748364
-----
Best regards,
Nobuhiro
--
Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6
--- End Message ---
--- Begin Message ---
On Tue, May 31, 2011 at 03:33:50PM +0100, Dominic Hargreaves wrote:
> On Tue, May 31, 2011 at 10:43:17AM +0900, Nobuhiro Iwamatsu wrote:
> > 2011/5/31 Dominic Hargreaves <[email protected]>:
>
> > > I noticed that this a fix has been found in gcc at
> > > <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49186> - I'm now wondering
> > > whether it would be best to work to get that fix integrated into gcc
> > > in Debian rather than adding the workaround to perl at this point.
>
> > I already requested backports this patch into 4.x branches.
> > gcc of debian merges a change of upstream regularly.
> > Therefore, this will be taken in a few days later.
>
> Great news. I'll hold off applying this patch in perl for the time
> being then. Sorry that we weren't able to respond quickly to this
> request this time.
I see that the fix has made it into gcc-4.{4,5,6} so I'll now close
this.
Cheers,
Dominic.
--
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)
--- End Message ---