[Touch-packages] [Bug 2051512] Re: apport ftbfs with Python 3.12 as the default

2024-02-22 Thread Benjamin Drung
** Changed in: apport Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python3-defaults in Ubuntu. https://bugs.launchpad.net/bugs/2051512 Title: apport ftbfs with Python 3.12 as

[Touch-packages] [Bug 2051512] Re: apport ftbfs with Python 3.12 as the default

2024-02-22 Thread Benjamin Drung
** Also affects: apport Importance: Undecided Status: New ** Changed in: apport Milestone: None => 2.28.0 ** Changed in: apport Status: New => Fix Committed ** Changed in: apport Importance: Undecided => High -- You received this bug notification because you are a

[Touch-packages] [Bug 2051512] Re: apport ftbfs with Python 3.12 as the default

2024-02-17 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.27.0-0ubuntu7 --- apport (2.27.0-0ubuntu7) noble; urgency=medium [ Benjamin Drung ] * Rely on pybuild in dh_auto_* targets * Introduce the separate apport-core-dump-handler package that registers as kernel crash dump handler.

[Touch-packages] [Bug 2051512] Re: apport ftbfs with Python 3.12 as the default

2024-02-14 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~ubuntu-core-dev/ubuntu/+source/apport/+git/apport/+merge/458513 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python3-defaults in Ubuntu.

[Touch-packages] [Bug 2051512] Re: apport ftbfs with Python 3.12 as the default

2024-02-09 Thread Simon Chopin
After further investigations into the gzip issue in python 3.12, it turns out there was an undocumented change: it is now a buffered writer. So the fire pattern used in the snippet above doesn't work anymore, we now need to use it as a proper IO object instead. I still think this should be

[Touch-packages] [Bug 2051512] Re: apport ftbfs with Python 3.12 as the default

2024-02-09 Thread Simon Chopin
** Also affects: python3.12 (Ubuntu) Importance: Undecided Status: New ** Description changed: -debian/rules override_dh_auto_test + [Description] + + Python 3.12 gzip.GZipFile.write() outputs truncated data in some cases + (maybe all?) + + [Test Plan] + + Run the following

[Touch-packages] [Bug 2051512] Re: apport ftbfs with Python 3.12 as the default

2024-02-08 Thread Julian Andres Klode
** Tags removed: rls-nn-incoming ** Tags added: foundations-todo ** Also affects: apport (Ubuntu Noble) Importance: High Status: Confirmed ** Also affects: python3-defaults (Ubuntu Noble) Importance: Undecided Status: New -- You received this bug notification because you

[Touch-packages] [Bug 2051512] Re: apport ftbfs with Python 3.12 as the default

2024-02-01 Thread Vladimir Petko
After fixing uninitialized variable or ignoring linter, the following test failures occur: === FAILURES === _ TestApportUnpack.test_unpack _ self = def test_unpack(self):