Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 562904 - dev-java/sbt-0.13.11 version bump
Summary: dev-java/sbt-0.13.11 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Mark Wright
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-12 08:48 UTC by Christian Strahl
Modified: 2016-02-23 13:48 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Strahl 2015-10-12 08:48:20 UTC
Please bump to version 0.13.9 and change the dependency from scala:2.10 to scala:2.11 and from jdk:1.6 to jdk:1.7 or higher.



Reproducible: Always
Comment 1 Christian Strahl 2016-01-03 12:45:21 UTC
The jdk dependency seems to be done already.
Comment 2 Mark Wright gentoo-dev 2016-01-30 06:49:35 UTC
Will bump it to 0.13.10, just waiting for upstream to add the v0.13.10 tag to https://github.com/sbt/sbt.
Note though that upstream require sbt-0.13.10 to be compiled with scala-2.10.6,
still no support for compiling with scala:2.11:
https://groups.google.com/forum/#!topic/sbt-dev/4DZQNyZZIqI
[ANNOUNCE] sbt 0.13.10-RC1 is released
...
Scala version used by the build is updated to 2.10.6. #2311 by @eed3si9n
...

I tried creating sbt-0.13.10_rc1.ebuild, sbt fails at runtime though as it
ignores the presence of /usr/share/sbt/lib/sbt-0.13.10-SNAPSHOT.jar in the
classpath and tries to download it, which fails.
Comment 3 Mark Wright gentoo-dev 2016-02-06 09:38:26 UTC
Bumped to sbt-0.13.10_rc2.
Comment 4 Mark Wright gentoo-dev 2016-02-23 13:48:01 UTC
Thanks for reporting, bumped to 0.13.11.
Note though that upstream require that sbt 0.13.11 be built with scala 2.10.6
or a higher 2.10.X scala release.  But like, I doubt very much it would compile
with scala 2.11.  It should work fine to use sbt with scala 2.11 at runtime.

commit cc12259f2c6c10bfdb780156b1f0e31008749f1e
Author: Mark Wright <gienah@gentoo.org>
Date:   Wed Feb 24 00:44:10 2016 +1100

    dev-java/sbt: Bump to 0.13.11, allow building with jdk 1.8.
    
    Thanks to Christian Strahl for the bump request 562904 and Pavel Kozlov for
    reporting 560810 requesting allowing building with jdk 1.8.
    
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=562904
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=560810