Hi Brian, apt-xapian-index/0.47ubuntu8.1 does fix the bug described in this report, but exposes another one that still causes update-apt-xapian- index-dbus to fail. That is,
* string.split() was deprecated and has been removed from python3 * the subprocess stdout has to be opened as text, otherwise readline() returns bytes instead of text I changed the existing 05_python3.patch to fix them, and attach an updated debdiff including these changes. (or would you like me to split them?) ** Patch added: "apt-xapian-index_0.47ubuntu8.1.debdiff" https://bugs.launchpad.net/ubuntu/xenial/+source/apt-xapian-index/+bug/1579834/+attachment/4712454/+files/apt-xapian-index_0.47ubuntu8.1.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1579834 Title: update-apt-xapian-index-dbus fails because of wrong import To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apt-xapian-index/+bug/1579834/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
