Skip Menu |

This queue is for tickets about the Crypt-OpenSSL-CA CPAN distribution.

Report information
The Basics
Id: 110894
Status: resolved
Priority: 0/
Queue: Crypt-OpenSSL-CA

People
Owner: domq [...] cpan.org
Requestors: tlhackque [...] yahoo.com
Cc:
AdminCc:

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



Subject: Build clean deletes too much
[Crypt-OpenSSL-CA-0.24]# perl Build clean Cleaning up build files [root@overkill Crypt-OpenSSL-CA-0.24]# perl Build.PL WARNING: the following files are missing in your kit: _Inline/config _Inline/lib/auto/Char0Test/Char0Test.bs _Inline/lib/auto/Char0Test/Char0Test.bundle _Inline/lib/auto/Char0Test/Char0Test.inl _Inline/lib/auto/Crypt/OpenSSL/CA/ExtractVersionNumber/ExtractVersionNumber.bs _Inline/lib/auto/Crypt/OpenSSL/CA/ExtractVersionNumber/ExtractVersionNumber.bundle _Inline/lib/auto/Crypt/OpenSSL/CA/ExtractVersionNumber/ExtractVersionNumber.inl _Inline/lib/auto/Crypt/OpenSSL/CA/Foo/Foo.bs _Inline/lib/auto/Crypt/OpenSSL/CA/Foo/Foo.bundle _Inline/lib/auto/Crypt/OpenSSL/CA/Foo/Foo.inl _Inline/lib/auto/Foo/Foo.bs _Inline/lib/auto/Foo/Foo.bundle _Inline/lib/auto/Foo/Foo.inl _Inline/lib/auto/main/main.bs _Inline/lib/auto/main/main.bundle _Inline/lib/auto/main/main.inl _Inline/lib/auto/TestCRoutines/TestCRoutines.bs _Inline/lib/auto/TestCRoutines/TestCRoutines.bundle _Inline/lib/auto/TestCRoutines/TestCRoutines.inl Please inform the author.
Le Lun 04 Jan 2016 07:46:03, tlhackque a écrit : Show quoted text
> > [Crypt-OpenSSL-CA-0.24]# perl Build clean > Cleaning up build files > [root@overkill Crypt-OpenSSL-CA-0.24]# perl Build.PL > WARNING: the following files are missing in your kit: > _Inline/config [...]
This is fixed in the release version 0.24. Can you please try again from the version available at http://search.cpan.org/~domq/Crypt-OpenSSL-CA-0.24/ ? Thanks!
Subject: Release 0.24 test results
From: tlhackque [...] yahoo.com
On Mon Jan 04 10:57:40 2016, DOMQ wrote: Show quoted text
> Le Lun 04 Jan 2016 07:46:03, tlhackque a écrit :
> > > > [Crypt-OpenSSL-CA-0.24]# perl Build clean > > Cleaning up build files > > [root@overkill Crypt-OpenSSL-CA-0.24]# perl Build.PL > > WARNING: the following files are missing in your kit: > > _Inline/config [...]
> > This is fixed in the release version 0.24. Can you please try again > from the version available at http://search.cpan.org/~domq/Crypt- > OpenSSL-CA-0.24/ ? Thanks!
Thanks for the quick reply. The release 0.24 Builds and "passes" its tests on both versions of OpenSSL (see correspondence in RT 95437). However, I still see the two failure messages that appear to be TODO (not implemented)s. It would be better to use TODO in the plan (or skip) than for the installer to see these false failures. # perl Build test t/10-unknown-method.t ............. ok t/20-taint.t ...................... ok t/example-make-cert-chain.t ....... ok t/example-make-crls.t ............. ok lib/Crypt/OpenSSL/CA.pm ........... 1/? # Failed test in lib/Crypt/OpenSSL/CA.pm at line 3001. # Failed test in lib/Crypt/OpenSSL/CA.pm at line 3005. lib/Crypt/OpenSSL/CA.pm ........... ok lib/Crypt/OpenSSL/CA/Inline/C.pm .. ok t/lib/Crypt/OpenSSL/CA/Test.pm .... ok All tests successful. Files=7, Tests=98, 19 wallclock secs ( 0.02 usr 0.19 sys + 11.80 cusr 7.06 csys = 19.07 CPU) Result: PASS The Build clean issue is resolved in 0.24. You seem to have removed 'bundle' from suffixes in _Inline/config. Does this work on Mac? Your previous edit seemed to look for both bundle and so in order to support that platform. My version (with both bundle and so) works on Linux. In any case, I think I can continue with my project.