Activity log for bug #2040059

Date Who What changed Old value New value Message
2023-10-21 15:03:13 Aitor Attarantato García bug added bug
2023-10-21 15:03:13 Aitor Attarantato García attachment added Sage terminal output https://bugs.launchpad.net/bugs/2040059/+attachment/5712042/+files/sage.out
2023-11-03 16:30:43 Launchpad Janitor sagemath (Ubuntu): status New Confirmed
2023-12-14 03:44:58 Nate Eldredge bug added subscriber Nate Eldredge
2023-12-24 12:00:09 Hasan Altan Birler bug added subscriber Hasan Altan Birler
2024-01-26 21:02:13 Robie Basak nominated for series Ubuntu Mantic
2024-01-26 21:02:13 Robie Basak bug task added sagemath (Ubuntu Mantic)
2024-01-26 23:37:56 Sudip Mukherjee sagemath (Ubuntu Mantic): status New In Progress
2024-01-26 23:38:00 Sudip Mukherjee sagemath (Ubuntu Mantic): assignee Sudip Mukherjee (sudipmuk)
2024-01-26 23:49:14 Sudip Mukherjee sagemath (Ubuntu): status Confirmed Opinion
2024-02-03 17:41:59 Sudip Mukherjee summary Sage crashes on start due to a missmatched dependency [SRU] Sage crashes on start due to a missmatched dependency
2024-02-03 18:16:00 Sudip Mukherjee description Ubuntu version: 23.10 SageMath version: 9.5.6 SageMath crashes when launching on the terminal. It seems that it expects libsingular 4.3.1 but instead 4.3.2 is the one in the repositories. I attach a file with the output given by running sage in the terminal. ProblemType: Bug DistroRelease: Ubuntu 23.10 Package: sagemath 9.5-6 ProcVersionSignature: Ubuntu 6.5.0-9.9-generic 6.5.3 Uname: Linux 6.5.0-9-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.27.0-0ubuntu5 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME Date: Sat Oct 21 16:47:39 2023 InstallationDate: Installed on 2023-10-20 (1 days ago) InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 (20231016.1) PackageArchitecture: all ProcEnviron: LANG=es_ES.UTF-8 PATH=(custom, no user) SHELL=/bin/bash XDG_RUNTIME_DIR=<set> SourcePackage: sagemath UpgradeStatus: No upgrade log present (probably fresh install) https://launchpadlibrarian.net/712588440/buildlog_ubuntu-mantic-amd64.sagemath_9.5-6ubuntu0.1_BUILDING.txt.gz [ Impact ] sage is completely unusable as it will fail to launch with the below error: File "/usr/lib/python3/dist-packages/sage/rings/polynomial/polynomial_ring_constructor.py", line 775, in _multi_variate from sage.rings.polynomial.multi_polynomial_libsingular import MPolynomialRing_libsingular ImportError: libsingular-Singular-4.3.1.so: cannot open shared object file: No such file or directory This is because sagemath was not rebuilt when new libsingular was introduced in Mantic. And as a result sagemath is still linked with and tries to load libsingular-Singular-4.3.1.so whereas Mantic now has libsingular-Singular-4.3.2.so sagemath only needs a rebuild to correctly link it with the correct library. [ Test Plan ] * Execute "sage" * if its not fixed then it will fail as the error above * With fixed package, we will reach the "sage" prompt as below: [ Where problems could occur ] There is no change in code and only a rebuild and so user should not see any regression. The only worry is that the failed doctests limit had to be increased for the build to succeed, so some of the functions might not work as documented. [ Other Info ] failed doctests limit had to be increased for the build to succeed. I did not have the resources to build it locally to debug why some of the doctests are failing. The failed buildlog without an increase of the limit is at: https://launchpadlibrarian.net/712588440/buildlog_ubuntu-mantic-amd64.sagemath_9.5-6ubuntu0.1_BUILDING.txt.gz which took almost 1 hour 46 minutes to complete on launchpad-buildd. The build log with increased limit is at: The package from this build has been tested. [ Original Bug Description ] Ubuntu version: 23.10 SageMath version: 9.5.6 SageMath crashes when launching on the terminal. It seems that it expects libsingular 4.3.1 but instead 4.3.2 is the one in the repositories. I attach a file with the output given by running sage in the terminal. ProblemType: Bug DistroRelease: Ubuntu 23.10 Package: sagemath 9.5-6 ProcVersionSignature: Ubuntu 6.5.0-9.9-generic 6.5.3 Uname: Linux 6.5.0-9-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.27.0-0ubuntu5 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME Date: Sat Oct 21 16:47:39 2023 InstallationDate: Installed on 2023-10-20 (1 days ago) InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 (20231016.1) PackageArchitecture: all ProcEnviron:  LANG=es_ES.UTF-8  PATH=(custom, no user)  SHELL=/bin/bash  XDG_RUNTIME_DIR=<set> SourcePackage: sagemath UpgradeStatus: No upgrade log present (probably fresh install)
2024-02-03 18:16:19 Sudip Mukherjee attachment added sagemath_mantic.debdiff https://bugs.launchpad.net/ubuntu/mantic/+source/sagemath/+bug/2040059/+attachment/5744421/+files/sagemath_mantic.debdiff
2024-02-03 18:16:57 Sudip Mukherjee description https://launchpadlibrarian.net/712588440/buildlog_ubuntu-mantic-amd64.sagemath_9.5-6ubuntu0.1_BUILDING.txt.gz [ Impact ] sage is completely unusable as it will fail to launch with the below error: File "/usr/lib/python3/dist-packages/sage/rings/polynomial/polynomial_ring_constructor.py", line 775, in _multi_variate from sage.rings.polynomial.multi_polynomial_libsingular import MPolynomialRing_libsingular ImportError: libsingular-Singular-4.3.1.so: cannot open shared object file: No such file or directory This is because sagemath was not rebuilt when new libsingular was introduced in Mantic. And as a result sagemath is still linked with and tries to load libsingular-Singular-4.3.1.so whereas Mantic now has libsingular-Singular-4.3.2.so sagemath only needs a rebuild to correctly link it with the correct library. [ Test Plan ] * Execute "sage" * if its not fixed then it will fail as the error above * With fixed package, we will reach the "sage" prompt as below: [ Where problems could occur ] There is no change in code and only a rebuild and so user should not see any regression. The only worry is that the failed doctests limit had to be increased for the build to succeed, so some of the functions might not work as documented. [ Other Info ] failed doctests limit had to be increased for the build to succeed. I did not have the resources to build it locally to debug why some of the doctests are failing. The failed buildlog without an increase of the limit is at: https://launchpadlibrarian.net/712588440/buildlog_ubuntu-mantic-amd64.sagemath_9.5-6ubuntu0.1_BUILDING.txt.gz which took almost 1 hour 46 minutes to complete on launchpad-buildd. The build log with increased limit is at: The package from this build has been tested. [ Original Bug Description ] Ubuntu version: 23.10 SageMath version: 9.5.6 SageMath crashes when launching on the terminal. It seems that it expects libsingular 4.3.1 but instead 4.3.2 is the one in the repositories. I attach a file with the output given by running sage in the terminal. ProblemType: Bug DistroRelease: Ubuntu 23.10 Package: sagemath 9.5-6 ProcVersionSignature: Ubuntu 6.5.0-9.9-generic 6.5.3 Uname: Linux 6.5.0-9-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.27.0-0ubuntu5 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME Date: Sat Oct 21 16:47:39 2023 InstallationDate: Installed on 2023-10-20 (1 days ago) InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 (20231016.1) PackageArchitecture: all ProcEnviron:  LANG=es_ES.UTF-8  PATH=(custom, no user)  SHELL=/bin/bash  XDG_RUNTIME_DIR=<set> SourcePackage: sagemath UpgradeStatus: No upgrade log present (probably fresh install) [ Impact ] sage is completely unusable as it will fail to launch with the below error:   File "/usr/lib/python3/dist-packages/sage/rings/polynomial/polynomial_ring_constructor.py", line 775, in _multi_variate     from sage.rings.polynomial.multi_polynomial_libsingular import MPolynomialRing_libsingular ImportError: libsingular-Singular-4.3.1.so: cannot open shared object file: No such file or directory This is because sagemath was not rebuilt when new libsingular was introduced in Mantic. And as a result sagemath is still linked with and tries to load libsingular-Singular-4.3.1.so whereas Mantic now has libsingular-Singular-4.3.2.so sagemath only needs a rebuild to correctly link it with the correct library. [ Test Plan ] * Execute "sage" * if its not fixed then it will fail as the error above * With fixed package, we will reach the "sage" prompt as below: [ Where problems could occur ] There is no change in code and only a rebuild and so user should not see any regression. The only worry is that the failed doctests limit had to be increased for the build to succeed, so some of the functions might not work as documented. [ Other Info ] failed doctests limit had to be increased for the build to succeed. I did not have the resources to build it locally to debug why some of the doctests are failing. The failed buildlog without an increase of the limit is at: https://launchpadlibrarian.net/712588440/buildlog_ubuntu-mantic-amd64.sagemath_9.5-6ubuntu0.1_BUILDING.txt.gz which took almost 1 hour 46 minutes to complete on launchpad-buildd. The build log with increased limit is at: The package from this build has been tested. [ Original Bug Description ] Ubuntu version: 23.10 SageMath version: 9.5.6 SageMath crashes when launching on the terminal. It seems that it expects libsingular 4.3.1 but instead 4.3.2 is the one in the repositories. I attach a file with the output given by running sage in the terminal. ProblemType: Bug DistroRelease: Ubuntu 23.10 Package: sagemath 9.5-6 ProcVersionSignature: Ubuntu 6.5.0-9.9-generic 6.5.3 Uname: Linux 6.5.0-9-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.27.0-0ubuntu5 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME Date: Sat Oct 21 16:47:39 2023 InstallationDate: Installed on 2023-10-20 (1 days ago) InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 (20231016.1) PackageArchitecture: all ProcEnviron:  LANG=es_ES.UTF-8  PATH=(custom, no user)  SHELL=/bin/bash  XDG_RUNTIME_DIR=<set> SourcePackage: sagemath UpgradeStatus: No upgrade log present (probably fresh install)
2024-02-03 18:17:04 Sudip Mukherjee bug added subscriber Sudip Mukherjee
2024-02-03 19:54:57 Sudip Mukherjee description [ Impact ] sage is completely unusable as it will fail to launch with the below error:   File "/usr/lib/python3/dist-packages/sage/rings/polynomial/polynomial_ring_constructor.py", line 775, in _multi_variate     from sage.rings.polynomial.multi_polynomial_libsingular import MPolynomialRing_libsingular ImportError: libsingular-Singular-4.3.1.so: cannot open shared object file: No such file or directory This is because sagemath was not rebuilt when new libsingular was introduced in Mantic. And as a result sagemath is still linked with and tries to load libsingular-Singular-4.3.1.so whereas Mantic now has libsingular-Singular-4.3.2.so sagemath only needs a rebuild to correctly link it with the correct library. [ Test Plan ] * Execute "sage" * if its not fixed then it will fail as the error above * With fixed package, we will reach the "sage" prompt as below: [ Where problems could occur ] There is no change in code and only a rebuild and so user should not see any regression. The only worry is that the failed doctests limit had to be increased for the build to succeed, so some of the functions might not work as documented. [ Other Info ] failed doctests limit had to be increased for the build to succeed. I did not have the resources to build it locally to debug why some of the doctests are failing. The failed buildlog without an increase of the limit is at: https://launchpadlibrarian.net/712588440/buildlog_ubuntu-mantic-amd64.sagemath_9.5-6ubuntu0.1_BUILDING.txt.gz which took almost 1 hour 46 minutes to complete on launchpad-buildd. The build log with increased limit is at: The package from this build has been tested. [ Original Bug Description ] Ubuntu version: 23.10 SageMath version: 9.5.6 SageMath crashes when launching on the terminal. It seems that it expects libsingular 4.3.1 but instead 4.3.2 is the one in the repositories. I attach a file with the output given by running sage in the terminal. ProblemType: Bug DistroRelease: Ubuntu 23.10 Package: sagemath 9.5-6 ProcVersionSignature: Ubuntu 6.5.0-9.9-generic 6.5.3 Uname: Linux 6.5.0-9-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.27.0-0ubuntu5 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME Date: Sat Oct 21 16:47:39 2023 InstallationDate: Installed on 2023-10-20 (1 days ago) InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 (20231016.1) PackageArchitecture: all ProcEnviron:  LANG=es_ES.UTF-8  PATH=(custom, no user)  SHELL=/bin/bash  XDG_RUNTIME_DIR=<set> SourcePackage: sagemath UpgradeStatus: No upgrade log present (probably fresh install) [ Impact ] sage is completely unusable as it will fail to launch with the below error:   File "/usr/lib/python3/dist-packages/sage/rings/polynomial/polynomial_ring_constructor.py", line 775, in _multi_variate     from sage.rings.polynomial.multi_polynomial_libsingular import MPolynomialRing_libsingular ImportError: libsingular-Singular-4.3.1.so: cannot open shared object file: No such file or directory This is because sagemath was not rebuilt when new libsingular was introduced in Mantic. And as a result sagemath is still linked with and tries to load libsingular-Singular-4.3.1.so whereas Mantic now has libsingular-Singular-4.3.2.so sagemath only needs a rebuild to correctly link it with the correct library. [ Test Plan ] * Execute "sage" * if its not fixed then it will fail as the error above * With fixed package, we will reach the "sage" prompt as below: * On the sage prompt, we can do some basic maths to test its working. [ Where problems could occur ] There is no change in code and only a rebuild and so user should not see any regression. The only worry is that the failed doctests limit had to be increased for the build to succeed, so some of the functions might not work as documented. [ Other Info ] failed doctests limit had to be increased for the build to succeed. I did not have the resources to build it locally to debug why some of the doctests are failing. The failed buildlog without an increase of the limit is at: https://launchpadlibrarian.net/712588440/buildlog_ubuntu-mantic-amd64.sagemath_9.5-6ubuntu0.1_BUILDING.txt.gz which took almost 1 hour 46 minutes to complete on launchpad-buildd. The build log with increased limit is at: https://launchpadlibrarian.net/712708040/buildlog_ubuntu-mantic-amd64.sagemath_9.5-6ubuntu0.1_BUILDING.txt.gz The package from this build has been tested. [ Original Bug Description ] Ubuntu version: 23.10 SageMath version: 9.5.6 SageMath crashes when launching on the terminal. It seems that it expects libsingular 4.3.1 but instead 4.3.2 is the one in the repositories. I attach a file with the output given by running sage in the terminal. ProblemType: Bug DistroRelease: Ubuntu 23.10 Package: sagemath 9.5-6 ProcVersionSignature: Ubuntu 6.5.0-9.9-generic 6.5.3 Uname: Linux 6.5.0-9-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.27.0-0ubuntu5 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME Date: Sat Oct 21 16:47:39 2023 InstallationDate: Installed on 2023-10-20 (1 days ago) InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 (20231016.1) PackageArchitecture: all ProcEnviron:  LANG=es_ES.UTF-8  PATH=(custom, no user)  SHELL=/bin/bash  XDG_RUNTIME_DIR=<set> SourcePackage: sagemath UpgradeStatus: No upgrade log present (probably fresh install)
2024-02-03 21:51:59 Sudip Mukherjee description [ Impact ] sage is completely unusable as it will fail to launch with the below error:   File "/usr/lib/python3/dist-packages/sage/rings/polynomial/polynomial_ring_constructor.py", line 775, in _multi_variate     from sage.rings.polynomial.multi_polynomial_libsingular import MPolynomialRing_libsingular ImportError: libsingular-Singular-4.3.1.so: cannot open shared object file: No such file or directory This is because sagemath was not rebuilt when new libsingular was introduced in Mantic. And as a result sagemath is still linked with and tries to load libsingular-Singular-4.3.1.so whereas Mantic now has libsingular-Singular-4.3.2.so sagemath only needs a rebuild to correctly link it with the correct library. [ Test Plan ] * Execute "sage" * if its not fixed then it will fail as the error above * With fixed package, we will reach the "sage" prompt as below: * On the sage prompt, we can do some basic maths to test its working. [ Where problems could occur ] There is no change in code and only a rebuild and so user should not see any regression. The only worry is that the failed doctests limit had to be increased for the build to succeed, so some of the functions might not work as documented. [ Other Info ] failed doctests limit had to be increased for the build to succeed. I did not have the resources to build it locally to debug why some of the doctests are failing. The failed buildlog without an increase of the limit is at: https://launchpadlibrarian.net/712588440/buildlog_ubuntu-mantic-amd64.sagemath_9.5-6ubuntu0.1_BUILDING.txt.gz which took almost 1 hour 46 minutes to complete on launchpad-buildd. The build log with increased limit is at: https://launchpadlibrarian.net/712708040/buildlog_ubuntu-mantic-amd64.sagemath_9.5-6ubuntu0.1_BUILDING.txt.gz The package from this build has been tested. [ Original Bug Description ] Ubuntu version: 23.10 SageMath version: 9.5.6 SageMath crashes when launching on the terminal. It seems that it expects libsingular 4.3.1 but instead 4.3.2 is the one in the repositories. I attach a file with the output given by running sage in the terminal. ProblemType: Bug DistroRelease: Ubuntu 23.10 Package: sagemath 9.5-6 ProcVersionSignature: Ubuntu 6.5.0-9.9-generic 6.5.3 Uname: Linux 6.5.0-9-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.27.0-0ubuntu5 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME Date: Sat Oct 21 16:47:39 2023 InstallationDate: Installed on 2023-10-20 (1 days ago) InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 (20231016.1) PackageArchitecture: all ProcEnviron:  LANG=es_ES.UTF-8  PATH=(custom, no user)  SHELL=/bin/bash  XDG_RUNTIME_DIR=<set> SourcePackage: sagemath UpgradeStatus: No upgrade log present (probably fresh install) [ Impact ] sage is completely unusable as it will fail to launch with the below error:   File "/usr/lib/python3/dist-packages/sage/rings/polynomial/polynomial_ring_constructor.py", line 775, in _multi_variate     from sage.rings.polynomial.multi_polynomial_libsingular import MPolynomialRing_libsingular ImportError: libsingular-Singular-4.3.1.so: cannot open shared object file: No such file or directory This is because sagemath was not rebuilt when new libsingular was introduced in Mantic. And as a result sagemath is still linked with and tries to load libsingular-Singular-4.3.1.so whereas Mantic now has libsingular-Singular-4.3.2.so sagemath only needs a rebuild to correctly link it with the correct library. [ Test Plan ] * Execute "sage" * if its not fixed then it will fail as the error above * With fixed package, we will reach the "sage" prompt as below: $ sage ┌────────────────────────────────────────────────────────────────────┐ │ SageMath version 9.5, Release Date: 2022-01-30 │ │ Using Python 3.11.6. Type "help()" for help. │ └────────────────────────────────────────────────────────────────────┘ sage: * On the sage prompt, we can do some basic maths to test its working. sage: 2 + 2 4 sage: factor(-2007) -1 * 3^2 * 223 sage: A = matrix(4,4, range(16)); A [ 0 1 2 3] [ 4 5 6 7] [ 8 9 10 11] [12 13 14 15] sage: factor(A.charpoly()) x^2 * (x^2 - 30*x - 80) [ Where problems could occur ] There is no change in code and only a rebuild and so user should not see any regression. The only worry is that the failed doctests limit had to be increased for the build to succeed, so some of the functions might not work as documented. [ Other Info ] failed doctests limit had to be increased for the build to succeed. I do not have the resources to build it locally to debug why some of the doctests are failing. The failed buildlog without an increase of the limit is at: https://launchpadlibrarian.net/712588440/buildlog_ubuntu-mantic-amd64.sagemath_9.5-6ubuntu0.1_BUILDING.txt.gz which took almost 1 hour 46 minutes to complete on launchpad-buildd. The build log with increased limit is at: https://launchpadlibrarian.net/712708040/buildlog_ubuntu-mantic-amd64.sagemath_9.5-6ubuntu0.1_BUILDING.txt.gz [ Original Bug Description ] Ubuntu version: 23.10 SageMath version: 9.5.6 SageMath crashes when launching on the terminal. It seems that it expects libsingular 4.3.1 but instead 4.3.2 is the one in the repositories. I attach a file with the output given by running sage in the terminal. ProblemType: Bug DistroRelease: Ubuntu 23.10 Package: sagemath 9.5-6 ProcVersionSignature: Ubuntu 6.5.0-9.9-generic 6.5.3 Uname: Linux 6.5.0-9-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.27.0-0ubuntu5 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME Date: Sat Oct 21 16:47:39 2023 InstallationDate: Installed on 2023-10-20 (1 days ago) InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 (20231016.1) PackageArchitecture: all ProcEnviron:  LANG=es_ES.UTF-8  PATH=(custom, no user)  SHELL=/bin/bash  XDG_RUNTIME_DIR=<set> SourcePackage: sagemath UpgradeStatus: No upgrade log present (probably fresh install)
2024-02-03 21:57:12 Sudip Mukherjee sagemath (Ubuntu Mantic): status In Progress Confirmed
2024-02-03 21:57:15 Sudip Mukherjee sagemath (Ubuntu Mantic): assignee Sudip Mukherjee (sudipmuk)
2024-02-03 21:57:25 Sudip Mukherjee bug added subscriber Ubuntu Sponsors
2024-02-12 16:07:23 Dave Jones removed subscriber Ubuntu Sponsors
2024-02-12 21:42:53 Ubuntu Archive Robot bug added subscriber Dave Jones
2024-02-14 14:35:46 Robie Basak sagemath (Ubuntu Mantic): status Confirmed Fix Committed
2024-02-14 14:35:47 Robie Basak bug added subscriber Ubuntu Stable Release Updates Team
2024-02-14 14:35:48 Robie Basak bug added subscriber SRU Verification
2024-02-14 14:35:50 Robie Basak tags amd64 apport-bug mantic wayland-session amd64 apport-bug mantic verification-needed verification-needed-mantic wayland-session
2024-03-03 21:54:02 Sudip Mukherjee tags amd64 apport-bug mantic verification-needed verification-needed-mantic wayland-session amd64 apport-bug mantic verification-done verification-done-mantic wayland-session
2024-03-07 20:41:20 Andreas Hasenack bug added subscriber Andreas Hasenack
2024-03-23 09:06:10 Sudip Mukherjee attachment added sagemath_incremental.debdiff https://bugs.launchpad.net/ubuntu/+source/sagemath/+bug/2040059/+attachment/5758589/+files/sagemath_incremental.debdiff
2024-03-26 10:27:00 João Gomes bug added subscriber João Gomes
2024-03-27 08:56:54 Timo Aaltonen tags amd64 apport-bug mantic verification-done verification-done-mantic wayland-session amd64 apport-bug mantic verification-needed verification-needed-mantic wayland-session
2024-04-02 21:56:05 Sudip Mukherjee tags amd64 apport-bug mantic verification-needed verification-needed-mantic wayland-session amd64 apport-bug mantic verification-done verification-done-mantic wayland-session
2024-05-01 10:18:48 Launchpad Janitor sagemath (Ubuntu Mantic): status Fix Committed Fix Released
2024-05-01 10:18:53 Robie Basak removed subscriber Ubuntu Stable Release Updates Team