You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spark.apache.org by mjhb <sp...@mjhb.com> on 2015/04/07 02:40:49 UTC

Zinc now required?

Today I cannot build the 1.2 branch:

[INFO]
------------------------------------------------------------------------
[INFO] Building Spark Project Networking 1.2.3-SNAPSHOT
[INFO]
------------------------------------------------------------------------

  <snipped>

[INFO] --- scala-maven-plugin:3.2.0:compile (scala-compile-first) @
spark-network-common_2.10 ---
[INFO] Using zinc server for incremental compilation
[INFO] compiler plugin:
BasicArtifact(org.scalamacros,paradise_2.10.4,2.0.1,null)
[error] Required file not found: sbt-interface.jar
[error] See zinc -help for information about locating necessary files

I don't have zinc installed, and have built successfully before.



--
View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/Zinc-now-required-tp11436.html
Sent from the Apache Spark Developers List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@spark.apache.org
For additional commands, e-mail: dev-help@spark.apache.org


Re: Zinc now required?

Posted by Marcelo Vanzin <va...@cloudera.com>.
I ran into this recently and I had to upgrade my version of zinc to fix it...

On Mon, Apr 6, 2015 at 5:40 PM, mjhb <sp...@mjhb.com> wrote:
> Today I cannot build the 1.2 branch:
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Spark Project Networking 1.2.3-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
>
>   <snipped>
>
> [INFO] --- scala-maven-plugin:3.2.0:compile (scala-compile-first) @
> spark-network-common_2.10 ---
> [INFO] Using zinc server for incremental compilation
> [INFO] compiler plugin:
> BasicArtifact(org.scalamacros,paradise_2.10.4,2.0.1,null)
> [error] Required file not found: sbt-interface.jar
> [error] See zinc -help for information about locating necessary files
>
> I don't have zinc installed, and have built successfully before.
>
>
>
> --
> View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/Zinc-now-required-tp11436.html
> Sent from the Apache Spark Developers List mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@spark.apache.org
> For additional commands, e-mail: dev-help@spark.apache.org
>



-- 
Marcelo

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@spark.apache.org
For additional commands, e-mail: dev-help@spark.apache.org


Re: Zinc now required?

Posted by mjhb <sp...@mjhb.com>.
Killing zinc resolved the problem building with scala-2.10 - thank you.

(adding that to my build script)

Having problems building with scala-2.11 - will post separately for that if
reproducible.



--
View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/Zinc-now-required-tp11436p11439.html
Sent from the Apache Spark Developers List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@spark.apache.org
For additional commands, e-mail: dev-help@spark.apache.org


Re: Zinc now required?

Posted by Sean Owen <so...@cloudera.com>.
I don't think it's required. This looks like zinc is running (it seems
to find the process on port 3030), but, something is wrong with zinc
then. If you aren't running your own zinc, then it's the copy
downloaded by Spark. Maybe try deleting that and shutting down the
zinc process, and trying a clean build?

On Mon, Apr 6, 2015 at 8:40 PM, mjhb <sp...@mjhb.com> wrote:
> Today I cannot build the 1.2 branch:
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Spark Project Networking 1.2.3-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
>
>   <snipped>
>
> [INFO] --- scala-maven-plugin:3.2.0:compile (scala-compile-first) @
> spark-network-common_2.10 ---
> [INFO] Using zinc server for incremental compilation
> [INFO] compiler plugin:
> BasicArtifact(org.scalamacros,paradise_2.10.4,2.0.1,null)
> [error] Required file not found: sbt-interface.jar
> [error] See zinc -help for information about locating necessary files
>
> I don't have zinc installed, and have built successfully before.
>
>
>
> --
> View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/Zinc-now-required-tp11436.html
> Sent from the Apache Spark Developers List mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@spark.apache.org
> For additional commands, e-mail: dev-help@spark.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@spark.apache.org
For additional commands, e-mail: dev-help@spark.apache.org