Skip Menu |

This queue is for tickets about the Dpkg CPAN distribution.

Report information
The Basics
Id: 127314
Status: resolved
Priority: 0/
Queue: Dpkg

People
Owner: GUILLEM [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: t/Dpkg_Substvars.t fails on some Debian systems
I see the following failure on some of my Debian/jessie smokers (but not on all of them): ... # Failed test 'missing variables warning' # at t/Dpkg_Substvars.t line 116. # got: 'Dpkg_Substvars.t: Warnung: test substitution variable ${blubb} used, but is not defined # ' # expected: 'Dpkg_Substvars.t: warning: test substitution variable ${blubb} used, but is not defined # ' # Failed test 'unused variables warnings' # at t/Dpkg_Substvars.t line 136. # got: 'Dpkg_Substvars.t: Warnung: test substitution variable ${var2} unused, but is defined # ' # expected: 'Dpkg_Substvars.t: warning: test substitution variable ${var2} unused, but is defined # ' # Looks like you failed 2 tests of 47. t/Dpkg_Substvars.t ........... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/47 subtests ...
This was fixed in dpkg 1.19.3 with the following changelog entry: ,--- […] * Build system: […] - Build.PL: Set locale for CPAN tests to C. Fixes CPAN#127314. […] `--- Thanks, Guillem