Opened 9 years ago

Closed 9 years ago

#47799 closed defect (fixed)

[Port Abandoned] rabbitmq-server

Reported by: mf2k (Frank Schima) Owned by: meyer@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: mamoll (Mark Moll)
Port: rabbitmq-server

Description

The maintainer of rabbitmq-server has never actually responded to any tickets and has 3 open tickets currently.

Change History (3)

comment:5 Changed 9 years ago by mamoll (Mark Moll)

The current version of the port doesn't compile with the latest erlang:

erlc -I include -o ebin -Wall -v +debug_info -Duse_specs  -pa ebin src/dtree.erl
src/dtree.erl:44: type gb_tree() undefined

This can be fixed by changing gb_tree() to gb_tree:tree(). But there are other problems with this port. The symlinks in ${prefix}/lib/rabbitmq/bin/ are all broken. The command ${prefix}/sbin/rabbitmq-server is also broken. Part of the problem with this port is that the rabbitmq-server wants to install things in all kinds of non-standard places. Fixing all of these issues is non-trivial.

comment:6 Changed 9 years ago by mamoll (Mark Moll)

Cc: mmoll@… added

Cc Me!

comment:7 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

Removed maintainer in r139752.

Other issues should be filed in separate tickets.

Note: See TracTickets for help on using tickets.