docker-makepkg icon indicating copy to clipboard operation
docker-makepkg copied to clipboard

pod2man not found during builds

Open muhviehstah opened this issue 2 years ago • 2 comments

build output says that pod2man is not found, even when perl package is installed

looks like the build users PATH is missing /usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl

muhviehstah avatar Mar 01 '23 21:03 muhviehstah

looks like the build users PATH is missing /usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl

There's no reason why these directories would be in $PATH unless you add them explicitly.

WhyNotHugo avatar Mar 03 '23 10:03 WhyNotHugo

I worked around with setting PATH via docker run

muhviehstah avatar Mar 03 '23 12:03 muhviehstah