This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

more build problems, sun sparc solaris 2.7


more build problems, sun sparc solaris 2.7:

java/lang/ConcreteProcess.java:0: unknown encoding: `ISO8859-1'
java/lang/ConcreteProcess.java:0: unknown encoding: `ISO8859-1'

gnu/classpath/Configuration.java:0: unknown encoding: `ISO8859-1'
make[2]: *** [java/lang/ConcreteProcess.class] Error 1
make[2]: *** Waiting for unfinished jobs....
gnu/classpath/Configuration.java:0: unknown encoding: `ISO8859-1'
make[2]: *** [gnu/classpath/Configuration.class] Error 1

and the build script:

#!/bin/bash

( cd $HOME/net/gcc && $HOME/net/gcc/contrib/gcc_update -A -d; )

if [ ! -f Makefile ]; then
    ../gcc/configure --prefix=$HOME/packages/gcc-`date "+%Y%m%d"`
fi

nice make -j6 clean; nice make -j5 LD=/usr/ccs/bin/ld bootstrap && { nice make LD=/usr/ccs/bin/ld -k check; $HOME/net/gcc/contrib/test_summary | sh -x; }


It seems every day I build I get a different error.  :-( Been trying
to get this to build for a long while, but bug after bug after bug
seems to be preventing me from actually getting to a testsuite run.

I think we need to step back, and stabilize some.  :-(

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