K 10 svn:author V 7 antoine K 8 svn:date V 27 2017-09-03T10:35:09.824814Z K 7 svn:log V 557 Mark BROKEN: fails to build cythoning bsd/extattr.pyx to bsd/extattr.c Error compiling Cython file: ------------------------------------------------------------ ... attr_name = k attr_data = v data_len = len(v) if isinstance(fobj, file_types): kr = defs.extattr_set_fd(fobj.fileno(), namespace, attr_name, attr_data, data_len) ^ ------------------------------------------------------------ bsd/extattr.pyx:266:21: cimported module has no attribute 'extattr_set_fd' Reported by: pkg-fallout END