Re: configure using --disable-zip-debug-info

2013-03-27 Thread Erik Joelsson
I just tried this and the failure reproduces for me. Will investigate. /Erik On 2013-03-27 01:56, Bharadwaj Yadavalli wrote: Hi David, Thanks for the suggestion. On 3/7/2013 7:54 PM, David Holmes wrote: I think this is a bug in Images.gmk: ifneq ($(OPENJDK_TARGET_OS),windows) ALL_BIN_L

Re: configure using --disable-zip-debug-info

2013-03-26 Thread Bharadwaj Yadavalli
Hi David, Thanks for the suggestion. On 3/7/2013 7:54 PM, David Holmes wrote: I think this is a bug in Images.gmk: ifneq ($(OPENJDK_TARGET_OS),windows) ALL_BIN_LIST := $(filter-out %.debuginfo %.diz, $(ALL_BIN_LIST)) else You can only have a single wildcard in a pattern so I don't think

Re: configure using --disable-zip-debug-info

2013-03-07 Thread David Holmes
I think this is a bug in Images.gmk: ifneq ($(OPENJDK_TARGET_OS),windows) ALL_BIN_LIST := $(filter-out %.debuginfo %.diz, $(ALL_BIN_LIST)) else You can only have a single wildcard in a pattern so I don't think that expands the way the author intended. Can you try editing jdk/makefiles/Ima

configure using --disable-zip-debug-info

2013-03-07 Thread Bharadwaj Yadavalli
I pulled down jdk/tl tree and configured it using the following command line: sh configure --with-debug-level=slowdebug --with-boot-jdk=/path/to/installed/jdk7 --disable-zip-debug-info and built by running make all I get the following build error Ignoring (other) javax.xml.ws.wsaddressing.