On Mon, Feb 21, 2022 at 02:19:03AM +0000, Klemens Nanni wrote:
> On Sat, Feb 19, 2022 at 02:40:24AM -0700, Kurt Mosiejczuk wrote:
> > http://build-failures.rhaalovely.net/sparc64/2022-02-16/archivers/fuse-zip.log
> 
> > fuse-zip.cpp:492:17: error: 'ENODATA' was not declared in this scope
> 
> So ENODATA from /usr/include/c++/v1/errno.h is only defined with
> base-clang (I didn't follow the header maze) and a few other ports
> already replace ENOADATA with ENOENT or ENOATTR, so do the same except
> just pass it along as flags to avoid further patching.
> 
> ENOENT is used in fuse-zip, ENOATTR is not, so pick the latter.
> 
> Builds and tests fine on sparc64.
> Feedback? OK?

Looks good and works for me. ok kmos

--Kurt

Reply via email to