Re: unzip failure in 1.5 and 1.6 building OpenJDK

2009-11-19 Thread Pete Brunet
Thanks to Christopher for mentioning the BLODA earlier today.  The
problem went away by disabling Norton 360.
---
Pete Brunet wrote:
 I'm encountering unzip failures attempting to build the OpenJDK.  I've
 tried with both 1.6 and 1.7.

 This happened on 1.6:

 ( cd  c:/OpenJDK/jdk7/build/windows-i586-fastdebug/demo/applets/BarChart
  /usr/bin/unzip -o src.zip  rm -f src.zip )
 Archive:  src.zip
   inflating: BarChart.java
   inflating: example1.html
 error:  cannot create example2.html
 make[6]: *** [bundles] Error 50
 make[6]: Leaving directory
 `/cygdrive/c/OpenJDK/jdk7/jdk/make/mkdemo/applets/BarChart'

 This happened on 1.7:

 ( cd  C:/OpenJDK/jdk7/build/windows-i586-fastdebug/demo/applets/BarChart
  /usr/bin/unzip -o src.zip  rm -f src.zip )
 Archive:  src.zip
   inflating: BarChart.java
   inflating: example1.html
 error:  cannot create example2.html
 Permission denied
 make[6]: *** [bundles] Error 50
 make[6]: Leaving directory
 `/cygdrive/c/OpenJDK/jdk7/jdk/make/mkdemo/applets/BarChartf

 Manually cding and unzipping after the above noted failures was successful.

 A possibly related failure noticed when running on 1.7 is:

 ( cd  C:/OpenJDK/jdk7/build/windows-i586-fastdebug/demo/applets/ArcTest  \
   C:/Progra~1/Java/jdk1.6.0_15/bin/jar -xfv ArcTest.jar \
  -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions
 -J-XX:-LogVMOutput -J-client -J-Xmx640m -J-Xms128m -J-XX:PermSize=32m
 -J-XX:MaxPermSize=160m  \
   rm -f -r META-INF ArcTest.jar   \
   if [ -w hotspot.log ] ; then rm -f hotspot.log; fi )
   created: META-INF/
  inflated: META-INF/MANIFEST.MF
  inflated: ArcCanvas.class
  inflated: ArcControls.class
  inflated: ArcTest.class
  inflated: example1.html
  inflated: IntegerTextField.class
 rm: cannot remove directory `META-INF': Directory not empty
 make[6]: *** [bundles] Error 1
 make[6]: Leaving directory
 `/cygdrive/c/OpenJDK/jdk7/jdk/make/mkdemo/applets/ArcTest'

 Upon inspection after the failure the META-INF directory was actually empty.

 My system is a Lenovo T500, Model 2081-CTO, with an Intel Core2 Duo
 P8700 at 2.53 GHz and 2 GB of RAM running XP Pro SP3.  The OS and
 Thinkpad have the latest updates.  The CPU is running with a single core
 (via BIOS setting).

 Attached are cygcheck dumps from both versions.

   


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Use of Dual Core causes random failures building OpenJDK

2009-11-19 Thread Pete Brunet
This problem went away by disabling Norton 360.
---
Pete Brunet wrote:
 I've been trying to build OpenJDK for several weeks now and have never
 been able to get to the end of the build because of random failures. 
 Last night I had a hunch to turn off one of the cores in BIOS and after
 doing that the problems have gone away.  My system is a Lenovo T500,
 Model 2081-CTO, with an Intel Core2 Duo P8700 at 2.53 GHz and 2 GB of
 RAM running XP Pro SP3.  The latest updates have been applied to the
 Lenovo system and to XP.  Some examples of failures:
 - empty environment variables
 - invalid environment variables
 - files not found (possibly related to corrupted environment variables)

 Attached is my cygcheck.out file.
   


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



unzip failure in 1.5 and 1.6 building OpenJDK

2009-11-18 Thread Pete Brunet
I'm encountering unzip failures attempting to build the OpenJDK.  I've
tried with both 1.6 and 1.7.

This happened on 1.6:

( cd  c:/OpenJDK/jdk7/build/windows-i586-fastdebug/demo/applets/BarChart
 /usr/bin/unzip -o src.zip  rm -f src.zip )
