[Bug 704] New: Bootstrap of ZeroVM: zip I/O error: No such file or directory

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon May 2 15:06:44 PDT 2011


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=704

           Summary: Bootstrap of ZeroVM: zip I/O error: No such file or
                    directory
           Product: IcedTea
           Version: 7-hg
          Platform: all
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: IcedTea7
        AssignedTo: gnu_andrew at member.fsf.org
        ReportedBy: drazzib at drazzib.com
                CC: unassigned at icedtea.classpath.org


Hi,

I've found a new issue when trying to build ZeroVM.

Error (just after starting build of Zero alt VM) :
make[2]: Entering directory
`/home/drazzib/Dev/debian-pkg/openjdk/openjdk-7-7~b136-1.14~pre0/build/zerovm'
(set -e ; \
         cd lib/rt ; \
         for dirs in  ; \
           do \
           destpath=`echo $dirs|sed -e
's#openjdk-boot/langtools/src/share/classes/##' -e
's#openjdk-boot/jdk/src/share/classes/##'` ; \
           mkdir -p `dirname $destpath` ; \
           cp -a ../../$dirs $destpath ; \
         done ; \
         /usr/bin/zip -qur
/home/drazzib/Dev/debian-pkg/openjdk/openjdk-7-7~b136-1.14~pre0/build/zerovm/bootstrap/boot/jre/lib/rt.jar
\
         com java javax sun );
zip I/O error: No such file or directory
zip error: Could not create output file
(/home/drazzib/Dev/debian-pkg/openjdk/openjdk-7-7~b136-1.14~pre0/build/zerovm/bootstrap/boot/jre/lib/rt.jar)
make[2]: *** [stamps/rt.stamp] Error 1
make[2]: Leaving directory
`/home/drazzib/Dev/debian-pkg/openjdk/openjdk-7-7~b136-1.14~pre0/build/zerovm'
make[1]: *** [stamps/add-zero.stamp] Error 2
make[1]: Leaving directory
`/home/drazzib/Dev/debian-pkg/openjdk/openjdk-7-7~b136-1.14~pre0/build'
make: *** [stamps/build] Erreur 1

Content of build/zerovm/bootstrap/ directory is :
                jdk1.6.0 ->
/home/drazzib/Dev/debian-pkg/openjdk/openjdk-7-7~b136-1.14~pre0/build/openjdk.build/j2sdk-image

In Makefile.am there seems to be two ways of handling bootstrap VM of Zero alt
VM which clash together :
1) in stamps/bootstrap-directory-symlink-stage2.stamp :
ln -sf $(ICEDTEA_HOME) $(BOOT_DIR)
2) in stamps/rt.stamp:
$(ZIP) -qur $(STAGE1_BOOT_DIR)/jre/lib/rt.jar

I've attached a part of the build log (only part regarding ZeroVM alt VM
build).

You can find the full build log here :
http://people.debian.org/~drazzib/openjdk/openjdk-7_7~b136-1.14~pre0-1_amd64.build

Regards,
-- 
Damien Raude-Morvan


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the distro-pkg-dev mailing list