Description of problem: unexpand doesn't like when there are empty lines in a file and finishes abruptly. Version-Release number of selected component (if applicable): coreutils-8.24-5 How reproducible: Always Steps to Reproduce: 1. echo >test.txt 2. unexpand test.txt Actual results: unexpand: input line is too long Expected results: it should successfully process all lines. Additional info:
As a temporary workaround, please try to use C locales. With LC_ALL=C unexpand it should not happen. I assume this is caused by recent changes in downstream implementation of i18n patch. Can you confirm?
Unfortunately it didn't help. Nothing changed.
coreutils-8.24-6.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-c6e4ae0beb
coreutils-8.24-6.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.