-
Notifications
You must be signed in to change notification settings - Fork 19
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
Issue building from source using sbt rpm:packageBin #22
Comments
Gonna need your help here. I added the missing settings but my system is not capable of building a rpm to begin with, so i'm not quite sure if this is sufficient now. Could you pull again and try if you get further? |
I can get further now, although it still doesn't work. Error is:
I am building on a Mac so possible this isn't going to work anyway. |
Stack traces look look the same on the first sight:
I also tried reducing the overall dependencies to generate a rpm enabled minimal working example with this
I also removed all the code in I could reproduce this with:
I will need to check version 4 due to the information given kafka manager's issue 53. But first, @scarrobin can you confirm that you are using version 5.x? Due to the stacktrace given by @puneetsaha i looked up the sources of RpmHelper.scala at Line 89 but the |
sbt/sbt-native-packager#266 also claims that things are only tested against rpm 4 |
@isaias-b Yes, I am using rpm v5.4.15 |
@el-dom I have tested @scarrobin I tried downgrading |
Since the native packager doesn't seem to work too well when it comes to building RPMs outside of a redhat based distribution, i removed it and reactivated the old
|
Seems to be our best option ATM |
Am I missing something?
|
Whatever the missing bit might be, i am running into the same issue. But i saw some suspicious warnings in the
Running this with
|
@isaias-b |
Having pulled the latest source from github, running sbt rpm:packageBin results in the following output:
The text was updated successfully, but these errors were encountered: