Skip Menu |

This queue is for tickets about the DBD-SQLite CPAN distribution.

Report information
The Basics
Id: 120444
Status: resolved
Priority: 0/
Queue: DBD-SQLite

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

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



Subject: Fails install when no '.' in @INC
On 5.25.10 with -Ddefault_inc_excludes_dot

Lots of tests fail.

See attached build log

-- 
- CPAN kentnl@cpan.org
- Gentoo Perl Maintainer kentnl@gentoo.org ( perl@gentoo.org )
Subject: build.log

Message body is not shown because it is too large.

On Mon Feb 27 22:17:47 2017, KENTNL wrote: Show quoted text
> On 5.25.10 with -Ddefault_inc_excludes_dot > > Lots of tests fail. > > See attached build log > > -- > - CPAN kentnl@cpan.org > - Gentoo Perl Maintainer kentnl@gentoo.org ( perl@gentoo.org )
Should be addressed by https://github.com/DBD-SQLite/DBD-SQLite/pull/24 Show quoted text
> Zero functional changes, simply executed the following: > > find . -name '*.t' -exec perl -0777 -p -i -e 's|^use t::lib::SQLiteTest|use lib "t/lib";\nuse SQLiteTest|m' {} + > > Also had to do a manual (but identical) fix in t/01_compile.t
On Fri May 05 07:59:41 2017, RIBASUSHI wrote: Show quoted text
> On Mon Feb 27 22:17:47 2017, KENTNL wrote:
> > On 5.25.10 with -Ddefault_inc_excludes_dot > > > > Lots of tests fail. > > > > See attached build log > > > > -- > > - CPAN kentnl@cpan.org > > - Gentoo Perl Maintainer kentnl@gentoo.org ( perl@gentoo.org )
> > > Should be addressed by https://github.com/DBD-SQLite/DBD- > SQLite/pull/24 >
> > Zero functional changes, simply executed the following: > > > > find . -name '*.t' -exec perl -0777 -p -i -e 's|^use > > t::lib::SQLiteTest|use lib "t/lib";\nuse SQLiteTest|m' {} + > > > > Also had to do a manual (but identical) fix in t/01_compile.t
Shipped 1.55_04 with the patch.
On Wed Nov 22 02:09:47 2017, ISHIGAKI wrote: Show quoted text
> On Fri May 05 07:59:41 2017, RIBASUSHI wrote:
> > On Mon Feb 27 22:17:47 2017, KENTNL wrote:
> > > On 5.25.10 with -Ddefault_inc_excludes_dot > > > > > > Lots of tests fail. > > > > > > See attached build log > > > > > > -- > > > - CPAN kentnl@cpan.org > > > - Gentoo Perl Maintainer kentnl@gentoo.org ( perl@gentoo.org )
> > > > > > Should be addressed by https://github.com/DBD-SQLite/DBD- > > SQLite/pull/24 > >
> > > Zero functional changes, simply executed the following: > > > > > > find . -name '*.t' -exec perl -0777 -p -i -e 's|^use > > > t::lib::SQLiteTest|use lib "t/lib";\nuse SQLiteTest|m' {} + > > > > > > Also had to do a manual (but identical) fix in t/01_compile.t
> > Shipped 1.55_04 with the patch.
Closed as 1.56 is released. Thanks.