Greg Czajkowski <[email protected]> added the comment:

I am getting this assertion when building with a GCC build pypy, and compiling
with GCC

[platform:execute] /usr/gcc/4.8.1/bin/gcc /tmp/usession-unknown-45/platcheck_7.o
-pthread -L/path/libffi.gcc/lib64 -L/usr/pkgs/openssl/1.0.1c/lib64 -lrt -o
/tmp/usession-unknown-45/platcheck_7
Traceback (most recent call last):
  File "app_main.py", line 72, in run_toplevel
  File "../../rpython/bin/rpython", line 20, in <module>
    main()
  File "/path/pypy/rpython/translator/goal/translate.py", line 219, in main
    targetspec_dic, translateconfig, config, args = 
parse_options_and_load_target()
  File "/path/pypy/rpython/translator/goal/translate.py", line 181, in
parse_options_and_load_target
    targetspec_dic['handle_config'](config, translateconfig)
  File "targetpypystandalone.py", line 201, in handle_config
    from pypy.objspace.std import multimethod
  File "/path/pypy/pypy/objspace/std/__init__.py", line 1, in <module>
    from pypy.objspace.std.objspace import StdObjSpace
  File "/path/pypy/pypy/objspace/std/objspace.py", line 18, in <module>
    from pypy.objspace.std.complexobject import W_ComplexObject
  File "/path/pypy/pypy/objspace/std/complexobject.py", line 11, in <module>
    from rpython.rlib import jit, rcomplex
  File "/path/pypy/rpython/rlib/rcomplex.py", line 4, in <module>
    from rpython.rlib.constant import DBL_MIN, CM_SCALE_UP, CM_SCALE_DOWN
  File "/path/pypy/rpython/rlib/constant.py", line 20, in <module>
    assert 0.0 < DBL_MAX < (1e200*1e200)
AssertionError

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1615>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to