[libvirt] syntax-check Argument list too long problems

Roman Bogorodskiy bogorodskiy at gmail.com
Thu Aug 20 15:30:12 UTC 2015


Hi,

Not so long ago I've started encountering issues with syntax-check, for
example:

trailing_blank
/bin/sh: grep: Argument list too long

When I'm running it with SHELL='sh -x' I can see that it's indeed trying
to run grep with really long list of files, e.g.:

+ grep -nE '\<error *\([^"]*"[^"]*[a-z]{3}' .ctags .dir-locals.el ...

and many many other files in the list.

I see this problem on FreeBSD, but not on Linux, I guess that's because
ARG_MAX is much lower on FreeBSD:

freebsd$ getconf ARG_MAX
262144
linux$ getconf ARG_MAX
2097152

It looks like it's not possible to change ARG_MAX value on FreeBSD. Do I
get it right that it's something that I need to report to gnulib?

Roman Bogorodskiy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20150820/e760ca00/attachment-0001.sig>


More information about the libvir-list mailing list