Missing HIPE modules in hipe.app

View: New views
4 Messages — Rating Filter:   Alert me  

Missing HIPE modules in hipe.app

by Dave Smith-10 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all...

As a part of constructing an erlang embedded node, I found that the
HIPE application is missing a number of modules from the .app file.
Consequently, systools doesn't include those modules when the HIPE
application is included in the release. I'm not sure if it's
intentional or not, but thought I'd submit a patch against hipe.app
(see attached).

In the process, I wrote a verifier and found other problems as well:

WARNING: snmp.app does not list snmpc.beam as a module
WARNING: snmp.app does not list snmpc_lib.beam as a module
WARNING: snmp.app does not list snmpc_mib_gram.beam as a module
WARNING: snmp.app does not list snmpc_mib_to_hrl.beam as a module
WARNING: snmp.app does not list snmpc_misc.beam as a module
WARNING: snmp.app does not list snmpc_tok.beam as a module
WARNING: asn1.app does not list asn1_db.beam as a module
WARNING: asn1.app does not list asn1ct.beam as a module
WARNING: asn1.app does not list asn1ct_check.beam as a module
WARNING: asn1.app does not list asn1ct_constructed_ber.beam as a module
WARNING: asn1.app does not list asn1ct_constructed_ber_bin_v2.beam as a module
WARNING: asn1.app does not list asn1ct_constructed_per.beam as a module
WARNING: asn1.app does not list asn1ct_gen.beam as a module
WARNING: asn1.app does not list asn1ct_gen_ber.beam as a module
WARNING: asn1.app does not list asn1ct_gen_ber_bin_v2.beam as a module
WARNING: asn1.app does not list asn1ct_gen_per.beam as a module
WARNING: asn1.app does not list asn1ct_gen_per_rt2ct.beam as a module
WARNING: asn1.app does not list asn1ct_name.beam as a module
WARNING: asn1.app does not list asn1ct_parser2.beam as a module
WARNING: asn1.app does not list asn1ct_pretty_format.beam as a module
WARNING: asn1.app does not list asn1ct_tok.beam as a module
WARNING: asn1.app does not list asn1ct_value.beam as a module
WARNING: sasl.app does not list si.beam as a module
WARNING: sasl.app does not list si_sasl_supp.beam as a module

Hopefully someone will find this useful. :) It would be great to see
this included in the next release.

D.



________________________________________________________________
erlang-patches mailing list. See http://www.erlang.org/faq.html
erlang-patches (at) erlang.org

Re: [erlang-questions] Missing HIPE modules in hipe.app

by Mikael Pettersson-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dave Smith writes:
 > Hi all...
 >
 > As a part of constructing an erlang embedded node, I found that the
 > HIPE application is missing a number of modules from the .app file.
 > Consequently, systools doesn't include those modules when the HIPE
 > application is included in the release. I'm not sure if it's
 > intentional or not, but thought I'd submit a patch against hipe.app
 > (see attached).

-ENOATTACHEDPATCH

________________________________________________________________
erlang-patches mailing list. See http://www.erlang.org/faq.html
erlang-patches (at) erlang.org


Re: [erlang-questions] Missing HIPE modules in hipe.app

by Dave Smith-10 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Not sure what went wrong, here. Think I may not have waited long
enough for gmail to upload the file (!!).

Here is the patch again, this time against hipe.app.src, as suggested
by my co-worker Jon Meredith. :)

D.

On Mon, Jul 27, 2009 at 3:55 PM, Mikael Pettersson<mikpe@...> wrote:

> Dave Smith writes:
>  > Hi all...
>  >
>  > As a part of constructing an erlang embedded node, I found that the
>  > HIPE application is missing a number of modules from the .app file.
>  > Consequently, systools doesn't include those modules when the HIPE
>  > application is included in the release. I'm not sure if it's
>  > intentional or not, but thought I'd submit a patch against hipe.app
>  > (see attached).
>
> -ENOATTACHEDPATCH
>


________________________________________________________________
erlang-patches mailing list. See http://www.erlang.org/faq.html
erlang-patches (at) erlang.org

Re: [erlang-questions] Missing HIPE modules in hipe.app

by Mikael Pettersson-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dave Smith writes:
 > Not sure what went wrong, here. Think I may not have waited long
 > enough for gmail to upload the file (!!).
 >
 > Here is the patch again, this time against hipe.app.src, as suggested
 > by my co-worker Jon Meredith. :)

On first glance it looks correct but whitespace damaged (no tabs).
I'll fix that up and apply it tomorrow.

Thanks for reporting this. We obviously never use the app file so
don't notice when it goes out of sync :-(

/Mikael

________________________________________________________________
erlang-patches mailing list. See http://www.erlang.org/faq.html
erlang-patches (at) erlang.org