Ponce / slackbuilds

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/
https://slackware.ponce.cc
163 stars 62 forks source link

perl-local-lib fails to build #245

Closed Charadon closed 1 month ago

Charadon commented 1 month ago

There's a test that fails to clear:

#   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.

Charadon commented 1 month ago

Nevermind, I took over maintainership of it, so it'll be fixed in my next update when I bump it's version =)