Hello,
There's been some char-related changes in the related gnulib files between
findutils 4.9.0 (2022) and the new 4.10.0.
Would you please test if that problem still exists there?
I tried findutils 4.10.0. The problem still exists.
Yuqi can you please tell me what operating system / libc
implementation you encountered this on?
I use a RISCV QEMU emulator to compile and run the findutils package.
The emulator was packed and published on Docker Hub by someone several
months ago. You can get it by `docker pull
xfan1024/openeuler:23.09-riscv64` and then start a docker container to
easily use it. Note, you may need to have `qemu-riscv64-static`
installed on your host system as this emulator is driven by it.
Inside the emulator, I find that:
(1) The system is openEuler-23.09
(2) The libc is GNU libc (version 2.38), and the compiler is gcc
(version 12.3.1)
If you encounter any problem while using the RISCV emulator, please feel
free to contact me.
Yuqi Guo