Re: Need reviewers: 7043700: Regression for IcedTea builds (e.g. ALT_OUTPUTDIR)

2011-05-13 Thread Omair Majid
On 05/12/2011 10:00 PM, Kelly O'Hair wrote: On May 12, 2011, at 4:33 PM, Omair Majid wrote: Hi Kelly, On 05/12/2011 04:39 PM, Kelly O'Hair wrote: Need reviewers. (Omair, you will want to verify this works for IcedTea). Some background: this changeset: http://hg.openjdk.java.net/jdk7/jdk

Re: Need reviewers: 7043700: Regression for IcedTea builds (e.g. ALT_OUTPUTDIR)

2011-05-13 Thread Kelly O'Hair
On May 13, 2011, at 1:06 AM, David Holmes wrote: > Kelly, > > I have trouble following the details of this change. > > Here: > > + # Relative path from an output directory to the image directory > + REL_JDK_IMAGE_DIR = > ../$(OUTPUTDIR_BASENAME-$(DEBUG_NAME))/$(JDK_IMAGE_DIRNAME) > In the a

Build portability: enable or disable warnings

2011-05-13 Thread Andrew Haley
A recent patch (of mine, as it happens) broke builds on Debian and Gentoo. It was caused by a scanf call: if (sscanf(chars, "%lx-%*lx", &x) == 1) which looks pretty innocuous, but it triggers a warning if -Wformat is turned on: warning: use of assignment suppression and length modifier

Re: Need reviewers: 7043700: Regression for IcedTea builds (e.g. ALT_OUTPUTDIR)

2011-05-13 Thread David Holmes
Kelly, I have trouble following the details of this change. Here: + # Relative path from an output directory to the image directory + REL_JDK_IMAGE_DIR = ../$(OUTPUTDIR_BASENAME-$(DEBUG_NAME))/$(JDK_IMAGE_DIRNAME) there's no indication that REL_JDK_IMAGE_DIR pertains to a debug build, but t