Closed jdantonio closed 8 years ago
Thanks for the detailed bug report! This is almost certainly caused by a bug in boot2docker-1.7.0. It is fixed in the iso-image, that comes with 1.7.1: https://github.com/boot2docker/boot2docker/issues/938
Try boot2docker upgrade or similar.
As a side note: The manual setup of environment variables is usually not necessary, but automatically done by rake-compiler-dock for each call.
I upgraded all involved components (docker, boot2docker, and VirtualBox) and had the same issue. I again ran the stop/delete/init/start sequence and everything worked afterwards.
$ docker version
Client:
Version: 1.8.2
API version: 1.20
Go version: go1.5.1
Git commit: 0a8c2e3
Built: Fri Sep 11 01:46:35 UTC 2015
OS/Arch: darwin/amd64
$ boot2docker version
Boot2Docker-cli version: v1.8.0
Git commit: 9a26066
@jdantonio rake-compiler-dock has docker-machine support in the meantime, so maybe things changed a bit. Do you still facing issues, or can I close this?
We can close it for now. I will be releasing c-r 1.0.1 within the next couple of weeks. I'll upgrade to the latest versions of everything and see how it goes. If there are problems I'll let you know.
Every time I try to build concurrent-ruby I have the same issue. Below are the full details.
I only use docker for building
concurrent-ruby
releases so I haven't done anything with my config since the last release. When I ran the build task I got this error:I set the requested environment variables and ran it again. Then I got this error:
I dug into the code and added
puts @docker_version_text
intoDockerCheck
and got this output:I tried both of the following environment exports but still no luck:
I then opened a new terminal and ran the following commands to cleanup docker:
I then tried the build task again (in the new terminal):
I set the requested environment variables and waited as
boot2docker
downloaded everything again. Once the download was complete the build tasks ran successfully.Here is the info on my Mac: