<div dir="ltr"><div>As the title says, rc2 fails to build. Error output below.  Rc1 does not have a problem.  When I build with libSegFault turned on, "erts_check_next_timeout_time" gets a mention.</div><div><br></div><div>My build environment is a 32 bit Gentoo chroot living in 64 bit Kubuntu-15.04.  Erlang is built as part of a larger make process.  My configure line is:</div><div><br></div><div><div>./configure \</div><div>        --prefix=/usr/local/ \</div><div>        --enable-ethread-pre-pentium4-compatibility \</div><div>        --without-javac \</div><div>        --disable-hipe \</div><div>        --enable-dynamic-ssl-lib \</div><div>        --enable-dirty-schedulers \</div></div><div><br></div><div><br></div><br><div><div>=== Entering application hipe</div><div>make[4]: Entering directory '/device/otp/lib/hipe/misc'</div></div><div> ERLC   ../ebin/hipe_consttab.beam<br></div><div><div>/bin/sh: line 1:  9875 Segmentation fault      (core dumped) erlc -W +debug_info +warn_exported_vars +warn_missing_spec +warn_untyped_record -o../ebin hipe_consttab.erl</div><div>/device/otp/make/i686-pc-linux-gnu/<a href="http://otp.mk:122">otp.mk:122</a>: recipe for target '../ebin/hipe_consttab.beam' failed</div><div>make[4]: *** [../ebin/hipe_consttab.beam] Error 139</div><div>make[4]: Leaving directory '/device/otp/lib/hipe/misc'</div><div>/device/otp/make/<a href="http://otp_subdir.mk:28">otp_subdir.mk:28</a>: recipe for target 'opt' failed</div><div>make[3]: *** [opt] Error 2</div><div>make[3]: Leaving directory '/device/otp/lib/hipe'</div><div>/device/otp/make/<a href="http://otp_subdir.mk:28">otp_subdir.mk:28</a>: recipe for target 'opt' failed</div><div>make[2]: *** [opt] Error 2</div><div>make[2]: Leaving directory '/device/otp/lib'</div><div>Makefile:549: recipe for target 'secondary_bootstrap_build' failed</div><div>make[1]: *** [secondary_bootstrap_build] Error 2</div><div>make[1]: Leaving directory '/device/otp'</div><div>Makefile:224: recipe for target 'otp.stamp' failed</div><div>make: *** [otp.stamp] Error 2</div></div><div><br></div></div>