[Bug 948993] Re: rabbitmq-2.7.1-0ubuntu1 lacks compatibility with plugin packages
Clint Byrum
clint at fewbar.com
Thu Mar 8 16:24:53 UTC 2012
Marc, the new debdiff looks mostly right. I'm a little concerned about
this:
invoke-rc.d rabbitmq-server restart || true
I'd prefer to see
if !invoke-rc.d rabbitmq-server restart ; then
RESTART_RESULT=$?
if [ "$RESTART_RESULT"!= "100" ] ; then
exit $RESTART_RESULT
fi
fi
Because many of the other responses that invoke-rc.d might give are
quite valid errors that the user may want to know about, such as failing
to start rabbitmq again.
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/948993
Title:
rabbitmq-2.7.1-0ubuntu1 lacks compatibility with plugin packages
Status in “rabbitmq-erlang-client” package in Ubuntu:
New
Status in “rabbitmq-plugins-common” package in Ubuntu:
New
Status in “rabbitmq-server” package in Ubuntu:
Confirmed
Status in “rabbitmq-stomp” package in Ubuntu:
New
Status in “rabbitmq-erlang-client” source package in Precise:
New
Status in “rabbitmq-plugins-common” source package in Precise:
New
Status in “rabbitmq-server” source package in Precise:
Confirmed
Status in “rabbitmq-stomp” source package in Precise:
New
Bug description:
rabbitmq 2.7.1 package breaks the compatilibility with the old rabbitmq-stomp rabbitmq-plugins-common and rabbitmq-erlang-client packages (from which several other packages depend) due to the new server package including all the plugin binaries.
We need to modify the package to provide the plugin enable and disable mechanisms in order to provide compatibility with these packages.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-erlang-client/+bug/948993/+subscriptions
More information about the Ubuntu-sponsors
mailing list