« Return to Thread: Problems with umbrella make files
On Wednesday, April 18, 2012 at 5:55 PM, Steve Powell wrote:
Hi Alvaro,I can reproduce this behaviour. It seems like making the rabbitmq-serverincludes making the plugins, which somehow tries to re-make the server-- and I (eventually) recurse off the forking stack.Making the release beforehand probably stops the recursion starting.This probably started when we decided to ship all the plugins with theserver -- so we build them as part of the rabbitmq-server build now. ButI'm slightly surprised that no-one has complained about this already.In development we build rabbitmq-server from our development umbrellarepo, which INCLUDES the public-umbrella repo, so the plugins are builtafter the server is already done (I think). So we don't see this,normally.I'm going to see if I can find out where the recursion happens and seewhy it does.Steve Powell (a happy bunny)----------yet more definitions from the SPD----------chinchilla (n.) Cooling device for the lower jaw.socialcast (n.) Someone to whom everyone is speaking but nobody likes.literacy (n.) A textually transmitted disease usually contracted in childhood.ebola (n.) A Yorkshire cricketer.On 15 Apr 2012, at 20:48, Alvaro Videla wrote:Hi,I'm trying to run the "make plugins" target from rabbitmq-server Makefile (obtained from the umbrella repo)If I run the target like this it fails:make plugins PLUGINS_SRC_DIR="`pwd`/.." VERSION=2.8.1uSince I start to get the same output again and again. See this gist: https://gist.github.com/2394475Unless I ran before the following target from the rabbitmq-public-umbrella Makefile:make release VERSION=2.8.1uI understand that the "plugins" target will call that one, so I'm puzzled here.I also tried adding the following target in the rabbitmq-server/Makefilemydebug:$(MAKE) -C "$(PLUGINS_SRC_DIR)" cleanRunning it like:make mydebug PLUGINS_SRC_DIR=..also fails with the same output as in the previous gist.Any ideas on what might be wrong? Am I missing something?Regards,Alvaro--Alvaro VidelaSent with Sparrow_______________________________________________rabbitmq-discuss mailing list
« Return to Thread: Problems with umbrella make files
| Free embeddable forum powered by Nabble | Forum Help |