[erlang-bugs] reltool dependencies ignored

Michael Truog mjtruog@REDACTED
Thu May 1 19:42:31 CEST 2014


Hi,

I believe I found a bug that causes reltool to ignore dependencies when generating a release.  I am not sure where the problem is within reltool, but I at least have a way to demonstrate it. https://github.com/CloudI/CloudI/blob/develop/src/reltool.config.in#L78-L89 shows lines that are unnecessary within the reltool.config file. The dependencies mentioned there should be found automatically by reltool.  If you remove those lines and do a make install (after the autogen.sh and configure steps) you will see the dependencies mentioned in these lines are not there.

Thanks,
Michael



More information about the erlang-bugs mailing list