https://bugzilla.redhat.com/show_bug.cgi?id=1083637



--- Comment #9 from Lon Hohberger <l...@redhat.com> ---
So, I tried this in my specfile:

  Requires: erlang-mnesia >= %{erlang_minver}
  Requires: erlang-erts >= %{erlang_minver}
  Requires: erlang-xmerl >= %{erlang_minver}
  Requires: erlang-stdlib >= %{erlang_minver}
  Requires: erlang-public_key >= %{erlang_minver}
  Requires: erlang-ssl >= %{erlang_minver}
  Requires: erlang-kernel >= %{erlang_minver}
  Requires: erlang-sasl >= %{erlang_minver}
  Requires: erlang-os_mon >= %{erlang_minver}
  Requires: erlang-tools >= %{erlang_minver}

I turned on SSL and erased runtime_tools (and tools) and things still work.
Forcefully erasing some of the others (for example inets) caused
rabbitmq-server to fail on startup:

Error description:
   {error,{"no such file or directory","inets.app"}}

You were right about runtime_tools, it's not needed really.

erlang-snmp-R16B-03.2min.2.el7.x86_64
erlang-asn1-R16B-03.2min.2.el7.x86_64
erlang-inets-R16B-03.2min.2.el7.x86_64
erlang-crypto-R16B-03.2min.2.el7.x86_64
erlang-kernel-R16B-03.2min.2.el7.x86_64
erlang-mnesia-R16B-03.2min.2.el7.x86_64
erlang-otp_mibs-R16B-03.2min.2.el7.x86_64
erlang-ssl-R16B-03.2min.2.el7.x86_64
erlang-public_key-R16B-03.2min.2.el7.x86_64
erlang-stdlib-R16B-03.2min.2.el7.x86_64
erlang-os_mon-R16B-03.2min.2.el7.x86_64
erlang-xmerl-R16B-03.2min.2.el7.x86_64
erlang-erts-R16B-03.2min.2.el7.x86_64
erlang-sasl-R16B-03.2min.2.el7.x86_64

Apart from the packages that require wx, a few extraneous packages get pulled
in (that is, they are not required for rabbitmq to run):

  erlang-syntax_tools
  erlang-compiler
  erlang-hipe
  erlang-runtime_tools
  erlang-tools

This should be fine.  This is a big improvement over the previous requirement
of the 'erlang' meta package.  Once wx is optional (looks like F21), this will
be a -huge- improvement!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
erlang mailing list
erlang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/erlang

Reply via email to