[PyPy-issue] [issue551] Support for freebsd8+

David Naylor pypy-dev-issue at codespeak.net
Mon Nov 29 19:20:52 CET 2010


David Naylor <naylor.b.david at gmail.com> added the comment:

It looks like the last part of the patch did not apply.  The required mode is 
attached (and pypy/translator/platform/freebsd7.py can be removed).

Using the attached freebsd.py in .pypy/translator/platform/ the configuration 
phase passes.  Due to the long compilation time on my system I didn't check a 
full translate.  

# svn co http://codespeak.net/svn/pypy/trunk pypy-trunk
# cd pypy-trunk/pypy/translator/goal
# python translate.py -Ojit
[translation:info] Translating target as defined by targetpypystandalone
Traceback (most recent call last):
  File "translate.py", line 304, in <module>
    main()
  File "translate.py", line 209, in main
    targetspec_dic, translateconfig, config, args = 
parse_options_and_load_target()
  File "translate.py", line 169, in parse_options_and_load_target
    set_platform(config)
  File "/tmp/pypy-trunk/pypy/config/translationoption.py", line 395, in 
set_platform
    from pypy.translator.platform import set_platform
  File "/tmp/pypy-trunk/pypy/translator/platform/__init__.py", line 221, in 
<module>
    from pypy.translator.platform.freebsd import Freebsd, Freebsd_64
ImportError: No module named freebsdtranslation:info] Translating target as 
defined by targetpypystandalone
Traceback (most recent call last):
  File "translate.py", line 304, in <module>
    main()
  File "translate.py", line 209, in main
    targetspec_dic, translateconfig, config, args = 
parse_options_and_load_target()
  File "translate.py", line 169, in parse_options_and_load_target
    set_platform(config)
  File "/tmp/pypy-trunk/pypy/config/translationoption.py", line 395, in 
set_platform
    from pypy.translator.platform import set_platform
  File "/tmp/pypy-trunk/pypy/translator/platform/__init__.py", line 221, in 
<module>
    from pypy.translator.platform.freebsd import Freebsd, Freebsd_64
ImportError: No module named freebsd

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue551>
_______________________________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freebsd.py
Type: text/x-python
Size: 1523 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/pypy-issue/attachments/20101129/60e26163/attachment.py>


More information about the Pypy-issue mailing list