sqitchers / homebrew-sqitch

Homebrew Formulas for Sqitch
22 stars 10 forks source link

Locale/TextDomain.pm issue after successful brew install #35

Closed danstepanov closed 6 years ago

danstepanov commented 6 years ago

I was able to successfully install homebrew-sqitch; however, upon running sqitch --version, I'm getting the following error:

Can't locate Locale/TextDomain.pm in @INC (you may need to install the Locale::TextDomain module) (@INC contains: /usr/local/lib/perl5/darwin-thread-multi-2level /usr/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.2 /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 /usr/local/lib/perl5/App/Sqitch.pm line 13.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/App/Sqitch.pm line 13.
Compilation failed in require at /usr/local/bin/sqitch line 16.
BEGIN failed--compilation aborted at /usr/local/bin/sqitch line 16.

Attempts to resolve the issue by installing libintl-perl have failed. Any idea on what this might be?

theory commented 6 years ago

Did you install it with /usr/local/bin/perl, or some other Perl?

danstepanov commented 6 years ago

I actually gave up and just set up a docker container ¯_(ツ)_/¯