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

Syntax Error on RPM Uninstall #855

Closed
michaelahlers opened this issue Jul 28, 2016 · 0 comments
Closed

Syntax Error on RPM Uninstall #855

michaelahlers opened this issue Jul 28, 2016 · 0 comments
Assignees

Comments

@michaelahlers
Copy link

RPMs generated with 1.2.0-M4 install correctly, but uninstall exhibits the following error:

$ sudo rpm -e my-application
Removing my-application from autostart using chkconfig
/var/tmp/rpm-tmp.RhU9Fw: line 4: syntax error near unexpected token `fi'
/var/tmp/rpm-tmp.RhU9Fw: line 4: `fi'

It appears package-managed files are removed, but this error breaks RPM upgrades.

My environment:

// plugins.sbt
// Truncated.
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.2.0-M4")
// build.sbt
// Truncated.
enablePlugins(JavaServerAppPackaging, RpmPlugin, SystemVPlugin, PlayScala)

I'll update with more detail as requested!

@muuki88 muuki88 self-assigned this Aug 7, 2016
muuki88 added a commit that referenced this issue Aug 7, 2016
@muuki88 muuki88 closed this as completed in 4e83b83 Aug 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants