[Bug 432] New: --with-additional-vms=cacao, shark build fail during add-zero without having openjdk-src-zip and hotspot-src-zip explicitly set.

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Jan 18 02:38:47 PST 2010


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

           Summary: --with-additional-vms=cacao,shark build fail during add-
                    zero without having openjdk-src-zip and hotspot-src-zip
                    explicitly set.
           Product: IcedTea
           Version: 6-hg
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: IcedTea6
        AssignedTo: unassigned at icedtea.classpath.org
        ReportedBy: xerxes at zafena.se


when running a build configured with simply ./configure
--with-additional-vms=cacao,shark
makes the build fail during the add-zero step.
the build tries to unpack openjdk.tar.gz and hotspot.tar.gz instead of the
downloaded openjdk-6-src-b17-14_oct_2009.tar.gz file that contain both.

IcedTea is served: openjdk/build/linux-arm
mkdir -p stamps
touch stamps/icedtea.stamp
mkdir -p openjdk/build/linux-arm/j2sdk-image/jre/lib/arm/cacao
install -m 644 cacao/install/lib/libjvm.so \
                openjdk/build/linux-arm/j2sdk-image/jre/lib/arm/cacao/
install -m 644 cacao/install/jre/lib/arm/server/libjsig.so \
                openjdk/build/linux-arm/j2sdk-image/jre/lib/arm/cacao/
install -m 644 cacao/install/jre/lib/arm/server/Xusage.txt \
                openjdk/build/linux-arm/j2sdk-image/jre/lib/arm/cacao/
printf -- '-cacao KNOWN\n' >>
openjdk/build/linux-arm/j2sdk-image/jre/lib/arm/jvm.cfg
touch stamps/add-cacao.stamp
mkdir -p zerovm
cd zerovm && \
            BUILD_LANGTOOLS=false
ALT_LANGTOOLS_DIST=/sd/icedtea6-1.7-zero-shark-cacao/openjdk/build/linux-arm/langtools/dist
BUILD_JAXP=false     
ALT_JAXP_DIST=/sd/icedtea6-1.7-zero-shark-cacao/openjdk/build/linux-arm/jaxp/dist
BUILD_JAXWS=false    
ALT_JAXWS_DIST=/sd/icedtea6-1.7-zero-shark-cacao/openjdk/build/linux-arm/jaxws/dist
BUILD_CORBA=false    
ALT_CORBA_DIST=/sd/icedtea6-1.7-zero-shark-cacao/openjdk/build/linux-arm/corba/dist
BUILD_JDK=false DISTRIBUTION_PATCHES='' \
                 /sd/icedtea6-1.7-zero-shark-cacao/../icedtea6-1.7/configure
