Skip to content
New issue

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

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

Already on GitHub? # to your account

docker-compose build process fails to bring up "meteor" #144

Open
arranstewart opened this issue May 14, 2022 · 0 comments
Open

docker-compose build process fails to bring up "meteor" #144

arranstewart opened this issue May 14, 2022 · 0 comments

Comments

@arranstewart
Copy link

Using the current HEAD in master (55bb7ec), it appears that the "meteor" service can't be built and brought up on AMD64 platforms: it fails while trying to build a gosu binary, with the error:

runtime: failed to create new OS thread (have 2 already; errno=22)
fatal error: newosproc

The reason seems to be that the "meteor" service is built from the jshimko/meteor-launchpad:latest image, and jshimko/meteor-launchpad:latest is currently only built for the ARM64 architecture. As a result, the build of the service eventually fails due to this issue: gosu can't be built within Docker for a different architecture from the host platform.

I've attached a full transcript (using script) of an attempted build as [typescript.txt].(https://github.com/haslab/Alloy4Fun/files/8692933/typescript.txt)

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

No branches or pull requests

1 participant