[kde-freebsd] [Bug 177018] Can't build devel/xsd

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 12 22:31:40 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=177018

--- Comment #21 from Mikhail T. <mi at ALDAN.algebra.com> ---
Max, you were right -- there IS a limit on the size of a single command in sed.
It is the _POSIX2_LINE_MAX, found in <limits.h>.

The compile_stream() function in src/usr.bin/sed/compile.c maintains a buffer
of that size...

My latest patch, which breaks the command into multiple -e arguments, should
work around this limitation. I guess, gsed either has no limit at all, or its
limit is higher, than ours...

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list