--with-openjdk=/sd/icedtea6-1.7-zero-shark-cacao/openjdk/build/linux-arm/j2sdk-image
--enable-zero --enable-shark --disable-docs '--enable-zero' '--disable-docs'
'--build=arm-linux-gnueabi' 'build_alias=arm-linux-gnueabi'  
--with-openjdk-src-zip=/sd/icedtea6-1.7-zero-shark-cacao/openjdk.tar.gz  
--with-hotspot-src-zip=/sd/icedtea6-1.7-zero-shark-cacao/hotspot.tar.gz
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a pax tar archive... gnutar
checking build system type... arm-unknown-linux-gnueabi
checking host system type... arm-unknown-linux-gnueabi
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking for make... /usr/bin/make
checking for gzip... /bin/gzip
checking for ant... /usr/bin/ant
checking for find... /usr/bin/find
checking for patch... /usr/bin/patch
checking for tar... /bin/tar
checking for chmod... /bin/chmod
checking for md5sum... /usr/bin/md5sum
checking for wget... /usr/bin/wget
checking for zip... /usr/bin/zip
checking for unzip... /usr/bin/unzip
checking for cpio... /bin/cpio
checking for file... /usr/bin/file
checking for fastjar... fastjar
checking for gawk... /usr/bin/gawk
checking for hg... /usr/bin/hg
checking for lsb_release... /usr/bin/lsb_release
checking whether to compile ecj natively... no
checking which HotSpot build to use... original
checking for linux32... /usr/bin/linux32
checking version of GCC... 4.3.3 (major version 4, minor version 3)
checking for an existing OpenJDK installation...
/sd/icedtea6-1.7-zero-shark-cacao/openjdk/build/linux-arm/j2sdk-image
checking for getconf... /usr/bin/getconf
checking the number of online processors... 1
checking how many parallel build jobs to execute... 2
checking for a NetBeans installation... /usr/share/netbeans
checking for an Ant home directory... /usr/share/ant
checking whether to build VisualVM... no
checking whether to build the browser plugin... yes
checking whether to build the new experimental browser plugin based on
npruntime... no
checking whether to include PulseAudio support... no
checking whether to build documentation... no
checking whether to enable experimental OpenJDK cross-compilation support... no
checking whether to include the XRender pipeline... yes
checking whether to include NIO2 support... no
checking whether to include SystemTap tracing support... no
checking whether to include the NSS-based security provider... no
checking whether to include Javascript support via Rhino...
/usr/share/java/js.jar
checking for an OpenJDK source zip...
/sd/icedtea6-1.7-zero-shark-cacao/openjdk.tar.gz
checking for a HotSpot source zip...
/sd/icedtea6-1.7-zero-shark-cacao/hotspot.tar.gz
checking for an OpenJDK source directory...
/media/disk/icedtea6-1.7-zero-shark-cacao/zerovm/openjdk
checking for an alternate jar command... not specified
checking whether to use CACAO as VM... no
checking for a CACAO home directory... $(abs_top_builddir)/cacao/install
checking for a CACAO source zip... not specified
checking for a CACAO source directory... not specified
checking whether to disable optimizations and build with -O0 -g... no
checking whether to use the Shark JIT... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether to use the zero-assembler port... yes
checking size of void *... 4
checking whether byte ordering is bigendian... no
checking for additional virtual machines to build... none
checking whether to retrieve the source code from Mercurial... no
checking which Mercurial revision to use... tip
checking cups/cups.h usability... yes
checking cups/cups.h presence... yes
checking for cups/cups.h... yes
checking cups/ppd.h usability... yes
checking cups/ppd.h presence... yes
checking for cups/ppd.h... yes
checking X11/X.h usability... yes
checking X11/X.h presence... yes
checking for X11/X.h... yes
checking for main in -ljpeg... yes
checking for main in -lgif... yes
checking for main in -lz... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XPROTO... yes
checking for XT... yes
checking for XP... yes
checking for X11... yes
checking for XINERAMA... yes
checking for XRENDER... yes
checking for LIBPNG... yes
checking for XTST... yes
checking for FREETYPE2... yes
checking for ALSA... yes
checking for XULRUNNER... yes
checking for GTK... yes
checking for GLIB... yes
checking for xulrunner version... 1090015
checking for LIBFFI... yes
checking for llvm-config... /usr/local/bin/llvm-config
configure: creating ./config.status
config.status: creating Makefile
config.status: creating jvm.cfg
config.status: creating ergo.c
config.status: executing depfiles commands
BUILD_LANGTOOLS=false
ALT_LANGTOOLS_DIST=/sd/icedtea6-1.7-zero-shark-cacao/openjdk/build/linux-arm/langtools/dist
BUILD_JAXP=false     
ALT_JAXP_DIST=/sd/icedtea6-1.7-zero-shark-cacao/openjdk/build/linux-arm/jaxp/dist
BUILD_JAXWS=false    
ALT_JAXWS_DIST=/sd/icedtea6-1.7-zero-shark-cacao/openjdk/build/linux-arm/jaxws/dist
BUILD_CORBA=false    
ALT_CORBA_DIST=/sd/icedtea6-1.7-zero-shark-cacao/openjdk/build/linux-arm/corba/dist
BUILD_JDK=false DISTRIBUTION_PATCHES='' \
                 /usr/bin/make -C zerovm 
