typelead/eta-scala-interop

Have tried to build eta-spark-core

rolandtritsch opened this issue · 4 comments

And it wants/needs eta-scala-interop.

And the build fails ...

(master|✔) eta-spark-core > etlas build
In order, the following will be built (use -v for more details):
 - eta-scala-interop-0.3.0.0 (lib) (requires download & build)
 - eta-spark-core-0.1.1.0 (lib) (first run)
Downloading eta-scala-interop-0.3.0.0...
[ExitFailure 128]:
Cloning into
'/home/roland/.etlas/packages/etlas.org/eta-scala-interop/0.3.0.0'...
warning: Could not find remote branch 0.1.3.0 to clone.
fatal: Remote branch 0.1.3.0 not found in upstream origin

etlas: Failed to download eta-scala-interop-0.3.0.0 (which is required by
eta-spark-core-0.1.1.0). The exception was:
dieVerbatim: user error (etlas: Couldn't fork package
eta-scala-interop-0.3.0.0
)

... because (I think) there is no tag on eta-scala-interop (for 0.1.3.0).

Can you tag the release (commit).

Hi @Jyothsnasrinivas, can you take a look at this. - RT

@rolandtritsch Thanks for opening the issue. There was a missing tag as you pointed out. It should be fixed now.

Can you do etlas update and try building it again?

Yes. Works. Thanks.