-
Notifications
You must be signed in to change notification settings - Fork 181
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
Running make
produces hard to decipher error messages
#720
Comments
I don't think this is a Lines 5 to 6 in 485c8bb
The Line 39 in 485c8bb
|
Yeah, definitely not an issue with
And yeah, I too am not sure where it's coming from. |
make
fails with hard to decipher error messagesmake
fails with hard to decipher error messages
make
fails with hard to decipher error messagesmake
produces hard to decipher error messages
I'm also not sure what make target to use to actually locally build all containers. |
In fact, most parts of this Makefile are intended to be used on CI and are not needed locally.
The point here is that
This means that in order to build other images, we must first build In practice, this is too much trouble, so we need to write our own Dockerfile that copies the rocker_scripts into the container, overwrites the rocker_scripts in the container, and builds it. Like this: rocker-versioned2/tests/rocker_scripts/Dockerfile Lines 1 to 10 in 485c8bb
|
Honestly, I'm tired of using Make for task runners like this, and this Makefile isn't very good since I wrote it when I knew very little about Make... I would definitely use Task instead of Make now. |
I'm personally a very large proponent of not using Make in general :D |
Hm, no, Famous quip about programming languages (by Stroustrup if memory serves) is that there two kinds: the ones people complain about, and the ones nobody uses. Same for build systems. We all have |
@eddelbuettel would love some help with the error message! |
@yuvipanda I hear you but we have a large JSON shaped gap between the two of us! Those are |
That makes the two of us, from different sides :) |
The title could also be because I'm generally scared of make :)
From the master branch, if I type
make
I get the following error:I'm not sure what is wrong nor how exactly to interpret this.
The text was updated successfully, but these errors were encountered: