[pypy-issue] [issue1615] pypy cannot build pypy3 errors with AssertionError

Greg Czajkowski tracker at bugs.pypy.org
Mon Sep 30 00:42:49 CEST 2013


Greg Czajkowski <gregczajkowski at yahoo.com> added the comment:

>What is pypy.2.7-icc-c
Its pypy build with Intel Compiler

>You cannot just
compile a pypy-2.7, then switch the working copy to the py3k branch, and expect
the compiled pypy-2.7 to continue to work: it needs its own standard library. 

Thanks Armin for the insight.. so here is pypy building pypy3 on py3k branch..

[platform:execute] /usr/pkgs/gcc/4.8.1/bin/gcc
/tmp/usession-unknown-41/platcheck_6.o -pthread -L/path/libffi.gcc/lib64
-L/usr/pkgs/openssl/1.0.1c/lib64 -lrt -o /tmp/usession-unknown-41/platcheck_6
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/pypy3/rpython/translator/goal/translate.py", line 219, in main
    targetspec_dic, translateconfig, config, args = parse_options_and_load_target()
  File "/path/pypy3/rpython/translator/goal/translate.py", line 181, in
parse_options_and_load_target
    targetspec_dic['handle_config'](config, translateconfig)
  File "targetpypystandalone.py", line 205, in handle_config
    from pypy.objspace.std import multimethod
  File "/path/pypy3/pypy/objspace/std/__init__.py", line 1, in <module>
    from pypy.objspace.std.objspace import StdObjSpace
  File "/path/pypy3/pypy/objspace/std/objspace.py", line 19, in <module>
    from pypy.objspace.std.complexobject import W_ComplexObject
  File "/path/pypy3/pypy/objspace/std/complexobject.py", line 11, in <module>
    from rpython.rlib import jit, rcomplex
  File "/path/pypy3/rpython/rlib/rcomplex.py", line 4, in <module>
    from rpython.rlib.constant import DBL_MIN, CM_SCALE_UP, CM_SCALE_DOWN
  File "/path/pypy3/rpython/rlib/constant.py", line 21, in <module>
    assert isinf(DBL_MAX * 1.0001)
AssertionError

----------
title: pypy cannot build pypy3 errors with SyntaxError -> pypy cannot build pypy3 errors with AssertionError

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1615>
________________________________________


More information about the pypy-issue mailing list