[erlang-bugs] reltool dependencies ignored

Siri Hansen erlangsiri@REDACTED
Thu May 8 10:05:55 CEST 2014


Hi Michael!

I haven't spent a lot of time on this yet, but I was just trying to find
the chain of dependencies that lead to syntax_tools, but I find it a bit
hard I would appreciate some help...

I found one way but it didn't really make sense:

reltool.config includes application 'cloudi_service_db_cassandra', and in
cloudi_service_db_cassandra.app.src.in you have
{applications,[...,cloudi_x_erlang_cassandra,...]}

Under the directory external/cloudi_x_erlang_cassandra/src/ I then
find erlang_cassandra.app.src, which indeed has
{applications,[...,syntax_tools,...]} - but this is obviously an
application named 'erlang_cassandra' and not 'cloudi_x_erlang_cassandra' as
listed above... so how does this work?

Regards
/siri


2014-05-01 19:42 GMT+02:00 Michael Truog <mjtruog@REDACTED>:

> 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
> _______________________________________________
> erlang-bugs mailing list
> erlang-bugs@REDACTED
> http://erlang.org/mailman/listinfo/erlang-bugs
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-bugs/attachments/20140508/e2c978e1/attachment.htm>


More information about the erlang-bugs mailing list