unzip failure in 1.5 and 1.6 building OpenJDK

Pete Brunet pete@a11ysoft.com
Wed Nov 18 17:25:00 GMT 2009


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), ptbrunet@live.com (MSN)
http://www.a11ysoft.com/about/
Ionosphere: WS4G
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: chgcheck16.out
URL: <http://cygwin.com/pipermail/cygwin/attachments/20091118/d541b1ec/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: cygcheck17.out
URL: <http://cygwin.com/pipermail/cygwin/attachments/20091118/d541b1ec/attachment-0001.ksh>
-------------- next part --------------
--
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


More information about the Cygwin mailing list