[rabbitmq-discuss] rabbitmq-public-umbrella fails to build due to bql plugin, patch attached

Emile Joubert emile at rabbitmq.com
Fri Aug 13 09:05:44 BST 2010


Hi Christian,

On 12/08/10 22:17, Christian Legnitto wrote:
> All:
> 
> I updated my rabbitmq-public-umbrella and tried to build everything. It failed due to the bql plugin not finding deps. This is the (trivial) patch I applied to bql locally (RHEL 5.5) to get it all to build:
> 
> diff -r 565833936dc4 Makefile
> --- a/Makefile  Mon Jun 28 09:55:38 2010 +0100
> +++ b/Makefile  Wed Aug 11 05:13:49 2010 -0700
> @@ -26,7 +26,7 @@
>     rm -rf $(CLIENT_PACKAGE_DIR)
>     mkdir -p $(DIST_DIR)
>     mkdir -p $(CLIENT_PACKAGE_DIR)/ebin
> -   cp $(EBIN_DIR)/* $(foreach DEP_NAME, $(CLIENT_DEPS), $(PRIV_DEPS_DIR)/$(DEP_NAME)/ebin/*) $(CLIENT_PACKAGE_DIR)/ebin
> +   cp $(EBIN_DIR)/* $(foreach DEP_NAME, $(CLIENT_DEPS), $(PRIV_DEPS_DIR)/$(DEP_NAME)*/ebin/*) $(CLIENT_PACKAGE_DIR)/ebin
>     cp $(SCRIPTS_DIR)/* $(CLIENT_PACKAGE_DIR)
>     
>     (cd $(CLIENT_PACKAGE_DIR); zip -r ../../$@ *)

Thanks for the patch - we've opened a bug for this problem.



-Emile


More information about the rabbitmq-discuss mailing list