https://www.scala-lang.org/news/2.13.0 Scala 2.13.0 is available since 11 June 2019. Arch have it available already: https://www.archlinux.org/packages/community/any/scala/ I also realize that in 2.12 it misses some minor releases since the latest one is 2.12.8. Do you need help to maintain scala ebuild? Cheers
Is anybody out there for scala update?
I want an update.
dev-lang/scala uses dev-java/sbt to build it. During the src_compile in dev-java/sbt, sbt forks a second process and hangs (bug #632532). I expect this same problem will occur when trying to use sbt to build any ebuild, including dev-lang/scala.
I'm working on ebuild scala-2.13.1 following the instructions left by gentoo java team. I'm testing the build from source and removed use flag binary, since it was there as an alternative for bypassing compilation memory requirement. This is the only step I need to finish: # 4. tar up all the .ivy2 and .sbt junk into ${P}-ivy2-deps.tar.xz and # ${P}-sbt-deps.tar.xz and add them to SRC_URI: # XZ_OPT=-9 tar --owner=portage --group=portage \ # -cJf /usr/portage/distfiles/${P}-ivy2-deps.tar.xz .ivy2/cache # XZ_OPT=-9 tar --owner=portage --group=portage \ # -cJf /usr/portage/distfiles/${P}-sbt-deps.tar.xz .sbt When I complete it with success I will left here new comment.
*** Bug 842516 has been marked as a duplicate of this bug. ***
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=706c530fec731e37653a59578b365d3a50d79260 commit 706c530fec731e37653a59578b365d3a50d79260 Author: Arthur Zamarin <arthurzam@gentoo.org> AuthorDate: 2024-08-26 11:51:00 +0000 Commit: Arthur Zamarin <arthurzam@gentoo.org> CommitDate: 2024-08-26 11:51:49 +0000 dev-lang/scala: treeclean Closes: https://bugs.gentoo.org/932012 (pkgremoved) Closes: https://bugs.gentoo.org/690344 (pkgremoved) Closes: https://bugs.gentoo.org/836054 (pkgremoved) Closes: https://bugs.gentoo.org/929942 (pkgremoved) Closes: https://bugs.gentoo.org/932737 (pkgremoved) Closes: https://bugs.gentoo.org/933607 (pkgremoved) Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> dev-lang/scala/Manifest | 22 --- dev-lang/scala/files/scala-2.12.10-no-git.patch | 37 ----- dev-lang/scala/files/scala-2.12.4-no-git.patch | 37 ----- dev-lang/scala/metadata.xml | 14 -- dev-lang/scala/scala-2.12.10-r2.ebuild | 190 --------------------- dev-lang/scala/scala-2.12.4.ebuild | 211 ------------------------ profiles/package.mask | 6 - 7 files changed, 517 deletions(-)