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