Hello,
Hartmut Goebel <[email protected]> skribis:
> when hunting down a failing test-case with strace, I found this error:
>
> getxattr("…/writertest.txt") -> EOPNOTSUPP (Operation not supported)
>
> and
>
> setxattr("…/writertest.txt") -> EOPNOTSUPP (Operation not supported)
>
>
> I wonder if getxattr and setxattr are not supported in the build-container?!
Good question. Did you test it on a file system of the same time
outside the container?
At any rate, I would argue that software ought to properly handle
EOPNOTSUPP and the likes. :-)
Ludo’.