-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests are broken with Python 3.12 on Debian build #96
Comments
Note: here are the patches used in Debian to fix the issues: https://salsa.debian.org/python-team/packages/txdbus/-/tree/debian/master/debian/patches?ref_type=heads |
The error states:
This definitely sound like the mismatch that one would see when assuming the opposite endianness. |
All the errors are quads of bytes in inverted order, so definitely an endiannes issue. |
Hello. Is there any plan to fix it soon? The package will be removed from Debian testing because of this unfortunately. Thanks. |
Hopefully I can get to it this weekend. I don't currently have a Linux
development machine though so I'll probably need to spin up a new VM. Can
you recommend a distro with a 3.12 Python package? I've been out of the
Linux game for a while so I'm not sure which distros have it available.
Tom
…On Tue, Aug 13, 2024 at 3:44 AM Jérôme Poisson ***@***.***> wrote:
Hello. Is there any plan to fix it soon? The package will be removed from
Debian testing because of this unfortunately. Thanks.
—
Reply to this email directly, view it on GitHub
<#96 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANMW7CTTRKWW3QBNOUF4C3ZRHBQRAVCNFSM6AAAAABLGWRW2OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBVGY4TQMZWGM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thanks for your quick answer @cocagne . According to distrowatch 3.12 is available on Debian testing (Trixie): https://distrowatch.com/table-mobile.php?distribution=debian |
Alpine 3.20 and ArchLinux both ship Python 3.12. |
Hello,
I'm writing this ticket for the Debian developer maintaining txdbus on this distribution, for some reason they can't publish here.
The Debian build it failing due to some unpacking error: https://ci.debian.net/packages/t/txdbus/testing/s390x/49118708/
From the debian dev:
Thanks!
The text was updated successfully, but these errors were encountered: