Date: Fri, 18 Aug 2023 05:33:25 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 273196] xargs(1) fails for a command line shorter than 200 chars: xargs: command line cannot be assembled, too long Message-ID: <bug-273196-7788-HHOp4QXUOo@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-273196-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-273196-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273196 Andrew "RhodiumToad" Gierth <andrew@tao11.riddles.org.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew@tao11.riddles.org.uk --- Comment #2 from Andrew "RhodiumToad" Gierth <andrew@tao11.riddles.org.u= k> --- The command being assembled has _one_ arg, not three, and that arg is 266 characters long. "The resulting arguments, after replacement is done, will not be allowed to grow beyond replsize (or 255 if no -S flag is specified) bytes..." 266 is greater than 255 so it fails. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273196-7788-HHOp4QXUOo>