This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: unzip failure in 1.5 and 1.6 building OpenJDK


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]