You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I'm getting the following while trying to run rpm:packageBin, I have installed rpm using macports and I get the same error when I run the output rpmbuild command by sbt-native-packager, unless I run it with sudo access. Is there a way sbt-native-packager can define the _tmppath as it does _topdir?
[error] error: Unable to open temp file.
[info] Building target platforms: noarch-Vendor-Linux
[error] Unable to open temp file.
[info]
[info]
[info] RPM build errors:
java.lang.RuntimeException: Unable to run rpmbuild, check output for details.
at scala.sys.package$.error(package.scala:27)
at com.typesafe.sbt.packager.rpm.RpmHelper$.buildPackage(RpmHelper.scala:87)
at com.typesafe.sbt.packager.rpm.RpmHelper$.buildRpm(RpmHelper.scala:20)
at com.typesafe.sbt.packager.rpm.RpmPlugin$$anonfun$rpmSettings$29.apply(RpmPlugin.scala:62)
at com.typesafe.sbt.packager.rpm.RpmPlugin$$anonfun$rpmSettings$29.apply(RpmPlugin.scala:60)
at scala.Function3$$anonfun$tupled$1.apply(Function3.scala:35)
at scala.Function3$$anonfun$tupled$1.apply(Function3.scala:34)
at scala.Function1$$anonfun$compose$1.apply(Function1.scala:47)
at sbt.$tilde$greater$$anonfun$$u2219$1.apply(TypeFunctions.scala:42)
at sbt.std.Transform$$anon$4.work(System.scala:64)
at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:237)
at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:237)
at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:18)
at sbt.Execute.work(Execute.scala:244)
at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:237)
at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:237)
at sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:160)
at sbt.CompletionService$$anon$2.call(CompletionService.scala:30)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
[error] (rpm:packageBin) Unable to run rpmbuild, check output for details.
The text was updated successfully, but these errors were encountered:
Hi I'm getting the following while trying to run
rpm:packageBin
, I have installed rpm using macports and I get the same error when I run the output rpmbuild command by sbt-native-packager, unless I run it with sudo access. Is there a way sbt-native-packager can define the _tmppath as it does _topdir?The text was updated successfully, but these errors were encountered: