Package: python3-venv Followup-For: Bug #1071369 X-Debbugs-Cc: [email protected]
Dear Maintainer, I can see similar problems after upgrading from Bookworm to Trixie. I'm bootstrapping an arm64 system on an amd64 host using qemu. Thanks @Steev for the nice evaluation, this helped to create a small reproducer. I can see such slowdowns when setting up virtual environment. I don't know whether the mentioned package is the correct target, but I wanted to add my findings to the existing ones, as they are probably related. Bookworm: $ sudo debootstrap --arch arm64 --components=main,contrib,non-free,non-free-firmware bookworm bookworm $ sudo chroot bookworm/ $ apt update $ apt install python3-venv $ time python3 -m venv /opt/abc real 0m10.899s user 0m10.532s sys 0m0.337s Trixie: $ sudo debootstrap --arch arm64 --components=main,contrib,non-free,non-free-firmware trixie trixie $ sudo chroot trixie/ $ apt update $ apt install python3-venv $ time python3 -m venv /opt/abc real 1m17.892s user 1m17.627s sys 0m0.250s -- System Information: Debian Release: bookworm/sid APT prefers jammy-updates APT policy: (500, 'jammy-updates'), (500, 'jammy-security'), (500, 'jammy'), (100, 'jammy-backports') Architecture: amd64 (x86_64) Kernel: Linux 5.15.167.4-microsoft-standard-WSL2 (SMP w/24 CPU threads) Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) Versions of packages python3-venv depends on: ii python3 3.10.6-1~22.04.1 ii python3-distutils 3.10.8-1~22.04 pn python3.10-venv <none> python3-venv recommends no packages. python3-venv suggests no packages.

