Public bug reported:

Upgrading from Mantic to Noble often triggers a crash related to Python 3.12 
compatibility:
```
Traceback (most recent call last):
  File "/usr/sbin/update-apt-xapian-index", line 66, in <module>
    import axi.indexer
  File "/usr/lib/python3/dist-packages/axi/indexer.py", line 27, in <module>
    import imp
ModuleNotFoundError: No module named 'imp'
```

I guess that the crash happens when the indexer code is called while
still being in the Mantic version, but the default Python3 package has
already been upgraded to 3.12. However, that situation doesn't happen
all the time, and the upgrade is sometimes able to complete without
crash.

For some reasons, I mostly (only?) see this on Kubuntu upgrades.

Maybe that situation could also happen while upgrading from Jammy, but
as the upgrade is currently broken due to some other issues, I haven't
seen it yet.

** Affects: apt-xapian-index (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: rls-nn-incoming

** Attachment added: "_usr_sbin_update-apt-xapian-index.0.crash"
   
https://bugs.launchpad.net/bugs/2058227/+attachment/5756751/+files/_usr_sbin_update-apt-xapian-index.0.crash

** Summary changed:

- Crash during upgrade from Mantic to Noble
+ Crash during upgrade from Mantic to Noble due to Python 3.12

** Tags added: rls-nn-incoming

** Description changed:

  Upgrading from Mantic to Noble often triggers a crash related to Python 3.12 
compatibility:
  ```
  Traceback (most recent call last):
-   File "/usr/sbin/update-apt-xapian-index", line 66, in <module>
-     import axi.indexer
-   File "/usr/lib/python3/dist-packages/axi/indexer.py", line 27, in <module>
-     import imp
+   File "/usr/sbin/update-apt-xapian-index", line 66, in <module>
+     import axi.indexer
+   File "/usr/lib/python3/dist-packages/axi/indexer.py", line 27, in <module>
+     import imp
  ModuleNotFoundError: No module named 'imp'
  ```
  
  I guess that the crash happens when the indexer code is called while
  still being in the Mantic version, but the default Python3 package has
  already been upgraded to 3.12. However, that situation doesn't happen
  all the time, and the upgrade is sometimes able to complete without
  crash.
  
+ For some reasons, I mostly (only?) see this on Kubuntu upgrades.
+ 
  Maybe that situation could also happen while upgrading from Jammy, but
  as the upgrade is currently broken due to some other issues, I haven't
  seen it yet.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2058227

Title:
  Crash during upgrade from Mantic to Noble due to Python 3.12

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-xapian-index/+bug/2058227/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to