https://bugzilla.redhat.com/show_bug.cgi?id=1409710
Bug ID: 1409710 Summary: erlang should support noarch packages being installed in /usr/lib/erlang/lib/ Product: Fedora Version: rawhide Component: erlang Severity: medium Assignee: lemenkov@gmail.com Reporter: randy@electronsweatshop.com QA Contact: extras-qa@fedoraproject.org CC: erlang@lists.fedoraproject.org, jeckersb@redhat.com, lemenkov@gmail.com, rhbugs@n-dimensional.de, s@shk.io
Description of problem: Currently, all Erlang libraries are installed into /usr/lib64/erlang/lib/ on x86_64 systems, regardless of whether they have any arch-dependent code. This causes rpmlint errors, and also causes longer build times for pure-Erlang packages.
We should adjust Erlang path searching setting so that noarch libraries can be installed to /usr/lib/erlang/lib/ so they can officially become noarch packages.
https://bugzilla.redhat.com/show_bug.cgi?id=1409710
Peter Lemenkov lemenkov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Version|26 |rawhide Fixed In Version| |erlang-19.3.6.2-2.fc27 Resolution|--- |RAWHIDE Last Closed| |2017-08-11 10:39:57
--- Comment #2 from Peter Lemenkov lemenkov@gmail.com --- Initial implementation in erlang-19.3.6.2-2.fc27. Let's test it!
erlang@lists.fedoraproject.org