Closed mrflip closed 4 years ago
Somehow the bug has returned, and on reinstall from scratch I can reproduce the error.
This seems like an upstream issue then. If it worked some time.
Project seems so stable it's moribund, hasn't updated since 2013ish. I'm wondering if it's a MacOS conflict — like a sandboxing thing?
Can we leave it open for a bit to see if anyone else hits this?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
I'm having the same issue as #14020; opening a new bug because that one's locked. (Un)fortunately I fixed this by reinstalling, but I assure you it was happening. If I can help you with more information let me know; if this is too esoteric to investigate please just close the bug.
On a brand-new macbook pro running catalina, with a nearly virgin account, I set up homebrew and installed the basics, including proctools. It installed a broken pgrep, same issue as #14020 -- ignoring the -P flag and lists all processes. Reinstalling from source fixed it, and when I re-reinstalled from the same bottle it still seems fixed.
brew update
and can still reproduce the problem?brew doctor
, fixed all issues and can still reproduce the problem?brew gist-logs <formula>
(where<formula>
is the name of the formula that failed) and included the output link? ($ brew gist-logs proctools => Error: Not Found
)brew gist-logs
didn't work: ranbrew config
andbrew doctor
and included their output with your issue?What you were trying to do (and why)
On a brand-new macbook pro running catalina, with a nearly virgin account, I set up homebrew and installed the basics, including proctools.
The proctools that installed was broken along the lines of #14020 --
pgrep -P 12345
listed every process, leading to expo/expo-cli#2080.What happened (include command output)
Command output
What you expected to happen
pgrep -P (number)
should only show child processes.Step-by-step reproduction instructions (by running
brew install
commands)/usr/bin/pgrep
worked right.If there are logs or something I can harvest please let me know.