Debian Patches

Status for python-llfuse/1.4.1+dfsg-2

Patch Description Author Forwarded Bugs Origin Last update
0002-Use-cython3-instead-of-cython-command.patch Use 'cython3' instead of 'cython' command

In Debian, python3-cython provides only a 'cython3' command. To avoid
pulling in the complete Python 2.x runtime environment for
python-cython, we use 'cython3' instead.
Nikolaus Rath <Nikolaus@rath.org> not-needed debian 2016-02-23
0003-Skip-extended-attribute-tests-under-GNU-kFreeBSD.patch Skip extended attribute tests under GNU/kFreeBSD

Under GNU/kFreeBSD the setxattr and getxattr functions are dummies
that return ENOTIMPL.
Nikolaus Rath <Nikolaus@rath.org> not-needed Debian 2016-03-07
0004-Ignore-exceptions-during-interpreter-shutdown.patch Ignore exceptions during interpreter shutdown
These can most likely be ignored in general. In the specific
case that we are addressing with this, they also seem to be
caused by a bug in Python. Closes: #851724.
Nikolaus Rath <Nikolaus@rath.org> no 2017-01-21
mips_dev_t.diff Work around bug in mips+mipsel libc

On mips and mipsel, the st_dev and st_rdev members of struct stat do not
have type dev_t. This breaks POSIX compatibility, but is difficult to fix
(cf. https://sourceware.org/bugzilla/show_bug.cgi?id=17786).

To work around the issue, we change the definition of struct stat that
is used by Cython when we are compiling under mips. Note that this
requires the Cython compilation to run under mips, and that the
resulting C file will be mips specific (without the patch, the
generated C file is suitable for any architecture).

Upstream is not interested in this change for obvious reasons.
Nikolaus Rath <Nikolaus@rath.org> no 2017-11-13

All known versions for source package 'python-llfuse'

Links