[rabbitmq-discuss] rabbitmq-public-umbrella fails to build due to bql plugin, patch attached
Christian Legnitto
clegnitto at mozilla.com
Thu Aug 12 22:17:35 BST 2010
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,
Christian
More information about the rabbitmq-discuss
mailing list