Closed as not planned
Description
brew gist-logs <formula>
link OR brew config
AND brew doctor
output
$ brew config
HOMEBREW_VERSION: 4.4.13
ORIGIN: https://github.com/Homebrew/brew
HEAD: 6ea9df68df4868ce12ea7c51c85b57dce514f2e8
Last commit: 7 days ago
Branch: stable
Core tap JSON: 29 Dec 21:36 UTC
Core cask tap JSON: 29 Dec 21:36 UTC
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 12
Homebrew Ruby: 3.3.6 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.3.6/bin/ruby
CPU: dodeca-core 64-bit kabylake
Clang: 14.0.3 build 1403
Git: 2.47.1 => /usr/local/bin/git
Curl: 8.7.1 => /usr/bin/curl
macOS: 13.7.2-x86_64
CLT: 14.3.1.0.1.1683849156
Xcode: 14.3.1
### Verification
- [X] My `brew doctor` output says `Your system is ready to brew.` and am still able to reproduce my issue.
- [X] I ran `brew update` and am still able to reproduce my issue.
- [X] I have resolved all warnings from `brew doctor` and that did not fix my problem.
- [X] I searched for recent similar issues at https://github.com/Homebrew/homebrew-core/issues?q=is%3Aissue and found no duplicates.
### What were you trying to do (and why)?
use `fakeroot` to build a debian package with `dpkg`
### What happened (include all command output)?
`fakeroot` 1.36.2 just hangs with no output on the command line
Removing `fakeroot` from the invocation allows `dpkg` to proceed, with the caveat that uid/gid on the output is incorrect
Manually reverting to `fakeroot` 1.32 by copying the old formula from github resolves the hang.
### What did you expect to happen?
`fakeroot dpkg` command does not hang
### Step-by-step reproduction instructions (by running `brew` commands)
```shell
brew install fakeroot dpkg
fakeroot dpkg