brew gist-logs <formula> link OR brew config AND brew doctor output
brew config:
HOMEBREW_VERSION: 4.4.17-58-g3ebcbbb
ORIGIN: https://github.com/Homebrew/brew
HEAD: 3ebcbbb6b815486f51e2e0ae2505bf4a55c54e9a
Last commit: 3 days ago
Branch: master
Core tap JSON: 26 Jan 12:20 UTC
Core cask tap JSON: 26 Jan 12:20 UTC
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 8
HOMEBREW_SORBET_RUNTIME: set
Homebrew Ruby: 3.3.7 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.7/bin/ruby
CPU: octa-core 64-bit arm_blizzard_avalanche
Clang: 16.0.0 build 1600
Git: 2.48.1 => /opt/homebrew/bin/git
Curl: 8.7.1 => /usr/bin/curl
macOS: 15.2-arm64
CLT: 16.2.0.0.1.1733547573
Xcode: N/A
Rosetta 2: false
brew doctor:
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: Putting non-prefixed coreutils in your path can cause GMP builds to fail.
Verification
What were you trying to do (and why)?
dovecot 2.4.0 arrived and I tried dovecot -F in bash in order to test and use the new version.
What happened (include all command output)?
Running dovecot -F in bash says:
Fatal: service(imap-hibernate) access(/opt/homebrew/Cellar/dovecot/2.4.0/libexec/dovecot/imap-hibernate) failed: No such file or directory
What did you expect to happen?
dovecot would start gracefully by finding imap-hibernate. I can't tell if the file was available with 2.3. on my HD.
Step-by-step reproduction instructions (by running brew commands)
In a shell (here bash), do
$ brew install dovecot RET
$ dovecot -F RET
brew gist-logs <formula>link ORbrew configANDbrew doctoroutputVerification
brew doctoroutput saysYour system is ready to brew.and am still able to reproduce my issue.brew updateand am still able to reproduce my issue.brew doctorand that did not fix my problem.What were you trying to do (and why)?
dovecot2.4.0 arrived and I trieddovecot -Fin bash in order to test and use the new version.What happened (include all command output)?
Running
dovecot -Fin bash says:What did you expect to happen?
dovecotwould start gracefully by findingimap-hibernate. I can't tell if the file was available with 2.3. on my HD.Step-by-step reproduction instructions (by running
brewcommands)In a shell (here bash), do $ brew install dovecot RET $ dovecot -F RET