Skip to content
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

Manifest parse error #1

Closed
sengsational opened this issue May 30, 2018 · 2 comments
Closed

Manifest parse error #1

sengsational opened this issue May 30, 2018 · 2 comments
Assignees

Comments

@sengsational
Copy link

I installed brew, and it looks like that worked, but when I try l10nconverter it fails as follows:

Further help:
brew commands
brew help [COMMAND]
man brew
https://docs.brew.sh
Dales-iMac:localizatino owner$ brew install liquidsoul/formulae/l10nconverter
==> Installing l10nconverter from liquidsoul/formulae
==> Cloning https://github.com/Liquidsoul/LocalizationConverter.git
Updating /Users/owner/Library/Caches/Homebrew/l10nconverter--git
==> Checking out tag 0.0.6
==> unset CC; make release
Last 15 lines from /Users/owner/Library/Logs/Homebrew/l10nconverter/01.unset:
2018-05-30 12:56:52 -0400
//
unset CC; make release
//
swift package clean
swift build --configuration release -Xswiftc -static-stdlib
/private/tmp/l10nconverter-20180530-83581-w2ko53: error: manifest parse error(s):
sandbox-exec: sandbox_apply_container: Operation not permitted
make: *** [.build/release/l10nconverter] Error 1
//
If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/liquidsoul/homebrew-formulae/issues

@Liquidsoul
Copy link
Owner

Thanks for the report @sengsational
I'll investigate.
Could you please give me the swift version used here by calling swift --version?
Thanks!

@Liquidsoul
Copy link
Owner

I found the issue and fixed it.

Seems like I now need to add the --disable-sandbox for the command home-brew uses to install (see mono0926/LicensePlist#71 (comment)).

I have pushed the 0.1.0 version with the fix.
You should now be able to install l10nconverter using brew.
Please feel free to reopen this issue if this does not fix your issue.

@Liquidsoul Liquidsoul self-assigned this May 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants