tag 635197 = help confirmed thanks
I don't really understand what's going on here. llfuse.c is generated by Cython, so it's not that easy to read, but the the assignment that gcc complains about is really just this: static PyObject *__pyx_f_6llfuse_fill_c_stat(PyObject *__pyx_v_attr, struct stat *__pyx_v_stat) { [...] dev_t __pyx_t_7; [...] __pyx_v_stat->st_rdev = __pyx_t_7; i.e., I'm assigning dev_t to the st_rdev attribute of struct stat. Does anyone know why this requires a conversion on mips? Thanks, -Nikolaus -- »Time flies like an arrow, fruit flies like a Banana.« PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6 02CF A9AD B7F8 AE4E 425C -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org