Build Fails on Debian PPC

Harley losinggeneration at yahoo.com
Wed Feb 6 20:48:19 PST 2008


While  following the instructions http://icedtea.classpath.org/wiki/DebianBuildingInstructions
The tree was pulled 2-3 days ago and hg update && hg fupdate didn't seem to pull possible fixes to the problem
I'm not sure if this should be filed as a bug or not. So I thought I would post here first

For now I was able to build the two files with make CFLAGS="-w".
After this I was able to finish  the build successfully after it ran into these two files again. I repeated building them with 
the modified CFLAGS and all else went well. 

The build fails because of some warnings.
built from:
icedtea/openjdk-ecj/build/linux-ppc/hotspot/outputdir/linux_ppc_core/product
problem files:
jvm_linux.cpp
os_linux.cpp

gcc -v
Using built-in specs.
Target: powerpc-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug
--enable-mpfr --disable-libmudflap --disable-softfloat --enable-secureplt --enable-targets=powerpc-linux,powerpc64-linux
--with-cpu=default32 --with-long-double-128 --enable-checking=release --build=powerpc-linux-gnu --host=powerpc-linux-gnu
--target=powerpc-linux-gnu
Thread model: posix
gcc version 4.2.3 20080114 (prerelease) (Debian 4.2.2-7)

make jvm_linux.o
make[1]: Entering directory `/home/harley/icedtea/openjdk-ecj/build/linux-ppc/hotspot/outputdir/linux_ppc_core/product'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/harley/icedtea/openjdk-ecj/build/linux-ppc/hotspot/outputdir/linux_ppc_core/product'
make[1]: Entering directory `/home/harley/icedtea/openjdk-ecj/build/linux-ppc/hotspot/outputdir/linux_ppc_core/product'
if [ -d /home/harley/icedtea/openjdk-ecj/hotspot/agent -a "ppc" != "ia64" \
                 -a "ppc" != "ppc" \
                 -a "ppc" != "zero" ] ; then \
       make -f sa.make /home/harley/icedtea/openjdk-ecj/build/linux-ppc/hotspot/outputdir/linux_ppc_core/product/../generated/sa-jdi.jar; \
    fi
make[1]: Leaving directory `/home/harley/icedtea/openjdk-ecj/build/linux-ppc/hotspot/outputdir/linux_ppc_core/product'
make[1]: Entering directory `/home/harley/icedtea/openjdk-ecj/build/linux-ppc/hotspot/outputdir/linux_ppc_core/product'
make[1]: `incls/_precompiled.incl.gch' is up to date.
make[1]: Leaving directory `/home/harley/icedtea/openjdk-ecj/build/linux-ppc/hotspot/outputdir/linux_ppc_core/product'
make[1]: Entering directory `/home/harley/icedtea/openjdk-ecj/build/linux-ppc/hotspot/outputdir/linux_ppc_core/product'
Compiling /home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp
cc1plus: warnings being treated as errors
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp:179: warning: deprecated conversion from string constant to ‘char*’
make[1]: *** [jvm_linux.o] Error 1
make[1]: Leaving directory `/home/harley/icedtea/openjdk-ecj/build/linux-ppc/hotspot/outputdir/linux_ppc_core/product'
make: *** [the_vm] Error 2

make os_linux.o
make[1]: Entering directory `/home/harley/icedtea/openjdk-ecj/build/linux-ppc/hotspot/outputdir/linux_ppc_core/product'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/harley/icedtea/openjdk-ecj/build/linux-ppc/hotspot/outputdir/linux_ppc_core/product'
make[1]: Entering directory `/home/harley/icedtea/openjdk-ecj/build/linux-ppc/hotspot/outputdir/linux_ppc_core/product'
if [ -d /home/harley/icedtea/openjdk-ecj/hotspot/agent -a "ppc" != "ia64" \
                 -a "ppc" != "ppc" \
                 -a "ppc" != "zero" ] ; then \
       make -f sa.make /home/harley/icedtea/openjdk-ecj/build/linux-ppc/hotspot/outputdir/linux_ppc_core/product/../generated/sa-jdi.jar; \
    fi
make[1]: Leaving directory `/home/harley/icedtea/openjdk-ecj/build/linux-ppc/hotspot/outputdir/linux_ppc_core/product'
make[1]: Entering directory `/home/harley/icedtea/openjdk-ecj/build/linux-ppc/hotspot/outputdir/linux_ppc_core/product'
make[1]: `incls/_precompiled.incl.gch' is up to date.
make[1]: Leaving directory `/home/harley/icedtea/openjdk-ecj/build/linux-ppc/hotspot/outputdir/linux_ppc_core/product'
make[1]: Entering directory `/home/harley/icedtea/openjdk-ecj/build/linux-ppc/hotspot/outputdir/linux_ppc_core/product'
Compiling /home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp
cc1plus: warnings being treated as errors
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:210: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp: In static member function ‘static void os::init_system_properties_values()’:
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:390: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:393: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:396: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:399: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:403: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp: In static member function ‘static void os::Linux::libpthread_init()’:
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:575: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:581: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp: In static member function ‘static int os::fork_and_exec(char*)’:
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:4560: warning: deprecated conversion from string constant to ‘char*’
/home/harley/icedtea/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:4561: warning: deprecated conversion from string constant to ‘char*’
make[1]: *** [os_linux.o] Error 1
make[1]: Leaving directory `/home/harley/icedtea/openjdk-ecj/build/linux-ppc/hotspot/outputdir/linux_ppc_core/product'
make: *** [the_vm] Error 2
 
HL




      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20080206/02f29219/attachment-0001.html 


More information about the distro-pkg-dev mailing list