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

macOS build from source fails #90

Open
proofofjogi opened this issue Jun 23, 2023 · 5 comments
Open

macOS build from source fails #90

proofofjogi opened this issue Jun 23, 2023 · 5 comments

Comments

@proofofjogi
Copy link

proofofjogi commented Jun 23, 2023

Description

Following instructions for building from source on macOS fails right away, because the build script is looking for a file that's not there. envs.env is missing in the tools folder.

Command line error:
./tools/buildgreen.sh: line 4: tools/envs.env: No such file or directory

Version

current code as of today

Steps to reproduce

Following these instructions for macOS:
https://github.com/Blockstream/green_qt/blob/master/BUILD.md

git clone https://github.com/Blockstream/green_qt.git
cd green_qt
./tools/buildgreen.sh osx

Expected behaviour

Build success

Actual behaviour

Command line error observed:
./tools/buildgreen.sh: line 4: tools/envs.env: No such file or directory

Device or machine

macOS BigSur

@borgbyte
Copy link
Contributor

borgbyte commented Sep 7, 2023

@proofofjogi build instructions are out of date, I'll have those updated soon.

@lispking
Copy link

How is the issue here being fixed?

@borgbyte
Copy link
Contributor

@lispking instructions will be updated after next major release. Meanwhile you can check the pipeline to see how it's built.

@plebhash
Copy link

Meanwhile you can check the pipeline to see how it's built.

@borgbyte can you point out where this information is, exactly?

@rgristroph
Copy link

I am attempting to build on linux ( ubuntu ) and seeing this as well. I looked in the .gitlab-ci.yml and .travis.yml files, to try to get a working build command from there, and those also failed with the same error or looking for a non-existent tools/bionic_deps.sh file.

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

5 participants