-
-
Notifications
You must be signed in to change notification settings - Fork 12.7k
github-keygen
missing some dependency, cannot run after installation
#219910
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
Comments
First installing brew’s perl fixes it, so it might be that github-keygen needs to have a dependency on Perl setup? brew install perl
github-keygen
# success |
Mostly, |
Perl 5 was available on my system. But it seems like there might be a difference in which modules (?) are included by default in a Perl 5 installation. I am not sure if module dependencies are ever handled by Homebrew, as I am unfamiliar with Perl packaging. If it is generally accepted that Perl modules are not treated as part of the Homebrew dependency graph, then of course this should be a WONTFIX 👍 If Perl modules can be handled by Homebrew, someone with Perl knowledge might be able to create a PR to add it to the formula. |
You could submit a PR adding Your system Perl is probably split packaged to reduce disk usage, e.g. https://packages.fedoraproject.org/pkgs/perl/perl-filetest/ |
Thank you for the hint @cho-m, I did not realise that was how |
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
I installed github-keygen and wanted to run it.
What happened (include all command output)?
After installing the bottled github-keygen, I wanted to run it, but it then reports it is missing a module.
What did you expect to happen?
Expected all required modules to be on my system after the brew install.
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: