Re: Z/OS Enhancement to gnu lib

2023-01-30 Thread Bruno Haible
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

RE: Z/OS Enhancement to gnu lib

2023-01-30 Thread Igor Todorovski
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

Re: Z/OS Enhancement to gnu lib

2023-01-30 Thread Bruno Haible
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?

Re: [PATCH] Use xattr (Linux) in qcopy-acl.c

2023-01-30 Thread Bruno Haible
> 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