juhp / cabal-rpm

Haskell Cabal RPM packaging tool
https://hackage.haskell.org/package/cabal-rpm
GNU General Public License v3.0
25 stars 8 forks source link

mktemp: illegal option -- - #21

Closed jagatsingh closed 7 years ago

jagatsingh commented 9 years ago

$ cblrpm rpm hadoop-tools mktemp: illegal option -- - usage: mktemp [-d] [-q] [-t prefix] [-u] template ... mktemp [-d] [-q] [-u] -t prefix cblrpm: readProcess: mktemp "-d" "--tmpdir" "cblrpm.XXXXXXXXXX" (exit 1): failed

juhp commented 9 years ago

Which OS? What does mktemp --version say? (Are you using GNU coreutils?)

juhp commented 9 years ago

Maybe an absolute path could replace --tmpdir, but still curious if you really need cblrpm on a non-GNU/Linux system?

juhp commented 7 years ago

Sorry going to close this for lack of information