On 29/12/2023 09:52, gates.ocarina...@icloud.com wrote:
Package: coreutils Version: 9.1-1 When I run command wc -l, it gives “illegal instruction”. I reinstalled the coreutils package: $ wc -l Illegal instruction $ ls -l | wc -l Illegal instruction $ ls -l | wc -lw 4 29 $ wc test.txt 10 8 18 test.txt $ cat test.txt | wc -mwl 10 8 18 $ wc -l test.txt Illegal instruction $ cat test.txt | wc -l Illegal instruction
These upstream patches should address the issue: https://github.com/coreutils/coreutils/commit/91a74d361.patch https://github.com/coreutils/coreutils/commit/7814596fa.patch