Skip Menu |

This queue is for tickets about the Geo-HelmertTransform CPAN distribution.

Report information
The Basics
Id: 56917
Status: resolved
Priority: 0/
Queue: Geo-HelmertTransform

People
Owner: Nobody in particular
Requestors: dom [...] earth.li
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Test failures with perl 5.12.0-1: long doubles
Date: Sun, 25 Apr 2010 19:37:36 +0100
To: bug-geo-helmerttransform [...] rt.cpan.org
From: Dominic Hargreaves <dom [...] earth.li>
----- Forwarded message from Niko Tyni <ntyni@debian.org> ----- X-Spam-Status: No, score=-5.1 required=5.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.5 Subject: Bug#578988: libgeo-helmerttransform-perl: FTBFS with perl 5.12.0-1: long doubles Reply-To: Niko Tyni <ntyni@debian.org>, 578988@bugs.debian.org Resent-From: Niko Tyni <ntyni@debian.org> Resent-To: debian-bugs-dist@lists.debian.org Resent-Date: Sat, 24 Apr 2010 04:45:01 +0000 Date: Sat, 24 Apr 2010 07:43:21 +0300 From: Niko Tyni <ntyni@debian.org> To: submit@bugs.debian.org User-Agent: Mutt/1.5.20 (2009-06-14) Resent-Date: Sat, 24 Apr 2010 04:45:04 +0000 X-Urchin-Spam-Score-Int: -50 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.1.7 Package: libgeo-helmerttransform-perl Version: 1.13-1 Severity: important User: debian-perl@lists.debian.org Usertags: perl-5.12-transition, perl-long-double This package fails to build on amd64 with perl 5.12.0-1 from experimental: # Failed test at t/simple.t line 29. # got: '0.00480099695040300704' # expected: '0.00480099695040301' # Failed test at t/simple.t line 30. # got: '-0.000890444825202788213' # expected: '-0.000890444825202788' # Failed test at t/simple.t line 31. # got: '-257.805436617161831' # expected: '-257.805436616763' # Looks like you failed 3 tests of 4. Looking at http://www.cpantesters.org/distro/G/Geo-HelmertTransform.html the failure is almost certainly due to 5.12.0-1 being configured with -Duselongdouble. -- Niko Tyni ntyni@debian.org Show quoted text
----- End forwarded message ----- -- Dominic Hargreaves | http://www.larted.org.uk/~dom/ PGP key 5178E2A5 from the.earth.li (keyserver,web,email)
On Sun Apr 25 14:37:50 2010, dom@earth.li wrote: Show quoted text
> This package fails to build on amd64 with perl 5.12.0-1 from experimental: > > # Failed test at t/simple.t line 29. > # got: '0.00480099695040300704' > # expected: '0.00480099695040301' > > # Failed test at t/simple.t line 30. > # got: '-0.000890444825202788213' > # expected: '-0.000890444825202788' > > # Failed test at t/simple.t line 31. > # got: '-257.805436617161831' > # expected: '-257.805436616763' > # Looks like you failed 3 tests of 4. > > Looking at > http://www.cpantesters.org/distro/G/Geo-HelmertTransform.html > the failure is almost certainly due to 5.12.0-1 being configured with > -Duselongdouble.
Patch attached.
Subject: uselongdouble_tests
Download uselongdouble_tests
application/octet-stream 630b

Message body not shown because it is not plain text.

Fixed in 1.14 - thanks for the report