Hi!
I'm going to work seriously with Apache Kafka packaging, nevertheless I'm running into problems with Scala and sbt tool.
I'm looking for some package using scala/sbt combination as base, such as json4s, however this package breaks in rawhide (Fedora 23):
# fedpkg mockbuild .... :: problems summary :: :::: WARNINGS problem while downloading module descriptor: file:ivy-local/org.scala-sbt/sbt/0.13.1/ivy.xml: URI is not hierarchical (1ms)
module not found: org.scala-sbt#sbt;0.13.1
==== local: tried
file:ivy-local/org.scala-sbt/sbt/0.13.1/ivy.xml
::::::::::::::::::::::::::::::::::::::::::::::
:: UNRESOLVED DEPENDENCIES ::
::::::::::::::::::::::::::::::::::::::::::::::
:: org.scala-sbt#sbt;0.13.1: not found
::::::::::::::::::::::::::::::::::::::::::::::
Is there any scala/sbt project, that built properly in rawhide right now?
Thanks!
-- Javi Roman
On 06/15/2015 10:23 AM, Javi Roman wrote:
Hi!
I'm going to work seriously with Apache Kafka packaging, nevertheless I'm running into problems with Scala and sbt tool.
I'm looking for some package using scala/sbt combination as base, such as json4s, however this package breaks in rawhide (Fedora 23):
# fedpkg mockbuild .... :: problems summary :: :::: WARNINGS problem while downloading module descriptor: file:ivy-local/org.scala-sbt/sbt/0.13.1/ivy.xml: URI is not hierarchical (1ms)
module not found: org.scala-sbt#sbt;0.13.1 ==== local: tried file:ivy-local/org.scala-sbt/sbt/0.13.1/ivy.xml :::::::::::::::::::::::::::::::::::::::::::::: :: UNRESOLVED DEPENDENCIES :: :::::::::::::::::::::::::::::::::::::::::::::: :: org.scala-sbt#sbt;0.13.1: not found ::::::::::::::::::::::::::::::::::::::::::::::Is there any scala/sbt project, that built properly in rawhide right now?
SBT is not working in rawhide due to several bugs.
The above problem is caused by obsolete Maven metadata format [1]. Rebuilding sbt would fix it, but the package is FTBFS for over a year [2], so it couldn't be rebuilt to use the new metadata format.
Another grave bug that prevents SBT from working is [3].
[1] https://lists.fedoraproject.org/pipermail/java-devel/2014-December/005430.ht... [2] https://bugzilla.redhat.com/show_bug.cgi?id=1107277 [3] https://bugzilla.redhat.com/show_bug.cgi?id=1155699
Many thanks Mikolaj, I'm going to focus in those bugs, I hope to help ... if I can. -- Javi Roman
On Mon, Jun 15, 2015 at 10:42 AM, Mikolaj Izdebski mizdebsk@redhat.com wrote:
On 06/15/2015 10:23 AM, Javi Roman wrote:
Hi!
I'm going to work seriously with Apache Kafka packaging, nevertheless I'm running into problems with Scala and sbt tool.
I'm looking for some package using scala/sbt combination as base, such as json4s, however this package breaks in rawhide (Fedora 23):
# fedpkg mockbuild .... :: problems summary :: :::: WARNINGS problem while downloading module descriptor: file:ivy-local/org.scala-sbt/sbt/0.13.1/ivy.xml: URI is not hierarchical (1ms)
module not found: org.scala-sbt#sbt;0.13.1 ==== local: tried file:ivy-local/org.scala-sbt/sbt/0.13.1/ivy.xml :::::::::::::::::::::::::::::::::::::::::::::: :: UNRESOLVED DEPENDENCIES :: :::::::::::::::::::::::::::::::::::::::::::::: :: org.scala-sbt#sbt;0.13.1: not found ::::::::::::::::::::::::::::::::::::::::::::::Is there any scala/sbt project, that built properly in rawhide right now?
SBT is not working in rawhide due to several bugs.
The above problem is caused by obsolete Maven metadata format [1]. Rebuilding sbt would fix it, but the package is FTBFS for over a year [2], so it couldn't be rebuilt to use the new metadata format.
Another grave bug that prevents SBT from working is [3].
[1] https://lists.fedoraproject.org/pipermail/java-devel/2014-December/005430.ht... [2] https://bugzilla.redhat.com/show_bug.cgi?id=1107277 [3] https://bugzilla.redhat.com/show_bug.cgi?id=1155699
-- Mikolaj Izdebski Software Engineer, Red Hat IRC: mizdebsk _______________________________________________ bigdata mailing list bigdata@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/bigdata
Il 15/06/2015 10:23, Javi Roman ha scritto:
Hi!
I'm going to work seriously with Apache Kafka packaging, nevertheless I'm running into problems with Scala and sbt tool.
I'm looking for some package using scala/sbt combination as base, such as json4s, however this package breaks in rawhide (Fedora 23):
there is also com.typesafe:config [1] which fails in rawhide [2] , caused by problems with sbt build. and break the import of some package [3] a temporary solution, maybe, is the rebuilt of these package with a different builder [1] https://admin.fedoraproject.org/pkgdb/package/typesafe-config/ [2] https://bugzilla.redhat.com/show_bug.cgi?id=1107469 [3] https://bugzilla.redhat.com/show_bug.cgi?id=1179355 regards gil
# fedpkg mockbuild .... :: problems summary :: :::: WARNINGS problem while downloading module descriptor: file:ivy-local/org.scala-sbt/sbt/0.13.1/ivy.xml: URI is not hierarchical (1ms)
module not found: org.scala-sbt#sbt;0.13.1 ==== local: tried file:ivy-local/org.scala-sbt/sbt/0.13.1/ivy.xml :::::::::::::::::::::::::::::::::::::::::::::: :: UNRESOLVED DEPENDENCIES :: :::::::::::::::::::::::::::::::::::::::::::::: :: org.scala-sbt#sbt;0.13.1: not found ::::::::::::::::::::::::::::::::::::::::::::::Is there any scala/sbt project, that built properly in rawhide right now?
Thanks!
-- Javi Roman _______________________________________________ bigdata mailing list bigdata@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/bigdata
Hi Javi,
As Mikolaj points out, the Scala ecosystem needs some love at the moment. I've made some progress towards fixing things but haven't had the bandwidth to follow through and finish up. If anyone is interested in taking this on, I can provide guidance; otherwise, I'll take another look after things settle down in a couple of weeks.
best, wb
----- Original Message -----
From: "Javi Roman" jroman.espinar@gmail.com To: "Fedora Big Data SIG" bigdata@lists.fedoraproject.org Sent: Monday, June 15, 2015 1:23:21 AM Subject: Scala project based on sbt
Hi!
I'm going to work seriously with Apache Kafka packaging, nevertheless I'm running into problems with Scala and sbt tool.
I'm looking for some package using scala/sbt combination as base, such as json4s, however this package breaks in rawhide (Fedora 23):
# fedpkg mockbuild .... :: problems summary :: :::: WARNINGS problem while downloading module descriptor: file:ivy-local/org.scala-sbt/sbt/0.13.1/ivy.xml: URI is not hierarchical (1ms)
module not found: org.scala-sbt#sbt;0.13.1 ==== local: tried file:ivy-local/org.scala-sbt/sbt/0.13.1/ivy.xml :::::::::::::::::::::::::::::::::::::::::::::: :: UNRESOLVED DEPENDENCIES :: :::::::::::::::::::::::::::::::::::::::::::::: :: org.scala-sbt#sbt;0.13.1: not found ::::::::::::::::::::::::::::::::::::::::::::::Is there any scala/sbt project, that built properly in rawhide right now?
Thanks!
-- Javi Roman _______________________________________________ bigdata mailing list bigdata@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/bigdata
bigdata@lists.fedoraproject.org