HomeFreeBSD

Mark BROKEN: fails to build

Description

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

Details

Provenance
antoineAuthored on
Parents
rP449196: Remove Python 3.3 and related ports, it expired today:
Branches
Unknown
Tags
Unknown