Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.

Error while compiling as dependency #1

Closed
marksmith opened this issue Mar 27, 2012 · 1 comment
Closed

Error while compiling as dependency #1

marksmith opened this issue Mar 27, 2012 · 1 comment

Comments

@marksmith
Copy link

I get the following output when compiling nicedecimal using rebar. This error is also present when compiling nicedecimal as a dependency of another project (jsx in my case).

==> nicedecimal (compile)
Compiled src/nicedecimal.erl
ebin/nicedecimal.beam: failed to delete temporary file ebin/nicedecimal.bea#: no such file or directory
ebin/nicedecimal.beam: failed to rename ebin/nicedecimal.bea# to ebin/nicedecimal.beam: no such file or directory

One possible fix is to add jobs=1 when compiling jsx, but this requires that all projects using jsx be compiled with jobs=1.

All the best,

Mark

@talentdeficit
Copy link
Owner

that's a race condition in the version of rebar nicedecimal includes. if you use your system rebar, you shouldn't see the error. regardless, i'll fix it. thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants