fork of master branch from git://git.slackbuilds.org/slackbuilds.git (read more on wiki). If you want to fork/pull request do it only over master (the other branches are temporary and are always rebased on master). alternative interface https://cgit.ponce.cc/slackbuilds/
# Failed test 'reimplemented cwd matches standard cwd'
# at t/taint-mode.t line 89.
# got: ''
# expected: '/tmp/SBo/local-lib-2.000024'
# Looks like you failed 1 test of 4.
t/taint-mode.t .........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/4 subtests
Test Summary Report
-------------------
t/taint-mode.t (Wstat: 256 (exited 1) Tests: 4 Failed: 1)
Failed test: 4
Non-zero exit status: 1
Files=10, Tests=244, 5 wallclock secs ( 0.07 usr 0.02 sys + 2.38 cusr 1.62 csys = 4.09 CPU)
Result: FAIL
Failed 1/10 test programs. 1/244 subtests failed.
make: *** [Makefile:857: test_dynamic] Error 1
If you build a newer perl-local-lib, it does succeed though. So it might need a version bump? If not, then disabling the tests by not running make test would be an immediate workaround.
There's a test that fails to clear:
If you build a newer perl-local-lib, it does succeed though. So it might need a version bump? If not, then disabling the tests by not running
make test
would be an immediate workaround.