[Bug 271673] lang/python312: New port, 3.12.0 beta 1

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 27 May 2023 11:53:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271673

--- Comment #2 from Wen Heping <wen@FreeBSD.org> ---
The test result:

== Tests result: FAILURE ==

434 tests OK.

10 slowest tests:
- test_tools: 5 min 34 sec
- test_smtpnet: 5 min
- test_signal: 3 min 56 sec
- test_concurrent_futures: 2 min 10 sec
- test_socket: 1 min 46 sec
- test_multiprocessing_spawn: 1 min 36 sec
- test_multiprocessing_forkserver: 1 min 17 sec
- test_multiprocessing_fork: 1 min 10 sec
- test_nntplib: 1 min 6 sec
- test_io: 35.4 sec

5 tests failed:
    test_dtrace test_posix test_shutil test_tempfile test_tools

1 test altered the execution environment:
    test_capi

27 tests skipped:
    test.test_asyncio.test_windows_events
    test.test_asyncio.test_windows_utils test_dbm_gnu test_devpoll
    test_epoll test_gdb test_idle test_ioctl test_launcher test_msilib
    test_peg_generator test_perf_profiler test_perfmaps test_spwd
    test_sqlite3 test_startfile test_tcl test_tix test_tkinter
    test_ttk test_ttk_textonly test_turtle test_winconsoleio
    test_winreg test_winsound test_wmi test_zipfile64
0:18:51 load avg: 0.30
0:18:51 load avg: 0.30 Re-running failed tests in verbose mode
0:18:51 load avg: 0.30 Re-running test_tools in verbose mode (matching:
test_freeze_simple_script)
test_freeze_simple_script
(test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script) ... creating
the script to be frozen at /tmp/tmps_u2puux/app.py
copying the source tree into /tmp/tmps_u2puux/cpython...
configuring python in /tmp/tmps_u2puux/python-build...
CalledProcessError: Command '['/tmp/tmps_u2puux/cpython/python', '-c', 'import
sysconfig; print(sysconfig.get_config_var("CONFIG_ARGS"))']' returned non-zero
exit status 1.
--- STDOUT ---

--- STDERR ---
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/tmp/tmps_u2puux/cpython/Lib/sysconfig.py", line 740, in get_config_var
    return get_config_vars().get(name)
           ^^^^^^^^^^^^^^^^^
  File "/tmp/tmps_u2puux/cpython/Lib/sysconfig.py", line 723, in
get_config_vars
    _init_config_vars()
  File "/tmp/tmps_u2puux/cpython/Lib/sysconfig.py", line 670, in
_init_config_vars
    _init_posix(_CONFIG_VARS)
  File "/tmp/tmps_u2puux/cpython/Lib/sysconfig.py", line 536, in _init_posix
    _temp = __import__(name, globals(), locals(), ['build_time_vars'], 0)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sysconfigdata__freebsd14_'

---- END ---

-- 
You are receiving this mail because:
You are the assignee for the bug.