Archive:  src.zip
  inflating: BarChart.java
  inflating: example1.html
error:  cannot create example2.html
make[6]: *** [bundles] Error 50
make[6]: Leaving directory
`/cygdrive/c/OpenJDK/jdk7/jdk/make/mkdemo/applets/BarChart'

This happened on 1.7:

( cd  C:/OpenJDK/jdk7/build/windows-i586-fastdebug/demo/applets/BarChart
 /usr/bin/unzip -o src.zip  rm -f src.zip )
Archive:  src.zip
  inflating: BarChart.java
  inflating: example1.html
error:  cannot create example2.html
Permission denied
make[6]: *** [bundles] Error 50
make[6]: Leaving directory
`/cygdrive/c/OpenJDK/jdk7/jdk/make/mkdemo/applets/BarChartf

Manually cding and unzipping after the above noted failures was successful.

A possibly related failure noticed when running on 1.7 is:

( cd  C:/OpenJDK/jdk7/build/windows-i586-fastdebug/demo/applets/ArcTest  \
  C:/Progra~1/Java/jdk1.6.0_15/bin/jar -xfv ArcTest.jar \
 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions
-J-XX:-LogVMOutput -J-client -J-Xmx640m -J-Xms128m -J-XX:PermSize=32m
-J-XX:MaxPermSize=160m  \
  rm -f -r META-INF ArcTest.jar   \
  if [ -w hotspot.log ] ; then rm -f hotspot.log; fi )
  created: META-INF/
 inflated: META-INF/MANIFEST.MF
 inflated: ArcCanvas.class
 inflated: ArcControls.class
 inflated: ArcTest.class
 inflated: example1.html
 inflated: IntegerTextField.class
rm: cannot remove directory `META-INF': Directory not empty
make[6]: *** [bundles] Error 1
make[6]: Leaving directory
`/cygdrive/c/OpenJDK/jdk7/jdk/make/mkdemo/applets/ArcTest'

Upon inspection after the failure the META-INF directory was actually empty.

My system is a Lenovo T500, Model 2081-CTO, with an Intel Core2 Duo
P8700 at 2.53 GHz and 2 GB of RAM running XP Pro SP3.  The OS and
Thinkpad have the latest updates.  The CPU is running with a single core
(via BIOS setting).

Attached are cygcheck dumps from both versions.

-- 
*Pete Brunet*

a11ysoft - Accessibility Architecture and Development
(512) 238-6967 (work), (512) 689-4155 (cell)
Skype: pete.brunet
IM: ptbrunet (AOL, Google), ptbru...@live.com (MSN)
http://www.a11ysoft.com/about/
Ionosphere: WS4G

Cygwin Configuration Diagnostics
Current System Time: Wed Nov 18 10:01:19 2009

Windows XP Professional Ver 5.1 Build 2600 Service Pack 3

Path:   c:\PROGRA~1\MICROS~1.0\Common7\IDE
c:\PROGRA~1\MICROS~1.0\VC\BIN
c:\PROGRA~1\MICROS~1.0\Common7\Tools
c:\WINDOWS\MICROS~1.NET\FRAMEW~1\v3.5
c:\WINDOWS\MICROS~1.NET\FRAMEW~1\V20~1.507
c:\PROGRA~1\MICROS~1.0\VC\VCPACK~1
c:\PROGRA~1\MI2578~1\Windows\v6.0A\bin
C:\cygwin\usr\local\bin
C:\cygwin\bin
c:\WINDOWS\system32
c:\WINDOWS
c:\WINDOWS\System32\Wbem

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1008(Pete) GID: 513(None)
0(root) 513(None)   544(Administrators) 545(Users)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1008(Pete) GID: 513(None)
0(root) 513(None)   544(Administrators) 545(Users)

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

USER = 'Pete'
PWD = '/cygdrive/c/OpenJDK/jdk7'
HOME = '/home/Pete'
MAKE_MODE = 'unix'

