Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Errors when try to make deps #116

Closed
ghost opened this issue Jan 18, 2019 · 3 comments
Closed

Errors when try to make deps #116

ghost opened this issue Jan 18, 2019 · 3 comments

Comments

@ghost
Copy link

ghost commented Jan 18, 2019

System: OS X Mojave 10.14.2

Steps to reproduce - following instructions from readme:

brew tap caskroom/cask caskroom/version
brew cask install caskroom/versions/java8
brew install automake libtool gmp mpfr pkg-config pandoc maven opam z3 node

git clone https://github.com/dapphub/klab.git
cd klab
make deps

Expected result:
Dependencies compile.

Actual result:

git submodule update --init -- evm-semantics
Submodule 'evm-semantics' (https://github.com/dapphub/evm-semantics) registered for path 'evm-semantics'
Cloning into '/Users/tomasz_eth/Repos/klab/evm-semantics'...
Submodule path 'evm-semantics': checked out '729a406c80fce4faa16a493cb6f967a4ddc5eb4a'
cd evm-semantics \
		&& make k-deps tangle-deps -B \
		&& make build-java -B
== submodule: /Users/tomasz_eth/Repos/klab/evm-semantics/.build/k/make.timestamp
git submodule update --init -- /Users/tomasz_eth/Repos/klab/evm-semantics/.build/k
Submodule '.build/k' (https://github.com/dapphub/k) registered for path '.build/k'
Cloning into '/Users/tomasz_eth/Repos/klab/evm-semantics/.build/k'...
Submodule path '.build/k': checked out '88488853da14ed05cdbc692dbf24ce38662e3958'
cd /Users/tomasz_eth/Repos/klab/evm-semantics/.build/k \
		&& mvn package -q -DskipTests -U
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for com.runtimeverification.k:parent:[unknown-version]: Could not transfer artifact com.runtimeverification.rv_match:parent:pom:1.0-SNAPSHOT from/to runtime.verification.snapshots (https://s3.amazonaws.com/repo.runtime.verification/repository/snapshots): Access denied to: https://s3.amazonaws.com/repo.runtime.verification/repository/snapshots/com/runtimeverification/rv_match/parent/1.0-SNAPSHOT/parent-1.0-SNAPSHOT.pom and 'parent.relativePath' points at wrong local POM @ line 5, column 11
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project com.runtimeverification.k:parent:[unknown-version] (/Users/tomasz_eth/Repos/klab/evm-semantics/.build/k/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for com.runtimeverification.k:parent:[unknown-version]: Could not transfer artifact com.runtimeverification.rv_match:parent:pom:1.0-SNAPSHOT from/to runtime.verification.snapshots (https://s3.amazonaws.com/repo.runtime.verification/repository/snapshots): Access denied to: https://s3.amazonaws.com/repo.runtime.verification/repository/snapshots/com/runtimeverification/rv_match/parent/1.0-SNAPSHOT/parent-1.0-SNAPSHOT.pom and 'parent.relativePath' points at wrong local POM @ line 5, column 11 -> [Help 2]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
make[1]: *** [/Users/tomasz_eth/Repos/klab/evm-semantics/.build/k/make.timestamp] Error 1
make: *** [deps-kevm] Error 2
@MrChico
Copy link
Member

MrChico commented Jan 19, 2019

Did you install the dependencies listed here: https://github.com/kframework/evm-semantics#system-dependencies?

@MrChico
Copy link
Member

MrChico commented Jan 20, 2019

@tkazana-eth we have identified the issue and are working on a fix!

@livnev
Copy link
Member

livnev commented Jan 22, 2019

Resolved in latest master.

@livnev livnev closed this as completed Jan 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants