oetiker/SmokePing

make fails with carton error `Couldn't find module or a distribution Carton`

Opened this issue · 1 comments

make
Making all in lib
make[1]: Entering directory '/home/lockywolf//smokeping/smokeping-2.8.2/lib'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/lockywolf//smokeping/smokeping-2.8.2/lib'
Making all in thirdparty
make[1]: Entering directory '/home/lockywolf//smokeping/smokeping-2.8.2/thirdparty'
echo "** Installing Dependencies using Carton install"
** Installing Dependencies using Carton install
test -f cpanfile-5.34.snapshot && cp cpanfile-5.34.snapshot ../cpanfile.snapshot || true
test -x carton/bin/carton || PERL_CPANM_OPT= PERL_CPANM_HOME=/home/lockywolf//smokeping/smokeping-2.8.2/thirdparty PERL_CARTON_PATH=/home/lockywolf//smokeping/smokeping-2.8.2/thirdparty /usr/bin/perl bin/cpanm -q --notest --local-lib-contained /home/lockywolf//smokeping/smokeping-2.8.2/thirdparty/carton Carton
! Couldn't find module or a distribution Carton
make[1]: *** [Makefile:431: cpanfile-5.34.snapshot] Error 1
make[1]: Leaving directory '/home/lockywolf//smokeping/smokeping-2.8.2/thirdparty'
make: *** [Makefile:359: all-recursive] Error 1

This issue has become stale and will be closed automatically within 7 days. Comment on the issue to keep it alive.