HOMEPATH = '\Documents and Settings\Pete'
MANPATH = '/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man'
APPDATA = 'C:\Documents and Settings\Pete\Application Data'
VS_WINDOWSSDKDIR = 'C:/Program Files/Microsoft SDKs/Windows/v6.0A/'
WPATH = 'c:/Program Files/Microsoft Visual Studio 9.0/Common7/IDE;c:/Program 
Files/Microsoft Visual Studio 9.0/VC/BIN;c:/Program Files/Microsoft Visual 
Studio 
9.0/Common7/Tools;c:/WINDOWS/Microsoft.NET/Framework/v3.5;c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727;c:/Program
 Files/Microsoft Visual Studio 9.0/VC/VCPackages;C:/Program Files/Microsoft 
SDKs/Windows/v6.0A/bin;C:/cygwin/usr/local/bin;C:/cygwin/bin;C:/cygwin/bin;C:/cygwin/usr/X11R6/bin;c:/WINDOWS/system32;c:/WINDOWS;c:/WINDOWS/System32/Wbem'
ALT_SLASH_JAVA = 'C:/SlashJava'
VSINSTALLDIR = 'c:/Program Files/Microsoft Visual Studio 9.0'
HOSTNAME = 'Bevo'
RR = 'C:\Program Files\Lenovo\Rescue and Recovery'
DXSDK_DIR = 'C:\Program Files\Microsoft DirectX 9.0 SDK (Summer 2004)\'
TVTCOMMON = 'C:\Program Files\Common Files\Lenovo'
TERM = 'cygwin'
ROXIOCENTRAL = 'C:\Program Files\Common Files\Roxio Shared\10.0\Roxio 
Central36\'
PROCESSOR_IDENTIFIER = 'x86 Family 6 Model 23 Stepping 10, GenuineIntel'
WINDIR = 'C:\WINDOWS'
EMC_AUTOPLAY = 'C:\Program Files\Common Files\Roxio Shared\'
TVTPYDIR = 'C:\Program Files\Common Files\Lenovo\Python24'
TVT = 'C:\Program Files\Lenovo'
DEVENVDIR = 'c:/Program Files/Microsoft Visual Studio 9.0/Common7/IDE'
OLDPWD = '/home/Pete'
USERDOMAIN = 'BEVO'
OS = 'Windows_NT'
ALLUSERSPROFILE = 'C:\Documents and Settings\All Users

Re: Use of Dual Core causes random failures building OpenJDK

2009-11-17 Thread Pete Brunet
Thanks Dave, What is the proper way to upgrade the DLL?

Dave Korn wrote:
 Pete Brunet wrote:
   
 I've been trying to build OpenJDK for several weeks now and have never
 been able to get to the end of the build because of random failures. 
 Last night I had a hunch to turn off one of the cores in BIOS and after
 doing that the problems have gone away.  My system is a Lenovo T500,
 Model 2081-CTO, with an Intel Core2 Duo P8700 at 2.53 GHz and 2 GB of
 RAM running XP Pro SP3.  The latest updates have been applied to the
 Lenovo system and to XP.  Some examples of failures:
 - empty environment variables
 - invalid environment variables
 - files not found (possibly related to corrupted environment variables)

 Attached is my cygcheck.out file.
 

   Well, ...

   
 Cygwin DLL version info:
 DLL version: 1.5.25
 

 1.5 is known to have bugs in this area.  You can give 1.7 a try because I've
 fixed a number of race conditions; I'm pretty sure there are still more to be
 tracked down, but it's a good deal better.

 cheers,
   DaveK
   


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[Fwd: Re: Use of Dual Core causes random failures building OpenJDK]

2009-11-17 Thread Pete Brunet
Thnaks Dave, I've installed 1.7.  The OpenJDK build requires
backleveling make from 3.81 to 3.80.  When I do that on cygwin 1.7 I get
the following:

p...@bevo ~
$ cd /

p...@bevo /
$ tar xjf /cygdrive/c/downloads/make-3.80-1.tar.bz2

p...@bevo /
$ bin/make.exe --version
/usr/bin/make.exe: error while loading shared libraries: cygintl-2.dll:
cannot open shared object file: No such file or directory

Also, the 1.7 install is no longer asking for DOS vs UNIX line endings. 
I need to use DOS line endings.  How to I set that with the new cygwin?

