Summary: | dev-python/watchdog-2.1.2 fails test on big endian | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Rolf Eike Beer <eike> |
Component: | Current packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mgorny |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gorakhargosh/watchdog/issues/804 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log for sparc
build.log (ppc64) build.log (ppc) |
Description
Rolf Eike Beer
![]() Ok, I see they're calling inotify functions from libc via ctypes. This involves hardcoding some constants and prototypes. For a start, I've removed ALLARCHES from this package. Now, I'm wondering if this is due to endianness or some other mismatch. Created attachment 723922 [details]
build.log (ppc64)
Ame on ppc64.
*Same on ppc64. Created attachment 729729 [details]
build.log (ppc)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db1da681c33119cd6b89c851ef9f19b9734fc279 commit db1da681c33119cd6b89c851ef9f19b9734fc279 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2021-08-19 13:24:24 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2021-08-19 13:24:50 +0000 dev-python/watchdog: Fix tests on big endian platforms Closes: https://bugs.gentoo.org/795411 Signed-off-by: Michał Górny <mgorny@gentoo.org> .../watchdog/files/watchdog-2.1.2-big-endian.patch | 76 ++++++++++++++++++++++ dev-python/watchdog/watchdog-2.1.2.ebuild | 6 +- 2 files changed, 81 insertions(+), 1 deletion(-) |