DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 617I7KUf3840240 Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com Authentication-Results: delorie.com; spf=pass smtp.mailfrom=cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 617I7KUf3840240 Authentication-Results: delorie.com; dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=YbOkujtA X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F10F748F4C3E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1770487640; bh=hIVSoKoYMgyUV1OHDP9Qgm5QF7hC3c6HsBaompORkaY=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=YbOkujtAMI7bzG7vrflwWTpogAEwfO3nHzwgmEKfc3WbCWJSp7yO2nW0k99jqHRiM TnintasXmC0ZUUdNwKBNaYpZ3RCIzGaJoKP6iQftTuC+Zc7t/9xrb9XPMG7nwSGpyN Zxke+ExVQck5d+RGEdkdQwHvle2FzLKoWdsdVwLw= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org EC1A048F4C06 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org EC1A048F4C06 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1770487591; cv=none; b=BvlkwfLzU4sC2lO0db1I1BuMbg+l65qgTK5ayH1KABXXU5QECD56lsfUgwLHfVFErTw7pqBZ3uXmZH1egZtu/9XRmt2QCDTAoHRynKbxK7JSV5o+jaghhuVIH6Y9xJXxwLERkcaVKkCStkFF56aGCRe6VXHWWW7HWmeJ7dApUS4= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1770487591; c=relaxed/simple; bh=VT4d4IZwVBW3LYx70YBdTsQX9G6f0+Eo5YmnEY0DET0=; h=DKIM-Signature:Message-ID:Date:MIME-Version:To:From:Subject; b=Q5BNwfGlLjFY/ijLtIdSy2Ay/16EpDAVf0XPgZDsjXKP64LfOnKO4gvCzJNOuhqeLLKKWerTzcpdtnPm49rmZulECzzZDmW0Ba8ELjgTUgGWNEt78u7Vn9Wzu4NyRbLwxEpFyQIk587xacGmZFnjd1oTnJEfUur4cVICog+GaE0= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EC1A048F4C06 Message-ID: <35a26565-271e-4a83-9498-f5b53db1a691@seznam.cz> Date: Sat, 7 Feb 2026 19:04:31 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: cs To: cygwin AT cygwin DOT com Subject: python3.12 'StringIOTree.cpython-312-x86_64-cygwin.dll' (0x6C0000) is already occupied X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Libor Ukropec via Cygwin Reply-To: Libor Ukropec Content-Type: text/plain; charset="utf-8"; Format="flowed" Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 617I7KUf3840240 I'm trying to move duplicity python package move from python3.9 to 3.12. The cygport file is using python3-wheel. For python 3.9 it works, for Python 3.12 I have the below error. I tried re-installing python packages, even doing `C:\cygwin64\bin\dash.exe -c /usr/bin/rebaseall`, reboot to make sure there's no stale cygwin.dll. No change. Any tips how to try to find the culprit or fix? ```bash $ cygport duplicity.cygport download all-test check >>> Preparing duplicity-3.0.7-2.x86_64 >>> Unpacking source duplicity-rel.3.0.7.tar.gz *** Info: applying patch 01-docdir.patch (-p2): patching file setup.py Hunk #1 succeeded at 113 with fuzz 1 (offset 14 lines). >>> Preparing working source directory >>> Compiling duplicity-3.0.7-2.x86_64 Processing /home/libor/cyg-port/duplicity/duplicity-3.0.7-2.x86_64/build Preparing metadata (pyproject.toml): started 0 [main] python3.12 5948 child_info_fork::abort: address space needed by 'StringIOTree.cpython-312-x86_64-cygwin.dll' (0x6C0000) is already occupied Preparing metadata (pyproject.toml): finished with status 'error' error: subprocess-exited-with-error × Preparing metadata (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [25 lines of output] 0 [main] python3.12 5948 child_info_fork::abort: address space needed by 'StringIOTree.cpython-312-x86_64-cygwin.dll' (0x6C0000) is already occupied Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 389, in main() File "/usr/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 373, in main json_out["return_val"] = hook(**hook_input["kwargs"]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 175, in prepare_metadata_for_build_wheel return hook(metadata_directory, config_settings) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/setuptools/build_meta.py", line 374, in prepare_metadata_for_build_wheel self.run_setup() File "/usr/lib/python3.12/site-packages/setuptools/build_meta.py", line 317, in run_setup exec(code, locals()) File "", line 187, in File "", line 144, in get_data_files File "/usr/lib/python3.12/subprocess.py", line 548, in run with Popen(*popenargs, **kwargs) as process: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/subprocess.py", line 1026, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/lib/python3.12/subprocess.py", line 1885, in _execute_child self.pid = _fork_exec( ^^^^^^^^^^^ BlockingIOError: [Errno 11] Resource temporarily unavailable [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> from file:///home/libor/cyg-port/duplicity/duplicity-3.0.7-2.x86_64/build note: This is an issue with the package mentioned above, not pip. hint: See above for details. *** ERROR: pip3.12 wheel failed ``` -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple