Activity log for bug #1958227

Date Who What changed Old value New value Message
2022-01-18 09:51:52 Thomas Bechtold bug added bug
2022-01-18 17:11:23 Hans Joachim Desserud bug watch added https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1003108
2022-01-18 17:11:23 Hans Joachim Desserud bug task added poetry (Debian)
2022-01-18 17:17:04 Hans Joachim Desserud poetry (Ubuntu): status New Confirmed
2022-01-18 17:17:14 Hans Joachim Desserud tags amd64 apport-bug jammy wayland-session amd64 apport-bug jammy packaging wayland-session
2022-01-18 18:44:31 Bug Watch Updater poetry (Debian): status Unknown New
2022-04-21 00:44:50 Akash bug watch added https://githubhot.com/repo/python-poetry/poetry/issues/4463
2022-12-16 03:19:25 Bug Watch Updater poetry (Debian): status New Fix Released
2023-01-11 13:30:00 Rolf Leggewie attachment added proposed solution for jammy https://bugs.launchpad.net/ubuntu/+source/poetry/+bug/1958227/+attachment/5640708/+files/LP1958227-jammy.debdiff
2023-01-11 13:53:12 Rolf Leggewie description I installed poetry via apt (on Jammy amd64) and when I try to call the program, I get: $ poetry Traceback (most recent call last): File "/usr/bin/poetry", line 5, in <module> from poetry.console import main File "/usr/lib/python3/dist-packages/poetry/console/__init__.py", line 1, in <module> from .application import Application File "/usr/lib/python3/dist-packages/poetry/console/application.py", line 7, in <module> from .commands.about import AboutCommand File "/usr/lib/python3/dist-packages/poetry/console/commands/__init__.py", line 4, in <module> from .check import CheckCommand File "/usr/lib/python3/dist-packages/poetry/console/commands/check.py", line 2, in <module> from poetry.factory import Factory File "/usr/lib/python3/dist-packages/poetry/factory.py", line 18, in <module> from .repositories.pypi_repository import PyPiRepository File "/usr/lib/python3/dist-packages/poetry/repositories/pypi_repository.py", line 11, in <module> from cachecontrol import CacheControl ModuleNotFoundError: No module named 'cachecontrol' $ dpkg -l|grep python3-poetry ii python3-poetry 1.1.12+dfsg-1 all Python dependency management and packaging made easy (Python 3) ii python3-poetry-core 1.0.7-2 all Poetry PEP 517 Build Backend ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: python3-poetry 1.1.12+dfsg-1 ProcVersionSignature: Ubuntu 5.13.0-22.22-generic 5.13.19 Uname: Linux 5.13.0-22-generic x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair ApportVersion: 2.20.11-0ubuntu75 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: ubuntu:GNOME Date: Tue Jan 18 10:49:59 2022 InstallationDate: Installed on 2020-12-08 (405 days ago) InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022) PackageArchitecture: all RebootRequiredPkgs: Error: path contained symlinks. SourcePackage: poetry UpgradeStatus: Upgraded to jammy on 2021-11-30 (49 days ago) I installed poetry via apt (on Jammy amd64) and when I try to call the program, I get: $ poetry Traceback (most recent call last):   File "/usr/bin/poetry", line 5, in <module>     from poetry.console import main   File "/usr/lib/python3/dist-packages/poetry/console/__init__.py", line 1, in <module>     from .application import Application   File "/usr/lib/python3/dist-packages/poetry/console/application.py", line 7, in <module>     from .commands.about import AboutCommand   File "/usr/lib/python3/dist-packages/poetry/console/commands/__init__.py", line 4, in <module>     from .check import CheckCommand   File "/usr/lib/python3/dist-packages/poetry/console/commands/check.py", line 2, in <module>     from poetry.factory import Factory   File "/usr/lib/python3/dist-packages/poetry/factory.py", line 18, in <module>     from .repositories.pypi_repository import PyPiRepository   File "/usr/lib/python3/dist-packages/poetry/repositories/pypi_repository.py", line 11, in <module>     from cachecontrol import CacheControl ModuleNotFoundError: No module named 'cachecontrol' $ dpkg -l|grep python3-poetry ii python3-poetry 1.1.12+dfsg-1 all Python dependency management and packaging made easy (Python 3) ii python3-poetry-core 1.0.7-2 all Poetry PEP 517 Build Backend ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: python3-poetry 1.1.12+dfsg-1 ProcVersionSignature: Ubuntu 5.13.0-22.22-generic 5.13.19 Uname: Linux 5.13.0-22-generic x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair ApportVersion: 2.20.11-0ubuntu75 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: ubuntu:GNOME Date: Tue Jan 18 10:49:59 2022 InstallationDate: Installed on 2020-12-08 (405 days ago) InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022) PackageArchitecture: all RebootRequiredPkgs: Error: path contained symlinks. SourcePackage: poetry UpgradeStatus: Upgraded to jammy on 2021-11-30 (49 days ago) ### SRU process ### [Impact] Problem: the python3-poetry package misses a run-time dependency on python3-cachecontrol Result: the poetry program "crashes" on startup Users expect packages from the official repository to work out of the box. This is not the case here as can be seen above unless the user happens to already have the python3-cachecontrol package installed. The release in lunar was fixed through a later release in Debian and is not affected by this bug as can be verified from the Debian BTS. [Test] 1) spin up a virtual server or other test environment, no GUI is required. 2) "sudo apt purge python3-cachecontrol;sudo apt install python3-poetry" 3) "poetry" -> failure with current package 4) "sudo apt install python3-cachecontrol" 5) "poetry" -> no more failure [Regression potential] The python3-cachecontrol package is required for the poetry binary to start successfully. This change does not introduce any change in code execution paths and should thus be free from introducing any regression.
2023-01-11 13:53:49 Rolf Leggewie description I installed poetry via apt (on Jammy amd64) and when I try to call the program, I get: $ poetry Traceback (most recent call last):   File "/usr/bin/poetry", line 5, in <module>     from poetry.console import main   File "/usr/lib/python3/dist-packages/poetry/console/__init__.py", line 1, in <module>     from .application import Application   File "/usr/lib/python3/dist-packages/poetry/console/application.py", line 7, in <module>     from .commands.about import AboutCommand   File "/usr/lib/python3/dist-packages/poetry/console/commands/__init__.py", line 4, in <module>     from .check import CheckCommand   File "/usr/lib/python3/dist-packages/poetry/console/commands/check.py", line 2, in <module>     from poetry.factory import Factory   File "/usr/lib/python3/dist-packages/poetry/factory.py", line 18, in <module>     from .repositories.pypi_repository import PyPiRepository   File "/usr/lib/python3/dist-packages/poetry/repositories/pypi_repository.py", line 11, in <module>     from cachecontrol import CacheControl ModuleNotFoundError: No module named 'cachecontrol' $ dpkg -l|grep python3-poetry ii python3-poetry 1.1.12+dfsg-1 all Python dependency management and packaging made easy (Python 3) ii python3-poetry-core 1.0.7-2 all Poetry PEP 517 Build Backend ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: python3-poetry 1.1.12+dfsg-1 ProcVersionSignature: Ubuntu 5.13.0-22.22-generic 5.13.19 Uname: Linux 5.13.0-22-generic x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair ApportVersion: 2.20.11-0ubuntu75 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: ubuntu:GNOME Date: Tue Jan 18 10:49:59 2022 InstallationDate: Installed on 2020-12-08 (405 days ago) InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022) PackageArchitecture: all RebootRequiredPkgs: Error: path contained symlinks. SourcePackage: poetry UpgradeStatus: Upgraded to jammy on 2021-11-30 (49 days ago) ### SRU process ### [Impact] Problem: the python3-poetry package misses a run-time dependency on python3-cachecontrol Result: the poetry program "crashes" on startup Users expect packages from the official repository to work out of the box. This is not the case here as can be seen above unless the user happens to already have the python3-cachecontrol package installed. The release in lunar was fixed through a later release in Debian and is not affected by this bug as can be verified from the Debian BTS. [Test] 1) spin up a virtual server or other test environment, no GUI is required. 2) "sudo apt purge python3-cachecontrol;sudo apt install python3-poetry" 3) "poetry" -> failure with current package 4) "sudo apt install python3-cachecontrol" 5) "poetry" -> no more failure [Regression potential] The python3-cachecontrol package is required for the poetry binary to start successfully. This change does not introduce any change in code execution paths and should thus be free from introducing any regression. I installed poetry via apt (on Jammy amd64) and when I try to call the program, I get: $ poetry Traceback (most recent call last):   File "/usr/bin/poetry", line 5, in <module>     from poetry.console import main   File "/usr/lib/python3/dist-packages/poetry/console/__init__.py", line 1, in <module>     from .application import Application   File "/usr/lib/python3/dist-packages/poetry/console/application.py", line 7, in <module>     from .commands.about import AboutCommand   File "/usr/lib/python3/dist-packages/poetry/console/commands/__init__.py", line 4, in <module>     from .check import CheckCommand   File "/usr/lib/python3/dist-packages/poetry/console/commands/check.py", line 2, in <module>     from poetry.factory import Factory   File "/usr/lib/python3/dist-packages/poetry/factory.py", line 18, in <module>     from .repositories.pypi_repository import PyPiRepository   File "/usr/lib/python3/dist-packages/poetry/repositories/pypi_repository.py", line 11, in <module>     from cachecontrol import CacheControl ModuleNotFoundError: No module named 'cachecontrol' $ dpkg -l|grep python3-poetry ii python3-poetry 1.1.12+dfsg-1 all Python dependency management and packaging made easy (Python 3) ii python3-poetry-core 1.0.7-2 all Poetry PEP 517 Build Backend ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: python3-poetry 1.1.12+dfsg-1 ProcVersionSignature: Ubuntu 5.13.0-22.22-generic 5.13.19 Uname: Linux 5.13.0-22-generic x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair ApportVersion: 2.20.11-0ubuntu75 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: ubuntu:GNOME Date: Tue Jan 18 10:49:59 2022 InstallationDate: Installed on 2020-12-08 (405 days ago) InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022) PackageArchitecture: all RebootRequiredPkgs: Error: path contained symlinks. SourcePackage: poetry UpgradeStatus: Upgraded to jammy on 2021-11-30 (49 days ago) ### SRU process ### [Impact] Problem: the python3-poetry package misses a run-time dependency on python3-cachecontrol Result: the poetry program "crashes" on startup Users expect packages from the official repository to work out of the box. This is not the case here as can be seen above unless the user happens to already have the python3-cachecontrol package installed. The release in lunar was fixed through a later release in Debian and is not affected by this bug as can be verified from the Debian BTS. [Test] 1) spin up a virtual server or other test environment, no GUI is required. 2) "sudo apt purge python3-cachecontrol;sudo apt install python3-poetry" 3) "poetry" -> failure with current package 4) "sudo apt install python3-cachecontrol" 5) "poetry" -> no more failure [Regression potential] The python3-cachecontrol package is required for the poetry binary to start successfully. This change does not introduce any change in code execution paths and should thus be free from introducing any regression.
2023-01-11 13:54:06 Rolf Leggewie bug added subscriber Ubuntu Sponsors Team
2023-01-11 14:01:21 Rolf Leggewie description I installed poetry via apt (on Jammy amd64) and when I try to call the program, I get: $ poetry Traceback (most recent call last):   File "/usr/bin/poetry", line 5, in <module>     from poetry.console import main   File "/usr/lib/python3/dist-packages/poetry/console/__init__.py", line 1, in <module>     from .application import Application   File "/usr/lib/python3/dist-packages/poetry/console/application.py", line 7, in <module>     from .commands.about import AboutCommand   File "/usr/lib/python3/dist-packages/poetry/console/commands/__init__.py", line 4, in <module>     from .check import CheckCommand   File "/usr/lib/python3/dist-packages/poetry/console/commands/check.py", line 2, in <module>     from poetry.factory import Factory   File "/usr/lib/python3/dist-packages/poetry/factory.py", line 18, in <module>     from .repositories.pypi_repository import PyPiRepository   File "/usr/lib/python3/dist-packages/poetry/repositories/pypi_repository.py", line 11, in <module>     from cachecontrol import CacheControl ModuleNotFoundError: No module named 'cachecontrol' $ dpkg -l|grep python3-poetry ii python3-poetry 1.1.12+dfsg-1 all Python dependency management and packaging made easy (Python 3) ii python3-poetry-core 1.0.7-2 all Poetry PEP 517 Build Backend ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: python3-poetry 1.1.12+dfsg-1 ProcVersionSignature: Ubuntu 5.13.0-22.22-generic 5.13.19 Uname: Linux 5.13.0-22-generic x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair ApportVersion: 2.20.11-0ubuntu75 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: ubuntu:GNOME Date: Tue Jan 18 10:49:59 2022 InstallationDate: Installed on 2020-12-08 (405 days ago) InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022) PackageArchitecture: all RebootRequiredPkgs: Error: path contained symlinks. SourcePackage: poetry UpgradeStatus: Upgraded to jammy on 2021-11-30 (49 days ago) ### SRU process ### [Impact] Problem: the python3-poetry package misses a run-time dependency on python3-cachecontrol Result: the poetry program "crashes" on startup Users expect packages from the official repository to work out of the box. This is not the case here as can be seen above unless the user happens to already have the python3-cachecontrol package installed. The release in lunar was fixed through a later release in Debian and is not affected by this bug as can be verified from the Debian BTS. [Test] 1) spin up a virtual server or other test environment, no GUI is required. 2) "sudo apt purge python3-cachecontrol;sudo apt install python3-poetry" 3) "poetry" -> failure with current package 4) "sudo apt install python3-cachecontrol" 5) "poetry" -> no more failure [Regression potential] The python3-cachecontrol package is required for the poetry binary to start successfully. This change does not introduce any change in code execution paths and should thus be free from introducing any regression. I installed poetry via apt (on Jammy amd64) and when I try to call the program, I get: $ poetry Traceback (most recent call last):   File "/usr/bin/poetry", line 5, in <module>     from poetry.console import main   File "/usr/lib/python3/dist-packages/poetry/console/__init__.py", line 1, in <module>     from .application import Application   File "/usr/lib/python3/dist-packages/poetry/console/application.py", line 7, in <module>     from .commands.about import AboutCommand   File "/usr/lib/python3/dist-packages/poetry/console/commands/__init__.py", line 4, in <module>     from .check import CheckCommand   File "/usr/lib/python3/dist-packages/poetry/console/commands/check.py", line 2, in <module>     from poetry.factory import Factory   File "/usr/lib/python3/dist-packages/poetry/factory.py", line 18, in <module>     from .repositories.pypi_repository import PyPiRepository   File "/usr/lib/python3/dist-packages/poetry/repositories/pypi_repository.py", line 11, in <module>     from cachecontrol import CacheControl ModuleNotFoundError: No module named 'cachecontrol' $ dpkg -l|grep python3-poetry ii python3-poetry 1.1.12+dfsg-1 all Python dependency management and packaging made easy (Python 3) ii python3-poetry-core 1.0.7-2 all Poetry PEP 517 Build Backend ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: python3-poetry 1.1.12+dfsg-1 ProcVersionSignature: Ubuntu 5.13.0-22.22-generic 5.13.19 Uname: Linux 5.13.0-22-generic x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair ApportVersion: 2.20.11-0ubuntu75 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: ubuntu:GNOME Date: Tue Jan 18 10:49:59 2022 InstallationDate: Installed on 2020-12-08 (405 days ago) InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022) PackageArchitecture: all RebootRequiredPkgs: Error: path contained symlinks. SourcePackage: poetry UpgradeStatus: Upgraded to jammy on 2021-11-30 (49 days ago) ### SRU process ### [Impact] Problem: the python3-poetry package misses a run-time dependency on python3-cachecontrol Result: the poetry program "crashes" on startup Users expect packages from the official repository to work out of the box. This is not the case here as can be seen above unless the user happens to already have the python3-cachecontrol package installed. The release in lunar was fixed through a later release in Debian and is not affected by this bug as can be verified from the Debian BTS. [Test] 1) spin up a jammy virtual server or other test environment, no GUI is required. 2) "sudo apt purge python3-cachecontrol;sudo apt install python3-poetry" 3) "poetry" -> failure with current package 4) "sudo apt install python3-cachecontrol" 5) "poetry" -> no more failure [Regression potential] The python3-cachecontrol package is required for the poetry binary to start successfully. This change does not introduce any change in code execution paths and should thus be free from introducing any regression.
2023-01-11 14:06:43 Rolf Leggewie bug added subscriber Rolf Leggewie
2023-01-11 15:24:15 Jeremy Bícha nominated for series Ubuntu Jammy
2023-01-11 15:24:15 Jeremy Bícha bug task added poetry (Ubuntu Jammy)
2023-01-11 15:27:26 Jeremy Bícha poetry (Ubuntu Jammy): importance Undecided High
2023-01-11 15:27:29 Jeremy Bícha poetry (Ubuntu): importance Undecided High
2023-01-11 15:27:46 Jeremy Bícha poetry (Ubuntu Jammy): status New Triaged
2023-01-11 17:12:36 Rolf Leggewie attachment added proposed solution for kinetic https://bugs.launchpad.net/ubuntu/+source/poetry/+bug/1958227/+attachment/5640781/+files/LP1958227-kinetic.debdiff
2023-01-11 17:15:25 Rolf Leggewie attachment added proposed solution for kinetic https://bugs.launchpad.net/ubuntu/+source/poetry/+bug/1958227/+attachment/5640782/+files/LP1958227-kinetic.debdiff
2023-01-11 17:17:32 Rolf Leggewie attachment removed proposed solution for kinetic https://bugs.launchpad.net/ubuntu/+source/poetry/+bug/1958227/+attachment/5640781/+files/LP1958227-kinetic.debdiff
2023-01-11 18:45:51 Gunnar Hjalmarsson bug added subscriber Gunnar Hjalmarsson
2023-01-11 18:46:51 Gunnar Hjalmarsson nominated for series Ubuntu Kinetic
2023-01-11 18:46:51 Gunnar Hjalmarsson bug task added poetry (Ubuntu Kinetic)
2023-01-11 18:54:01 Gianfranco Costamagna poetry (Ubuntu Jammy): status Triaged In Progress
2023-01-11 18:54:04 Gianfranco Costamagna poetry (Ubuntu Kinetic): status New Fix Committed
2023-01-11 18:54:07 Gianfranco Costamagna poetry (Ubuntu Kinetic): status Fix Committed In Progress
2023-01-11 18:54:09 Gianfranco Costamagna poetry (Ubuntu): status Confirmed Fix Released
2023-01-11 18:54:14 Gianfranco Costamagna poetry (Ubuntu Kinetic): importance Undecided High
2023-01-25 18:14:46 Simon Quigley removed subscriber Ubuntu Sponsors Team
2023-01-27 16:27:52 Timo Aaltonen poetry (Ubuntu Jammy): status In Progress Fix Committed
2023-01-27 16:27:54 Timo Aaltonen bug added subscriber Ubuntu Stable Release Updates Team
2023-01-27 16:27:56 Timo Aaltonen bug added subscriber SRU Verification
2023-01-27 16:27:59 Timo Aaltonen tags amd64 apport-bug jammy packaging wayland-session amd64 apport-bug jammy packaging verification-needed verification-needed-jammy wayland-session
2023-01-27 16:28:43 Timo Aaltonen poetry (Ubuntu Kinetic): status In Progress Fix Committed
2023-01-27 16:28:48 Timo Aaltonen tags amd64 apport-bug jammy packaging verification-needed verification-needed-jammy wayland-session amd64 apport-bug jammy packaging verification-needed verification-needed-jammy verification-needed-kinetic wayland-session
2023-01-27 18:04:11 Gunnar Hjalmarsson tags amd64 apport-bug jammy packaging verification-needed verification-needed-jammy verification-needed-kinetic wayland-session amd64 apport-bug jammy packaging verification-done verification-done-jammy verification-done-kinetic wayland-session
2023-02-07 08:20:57 Launchpad Janitor poetry (Ubuntu Kinetic): status Fix Committed Fix Released
2023-02-07 08:21:00 Łukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team
2023-02-07 11:05:47 Launchpad Janitor poetry (Ubuntu Jammy): status Fix Committed Fix Released