X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Message-ID: <4B05897C.30905@a11ysoft.com> Date: Thu, 19 Nov 2009 12:07:56 -0600 From: Pete Brunet Reply-To: pete AT a11ysoft DOT com User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: unzip failure in 1.5 and 1.6 building OpenJDK References: <4B04214E DOT 5050903 AT a11ysoft DOT com> In-Reply-To: <4B04214E.5050903@a11ysoft.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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