Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 699814 - dev-java/sbt-1.3.6 version bump request
Summary: dev-java/sbt-1.3.6 version bump request
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on: 632532
Blocks:
  Show dependency tree
 
Reported: 2019-11-11 12:04 UTC by Ullrich
Modified: 2024-02-14 09:17 UTC (History)
1 user (show)

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


Attachments
sbt-1.3.6.ebuild (sbt-1.3.6.ebuild,6.82 KB, text/plain)
2020-01-12 06:53 UTC, Mark Wright
Details
sbt-1.3.6-build-system.patch (sbt-1.3.6-build-system.patch,509 bytes, patch)
2020-01-12 06:55 UTC, Mark Wright
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.