Igor Todorovski wrote:
> This was the symptom we experienced with findutils (guarding the close in
> gnulib fixed it):
> find . -name "test"
> The output is:
> find: '.': EDC5113I Bad file descriptor.
>
> https://github.com/ZOSOpenTools/findutilsport/issues/4
>
> We’ll do some more testing to se
This was the symptom we experienced with findutils (guarding the close in
gnulib fixed it):
find . -name "test"
The output is:
find: '.': EDC5113I Bad file descriptor.
https://github.com/ZOSOpenTools/findutilsport/issues/4
We’ll do some more testing to see if there’s a better solution. Yes, ther
Hi,
> I was wondering if the following changes I made to findutils (to get it to
> function on z/OS) can be merged into gnulib.
>
> The first change (fdopendir.c) guards the close call. Otherwise we get a bad
> file descriptor on z/OS.
What's the problem with that "bad file descriptor" error?
> 2023-01-13 Bruno Haible
>
> qcopy-acl: Adjust link dependencies.
> * modules/qcopy-acl (Depends-on): Add condition.
> (configure.ac): Set QCOPY_ACL_LIB.
> (Link): Add $(QCOPY_ACL_LIB). Remove $(LIB_ACL).
> * modules/qacl (Link): Add $(LIB_ACL) and $(QCOPY_ACL_LIB