Re: gnulib-tool --conditional-dependencies --test problem

2020-12-26 Thread Bruno Haible
Hi Paul, > When I run this command: > > ./gnulib-tool --conditional-dependencies --test regex > > on Fedora 33, it fails as shown in the attached file. Fixed through the patch below. > The problem occurs > because --test brings in binary-io for some reason, but doesn't bring in > the fcntl-h

gnulib-tool --conditional-dependencies --test problem

2020-12-26 Thread Paul Eggert
When I run this command: ./gnulib-tool --conditional-dependencies --test regex on Fedora 33, it fails as shown in the attached file. The problem occurs because --test brings in binary-io for some reason, but doesn't bring in the fcntl-h module that binary-io depends on. A simple workaround w