erlware / relx

Sane, simple release creation for Erlang
http://erlware.github.io/relx
Apache License 2.0
697 stars 232 forks source link

relx + erlang.mk -> Tarball generation error for error reason {badmatch,551} #555

Closed jhw closed 7 years ago

jhw commented 7 years ago

Latest versions of erlang.mk, having built a release, create a tarball.

On my machine, the release building step works but the tarball process fails with -

===> Tarball generation error for error reason {badmatch,551}

(I've also seen error '555')

'551' suggests to me it's something like a chmod/root permissions error. But I can't find any root owned files in the project structure.

Can anyone suggest how to debug this / what the problem might be ?

Thank you.

jhw commented 7 years ago

Anyone ?

tsloughter commented 7 years ago

Run it with verbose output to see what the stacktrace is.

jhw commented 7 years ago

Think I've found the problem; not related to relx. Thanks and apologies.