sseefried / docker-build-ghc-android

A Dockerfile to build a GHC 7.8.3 ARM cross compiler for Android development
58 stars 13 forks source link

Step 14 breaks with "No such file or directory" #2

Closed seanparsons closed 9 years ago

seanparsons commented 9 years ago
Step 14 : RUN mkdir -p $BASE/patches
 ---> Using cache
 ---> f905b8a6a156
Step 15 : ADD patches/* $BASE/patches/
2014/11/24 10:53:28 patches/*: no such file or directory
sseefried commented 9 years ago

That's really strange. It's clearly there in this repo. What version of docker are you using? Did you do

$ docker build .

in the root of the repo?

seanparsons commented 9 years ago

Here's my docker version:

sean@Tower:~/workspace/docker-build-ghc-android$ docker --version
Docker version 1.0.1, build 990021a

I might attempt to see if I can find an apt source with a more up to date version, but this is the currently available version with Ubuntu 14.04.1.

seanparsons commented 9 years ago

Looks like that was it, I wonder if there's a way to indicate a minimum Docker version.

sseefried commented 9 years ago

Did the rest of the build work for you?

Sean

On 25 November 2014 at 10:51, Sean Parsons notifications@github.com wrote:

Closed #2 https://github.com/sseefried/docker-build-ghc-android/issues/2 .

— Reply to this email directly or view it on GitHub https://github.com/sseefried/docker-build-ghc-android/issues/2#event-197959919 .

seanparsons commented 9 years ago

I've not had the chance to use it, but with 1.3.1 the docker file at least built successfully all the way to the end.

sseefried commented 9 years ago

Great, that's all I was looking for :-)

On 25 November 2014 at 19:14, Sean Parsons notifications@github.com wrote:

I've not had the chance to use it, but with 1.3.1 the docker file at least built successfully all the way to the end.

— Reply to this email directly or view it on GitHub https://github.com/sseefried/docker-build-ghc-android/issues/2#issuecomment-64323716 .