NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

internal compiler error on NetBSD-6.0_STABLE i386



Hello, I'm trying to build xen-4.2.1 on i386, however it fails with
'internal compiler error' when building tools:

# LD_LIBRARY_PATH=/usr/pkg/lib gmake tools

...

gmake[3]: Entering directory `/opt/tmp/xen-4.2.1/tools/qemu-xen-dir'
  GEN   config-host.h
  GEN   trace.h
  GEN   trace.c
  GEN   config-target.h
  CC    i386-softmmu/op_helper.o
/opt/tmp/xen-4.2.1/tools/qemu-xen/target-i386/op_helper.c: In function
'helper_flds_FT0': 
/opt/tmp/xen-4.2.1/tools/qemu-xen/target-i386/op_helper.c:3651:1:
internal compiler error: in dwarf2out_frame_debug_expr, at
dwarf2out.c:2261 Please submit a full bug report, with preprocessed
source if appropriate. See  for instructions.
gmake[4]: *** [op_helper.o] Error 1
gmake[3]: *** [subdir-i386-softmmu] Error 2
gmake[3]: Leaving directory `/opt/tmp/xen-4.2.1/tools/qemu-xen-dir'
gmake[2]: *** [subdir-all-qemu-xen-dir] Error 2
gmake[2]: Leaving directory `/opt/tmp/xen-4.2.1/tools'
gmake[1]: *** [subdirs-install] Error 2
gmake[1]: Leaving directory `/opt/tmp/xen-4.2.1/tools'
gmake: *** [install-tools] Error 2

I thought it could be due to flaky hardware, so I ran memtest86 and it
didn't show up any issues.

Is anyone else seeing this on i386?


Home | Main Index | Thread Index | Old Index