Thanks, Pete
---
Dave Korn wrote:
 Pete Brunet wrote:
   
 Thanks Dave, What is the proper way to upgrade the DLL?
 

   The proper way?  Heh:

 #1.  Read the manual.
 #2.  Take back-ups!
 #3.  Then do it.

   However that's just the generic proper way to do anything.  You probably
 wanted a short answer along the lines of Download the 1.7-specific version of
 setup.exe from the cygwin.com website and run it; it will upgrade your whole
 installation in-place for you, in which steps 1 and 2 are omitted.

 cheers,
   DaveK  

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Use of Dual Core causes random failures building OpenJDK

2009-11-17 Thread Pete Brunet
I solved the first problem by copying cygintl-2.dll from my 1.5 cygwin/bin.

Pete Brunet wrote:
 Thnaks Dave, I've installed 1.7.  The OpenJDK build requires
 backleveling make from 3.81 to 3.80.  When I do that on cygwin 1.7 I get
 the following:

 p...@bevo ~
 $ cd /

 p...@bevo /
 $ tar xjf /cygdrive/c/downloads/make-3.80-1.tar.bz2

 p...@bevo /
 $ bin/make.exe --version
 /usr/bin/make.exe: error while loading shared libraries: cygintl-2.dll:
 cannot open shared object file: No such file or directory

 Also, the 1.7 install is no longer asking for DOS vs UNIX line endings. 
 I need to use DOS line endings.  How to I set that with the new cygwin?

 Thanks, Pete
 ---
 Dave Korn wrote:
   
 Pete Brunet wrote:
   
 
 Thanks Dave, What is the proper way to upgrade the DLL?
 
   
   The proper way?  Heh:

 #1.  Read the manual.
 #2.  Take back-ups!
 #3.  Then do it.

   However that's just the generic proper way to do anything.  You probably
 wanted a short answer along the lines of Download the 1.7-specific version 
 of
 setup.exe from the cygwin.com website and run it; it will upgrade your whole
 installation in-place for you, in which steps 1 and 2 are omitted.

 cheers,
   DaveK  
 

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Use of Dual Core causes random failures building OpenJDK

2009-11-17 Thread Pete Brunet
This may solve the second one.  One selection google found suggests
editing cygwin.bat to add

set SHELLOPTS=igncr

after the @echo off in cygwin.bat

Hopefully this is the same as choosing DOS line endings in the cygwin
1.5 setup program.

Pete
---
Pete Brunet wrote:
 I solved the first problem by copying cygintl-2.dll from my 1.5 cygwin/bin.

 Pete Brunet wrote:
   
 Thnaks Dave, I've installed 1.7.  The OpenJDK build requires
 backleveling make from 3.81 to 3.80.  When I do that on cygwin 1.7 I get
 the following:

 p...@bevo ~
 $ cd /

 p...@bevo /
 $ tar xjf /cygdrive/c/downloads/make-3.80-1.tar.bz2

 p...@bevo /
 $ bin/make.exe --version
 /usr/bin/make.exe: error while loading shared libraries: cygintl-2.dll:
 cannot open shared object file: No such file or directory

 Also, the 1.7 install is no longer asking for DOS vs UNIX line endings. 
 I need to use DOS line endings.  How to I set that with the new cygwin?

 Thanks, Pete
 ---
 Dave Korn wrote:
   
 
 Pete Brunet wrote:
   
 
   
 Thanks Dave, What is the proper way to upgrade the DLL?
 
   
 
   The proper way?  Heh:

 #1.  Read the manual.
 #2.  Take back-ups!
 #3.  Then do it.

   However that's just the generic proper way to do anything.  You probably
 wanted a short answer along the lines of Download the 1.7-specific version 
 of
 setup.exe from the cygwin.com website and run it; it will upgrade your whole
 installation in-place for you, in which steps 1 and 2 are omitted.

 cheers,
   DaveK  
   

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Use of Dual Core causes random failures building OpenJDK

2009-11-17 Thread Pete Brunet
Well I guess it's not the same.  I got
$'\r': command not found
when running a script

For now I'll just dos2unix that file and figure the rest out later.

