"make build" fails - files not found

39 views
Skip to first unread message

John Miller

unread,
Jun 8, 2017, 5:58:18 PM6/8/17
to deepdive-users
Building on CentOS 6 out of github.  At first I thought a proxy issue, but sbt works fine otherwise - and browsing via web browser, the files aren't there.

Output:

make build

../env.sh: line 38: /home/jdmille2/Workbench/deepdive/dist/stage/bin/deepdive: No such file or directory

../env.sh: line 38: /home/jdmille2/Workbench/deepdive/dist/stage/bin/deepdive: No such file or directory

../env.sh: line 38: /home/jdmille2/Workbench/deepdive/dist/stage/bin/deepdive: No such file or directory

compiler/ddlog.build.sh

make[1]: Entering directory `/home/jdmille2/Workbench/deepdive/compiler/ddlog'

sbt clean assembly

[info] Loading project definition from /home/jdmille2/Workbench/deepdive/compiler/ddlog/project

[info] Updating {file:/home/jdmille2/Workbench/deepdive/compiler/ddlog/project/}ddlog-build...

[info] Resolving com.eed3si9n#sbt-assembly;0.13.0 ...

[error] Server access Error: Connection timed out (Connection timed out) url=https://repo.typesafe.com/typesafe/ivy-releases/com.eed3si9n/sbt-assembly/scala_2.10/sbt_0.13/0.13.0/ivys/ivy.xml

[error] Server access Error: Connection timed out (Connection timed out) url=https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.eed3si9n/sbt-assembly/scala_2.10/sbt_0.13/0.13.0/ivys/ivy.xml

[error] Server access Error: Connection timed out (Connection timed out) url=https://repo1.maven.org/maven2/com/eed3si9n/sbt-assembly_2.10_0.13/0.13.0/sbt-assembly-0.13.0.pom

[error] Server access Error: Connection timed out (Connection timed out) url=https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.eed3si9n/sbt-assembly/scala_2.10/sbt_0.13/0.13.0/ivys/ivy.xml

[warn] module not found: com.eed3si9n#sbt-assembly;0.13.0

[warn] ==== typesafe-ivy-releases: tried

[warn]   https://repo.typesafe.com/typesafe/ivy-releases/com.eed3si9n/sbt-assembly/scala_2.10/sbt_0.13/0.13.0/ivys/ivy.xml

[warn] ==== sbt-plugin-releases: tried

[warn]   https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.eed3si9n/sbt-assembly/scala_2.10/sbt_0.13/0.13.0/ivys/ivy.xml

[warn] ==== local: tried

[warn]   /home/jdmille2/.ivy2/local/com.eed3si9n/sbt-assembly/scala_2.10/sbt_0.13/0.13.0/ivys/ivy.xml

[warn] ==== public: tried

[warn]   https://repo1.maven.org/maven2/com/eed3si9n/sbt-assembly_2.10_0.13/0.13.0/sbt-assembly-0.13.0.pom

[warn] ==== sbt-plugin-releases: tried

[warn]   https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.eed3si9n/sbt-assembly/scala_2.10/sbt_0.13/0.13.0/ivys/ivy.xml

[info] Resolving org.scoverage#sbt-scoverage;1.0.4 ...

[error] Server access Error: Connection timed out (Connection timed out) url=https://repo.typesafe.com/typesafe/ivy-releases/org.scoverage/sbt-scoverage/scala_2.10/sbt_0.13/1.0.4/ivys/ivy.xml

[error] Server access Error: Connection timed out (Connection timed out) url=https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/org.scoverage/sbt-scoverage/scala_2.10/sbt_0.13/1.0.4/ivys/ivy.xml

[error] Server access Error: Connection timed out (Connection timed out) url=https://repo1.maven.org/maven2/org/scoverage/sbt-scoverage_2.10_0.13/1.0.4/sbt-scoverage-1.0.4.pom



...

jannis...@web.de

unread,
Aug 16, 2017, 5:45:22 AM8/16/17
to deepdive-users
I had the same problem initially. And I realy would suppose a proxy problem there, as "make" usually ignores all proxy settings.
the scala repo is still reachable and your make still can't connect.

The fact that you can't reach those repos is usually not a big problem, as make will then use another repo to get the needed files.

Reply all
Reply to author
Forward
0 new messages