commit-patch icon indicating copy to clipboard operation
commit-patch copied to clipboard

Install commit-patch in MacOS with fink

Open ouboub opened this issue 3 years ago • 3 comments

Hi I tried to install commit-patch on fink myself, but when I tried to run it, I obtained Can't locate IPC/Run.pm in @INC (you may need to install the IPC::Run module) (@INC contains: /Users/oub/ALLES/src/commit-patch-hg/local/lib/perl5 /Library/Perl/5.18/darwin-thread-multi-2level /Library/Perl/5.18 /Network/Library/Perl/5.18/darwin-thread-multi-2level /Network/Library/Perl/5.18 /Library/Perl/Updates/5.18.4 /System/Library/Perl/5.18/darwin-thread-multi-2level /System/Library/Perl/5.18 /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level /System/Library/Perl/Extras/5.18 .) at /Users/oub/ALLES/src/commit-patch-hg/commit-patch line 13. BEGIN failed--compilation aborted at /Users/oub/ALLES/src/commit-patch-hg/commit-patch line 13.

any idea what is wrong? regards Uwe Brauer

ouboub avatar Oct 08 '22 20:10 ouboub

the command sudo /usr/bin/cpan IPC::Run

solves this problem. I will close the issue in a while

ouboub avatar Oct 09 '22 08:10 ouboub

Did you clone from github or did you get the released version from the web site? The tar version should be "fat packed", which includes the IPC::Run perl module in the executable.

caldwell avatar Oct 20 '22 10:10 caldwell

I just github, but meanwhile, I solved the problem, by installing the necessary perl problem

ouboub avatar Oct 20 '22 14:10 ouboub