Pete
---
Pete Brunet wrote:
 This may solve the second one.  One selection google found suggests
 editing cygwin.bat to add

 set SHELLOPTS=igncr

 after the @echo off in cygwin.bat

 Hopefully this is the same as choosing DOS line endings in the cygwin
 1.5 setup program.

 Pete
 ---
 Pete Brunet wrote:
   
 I solved the first problem by copying cygintl-2.dll from my 1.5 cygwin/bin.

 Pete Brunet wrote:
   
 
 Thnaks Dave, I've installed 1.7.  The OpenJDK build requires
 backleveling make from 3.81 to 3.80.  When I do that on cygwin 1.7 I get
 the following:

 p...@bevo ~
 $ cd /

 p...@bevo /
 $ tar xjf /cygdrive/c/downloads/make-3.80-1.tar.bz2

 p...@bevo /
 $ bin/make.exe --version
 /usr/bin/make.exe: error while loading shared libraries: cygintl-2.dll:
 cannot open shared object file: No such file or directory

 Also, the 1.7 install is no longer asking for DOS vs UNIX line endings. 
 I need to use DOS line endings.  How to I set that with the new cygwin?

 Thanks, Pete
 ---
 Dave Korn wrote:
   
 
   
 Pete Brunet wrote:
   
 
   
 
 Thanks Dave, What is the proper way to upgrade the DLL?
 
   
 
   
   The proper way?  Heh:

 #1.  Read the manual.
 #2.  Take back-ups!
 #3.  Then do it.

   However that's just the generic proper way to do anything.  You probably
 wanted a short answer along the lines of Download the 1.7-specific 
 version of
 setup.exe from the cygwin.com website and run it; it will upgrade your 
 whole
 installation in-place for you, in which steps 1 and 2 are omitted.

 cheers,
   DaveK  
   
 

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Use of Dual Core causes random failures building OpenJDK

2009-11-17 Thread Pete Brunet
$'\r': command not found
 
Please ignore my post about this.  That was the result of using a
different bat file (not cygwin.bat) that I use to start an OpenJDK build
job and it hadn't yet been modified to set SHELLOPTS=igncr

Pete
---
Pete Brunet wrote:
 Well I guess it's not the same.  I got
 $'\r': command not found
 when running a script

 For now I'll just dos2unix that file and figure the rest out later.

 Pete
 ---
 Pete Brunet wrote:
   
 This may solve the second one.  One selection google found suggests
 editing cygwin.bat to add

 set SHELLOPTS=igncr

 after the @echo off in cygwin.bat

 Hopefully this is the same as choosing DOS line endings in the cygwin
 1.5 setup program.

 Pete
 ---
 Pete Brunet wrote:
   
 
 I solved the first problem by copying cygintl-2.dll from my 1.5 cygwin/bin.

 Pete Brunet wrote:
   
 
   
 Thnaks Dave, I've installed 1.7.  The OpenJDK build requires
 backleveling make from 3.81 to 3.80.  When I do that on cygwin 1.7 I get
 the following:

 p...@bevo ~
 $ cd /

 p...@bevo /
 $ tar xjf /cygdrive/c/downloads/make-3.80-1.tar.bz2

 p...@bevo /
 $ bin/make.exe --version
 /usr/bin/make.exe: error while loading shared libraries: cygintl-2.dll:
 cannot open shared object file: No such file or directory

 Also, the 1.7 install is no longer asking for DOS vs UNIX line endings. 
 I need to use DOS line endings.  How to I set that with the new cygwin?

 Thanks, Pete
 ---
 Dave Korn wrote:
   
 
   
 
 Pete Brunet wrote:
   
 
   
 
   
 Thanks Dave, What is the proper way to upgrade the DLL?
 
   
 
   
 
   The proper way?  Heh:

 #1.  Read the manual.
 #2.  Take back-ups!
 #3.  Then do it.

   However that's just the generic proper way to do anything.  You probably
 wanted a short answer along the lines of Download the 1.7-specific 
 version of
 setup.exe from the cygwin.com website and run it; it will upgrade your 
 whole
 installation in-place for you, in which steps 1 and 2 are omitted.

 cheers,
   DaveK  
   
   

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Use of Dual Core causes random failures building OpenJDK

2009-11-17 Thread Pete Brunet
$'\r': command not found
 
Please ignore my post about this.  That was the result of using a
different bat file (not cygwin.bat) that I use to start an OpenJDK build
job and it hadn't yet been modified to set SHELLOPTS=igncr

