-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
installation fails on mac mojave #155
Comments
I'm not sure what to say because there's nothing we can do if the dependencies fail to install. |
It looks like a typical mac-specific packaging failure, I expect the solution will turn up before too long. I figure it's of interest to other would-be ledger2beancount users on mac. |
Any news on this @simonmichael? |
I just tried again just now (after pulling latest ledger2beancount), but I think it's much the same. Here are the first few failing deps with with homebrew's perl & cpanminus:
And here are the first few from nix's perl5.28.1-App-cpanminus-1.7044:
|
Hi there! I just installed ledger2beancount on macOS Mojave, which worked fine. All the above dependencies were installed correctly. |
Good to hear. Could you share more details about your setup ? |
Sure.
Edit: I'm on Mojave 10.14.3 |
@Joradi98 thanks. I'm also on Mojave 10.14.3, with brew-installed cpanm. Here I get:
Perhaps my installed perl package state is fubar'ed. |
Your cpanm and perl installation is at /usr/local/Cellar/perl
|
UPDATE: altho
@simonmichael installed OK for me using brew, albeit running High Sierra 10.13.6
|
To make further progress I commented out
|
Macs using homebrew perl, hardcoding to /usr/bin/perl causes the issue identified over at beancount#155 (comment)
@simonmichael can you try one more time with the info @jcrben provided? |
Sorry, that doesn't help; the problem here is with installing deps. |
@simonmichael can you try |
@simonmichael @tbm that's what helped in my case (macOS Mojave 10.14.4): cpanm --notest --installdeps .
export PERL5LIB=$HOME/perl5/lib/perl5 |
Latest with homebrew & nix cpanm:
With PERL5LIB set:
|
PS if it's just my machine, then I'll understand if you close this - sorry but I don't want to dig deeper into perl packaging myself at the moment. |
Since it works for other people, I'm closing the ticket. |
For the record: installation fails for me on mac mojave, like so:
brew install perl
brew install cpanminus
$ cpanm --installdeps .
The text was updated successfully, but these errors were encountered: