-
Notifications
You must be signed in to change notification settings - Fork 444
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
rpm:packageBin
reports "rpmVendor in Rpm
is empty" despite a value being set
#943
Comments
rpm:packageBin
always reports "rpmVendor in Rpm
is empty"rpm:packageBin
always reports "rpmVendor in Rpm
is empty"
rpm:packageBin
always reports "rpmVendor in Rpm
is empty"rpm:packageBin
reports "rpmVendor in Rpm
is empty" despite a value being set
Thanks for this well done bug report. The error you get is expected. There is a section in the release notes for this release.
This should fix your build. |
Thanks for explaining, Nepomuk!
…On Feb 19, 2017 7:04 AM, "Nepomuk Seiler" ***@***.***> wrote:
Hi @leifwickland <https://github.com/leifwickland>
Thanks for this well done bug report. The error you get is expected. There is
a section in the release notes
<https://github.com/sbt/sbt-native-packager/releases/tag/v1.2.0-M5> for
this release.
All settings prefixed with rpm were moved out of the Rpm scope. This
means that you should
remove the in Rpm configuration scope for settings and tasks prefixed
with rpm.
This should fix your build.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#943 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAsp5hQlBXOKPrnosY0Jk72QAnm0ZOcEks5reEv6gaJpZM4MDqYP>
.
|
Is this error message going to get update to remove the |
IIRC the error message comes from rpm itself. However we plan a validation task in #1026 that will help you figure out the configuration. |
Beginning with 1.2.0-M5, attempting to
rpm:packageBin
always fails with the error:even if a value is set.
Example project to reproduce the problem:
https://github.com/leifwickland/native-bug
The text was updated successfully, but these errors were encountered: