Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 558142 - =dev-java/sbt-0.13.8: fails to compile
Summary: =dev-java/sbt-0.13.8: fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mark Wright
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-19 09:30 UTC by Patrice Clement (RETIRED)
Modified: 2016-02-06 10:12 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,34.13 KB, text/x-log)
2015-08-19 09:31 UTC, Patrice Clement (RETIRED)
Details
emerge --info (emerge-info.log,4.90 KB, text/x-log)
2015-08-19 09:31 UTC, Patrice Clement (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrice Clement (RETIRED) gentoo-dev 2015-08-19 09:30:24 UTC
Compilation is going boom right here:
[info] Compiling 12 Scala sources to /var/tmp/portage/dev-java/sbt-0.13.8/work/sbt-0.13.8/project/target/scala-2.10/sbt-0.13/classes...
[warn] there were 12 deprecation warning(s); re-run with -deprecation for details
[warn] there were 5 feature warning(s); re-run with -feature for details
[warn] two warnings found
java.lang.IllegalArgumentException: requirement failed: Revision cannot be empty.
        at scala.Predef$.require(Predef.scala:233)
        at sbt.StringUtilities$.nonEmpty(StringUtilities.scala:12)
        at sbt.impl.GroupArtifactID.$percent(DependencyBuilders.scala:47)
        at Dependencies$$anonfun$scalaCompiler$1.apply(Dependencies.scala:16)
        at Dependencies$$anonfun$scalaCompiler$1.apply(Dependencies.scala:16)
        at sbt.EvaluateSettings$MixedNode.evaluate0(INode.scala:175)
        at sbt.EvaluateSettings$INode.evaluate(INode.scala:135)
        at sbt.EvaluateSettings$$anonfun$sbt$EvaluateSettings$$submitEvaluate$1.apply$mcV$sp(INode.scala:69)
        at sbt.EvaluateSettings.sbt$EvaluateSettings$$run0(INode.scala:78)
        at sbt.EvaluateSettings$$anon$3.run(INode.scala:74)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:701)
[error] java.lang.IllegalArgumentException: requirement failed: Revision cannot be empty.
[error] Use 'last' for the full log.


Reproducible: Always
Comment 1 Patrice Clement (RETIRED) gentoo-dev 2015-08-19 09:31:12 UTC
Created attachment 409422 [details]
build.log
Comment 2 Patrice Clement (RETIRED) gentoo-dev 2015-08-19 09:31:35 UTC
Created attachment 409424 [details]
emerge --info
Comment 3 Mark Wright gentoo-dev 2016-02-06 10:12:30 UTC
That problem was fixed in sbt-0.13.8-r1, thanks for reporting.  So the only
thing to do was to remove 0.13.8:

Commit ae0d55dc9923ef202ecaa224dcd1717af677aa8d
Author: Mark Wright <gienah@gentoo.org>
Date:   Sat Feb 6 21:08:52 2016 +1100

    dev-java/sbt: Remove sbt-0.13.8
    
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=558142