[MacPorts] #51894: rabbitmq-server @3.5.7: build fails with erlang 19.0

MacPorts noreply at macports.org
Wed Sep 21 23:28:03 CEST 2016


#51894: rabbitmq-server @3.5.7: build fails with erlang 19.0
------------------------------+--------------------------
  Reporter:  md14-macports@…  |      Owner:  hayder.net@…
      Type:  defect           |     Status:  new
  Priority:  Normal           |  Milestone:
 Component:  ports            |    Version:  2.3.4
Resolution:                   |   Keywords:
      Port:  rabbitmq-server  |
------------------------------+--------------------------

Comment (by phoenix.zerin@…):

 Workaround for anyone who cannot install `rabbitmq-server` because of this
 issue:

 1. `cd /tmp`
 2. `svn checkout -r 147014
 https://svn.macports.org/repository/macports/trunk/dports/lang/erlang`
 3. `cd erlang`
 4. `sudo port install`
 5. `sudo -n port install rabbitmq-server`

 Notes:

 - Step 2 checks out a previous revision of the Erlang Portfile which
 references version 18.3.
 - The `-n` in step 5 is critically important; it tells MacPorts not to
 upgrade dependencies.  Without this switch, MacPorts will try to install
 Erlang 19!

 If step 4 fails because of a build error, you may be able to get it to
 work by building manually:

 1. `cd
 "/opt/local/var/macports/build/_private_tmp_erlang/erlang/work/erlang-18.3"`
 2. `sudo make -w all`
 3. `cd -`
 4. Retry step 4 above.

-- 
Ticket URL: <https://trac.macports.org/ticket/51894#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list