Skip Menu |

This queue is for tickets about the XML-LibXML CPAN distribution.

Report information
The Basics
Id: 88017
Status: resolved
Priority: 0/
Queue: XML-LibXML

People
Owner: Nobody in particular
Requestors: pagenyon [...] gmail.com
Cc:
AdminCc:

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



Subject: non-portable warning in 15nodelist.t
Hexadecimal number > 0xffffffff non-portable at t/15nodelist.t line 149. Hexadecimal number > 0xffffffff non-portable at t/15nodelist.t line 149. with perl 5.18 on OS X 10.7.5
Hi pagenyon, thanks for the report. On Wed Aug 21 22:01:47 2013, pagenyon wrote: Show quoted text
> Hexadecimal number > 0xffffffff non-portable at t/15nodelist.t line 149. > Hexadecimal number > 0xffffffff non-portable at t/15nodelist.t line 149. > > with perl 5.18 on OS X 10.7.5
OK, a few notes: 1. These are just warnings and as such are not a major problem. If the tests still succeed, then it's not a big issue. 2. They are not supposed to happen because we have "local $^W;" first. Can you investigate why they happen? 3. I cannot reproduce this here on Mageia Linux x86-64 Cauldron with perl-5.18.1-1.mga4 . 4. Are you using the built-in perl of Mac OS X? If so, then note that it reportedly should not be used for running your own Perl code, and may be at the root of the problem here. Can you try with a vanilla perl-5.18.1 installed using perlbrew? ---- Please return to me. Regards, -- Shlomi Fish
From: pagenyon [...] gmail.com
On Fri Aug 30 05:04:45 2013, SHLOMIF wrote: Show quoted text
> 2. They are not supposed to happen because we have "local $^W;" first. > Can you investigate why they happen?
you should use `no warnings 'portable';` instead. that silenced it for me. Show quoted text
> 4. Are you using the built-in perl of Mac OS X? If so, then note that > it reportedly should not be used for running your own Perl code, and > may be at the root of the problem here. Can you try with a vanilla > perl-5.18.1 installed using perlbrew?
I only run perlbrewed perl.
On Mon Nov 11 03:47:50 2013, pagenyon wrote: Show quoted text
> On Fri Aug 30 05:04:45 2013, SHLOMIF wrote: >
> > 2. They are not supposed to happen because we have "local $^W;" first. > > Can you investigate why they happen?
> > you should use `no warnings 'portable';` instead. that silenced it for me. >
> > 4. Are you using the built-in perl of Mac OS X? If so, then note that > > it reportedly should not be used for running your own Perl code, and > > may be at the root of the problem here. Can you try with a vanilla > > perl-5.18.1 installed using perlbrew?
> > I only run perlbrewed perl.
Hi, this was fixed in the repository and will be part of the next release. Thanks for the report. Regards, -- Shlomi Fish