Thanks for your patience and clarification. I was able to get it working properly with the latest master:
RUN git clone --branch master --single-branch https://git.savannah.gnu.org/git/coreutils.git \ && cd coreutils \ && export FORCE_UNSAFE_CONFIGURE=1 \ && ./bootstrap \ && ./configure \ --disable-gcc-warnings \ && make ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Wednesday, August 18th, 2021 at 11:01 AM, Paul Eggert <egg...@cs.ucla.edu> wrote: > On 8/17/21 4:48 PM, softwarebugreports via GNU coreutils Bug Reports wrote: > > > Thank you for the help! I tried using > > 8002ca7b56acb46b42eeac4a343e112a8ee283cf and the latest commits from master > > You can't combine the latest Coreutils master commit with old Gnulib > > commits like 8002ca7b56acb46b42eeac4a343e112a8ee283cf (2020-09-13). > > Combinations like that are not intended to work. You need to use the > > Gnulib commit given as a submodule in the Coreutils commit.