[Bug 1202029] New: unexpand: input line is too long
https://bugzilla.suse.com/show_bug.cgi?id=1202029 Bug ID: 1202029 Summary: unexpand: input line is too long Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem Assignee: rw@suse.com Reporter: schwab@suse.de QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- $ printf 'foo\n\f\n' | unexpand foo unexpand: input line is too long -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1202029 https://bugzilla.suse.com/show_bug.cgi?id=1202029#c1 --- Comment #1 from Dirk Mueller <dmueller@suse.com> --- $ printf '\f' | unexpand unexpand: input line is too long looks like the reproducer is even simpler -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1202029 https://bugzilla.suse.com/show_bug.cgi?id=1202029#c3 Dirk Mueller <dmueller@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|IN_PROGRESS |RESOLVED Resolution|--- |FIXED --- Comment #3 from Dirk Mueller <dmueller@suse.com> --- updated to the second newest version of the coreutils-i18n.patch which fixes this problem. in the latest iteration, fedora has regressed on this again: https://src.fedoraproject.org/rpms/coreutils/c/26b2c3ae54184e0be5ce766302769... this should have been MAX() not MIN() -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com