Closed Cornelius-Figgle closed 1 year ago
This is because on unix dotter uses which
's exit code to check whether a command is executable. I guess in your environment which
doesn't exist. Is there a different way that doesn't depend on it?
I guess in your environment which doesn't exist.
That appeared to be the issue, adding which
to the checkdepends
seemed to fix the issue
Environment
xbps-src
to builddotter
on Void LinuxDescription
src/handlebars_helpers.rs:401
is trying to test that the templating engine will say this file isn't executable, but it's dying because the file doesn't existReproduction
template
Expected behavior
It should be creating the file instead
Actual behavior
output from
export RUST_BACKTRACE=full