Source: python-llfuse Version: 1.3+dfsg-2 Severity: serious The change in 1.3+dfsg-2 seems to not have fixed mips/mipsel while additionally breaking mips64el:
https://buildd.debian.org/status/package.php?p=python-llfuse&suite=sid ... mips-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/python-llfuse-1.3+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c src/llfuse.c -o build/temp.linux-mips-3.5/src/llfuse.o -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=29 -Wall -Wextra -Wconversion -Wsign-compare -DLLFUSE_VERSION="1.3" -Wno-unused-function -Wno-unused-parameter -Werror=conversion -Werror=sign-compare src/llfuse.c: In function '__pyx_pf_6llfuse_15EntryAttributes_7st_rdev_2__set__': src/llfuse.c:33668:33: error: conversion to 'long unsigned int' from 'dev_t {aka long long unsigned int}' may alter its value [-Werror=conversion] __pyx_v_self->attr->st_rdev = __pyx_t_1; ^~~~~~~~~ ...