Re: 8u build failure win7/cygwin64

2015-04-29 Thread Semyon Sadetsky
Thank you Erik, the last option has resolved my issue. --Semyon On 4/29/2015 6:59 PM, Erik Joelsson wrote: Hello Semyon, To disable ccache explicitly, you need to run add --disable-ccache to the configure command line. I thought we had fixed this, but perhaps we still pick up ccache automat

Re: aarch64: jdk9: 8078245: fails to build from source

2015-04-29 Thread David Holmes
On 30/04/2015 3:26 PM, David Holmes wrote: Hi Nevill, Sorry Ed! David Just realized this was sent to hotspot-dev (attempting bcc) but is not a hotspot issue. With your new approach this is a build issue so cc'ing build-dev. The new approach seems better to me but build folk need to confirm

Re: aarch64: jdk9: 8078245: fails to build from source

2015-04-29 Thread David Holmes
Hi Nevill, Just realized this was sent to hotspot-dev (attempting bcc) but is not a hotspot issue. With your new approach this is a build issue so cc'ing build-dev. The new approach seems better to me but build folk need to confirm the placement. Thanks, David On 29/04/2015 8:52 PM, Edwar

Re: cygwin 2.0 is unsupported

2015-04-29 Thread Erik Joelsson
Hello Sergey, No, that wasn't known. I wasn't aware that Cygwin had bumped its version to 2.0. Thanks for pointing that out. Filed: https://bugs.openjdk.java.net/browse/JDK-8079087 /Erik On 2015-04-29 10:46, Sergey Bylokhov wrote: Hello. Is that known issue that current version of cygwin 2.

cygwin 2.0 is unsupported

2015-04-29 Thread Sergey Bylokhov
Hello. Is that known issue that current version of cygwin 2.0 [1] is unsupported? configure: Your cygwin is too old. You are running 2.0.0(0.287/5/3), but at least cygwin 1.7 is required. Please upgrade. configure: error: Cannot continue [1] https://cygwin.com/ml/cygwin-announce/2015-04/msg000

Re: 8u build failure win7/cygwin64

2015-04-29 Thread Erik Joelsson
Hello Semyon, To disable ccache explicitly, you need to run add --disable-ccache to the configure command line. I thought we had fixed this, but perhaps we still pick up ccache automatically in 8u even if it's not supported. Anyway, ccache is certainly not compatible with Visual Studio. /Eri

Re: 8u build failure win7/cygwin64

2015-04-29 Thread Semyon Sadetsky
I set CCACHE_DISABLE=1 and it still fails: make[2]: *** [/cygdrive/c/cygwin64/home/ssadetsk/projects/jdk8/jdk8u-dev/build/windows-x86_64-normal-server-fastdebug/jdk/objs/libfdlibm/e_acos.obj] Error 1 make[2]: *** Waiting for unfinished jobs make[2]: *** [/cygdrive/c/cygwin64/home/ssadetsk

Re: 8u build failure win7/cygwin64

2015-04-29 Thread gary.ad...@oracle.com
I've found that disable ccache fixes problems building e_acos ( the first native file in the jdk portion of the build). On 4/29/15 4:23 AM, Magnus Ihse Bursie wrote: On 2015-04-29 09:50, Semyon Sadetsky wrote: Hello, Please advise what is the source of the next issue: (...libfdlibm/e_acos.obj

Re: 8u build failure win7/cygwin64

2015-04-29 Thread Semyon Sadetsky
Hi Magnus, This is it: ... [14] VERSIONINFO_RESOURCE := /cygdrive/c/cygwin64/home/ssadetsk/projects/jdk8/jdk8u-dev/jdk/src/windows/resource/version.rc [15] RC_FLAGS := -nologo -l 0x409 -r -d "JDK_BUILD_ID=1.8.0-internal-fastdebug-ssadetskrussadetsk_2015_04_29_10_24-b00" -d "JDK_COMPANY=Oracl

Re: 8u build failure win7/cygwin64

2015-04-29 Thread Magnus Ihse Bursie
On 2015-04-29 09:50, Semyon Sadetsky wrote: Hello, Please advise what is the source of the next issue: (...libfdlibm/e_acos.obj file is really absent) Hi Semyon, Please re-run with "make LOG=debug JOBS=1" to get a better log prior to the failure. /Magnus ## Starting jdk Importing CORBA

8u build failure win7/cygwin64

2015-04-29 Thread Semyon Sadetsky
Hello, Please advise what is the source of the next issue: (...libfdlibm/e_acos.obj file is really absent) ## Starting jdk Importing CORBA classes.jar Importing CORBA src.zip Importing CORBA bin.zip Importing JAXP classes.jar Importing JAXP src.zip Importing JAXWS src.zip Importing JAXWS classe