How to override which autoconf is used?

2013-03-07 Thread David Holmes
My build machine has autoconf 2.68 in /usr/bin but others use 2.67. This means we keep getting differences in generated-configure.sh that are not related to actual changes. So I put the 2.67 version of autoconf first in my path: > which autoconf /home/dholmes/bin/autoconf > autoconf -V autoc

Allow using a system-installed giflib

2013-03-07 Thread Omair Majid
Hi, I have a webrev at: http://cr.openjdk.java.net/~omajid/webrevs/system-giflib/00/ It introduces a configure option --with-giflib that (similar to the existing --with-zlib) allows specifying whether the build should use the system installed giflib or the one bundled with OpenJDK. I have not te

RFR: 8009428 and 8009429 - Profile related fixes and clean ups

2013-03-07 Thread David Holmes
Not sure which is best list for this given Alan will likely be the only reviewer anyway :) Webrevs under: http://cr.openjdk.java.net/~dholmes/8009428_8009429/ Two related sets of fixes here: JDK-8009428: Revert changes to $ substitution performed as part of nashorn integration This removes

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.

hg: jdk8/build: 8008073: build-infra: Need --with-dxsdk option? And awt/sound -I option additions?

2013-03-07 Thread erik . joelsson
Changeset: 52741ab7c601 Author:erikj Date: 2013-03-06 10:50 +0100 URL: http://hg.openjdk.java.net/jdk8/build/rev/52741ab7c601 8008073: build-infra: Need --with-dxsdk option? And awt/sound -I option additions? Reviewed-by: tbell ! common/autoconf/generated-configure.sh ! common/aut

hg: jdk8/build/jdk: 8008073: build-infra: Need --with-dxsdk option? And awt/sound -I option additions?

2013-03-07 Thread erik . joelsson
Changeset: aee1c6c52b68 Author:erikj Date: 2013-03-06 16:15 +0100 URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/aee1c6c52b68 8008073: build-infra: Need --with-dxsdk option? And awt/sound -I option additions? Reviewed-by: tbell ! makefiles/CompileNativeLibraries.gmk