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

Cannot build green - ./tools/buildgreen.sh: line 4: tools/envs.env: No such file or directory #114

Closed
eckelj opened this issue Mar 12, 2024 · 4 comments

Comments

@eckelj
Copy link

eckelj commented Mar 12, 2024

Description

I am trying to investigate a bug that I am experiencing with green. Therefore, I try to build the solution but fail.

Version

master: d6dd299

Steps to reproduce

I am following the instructions of the Readme/build

git clone [email protected]:Blockstream/green_qt.git
cd green_qt
docker run -v $PWD:/ga greenaddress/ci@sha256:c9c0bfc0eef0575d5822f9308ab16ff904a8bf99946c67938dd7637d70998220 /bin/sh -c "cd /ga && ./tools/buildgreen.sh linux allsymbolsunstripped && cp /docker_bld_root/build-linux-gcc/green /ga/green"

Expected behaviour

It starts building the app in docker.

Actual behaviour

build process quits directly with the error that tools/evns.env is not found.

➜  green_qt git:(master) docker run -v $PWD:/ga greenaddress/ci@sha256:c9c0bfc0eef0575d5822f9308ab16ff904a8bf99946c67938dd7637d70998220 /bin/sh -c "cd /ga && ./tools/buildgreen.sh linux allsymbolsunstripped && cp /docker_bld_root/build-linux-gcc/green /ga/green"
./tools/buildgreen.sh: line 4: tools/envs.env: No such file or directory

Device or machine

ubuntu

@borgbyte
Copy link
Contributor

@eckelj build instructions are outdated, will update it soon. What bug are experiencing?

@eckelj
Copy link
Author

eckelj commented Mar 12, 2024

this one here: #95

@eckelj
Copy link
Author

eckelj commented Mar 12, 2024

btw. thx! I aam looking forward to the updated instructions!

@borgbyte
Copy link
Contributor

Duplicate of #90.

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

2 participants