Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 699814

Summary: dev-java/sbt-1.3.6 version bump request
Product: Gentoo Linux Reporter: Ullrich <upfefferlein>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: UNCONFIRMED ---    
Severity: normal CC: jstein
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: AMD64   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/28435
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 632532    
Bug Blocks:    
Attachments: sbt-1.3.6.ebuild
sbt-1.3.6-build-system.patch

Description Ullrich 2019-11-11 12:04:59 UTC
sbt 1.3.3 has been released. See https://www.scala-sbt.org/download.html

Any chance to get this released so we can start using java 11 for scala?
Comment 1 Mark Wright gentoo-dev 2020-01-12 06:53:46 UTC
Created attachment 603084 [details]
sbt-1.3.6.ebuild

I can not figure out how to build dev-java/sbt.  This ebuild is broken.  I run it like:

FEATURES=-network-sandbox emerge -av1 dev-java/sbt

It produces lots of output about downloading lots of stuff during the compile (I would tar all that up if it would build to stop it downloading stuff during the compile), and then when it actually gets to the point where it should compile, it appears to hang, producing no output.

If I kill the ebuild and run the same command in the build directory, it produces some output, then crashes with out anything useful as to say why.

It produces a huge stack trace that makes C++ template stack traces look pretty.

Since dev-java/sbt and dev-lang/scala appear to be unmaintainable, I think I should lastrite them.
Comment 2 Mark Wright gentoo-dev 2020-01-12 06:55:35 UTC
Created attachment 603086 [details, diff]
sbt-1.3.6-build-system.patch

This just patches the first thing that goes wrong during the build.