Skip Menu |

This queue is for tickets about the Samba-LDAP CPAN distribution.

Report information
The Basics
Id: 109328
Status: open
Priority: 0/
Queue: Samba-LDAP

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: In '(?...)', the '(' and '?' must be adjacent in regex
Compilation fails for perl 5.22.0 and later: # Failed test 'use Samba::LDAP;' # at t/00.load.t line 8. # Tried to use 'Samba::LDAP'. # Error: In '(?...)', the '(' and '?' must be adjacent in regex; marked by <-- HERE in m/(?xms: # \A # Start of string # \s* # Whitespace 0 or more # # # Match one or the other # ( ? <-- HERE : [#] | [;] | \z ) # )/ at /tmpfs/.cpan-build/2015112112/Samba-LDAP-0.05-2mzIzf/blib/lib/Samba/LDAP/Config.pm line 45, <DATA> line 755. # Compilation failed in require at /tmpfs/.cpan-build/2015112112/Samba-LDAP-0.05-2mzIzf/blib/lib/Samba/LDAP/Base.pm line 9, <DATA> line 755. # BEGIN failed--compilation aborted at /tmpfs/.cpan-build/2015112112/Samba-LDAP-0.05-2mzIzf/blib/lib/Samba/LDAP/Base.pm line 9, <DATA> line 755. # Compilation failed in require at /opt/perl-5.22.0t/lib/5.22.0/base.pm line 99, <DATA> line 755. # ...propagated at /opt/perl-5.22.0t/lib/5.22.0/base.pm line 108, <DATA> line 755. # BEGIN failed--compilation aborted at /tmpfs/.cpan-build/2015112112/Samba-LDAP-0.05-2mzIzf/blib/lib/Samba/LDAP.pm line 12, <DATA> line 755. # Compilation failed in require at t/00.load.t line 8, <DATA> line 755. # BEGIN failed--compilation aborted at t/00.load.t line 8, <DATA> line 755. Use of uninitialized value $Samba::LDAP::VERSION in concatenation (.) or string at t/00.load.t line 11, <DATA> line 755. # Testing Samba::LDAP # Looks like you failed 1 test of 1. t/00.load.t .............. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests
Subject: Re: [rt.cpan.org #109328] In '(?...)', the '(' and '?' must be adjacent in regex
Date: Sat, 21 Nov 2015 17:39:26 +0000
To: bug-Samba-LDAP [...] rt.cpan.org
From: Gavin Henry <ghenry [...] suretec.co.uk>
Thanks. Will take a look. Are you looking to use this? -- Kind Regards, Gavin Henry. Managing Director. T +44 (0) 1224 279484 M +44 (0) 7930 323266 F +44 (0) 1224 824887 E ghenry@suretec.co.uk Open Source. Open Solutions(tm). http://www.suretecsystems.com/ Suretec Systems is a limited company registered in Scotland. Registered number: SC258005. Registered office: 24 Cormack Park, Rothienorman, Inverurie, Aberdeenshire, AB51 8GL. Subject to disclaimer at http://www.suretecgroup.com/disclaimer.html Do you know we have our own VoIP provider called SureVoIP®? See http://www.surevoip.co.uk OpenPGP (GPG/PGP) Public Key: 0x8CFBA8E6 - Import from hkp://subkeys.pgp.net or http://www.suretecgroup.com/0x8CFBA8E6.gpg On 21 Nov 2015 17:22, "Slaven_Rezic via RT" <bug-Samba-LDAP@rt.cpan.org> wrote: Show quoted text
> Sat Nov 21 12:22:23 2015: Request 109328 was acted upon. > Transaction: Ticket created by SREZIC > Queue: Samba-LDAP > Subject: In '(?...)', the '(' and '?' must be adjacent in regex > Broken in: 0.05 > Severity: (no value) > Owner: Nobody > Requestors: SREZIC@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=109328 > > > > Compilation fails for perl 5.22.0 and later: > > # Failed test 'use Samba::LDAP;' > # at t/00.load.t line 8. > # Tried to use 'Samba::LDAP'. > # Error: In '(?...)', the '(' and '?' must be adjacent in regex; > marked by <-- HERE in m/(?xms: > # \A # Start of string > # \s* # Whitespace 0 or more > # > # # Match one or the other > # ( ? <-- HERE : [#] | [;] | > \z ) > # )/ at > /tmpfs/.cpan-build/2015112112/Samba-LDAP-0.05-2mzIzf/blib/lib/Samba/LDAP/Config.pm > line 45, <DATA> line 755. > # Compilation failed in require at > /tmpfs/.cpan-build/2015112112/Samba-LDAP-0.05-2mzIzf/blib/lib/Samba/LDAP/Base.pm > line 9, <DATA> line 755. > # BEGIN failed--compilation aborted at > /tmpfs/.cpan-build/2015112112/Samba-LDAP-0.05-2mzIzf/blib/lib/Samba/LDAP/Base.pm > line 9, <DATA> line 755. > # Compilation failed in require at /opt/perl-5.22.0t/lib/5.22.0/base.pm > line 99, <DATA> line 755. > # ...propagated at /opt/perl-5.22.0t/lib/5.22.0/base.pm line 108, > <DATA> line 755. > # BEGIN failed--compilation aborted at > /tmpfs/.cpan-build/2015112112/Samba-LDAP-0.05-2mzIzf/blib/lib/Samba/LDAP.pm > line 12, <DATA> line 755. > # Compilation failed in require at t/00.load.t line 8, <DATA> line 755. > # BEGIN failed--compilation aborted at t/00.load.t line 8, <DATA> line 755. > Use of uninitialized value $Samba::LDAP::VERSION in concatenation (.) or > string at t/00.load.t line 11, <DATA> line 755. > # Testing Samba::LDAP > # Looks like you failed 1 test of 1. > t/00.load.t .............. > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/1 subtests > >
On 2015-11-21 12:39:50, ghenry@suretec.co.uk wrote: Show quoted text
> Thanks. Will take a look. Are you looking to use this?
No, I am actually smoking the CPAN to find regressions in newer perl versions. Show quoted text
> > -- > Kind Regards, > > Gavin Henry. > Managing Director. > > T +44 (0) 1224 279484 > M +44 (0) 7930 323266 > F +44 (0) 1224 824887 > E ghenry@suretec.co.uk > > Open Source. Open Solutions(tm). > > http://www.suretecsystems.com/ > > Suretec Systems is a limited company registered in Scotland. > Registered > number: SC258005. Registered office: 24 Cormack Park, Rothienorman, > Inverurie, > Aberdeenshire, AB51 8GL. > > Subject to disclaimer at http://www.suretecgroup.com/disclaimer.html > > Do you know we have our own VoIP provider called SureVoIP®? See > http://www.surevoip.co.uk > > OpenPGP (GPG/PGP) Public Key: 0x8CFBA8E6 - Import from > hkp://subkeys.pgp.net > or http://www.suretecgroup.com/0x8CFBA8E6.gpg > On 21 Nov 2015 17:22, "Slaven_Rezic via RT" <bug-Samba- > LDAP@rt.cpan.org> > wrote: >
> > Sat Nov 21 12:22:23 2015: Request 109328 was acted upon. > > Transaction: Ticket created by SREZIC > > Queue: Samba-LDAP > > Subject: In '(?...)', the '(' and '?' must be adjacent in regex > > Broken in: 0.05 > > Severity: (no value) > > Owner: Nobody > > Requestors: SREZIC@cpan.org > > Status: new > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=109328 > > > > > > > Compilation fails for perl 5.22.0 and later: > > > > # Failed test 'use Samba::LDAP;' > > # at t/00.load.t line 8. > > # Tried to use 'Samba::LDAP'. > > # Error: In '(?...)', the '(' and '?' must be adjacent in regex; > > marked by <-- HERE in m/(?xms: > > # \A # Start of string > > # \s* # Whitespace 0 or > > more > > # > > # # Match one or the > > other > > # ( ? <-- HERE : [#] | > > [;] | > > \z ) > > # )/ at > > /tmpfs/.cpan-build/2015112112/Samba-LDAP-0.05- > > 2mzIzf/blib/lib/Samba/LDAP/Config.pm > > line 45, <DATA> line 755. > > # Compilation failed in require at > > /tmpfs/.cpan-build/2015112112/Samba-LDAP-0.05- > > 2mzIzf/blib/lib/Samba/LDAP/Base.pm > > line 9, <DATA> line 755. > > # BEGIN failed--compilation aborted at > > /tmpfs/.cpan-build/2015112112/Samba-LDAP-0.05- > > 2mzIzf/blib/lib/Samba/LDAP/Base.pm > > line 9, <DATA> line 755. > > # Compilation failed in require at /opt/perl- > > 5.22.0t/lib/5.22.0/base.pm > > line 99, <DATA> line 755. > > # ...propagated at /opt/perl-5.22.0t/lib/5.22.0/base.pm line > > 108, > > <DATA> line 755. > > # BEGIN failed--compilation aborted at > > /tmpfs/.cpan-build/2015112112/Samba-LDAP-0.05- > > 2mzIzf/blib/lib/Samba/LDAP.pm > > line 12, <DATA> line 755. > > # Compilation failed in require at t/00.load.t line 8, <DATA> line > > 755. > > # BEGIN failed--compilation aborted at t/00.load.t line 8, <DATA> > > line 755. > > Use of uninitialized value $Samba::LDAP::VERSION in concatenation (.) > > or > > string at t/00.load.t line 11, <DATA> line 755. > > # Testing Samba::LDAP > > # Looks like you failed 1 test of 1. > > t/00.load.t .............. > > Dubious, test returned 1 (wstat 256, 0x100) > > Failed 1/1 subtests > > > >