make[1]: Entering directory `/media/disk/icedtea6-1.7-zero-shark-cacao/zerovm'
mkdir -p bootstrap
rm -f bootstrap/jdk1.6.0
ln -sf /sd/icedtea6-1.7-zero-shark-cacao/openjdk/build/linux-arm/j2sdk-image
bootstrap/jdk1.6.0; \
        if ! bootstrap/jdk1.6.0/bin/java -version ; \
         then \
           echo "bootstrap/jdk1.6.0/bin/java" \
               "cannot be found or is corrupted." ; \
           exit 1; \
        fi
java version "1.6.0_17"
OpenJDK Runtime Environment (IcedTea6 1.7-r00dce3629da2) (build 1.6.0_17-b17)
OpenJDK Zero VM (build 14.0-b16, interpreted mode)
mkdir -p stamps
touch stamps/bootstrap-directory-symlink.stamp
mkdir -p stamps 
touch stamps/hgforest.stamp
mkdir -p stamps
touch stamps/download.stamp
if ! test -d openjdk ; \
        then \
          mkdir openjdk ; \
          /bin/tar xf /sd/icedtea6-1.7-zero-shark-cacao/openjdk.tar.gz -C
openjdk; \
          chmod -R ug+w openjdk ; \
          sh /sd/icedtea6-1.7-zero-shark-cacao/../icedtea6-1.7/fsg.sh ; \
        fi
/bin/tar: /sd/icedtea6-1.7-zero-shark-cacao/openjdk.tar.gz: Cannot open: No
such file or directory
/bin/tar: Error is not recoverable: exiting now
Further liberating OpenJDK...
if [ ! -e /sd/icedtea6-1.7-zero-shark-cacao/zerovm/generated ]; then \
          cp -a /sd/icedtea6-1.7-zero-shark-cacao/../icedtea6-1.7/generated
/sd/icedtea6-1.7-zero-shark-cacao/zerovm; \
          find /sd/icedtea6-1.7-zero-shark-cacao/zerovm/generated -type f -exec
chmod 640 '{}' ';' \
            -o -type d -exec chmod 750 '{}' ';'; \
        fi
mkdir -p stamps
touch stamps/extract.stamp
touch stamps/replace-hotspot.stamp
for target in
/sd/icedtea6-1.7-zero-shark-cacao/../icedtea6-1.7/ports/hotspot/make/*/platform_zero.in
\
                     
/sd/icedtea6-1.7-zero-shark-cacao/../icedtea6-1.7/ports/hotspot/make/*/makefiles/*
\
                     
/sd/icedtea6-1.7-zero-shark-cacao/../icedtea6-1.7/ports/hotspot/tools \
                     
/sd/icedtea6-1.7-zero-shark-cacao/../icedtea6-1.7/ports/hotspot/src/*cpu/* \
                     
/sd/icedtea6-1.7-zero-shark-cacao/../icedtea6-1.7/ports/hotspot/src/share/vm/*;
do \
          link=$(dirname $target | sed 's/^.*ports/openjdk/'|sed
"s#hotspot/build#hotspot/make#"); \
          cp -rv $target $link; \
        done
`/sd/icedtea6-1.7-zero-shark-cacao/../icedtea6-1.7/ports/hotspot/make/linux/platform_zero.in'
-> `openjdk/hotspot/make/linux'
cp: cannot create regular file `openjdk/hotspot/make/linux': No such file or
directory
`/sd/icedtea6-1.7-zero-shark-cacao/../icedtea6-1.7/ports/hotspot/make/linux/makefiles/shark.make'
-> `openjdk/hotspot/make/linux/makefiles'
cp: cannot create regular file `openjdk/hotspot/make/linux/makefiles': No such
file or directory
`/sd/icedtea6-1.7-zero-shark-cacao/../icedtea6-1.7/ports/hotspot/make/linux/makefiles/zero.make'
-> `openjdk/hotspot/make/linux/makefiles'
cp: cannot create regular file `openjdk/hotspot/make/linux/makefiles': No such
file or directory
`/sd/icedtea6-1.7-zero-shark-cacao/../icedtea6-1.7/ports/hotspot/make/linux/makefiles/zeroshark.make'
-> `openjdk/hotspot/make/linux/makefiles'
cp: cannot create regular file `openjdk/hotspot/make/linux/makefiles': No such
file or directory
`/sd/icedtea6-1.7-zero-shark-cacao/../icedtea6-1.7/ports/hotspot/tools' ->
`openjdk/hotspot'
`/sd/icedtea6-1.7-zero-shark-cacao/../icedtea6-1.7/ports/hotspot/tools/mkbc.c'
-> `openjdk/hotspot/mkbc.c'
cp: cannot create directory `openjdk/hotspot/src/cpu': No such file or
directory
cp: cannot create directory `openjdk/hotspot/src/os_cpu': No such file or
directory
`/sd/icedtea6-1.7-zero-shark-cacao/../icedtea6-1.7/ports/hotspot/src/share/vm/includeDB_shark'
-> `openjdk/hotspot/src/share/vm'
cp: cannot create regular file `openjdk/hotspot/src/share/vm': No such file or
directory
`/sd/icedtea6-1.7-zero-shark-cacao/../icedtea6-1.7/ports/hotspot/src/share/vm/includeDB_zero'
-> `openjdk/hotspot/src/share/vm'
cp: cannot create regular file `openjdk/hotspot/src/share/vm': No such file or
directory
cp: cannot create directory `openjdk/hotspot/src/share/vm': No such file or
directory
make[1]: *** [stamps/ports.stamp] Error 1
make[1]: Leaving directory `/media/disk/icedtea6-1.7-zero-shark-cacao/zerovm'
make: *** [stamps/add-zero.stamp] Error 2


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list