This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselkowitz
Recipients amaury.forgeotdarc, yselkowitz
Date 2008-08-21.21:52:44
SpamBayes Score 5.1368434e-06
Marked as misclassified No
Message-id <1219355565.87.0.301639756106.issue3626@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you, that fixes that issue.  But further along the build fails:

Traceback (most recent call last):
  File
"/usr/src/ports/python/python3.0/python3.0-3.0b3-1/src/Python-3.0b3/setup.py",
line 1569, in <module>
    class PyBuildInstallLib(install_lib):
  File
"/usr/src/ports/python/python3.0/python3.0-3.0b3-1/src/Python-3.0b3/setup.py",
line 1575, in PyBuildInstallLib
    so_ext = sysconfig.get_config_var("SO")
  File
"/usr/src/ports/python/python3.0/python3.0-3.0b3-1/src/Python-3.0b3/Lib/distutils/sysconfig.py",
line 552, in get_config_var
    return get_config_vars().get(name)
  File
"/usr/src/ports/python/python3.0/python3.0-3.0b3-1/src/Python-3.0b3/Lib/distutils/sysconfig.py",
line 491, in get_config_vars
    func()
  File
"/usr/src/ports/python/python3.0/python3.0-3.0b3-1/src/Python-3.0b3/Lib/distutils/sysconfig.py",
line 360, in _init_posix
    parse_makefile(filename, g)
  File
"/usr/src/ports/python/python3.0/python3.0-3.0b3-1/src/Python-3.0b3/Lib/distutils/sysconfig.py",
line 272, in parse_makefile
    line = fp.readline()
  File
"/usr/src/ports/python/python3.0/python3.0-3.0b3-1/src/Python-3.0b3/Lib/distutils/text_file.py",
line 173, in readline
    line = self.file.readline()
  File
"/usr/src/ports/python/python3.0/python3.0-3.0b3-1/src/Python-3.0b3/Lib/io.py",
line 1751, in readline
    decoder = self._decoder or self._get_decoder()
  File
"/usr/src/ports/python/python3.0/python3.0-3.0b3-1/src/Python-3.0b3/Lib/io.py",
line 1501, in _get_decoder
    make_decoder = codecs.getincrementaldecoder(self._encoding)
  File
"/usr/src/ports/python/python3.0/python3.0-3.0b3-1/src/Python-3.0b3/Lib/codecs.py",
line 960, in getincrementaldecoder
    decoder = lookup(encoding).incrementaldecoder
LookupError: unknown encoding: U
make: *** [sharedmods] Error 1
History
Date User Action Args
2008-08-21 21:52:45yselkowitzsetrecipients: + yselkowitz, amaury.forgeotdarc
2008-08-21 21:52:45yselkowitzsetmessageid: <1219355565.87.0.301639756106.issue3626@psf.upfronthosting.co.za>
2008-08-21 21:52:45yselkowitzlinkissue3626 messages
2008-08-21 21:52:44yselkowitzcreate