Pete
---
Pete Brunet wrote:
 Well I guess it's not the same.  I got
 $'\r': command not found
 when running a script

 For now I'll just dos2unix that file and figure the rest out later.

 Pete
 ---
 Pete Brunet wrote:
   
 This may solve the second one.  One selection google found suggests
 editing cygwin.bat to add

 set SHELLOPTS=igncr

 after the @echo off in cygwin.bat

 Hopefully this is the same as choosing DOS line endings in the cygwin
 1.5 setup program.

 Pete
 ---
 Pete Brunet wrote:
   
 
 I solved the first problem by copying cygintl-2.dll from my 1.5 cygwin/bin.

 Pete Brunet wrote:
   
 
   
 Thnaks Dave, I've installed 1.7.  The OpenJDK build requires
 backleveling make from 3.81 to 3.80.  When I do that on cygwin 1.7 I get
 the following:

 p...@bevo ~
 $ cd /

 p...@bevo /
 $ tar xjf /cygdrive/c/downloads/make-3.80-1.tar.bz2

 p...@bevo /
 $ bin/make.exe --version
 /usr/bin/make.exe: error while loading shared libraries: cygintl-2.dll:
 cannot open shared object file: No such file or directory

 Also, the 1.7 install is no longer asking for DOS vs UNIX line endings. 
 I need to use DOS line endings.  How to I set that with the new cygwin?

 Thanks, Pete
 ---
 Dave Korn wrote:
   
 
   
 
 Pete Brunet wrote:
   
 
   
 
   
 Thanks Dave, What is the proper way to upgrade the DLL?
 
   
 
   
 
   The proper way?  Heh:

 #1.  Read the manual.
 #2.  Take back-ups!
 #3.  Then do it.

   However that's just the generic proper way to do anything.  You probably
 wanted a short answer along the lines of Download the 1.7-specific 
 version of
 setup.exe from the cygwin.com website and run it; it will upgrade your 
 whole
 installation in-place for you, in which steps 1 and 2 are omitted.

 cheers,
   DaveK  
   
   

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Use of Dual Core causes random failures building OpenJDK

2009-11-17 Thread Pete Brunet
Dave, Migrating to 1.7 didn't help.  I'll disable dual core for now.  -Pete
---
Dave Korn wrote:
 Pete Brunet wrote:
   
 Thanks Dave, What is the proper way to upgrade the DLL?
 

   The proper way?  Heh:

 #1.  Read the manual.
 #2.  Take back-ups!
 #3.  Then do it.

   However that's just the generic proper way to do anything.  You probably
 wanted a short answer along the lines of Download the 1.7-specific version of
 setup.exe from the cygwin.com website and run it; it will upgrade your whole
 installation in-place for you, in which steps 1 and 2 are omitted.

 cheers,
   DaveK

   

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Use of Dual Core causes random failures building OpenJDK

2009-11-16 Thread Pete Brunet
I've been trying to build OpenJDK for several weeks now and have never
been able to get to the end of the build because of random failures. 
Last night I had a hunch to turn off one of the cores in BIOS and after
doing that the problems have gone away.  My system is a Lenovo T500,
Model 2081-CTO, with an Intel Core2 Duo P8700 at 2.53 GHz and 2 GB of
RAM running XP Pro SP3.  The latest updates have been applied to the
Lenovo system and to XP.  Some examples of failures:
- empty environment variables
- invalid environment variables
- files not found (possibly related to corrupted environment variables)

Attached is my cygcheck.out file.

-- 
*Pete Brunet*

a11ysoft - Accessibility Architecture and Development
(512) 238-6967 (work), (512) 689-4155 (cell)
Skype: pete.brunet
IM: ptbrunet (AOL, Google), ptbru...@live.com (MSN)
http://www.a11ysoft.com/about/
Ionosphere: WS4G

Cygwin Configuration Diagnostics
Current System Time: Mon Nov 16 13:26:46 2009

Windows XP Professional Ver 5.1 Build 2600 Service Pack 3

