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 christian.heimes
Recipients Simon Biggs, barry, brett.cannon, christian.heimes, ethan smith, mcepl, pmpp, serhiy.storchaka, xtreak
Date 2021-11-25.21:48:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637876905.42.0.570327217607.issue40280@roundup.psfhosted.org>
In-reply-to
Content
I have uploaded my config.site override to https://gist.github.com/tiran/5ccffa28723d3e4739db848451bd9efa . It contains overrides based on pyodide and overrides for new features.

I'm also getting this error with emscripten 2.0.13. _sys_shutdown is the syscall for shutdown(2) used by the socket module.

error: undefined symbol: __sys_shutdown (referenced by top-level compiled C/C++ code)
warning: Link with `-s LLD_REPORT_UNDEFINED` to get more information on undefined symbols
warning: To disable errors for undefined symbols use `-s ERROR_ON_UNDEFINED_SYMBOLS=0`
warning: ___sys_shutdown may need to be added to EXPORTED_FUNCTIONS if it arrives from a system library
Error: Aborting compilation due to previous errors
History
Date User Action Args
2021-11-25 21:48:25christian.heimessetrecipients: + christian.heimes, barry, brett.cannon, mcepl, pmpp, serhiy.storchaka, ethan smith, xtreak, Simon Biggs
2021-11-25 21:48:25christian.heimessetmessageid: <1637876905.42.0.570327217607.issue40280@roundup.psfhosted.org>
2021-11-25 21:48:25christian.heimeslinkissue40280 messages
2021-11-25 21:48:25christian.heimescreate