preaction / Log-Any

Simple, fast Perl logging API compatible with any logging system
Other
13 stars 19 forks source link

1.712: Log::Any::Proxy::WithStackTrace fails to load #93

Closed dbevans closed 1 year ago

dbevans commented 1 year ago

This is due to a missing runtime dependency on Devel::StackTrace.

perlpunk commented 1 year ago

Yes, we at openSUSE also noticed that tests are failing: https://build.opensuse.org/package/live_build_log/devel:languages:perl:autoupdate/perl-Log-Any/standard/x86_64

[   15s] #   Failed test 'Log/Any/Proxy/WithStackTrace.pm loaded ok'
[   15s] #   at t/00-compile.t line 60.
[   15s] #          got: '512'
[   15s] #     expected: '0'
[   15s] Can't locate Devel/StackTrace.pm in @INC (you may need to install the Devel::StackTrace module) (@INC contains: /home/abuild/rpmbuild/BUILD/Log-Any-1.712/blib/arch /home/abuild/rpmbuild/BUILD/Log-Any-1.712/blib/lib /home/abuild/rpmbuild/BUILD/Log-Any-1.712/blib/lib /home/abuild/rpmbuild/BUILD/Log-Any-1.712/blib/arch /usr/lib/perl5/site_perl/5.36.0/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.36.0 /usr/lib/perl5/vendor_perl/5.36.0/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.36.0 /usr/lib/perl5/5.36.0/x86_64-linux-thread-multi /usr/lib/perl5/5.36.0 /usr/lib/perl5/site_perl .) at /home/abuild/rpmbuild/BUILD/Log-Any-1.712/blib/lib/Log/Any/Proxy/WithStackTrace.pm line 13.
[   15s] BEGIN failed--compilation aborted at /home/abuild/rpmbuild/BUILD/Log-Any-1.712/blib/lib/Log/Any/Proxy/WithStackTrace.pm line 13.
[   15s] Compilation failed in require at -e line 1.
[   15s] # Looks like you failed 1 test of 18.
[   15s] t/00-compile.t .............. 
[   15s] Dubious, test returned 1 (wstat 256, 0x100)
[   15s] Failed 1/18 subtests 
preaction commented 1 year ago

Thanks! This is exactly what I had Travis-CI set up to test... Might need to look into setting up Github workflows...