-
Notifications
You must be signed in to change notification settings - Fork 13
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
Compile errors on macOS systems #17
Comments
Do you need the debian and/or rpm packages? If you only need tar or zip release you can use |
Yes, its true that we can grab the release (which works fine) but prefer to compile from source :) Thanks for the solutions, I tried both of them; using the [error] warning: Could not canonicalize hostname: bonfim
[error] warning: Package o-mi-node: invalid utf-8 encoding in Classdict: TrueType Font data, digitally signed, 19 tables, 1st "DSIG", 26 names, Macintosh, Digitized data copyright � 2010-2011, Google Corporation.Open SansItalic1.10;1ASC;OpenSans-Ital - Illegal byte sequence
[error] warning: Package o-mi-node: invalid utf-8 encoding in Classdict: TrueType Font data, digitally signed, 19 tables, 1st "DSIG", 26 names, Macintosh, Digitized data copyright � 2010-2011, Google Corporation.Open SansBold1.10;1ASC;OpenSans-BoldOp - Illegal byte sequence
[error] warning: Package o-mi-node: invalid utf-8 encoding in Classdict: TrueType Font data, digitally signed, 19 tables, 1st "DSIG", 26 names, Macintosh, Digitized data copyright � 2010-2011, Google Corporation.Open SansBold Italic1.10;1ASC;OpenSans - Illegal byte sequence
[info] Wrote: /Users/sankalp.ghatpande/O-MI-1.0.5/target/rpm/RPMS/noarch/o-mi-node-1.0.5-1.noarch.rpm
[info] Executing(%clean): /bin/sh -e /var/folders/t6/nr6x8cw54972mwyp008x_pw18tq0vn/T/sbt_7f7d8ad9/rpm-tmp.OQZyGF
[error] + umask 022
[error] + cd /Users/sankalp.ghatpande/O-MI-1.0.5/target/rpm/BUILD
[error] + /bin/rm -rf /Users/sankalp.ghatpande/O-MI-1.0.5/target/rpm/buildroot
[error] + exit 0 which seems to be imply system level issue? After some tinkering over weekend which included removing all the dependencies and installing from scratch (including May I suggest having a Thanks :) |
It somehow tries to make rpm package in your error message, which shouldn't happen in |
Issue
Compilation fails with multiple errors
Version used
From 1.0.4 till 1.0.7. All of them
Affected OS*
macOS {Seirra, High Seirra, Mojave}
Problem description
If a compilation is attempted of the source code for any version beginning from 1.0.4 using the normal
sbt release
command ends up with multiple errors (listed below) leading towards compilation fails. Two of the errors were resolved (as mentioned in the solution section).First error:
Fakeroot not found
,Second error:
dpkg not found
,Third error: Copmilation fails with the following error log
Solutions attempted
Solution is to download, compile and change permission of the binaries to 444. Alternative is to download via
brew install fakeroot
then within the installed binary, change permission and start the compile.Solution is to install the dpkg package that is missing in certain of the systems mentioned above.
Unable to resolve this.
Is there anything that was recently changed which led to this? We were, afterall, able to compile successfully earlier on the macOS machines.
Thanks.
The text was updated successfully, but these errors were encountered: