public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* Failure during build of Python 3.8 via cygport
@ 2020-12-09  8:14 Mark Geisert
  2020-12-12  6:33 ` Mark Geisert
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Geisert @ 2020-12-09  8:14 UTC (permalink / raw)
  To: Cygwin-Apps

Hi Marco,
I was building Python locally so I can later submit a patch against it.  It 
appears the local python.exe was built successfully, but a later step failed with:

> ./python.exe -E -S -m sysconfig --generate-posix-vars ;\
> if test $? -ne 0 ; then \
>         echo "generate-posix-vars failed" ; \
>         rm -f ./pybuilddir.txt ; \
>         exit 1 ; \
> fi
> Traceback (most recent call last):
>   File "/usr/src/python38-3.8.3-1.src/python38-3.8.3-1.x86_64/src/Python-3.8.3/Lib/runpy.py", line 194, in _run_module_as_main
>     return _run_code(code, main_globals, None,
>   File "/usr/src/python38-3.8.3-1.src/python38-3.8.3-1.x86_64/src/Python-3.8.3/Lib/runpy.py", line 87, in _run_code
>     exec(code, run_globals)
>   File "/usr/src/python38-3.8.3-1.src/python38-3.8.3-1.x86_64/src/Python-3.8.3/Lib/sysconfig.py", line 711, in <module>
>     _main()
>   File "/usr/src/python38-3.8.3-1.src/python38-3.8.3-1.x86_64/src/Python-3.8.3/Lib/sysconfig.py", line 699, in _main
>     _generate_posix_vars()
>   File "/usr/src/python38-3.8.3-1.src/python38-3.8.3-1.x86_64/src/Python-3.8.3/Lib/sysconfig.py", line 416, in _generate_posix_vars
>     f.write(pybuilddir)
> UnicodeEncodeError: 'utf-8' codec can't encode characters in position 17-19: surrogates not allowed
> generate-posix-vars failed
> make: *** [Makefile:592: pybuilddir.txt] Error 1
> *** ERROR: make failed

I've seen UnicodeEncodeError before and searched and found how to fix it.. but 
hitting the issue while building Python itself seems more fraught.  Is this a 
known issue with known fix?
Thank you,

..mark

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-12-13 22:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-09  8:14 Failure during build of Python 3.8 via cygport Mark Geisert
2020-12-12  6:33 ` Mark Geisert
2020-12-13  8:52   ` Mark Geisert
2020-12-13 14:34     ` Marco Atzeri
2020-12-13 21:59       ` Brian Inglis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).