Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grep fails in configure on BSD #375

Open
yurivict opened this issue Jul 14, 2022 · 1 comment
Open

grep fails in configure on BSD #375

yurivict opened this issue Jul 14, 2022 · 1 comment
Labels

Comments

@yurivict
Copy link

configure prints this and continues like this error didn't happen:

usage: grep [-abcDEFGHhIiLlmnOoPqRSsUVvwxz] [-A num] [-B num] [-C num]
	[-e pattern] [-f file] [--binary-files=value] [--color=when]
	[--context=num] [--directories=action] [--label] [--line-buffered]
	[--null] [pattern] [file ...]
cat: /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size: No such file or directory
usage: grep [-abcDEFGHhIiLlmnOoPqRSsUVvwxz] [-A num] [-B num] [-C num]
	[-e pattern] [-f file] [--binary-files=value] [--color=when]
	[--context=num] [--directories=action] [--label] [--line-buffered]
	[--null] [pattern] [file ...]
usage: grep [-abcDEFGHhIiLlmnOoPqRSsUVvwxz] [-A num] [-B num] [-C num]
	[-e pattern] [-f file] [--binary-files=value] [--color=when]
	[--context=num] [--directories=action] [--label] [--line-buffered]
	[--null] [pattern] [file ...]

FreeBSD 13.1

@shintaro-iwasaki
Copy link
Collaborator

Thanks for reporting the issues! The current configure.ac depends on GNU's grep.

Though this particular issue should not break the Argobots feature (i.e., the cache line detection mechanism should just choose the default one), it should be surely fixed. Please give us some time for this (and #376, which we are investigating too).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants