caldwell / commit-patch

Commit patches to Darcs, Git, Mercurial, Bazaar, Monotone, Subversion, or CVS
http://www.porkrind.org/commit-patch/
GNU General Public License v2.0
21 stars 8 forks source link

Install commit-patch in MacOS with fink #21

Open ouboub opened 2 years ago

ouboub commented 2 years ago

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 commented 2 years ago

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

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

caldwell commented 1 year ago

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.

ouboub commented 1 year ago

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