Path:   C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
C:\cygwin\usr\X11R6\bin
c:\Program Files\Windows Resource Kits\Tools\
c:\WINDOWS\system32
c:\WINDOWS
c:\WINDOWS\System32\Wbem
c:\Program Files\ATI Technologies\ATI.ACE\Core-Static
c:\Program Files\Common Files\Lenovo
c:\Program Files\Common Files\Roxio Shared\10.0\DLLShared\
c:\Program Files\Common Files\Roxio Shared\DLLShared\
c:\Program Files\ThinkPad\ConnectUtilities
c:\Program Files\Lenovo\Client Security Solution
c:\Program Files\Microsoft SQL Server\90\Tools\binn\
c:\Program Files\doxygen\bin
c:\Program Files\Support Tools\
c:\utilities
c:\Program Files\apache-ant-1.7.1
c:\Python26
c:\MinGW\bin
c:\Program Files\KDiff3
c:\Program Files\QuickTime\QTSystem\
c:\Program Files\Mercurial
c:\Program Files\Git\cmd
c:\Program Files\Intel\WiFi\bin\

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1008(Pete) GID: 513(None)
0(root) 513(None)   544(Administrators) 545(Users)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1008(Pete) GID: 513(None)
0(root) 513(None)   544(Administrators) 545(Users)

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

USER = 'Pete'
PWD = '/home/Pete'
HOME = '/home/Pete'
MAKE_MODE = 'unix'

HOMEPATH = '\Documents and Settings\Pete'
MANPATH = '/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man'
APPDATA = 'C:\Documents and Settings\Pete\Application Data'
HOSTNAME = 'Bevo'
RR = 'C:\Program Files\Lenovo\Rescue and Recovery'
DXSDK_DIR = 'C:\Program Files\Microsoft DirectX 9.0 SDK (Summer 2004)\'
TVTCOMMON = 'C:\Program Files\Common Files\Lenovo'
TERM = 'cygwin'
ROXIOCENTRAL = 'C:\Program Files\Common Files\Roxio Shared\10.0\Roxio 
Central36\'
PROCESSOR_IDENTIFIER = 'x86 Family 6 Model 23 Stepping 10, GenuineIntel'
WINDIR = 'C:\WINDOWS'
EMC_AUTOPLAY = 'C:\Program Files\Common Files\Roxio Shared\'
TVTPYDIR = 'C:\Program Files\Common Files\Lenovo\Python24'
TVT = 'C:\Program Files\Lenovo'
OLDPWD = '/usr/bin'
USERDOMAIN = 'BEVO'
OS = 'Windows_NT'
ALLUSERSPROFILE = 'C:\Documents and Settings\All Users'
!:: = '::\'
VS90COMNTOOLS = 'c:\Program Files\Microsoft Visual Studio 9.0\Common7\Tools\'
TEMP = '/cygdrive/c/DOCUME~1/Pete/LOCALS~1/Temp'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
QTJAVA = 'C:\Program Files\Java\jre7\lib\ext\QTJava.zip'
USERNAME = 'Pete'
PROCESSOR_LEVEL = '6'
FP_NO_HOST_CHECK = 'NO'
SYSTEMDRIVE = 'C:'
USERPROFILE = 'C:\Documents and Settings\Pete'
CLIENTNAME = 'Console'
PS1 = '\[\e]0;\w\a\]\n\[\e[32m\...@\h \[\e[33m\]\w\[\e[0m\]\n\$ '
LOGONSERVER = '\\BEVO'
PROCESSOR_ARCHITECTURE = 'x86'
!C: = 'C:\cygwin\bin'
SWSHARE = 'C:\SWSHARE'
SHLVL = '1'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
HOMEDRIVE = 'C:'
PROMPT = '$P$G'
COMSPEC = 'C:\WINDOWS\system32\cmd.exe'
TMP = '/cygdrive/c/DOCUME~1/Pete/LOCALS~1/Temp'
SYSTEMROOT = 'C:\WINDOWS'
PYTHONPATH = 'C:\Python26\Lib;'
PRINTER = 'Canon MP800 Series Printer'
CVS_RSH = '/bin/ssh'
WINEYES = 'C:\Program Files\GW Micro\Window-Eyes'
PROCESSOR_REVISION = '170a'
CLASSPATH = '.;C:\Program Files\Java\jre7\lib\ext\QTJava.zip'
INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:'
PROGRAMFILES = 'C:\Program Files'
NUMBER_OF_PROCESSORS = '1'
TPCCOMMON = 'C:\PROGRA~1\THINKV~1\PrdCtr'
SESSIONNAME = 'Console'
COMPUTERNAME = 'BEVO'
_ = '/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
  (default) = '/cygdrive