On Fri, Feb 4, 2011 at 5:59 AM, Andrew Stubbs andrew.stubbs@linaro.org wrote:
I can't reproduce this failure.
I did the build using am i686-natty chroot, but with an amd64 bit kernel, if that makes a difference.
I did it with default configure options, so I'm going to try again with the same options you did and see what happens.
I can reproduce this from a clean checkout:
michaelh@crucis:~/linaro/gcc-linaro/build$ bzr info ../4.5 Repository tree (format: 2a) Location: shared repository: /home/michaelh/linaro/gcc-linaro repository branch: /home/michaelh/linaro/gcc-linaro/4.5
Related branches: push branch: bzr+ssh://bazaar.launchpad.net/%2Bbranch/gcc-linaro/4.5/ parent branch: bzr+ssh://bazaar.launchpad.net/~linaro-toolchain-dev/gcc-linaro/4.5/ submit branch: /home/michaelh/c/gcc/gcc-linaro/gcc-4.5 michaelh@crucis:~/linaro/gcc-linaro/build$ bzr revno ../4.5 99469 michaelh@crucis:~/linaro/gcc-linaro/build$ ../4.5/configure --prefix=$HOME/opt/install michaelh@crucis:~/linaro/gcc-linaro/build$ nice make -sj3 ... ../../../../4.5/libjava/prims.cc: In function ‘jboolean _Jv_isPrimitiveOrDerived(const Utf8Const*)’: ../../../../4.5/libjava/prims.cc:287:5: internal compiler error: in set_jump_prob, at stmt.c:2211 Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html for instructions. make[5]: *** [prims.lo] Error 1
michaelh@crucis:~/linaro/gcc-linaro/build$ uname -a Linux crucis 2.6.35-22-generic #33-Ubuntu SMP Sun Sep 19 20:32:27 UTC 2010 x86_64 GNU/Linux
michaelh@crucis:~/linaro/gcc-linaro/build$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 10.10 Release: 10.10 Codename: maverick
-- Michael