kframework / k-legacy

The K tools (deprecated, see README)
http://kframework.org
Other
146 stars 61 forks source link

Build failing due to unresolved dependency #2354

Closed et4te closed 5 years ago

et4te commented 6 years ago

The project failed to build on first attempt. Here are the results.

k$ java -version
java version "1.8.0_131"
Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)
k$ mvn -version
Apache Maven 3.3.9
Maven home: /usr/share/maven
Java version: 1.8.0_131, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-8-oracle/jre
[ERROR] Failed to execute goal on project kernel: Could not resolve dependencies for project org.kframework.k:kernel:jar:4.0.1-SNAPSHOT: Failed to collect dependencies at org.kframework.dependencies:jcommander:jar:1.35-custom: Failed to read artifact descriptor for org.kframework.dependencies:jcommander:jar:1.35-custom: Could not transfer artifact org.kframework.dependencies:jcommander:pom:1.35-custom from/to runtime-verification (http://office.runtimeverification.com:8888/repository/internal): Connect to office.runtimeverification.com:8888 [office.runtimeverification.com/76.191.23.163] failed: Connection refused (Connection refused) -> [Help 1]
radumereuta commented 6 years ago

@dwightguth I'm getting the same error. Did you close down the server? What is happening?

ehildenb commented 5 years ago

Closing this as we are not maintaining k-legacy anymore. If you check if the problem persists on https://github.com/kframework/k, open an issue there.

@dwightguth feel free to re-open if we should fix this.