Activity log for bug #2061637

Date Who What changed Old value New value Message
2024-04-15 19:01:51 Sudip Mukherjee bug added bug
2024-04-15 19:22:08 Sudip Mukherjee information type Private Public
2024-04-15 19:22:24 Sudip Mukherjee bug watch added https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069067
2024-04-15 19:22:24 Sudip Mukherjee bug task added xxdiff (Debian)
2024-04-15 19:44:36 Bug Watch Updater xxdiff (Debian): status Unknown New
2024-04-16 17:23:46 Sudip Mukherjee tags amd64 apport-crash need-duplicate-check noble wayland-session amd64 apport-crash jammy mantic need-duplicate-check noble wayland-session
2024-04-16 18:36:24 Sudip Mukherjee attachment added xxdiff_noble.debdiff https://bugs.launchpad.net/ubuntu/+source/xxdiff/+bug/2061637/+attachment/5766359/+files/xxdiff_noble.debdiff
2024-04-16 18:37:00 Sudip Mukherjee xxdiff (Ubuntu): status New Confirmed
2024-04-16 18:37:12 Sudip Mukherjee bug added subscriber Ubuntu Sponsors
2024-04-23 15:06:27 Bug Watch Updater xxdiff (Debian): status New Fix Released
2024-04-24 06:31:55 Apport retracing service tags amd64 apport-crash jammy mantic need-duplicate-check noble wayland-session amd64 apport-crash jammy mantic noble wayland-session
2024-04-24 06:31:56 Apport retracing service xxdiff (Ubuntu): importance Undecided Medium
2024-04-24 06:31:57 Apport retracing service bug added subscriber Crash bug triagers for Ubuntu packages
2024-05-03 21:00:38 Sudip Mukherjee summary xx-svn-review crashed with ModuleNotFoundError in Noble [SRU] xx-svn-review crashed with ModuleNotFoundError
2024-05-03 21:00:50 Sudip Mukherjee description xx-svn-review fails to run with the error: $ xx-svn-review Traceback (most recent call last): File "/usr/bin/xx-svn-review", line 7, in <module> from StringIO import StringIO ModuleNotFoundError: No module named 'StringIO' ProblemType: Crash DistroRelease: Ubuntu 24.04 Package: xxdiff-scripts 1:5.1+git20220924+dfsg-1build3 ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1 Uname: Linux 6.8.0-22-generic x86_64 ApportVersion: 2.28.0-0ubuntu1 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME Date: Mon Apr 15 20:00:46 2024 ExecutablePath: /usr/bin/xx-svn-review InstallationDate: Installed on 2024-04-10 (5 days ago) InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Beta amd64 (20240410) InterpreterPath: /usr/bin/python3.12 JournalErrors: -- No entries -- PackageArchitecture: all ProcCmdline: /usr/bin/python3 /usr/bin/xx-svn-review Python3Details: /usr/bin/python3.12, Python 3.12.2, python3-minimal, 3.12.2-0ubuntu2 PythonArgs: ['/usr/bin/xx-svn-review'] PythonDetails: N/A SourcePackage: xxdiff Title: xx-svn-review crashed with ModuleNotFoundError in __main__: No module named 'StringIO' Traceback: Traceback (most recent call last): File "/usr/bin/xx-svn-review", line 7, in <module> from StringIO import StringIO ModuleNotFoundError: No module named 'StringIO' UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sudo users [ Impact ] xx-svn-review will crash immediately on execution with the error: $ xx-svn-review Traceback (most recent call last): File "/usr/bin/xx-svn-review", line 7, in <module> from StringIO import StringIO ModuleNotFoundError: No module named 'StringIO' [ Test Plan ] sudo apt install subversion xxdiff-scripts mkdir -p $HOME/.svnrepos/ svnadmin create ~/.svnrepos/MyRepo svn mkdir -m "Create directory structure." \ file://$HOME/.svnrepos/MyRepo/trunk \ file://$HOME/.svnrepos/MyRepo/branches \ file://$HOME/.svnrepos/MyRepo/tags mkdir $HOME/test cd $HOME/test echo "test 1" > testfile svn checkout file://$HOME/.svnrepos/MyRepo/trunk ./ svn add --force ./ svn commit -m "Initial import." svn update echo "test 2" > testfile xx-svn-diff If the package is not fixed it will result in the above error. With the fixed package the xx-svn-diff window will be displayed with the diff. [ Where problems could occur ] The only change in the code is in the module import and imports StringIO from io for Python3. And as such there is very small chance of regression due to this. [ Other Info ] It has been already fixed in Debian and Oracular will get the fixed package via sync. [ Original Bug Description ] xx-svn-review fails to run with the error: $ xx-svn-review Traceback (most recent call last):   File "/usr/bin/xx-svn-review", line 7, in <module>     from StringIO import StringIO ModuleNotFoundError: No module named 'StringIO' ProblemType: Crash DistroRelease: Ubuntu 24.04 Package: xxdiff-scripts 1:5.1+git20220924+dfsg-1build3 ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1 Uname: Linux 6.8.0-22-generic x86_64 ApportVersion: 2.28.0-0ubuntu1 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME Date: Mon Apr 15 20:00:46 2024 ExecutablePath: /usr/bin/xx-svn-review InstallationDate: Installed on 2024-04-10 (5 days ago) InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Beta amd64 (20240410) InterpreterPath: /usr/bin/python3.12 JournalErrors: -- No entries -- PackageArchitecture: all ProcCmdline: /usr/bin/python3 /usr/bin/xx-svn-review Python3Details: /usr/bin/python3.12, Python 3.12.2, python3-minimal, 3.12.2-0ubuntu2 PythonArgs: ['/usr/bin/xx-svn-review'] PythonDetails: N/A SourcePackage: xxdiff Title: xx-svn-review crashed with ModuleNotFoundError in __main__: No module named 'StringIO' Traceback:  Traceback (most recent call last):    File "/usr/bin/xx-svn-review", line 7, in <module>      from StringIO import StringIO  ModuleNotFoundError: No module named 'StringIO' UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sudo users
2024-05-03 21:01:27 Sudip Mukherjee attachment added xxdiff_noble.debdiff https://bugs.launchpad.net/ubuntu/+source/xxdiff/+bug/2061637/+attachment/5774559/+files/xxdiff_noble.debdiff
2024-05-03 21:01:46 Sudip Mukherjee attachment added xxdiff_mantic.debdiff https://bugs.launchpad.net/ubuntu/+source/xxdiff/+bug/2061637/+attachment/5774560/+files/xxdiff_mantic.debdiff
2024-05-03 21:02:09 Sudip Mukherjee attachment added xxdiff_jammy.debdiff https://bugs.launchpad.net/ubuntu/+source/xxdiff/+bug/2061637/+attachment/5774561/+files/xxdiff_jammy.debdiff
2024-05-03 21:02:35 Sudip Mukherjee attachment removed xxdiff_noble.debdiff https://bugs.launchpad.net/ubuntu/+source/xxdiff/+bug/2061637/+attachment/5766359/+files/xxdiff_noble.debdiff
2024-05-27 15:09:00 Dave Jones nominated for series Ubuntu Jammy
2024-05-27 15:09:00 Dave Jones bug task added xxdiff (Ubuntu Jammy)
2024-05-27 15:09:00 Dave Jones nominated for series Ubuntu Mantic
2024-05-27 15:09:00 Dave Jones bug task added xxdiff (Ubuntu Mantic)
2024-05-27 15:09:00 Dave Jones nominated for series Ubuntu Noble
2024-05-27 15:09:00 Dave Jones bug task added xxdiff (Ubuntu Noble)
2024-05-27 15:09:06 Dave Jones xxdiff (Ubuntu): status Confirmed Fix Released
2024-05-27 15:09:08 Dave Jones xxdiff (Ubuntu Noble): status New Confirmed
2024-05-27 15:09:10 Dave Jones xxdiff (Ubuntu Mantic): status New Confirmed
2024-05-27 15:09:12 Dave Jones xxdiff (Ubuntu Jammy): status New Confirmed
2024-05-28 08:05:02 Sudip Mukherjee attachment removed xxdiff_mantic.debdiff https://bugs.launchpad.net/ubuntu/+source/xxdiff/+bug/2061637/+attachment/5774560/+files/xxdiff_mantic.debdiff
2024-05-28 08:07:55 Sudip Mukherjee attachment added xxdiff_mantic.debdiff https://bugs.launchpad.net/ubuntu/+source/xxdiff/+bug/2061637/+attachment/5783523/+files/xxdiff_mantic.debdiff
2024-06-04 14:11:57 Lukas Märdian xxdiff (Ubuntu Noble): status Confirmed In Progress
2024-06-04 14:11:59 Lukas Märdian xxdiff (Ubuntu Mantic): status Confirmed In Progress
2024-06-04 14:12:02 Lukas Märdian xxdiff (Ubuntu Jammy): status Confirmed In Progress
2024-06-04 14:12:04 Lukas Märdian removed subscriber Ubuntu Sponsors
2024-06-14 13:13:11 Timo Aaltonen xxdiff (Ubuntu Noble): status In Progress Fix Committed
2024-06-14 13:13:12 Timo Aaltonen bug added subscriber Ubuntu Stable Release Updates Team
2024-06-14 13:13:16 Timo Aaltonen bug added subscriber SRU Verification
2024-06-14 13:13:19 Timo Aaltonen tags amd64 apport-crash jammy mantic noble wayland-session amd64 apport-crash jammy mantic noble verification-needed verification-needed-noble wayland-session
2024-06-14 13:13:53 Timo Aaltonen xxdiff (Ubuntu Mantic): status In Progress Fix Committed
2024-06-14 13:13:56 Timo Aaltonen tags amd64 apport-crash jammy mantic noble verification-needed verification-needed-noble wayland-session amd64 apport-crash jammy mantic noble verification-needed verification-needed-mantic verification-needed-noble wayland-session
2024-06-14 13:14:57 Timo Aaltonen xxdiff (Ubuntu Jammy): status In Progress Fix Committed
2024-06-14 13:15:01 Timo Aaltonen tags amd64 apport-crash jammy mantic noble verification-needed verification-needed-mantic verification-needed-noble wayland-session amd64 apport-crash jammy mantic noble verification-needed verification-needed-jammy verification-needed-mantic verification-needed-noble wayland-session
2024-06-23 18:32:38 Sudip Mukherjee tags amd64 apport-crash jammy mantic noble verification-needed verification-needed-jammy verification-needed-mantic verification-needed-noble wayland-session amd64 apport-crash jammy mantic noble verification-done verification-done-jammy verification-done-mantic verification-done-noble wayland-session
2024-06-27 20:42:27 Launchpad Janitor xxdiff (Ubuntu Noble): status Fix Committed Fix Released
2024-06-27 20:42:30 Andreas Hasenack removed subscriber Ubuntu Stable Release Updates Team
2024-06-27 20:42:46 Launchpad Janitor xxdiff (Ubuntu Mantic): status Fix Committed Fix Released
2024-06-27 20:43:08 Launchpad Janitor xxdiff (Ubuntu Jammy): status Fix Committed Fix Released