[erlang-bugs] 18.0-rc2 erlc segfaults building hipe
Daniel Goertzen
daniel.goertzen@REDACTED
Thu May 14 18:17:33 CEST 2015
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.
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:
./configure \
--prefix=/usr/local/ \
--enable-ethread-pre-pentium4-compatibility \
--without-javac \
--disable-hipe \
--enable-dynamic-ssl-lib \
--enable-dirty-schedulers \
=== Entering application hipe
make[4]: Entering directory '/device/otp/lib/hipe/misc'
ERLC ../ebin/hipe_consttab.beam
/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
/device/otp/make/i686-pc-linux-gnu/otp.mk:122: recipe for target
'../ebin/hipe_consttab.beam' failed
make[4]: *** [../ebin/hipe_consttab.beam] Error 139
make[4]: Leaving directory '/device/otp/lib/hipe/misc'
/device/otp/make/otp_subdir.mk:28: recipe for target 'opt' failed
make[3]: *** [opt] Error 2
make[3]: Leaving directory '/device/otp/lib/hipe'
/device/otp/make/otp_subdir.mk:28: recipe for target 'opt' failed
make[2]: *** [opt] Error 2
make[2]: Leaving directory '/device/otp/lib'
Makefile:549: recipe for target 'secondary_bootstrap_build' failed
make[1]: *** [secondary_bootstrap_build] Error 2
make[1]: Leaving directory '/device/otp'
Makefile:224: recipe for target 'otp.stamp' failed
make: *** [otp.stamp] Error 2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-bugs/attachments/20150514/e14602c0/attachment.htm>
More information about the erlang-bugs
mailing list