travis-run icon indicating copy to clipboard operation
travis-run copied to clipboard

mktemp: illegal option -- p

Open yangtheman opened this issue 10 years ago • 6 comments

$ travis-run create
mktemp: illegal option -- p
usage: mktemp [-d] [-q] [-t prefix] [-u] template ...
       mktemp [-d] [-q] [-u] -t prefix 

yangtheman avatar Feb 24 '15 19:02 yangtheman

That might be a GNU extention then, what system are you using?

DanielG avatar Feb 24 '15 20:02 DanielG

I am using OS X, and I am getting several errors besides that. I can make a pull request with fixes.

yangtheman avatar Feb 24 '15 22:02 yangtheman

Ok, do note that master is very broken ATM I have a bunch of WIP changes here to finally get everything working properly but unfortunately docker is being an ass (because it doesn't support privileged builds) and working around that is a pain too. Unfortunately I haven't had the time to fix it yet.

If you'd like to work on this I can push the WIP changes onto a branch so you can see if you can get it working. Most of the pieces are in place it's just those damn unprivileged builds that are the problem.

DanielG avatar Feb 25 '15 02:02 DanielG

Did anything ever come of this? It still appears to be an issue on OS X.

Decipher avatar Jul 30 '15 05:07 Decipher

Not really the project is currently abandoned and pending a rewrite using qemu instead of docker.

DanielG avatar Aug 04 '15 07:08 DanielG

@DanielG a note in the readme would be a time-saver for folks... like me :)

stephenplusplus avatar Aug 05 '15 17:08 stephenplusplus