-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overlooked dependency: which #785
Comments
What are you looking for here? Us to add the which command or how to install it (dnf install which)? A configure check for which command? Changing it to |
williamcroberts
pushed a commit
to williamcroberts/tpm2-abrmd
that referenced
this issue
Jul 16, 2021
type is a bash builtin, use it over which is not always installed and missing from the dependency list anyways. Fixes: tpm2-software#785 Signed-off-by: William Roberts <william.c.roberts@intel.com>
Closed
I was looking for updated doc of dependencies. |
If you add |
no |
williamcroberts
pushed a commit
to williamcroberts/tpm2-abrmd
that referenced
this issue
Jul 16, 2021
Don't use type becuase its not supported in Free BSD AFAICT. Fixes: tpm2-software#785 Signed-off-by: William Roberts <william.c.roberts@intel.com>
williamcroberts
pushed a commit
to williamcroberts/tpm2-abrmd
that referenced
this issue
Jul 16, 2021
Don't use type becuase its not supported in Free BSD AFAICT. Fixes: tpm2-software#785 Signed-off-by: William Roberts <william.c.roberts@intel.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am building on Fedora 34, and the
configure
step failed because the commandwhich
is not defined.Following is a Dockerfile that demonstrates the problem.
Following is a typescript of building that.
(later error messages omitted)
The text was updated successfully, but these errors were encountered: