Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Inputs found? #2

Open
gakonst opened this issue Nov 17, 2021 · 3 comments
Open

No Inputs found? #2

gakonst opened this issue Nov 17, 2021 · 3 comments

Comments

@gakonst
Copy link

gakonst commented Nov 17, 2021

What's happening

git clone https://github.com/dapp-org/radicle-contracts-tests
cd radicle-contracts-tests
dapp update
dapp build
+ dapp clean
+ rm -rf out
No input sources specified.

What I expected to happen

Code to compile

@cloudhead
Copy link
Collaborator

Are you not getting output with dapp update? I get this:

> dapp update
dapp-remappings: error: ./lib/ds-math is not a Git repository
dapp-remappings: error: try "dapp update" to initialize submodules
+ git submodule update --init --recursive
Submodule 'lib/ds-math' (https://github.com/dapphub/ds-math) registered for path 'lib/ds-math'
Submodule 'lib/ds-test' (https://github.com/dapphub/ds-test) registered for path 'lib/ds-test'
Submodule 'ens' (https://github.com/ensdomains/ens) registered for path 'lib/ens'
Submodule 'lib/ethregistrar' (https://github.com/ensdomains/ethregistrar) registered for path 'lib/ethregistrar'
Submodule 'openzeppelin-contracts' (https://github.com/OpenZeppelin/openzeppelin-contracts) registered for path 'lib/openzeppelin-contracts'
Submodule 'radicle-contracts' (https://github.com/radicle-dev/radicle-contracts) registered for path 'lib/radicle-contracts'
Submodule 'uniswap-lib' (https://github.com/Uniswap/uniswap-lib/) registered for path 'lib/uniswap-lib'
Submodule 'uniswap-v2-core' (https://github.com/Uniswap/uniswap-v2-core) registered for path 'lib/uniswap-v2-core'
Cloning into '/home/cloudhead/src/radicle/radicle-contracts-tests/lib/ds-math'...
Cloning into '/home/cloudhead/src/radicle/radicle-contracts-tests/lib/ds-test'...
Cloning into '/home/cloudhead/src/radicle/radicle-contracts-tests/lib/ens'...
Cloning into '/home/cloudhead/src/radicle/radicle-contracts-tests/lib/ethregistrar'...
Cloning into '/home/cloudhead/src/radicle/radicle-contracts-tests/lib/openzeppelin-contracts'...
Cloning into '/home/cloudhead/src/radicle/radicle-contracts-tests/lib/radicle-contracts'...
Cloning into '/home/cloudhead/src/radicle/radicle-contracts-tests/lib/uniswap-lib'...
Cloning into '/home/cloudhead/src/radicle/radicle-contracts-tests/lib/uniswap-v2-core'...
Submodule path 'lib/ds-math': checked out 'fa45427c0e0bb487335ae99a2e39564b3983a355'
Submodule 'lib/ds-test' (https://github.com/dapphub/ds-test) registered for path 'lib/ds-math/lib/ds-test'
Cloning into '/home/cloudhead/src/radicle/radicle-contracts-tests/lib/ds-math/lib/ds-test'...
Submodule path 'lib/ds-math/lib/ds-test': checked out 'c0b770c04474db28d43ab4b2fdb891bd21887e9e'
Submodule path 'lib/ds-test': checked out 'c0b770c04474db28d43ab4b2fdb891bd21887e9e'
Submodule path 'lib/ens': checked out '1d52240acf8fd3cd24d8490a2a0d45c08600f05c'
Submodule path 'lib/ethregistrar': checked out 'a3f987d0d015d2e36e58eddce327843abf9defd3'
Submodule path 'lib/openzeppelin-contracts': checked out '3b4c951838ddf82f4d2b44ae7c967f0573039f28'
Submodule path 'lib/radicle-contracts': checked out 'a62e21f3f8b494546620d2646b09609a6af5b2f9'
Submodule path 'lib/uniswap-lib': checked out 'c01640b0f0f1d8a85cba8de378cc48469fcfd9a6'
Submodule path 'lib/uniswap-v2-core': checked out '4dd59067c76dea4a0e8e4bfdda41877a6b16dedc'

@gakonst
Copy link
Author

gakonst commented Nov 17, 2021

Yeah I get outpute for dapp update, but dapp build doesn't seem to compile? Does it compile for you?

@d-xo
Copy link
Contributor

d-xo commented Nov 17, 2021

Wondering if you're missing some of the env vars that we set in the shell.nix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@cloudhead @d-xo @gakonst and others