Skip to content

Instantly share code, notes, and snippets.

@lerno
Created October 3, 2022 10:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lerno/f17b710251146f30ee63820b38e0e933 to your computer and use it in GitHub Desktop.
Save lerno/f17b710251146f30ee63820b38e0e933 to your computer and use it in GitHub Desktop.
php on macOS 12 - Homebrew build logs
Homebrew build logs for php on macOS 12
Build date: 2022-10-03 12:51:36
HOMEBREW_VERSION: 3.6.4
ORIGIN: https://github.com/Homebrew/brew
HEAD: 99682c5af3b48e7b37bf9c565781800153ee88fb
Last commit: 2 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 833a7d4d06223fb9489ac93dcbae24bd9c48ff37
Core tap last commit: 24 minutes ago
Core tap branch: master
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 12
Homebrew Ruby: 2.6.8 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
CPU: dodeca-core 64-bit kabylake
Clang: 13.1.6 build 1316
Git: 2.35.1 => /usr/local/bin/git
Curl: 7.79.1 => /usr/bin/curl
macOS: 12.4-x86_64
CLT: 13.4.0.0.1.1651278267
Xcode: 13.4.1
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: Some installed formulae are deprecated or disabled.
You should find replacements for the following formulae:
php@7.4
Warning: You have unlinked kegs in your Cellar.
Leaving kegs unlinked can lead to build-trouble and cause formulae that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
docker
pyyaml
inetutils
mkdocs
six
Warning: /usr/bin occurs before /usr/local/bin in your PATH.
This means that system-provided programs will be used instead of those
provided by Homebrew. Consider setting your PATH so that
/usr/local/bin occurs before /usr/bin. Here is a one-liner:
echo 'export PATH="/usr/local/bin:$PATH"' >> /Users/lerno/.bash_profile
The following tools exist at both paths:
zgrep
zmore
zdiff
git-receive-pack
python3
pip3
zless
znew
gzip
git-upload-archive
tidy
gzexe
git-shell
zcat
git-upload-pack
zcmp
zegrep
uncompress
git
zfgrep
zforce
gunzip
Warning: Homebrew's "bin" was not found in your PATH.
Consider setting your PATH for example like so:
echo 'export PATH="/usr/local/bin:$PATH"' >> /Users/lerno/.bash_profile
Warning: Homebrew's "sbin" was not found in your PATH but you have installed
formulae that put executables in /usr/local/sbin.
Consider setting your PATH for example like so:
echo 'export PATH="/usr/local/sbin:$PATH"' >> /Users/lerno/.bash_profile
2022-10-03 12:51:35 +0200
/usr/local/Cellar/php/8.1.11/bin/pear
config-set
php_ini
/usr/local/etc/php/8.1/php.ini
system
config-set succeeded
2022-10-03 12:51:35 +0200
/usr/local/Cellar/php/8.1.11/bin/pear
config-set
php_dir
/usr/local/share/pear
system
config-set succeeded
2022-10-03 12:51:35 +0200
/usr/local/Cellar/php/8.1.11/bin/pear
config-set
doc_dir
/usr/local/share/pear/doc
system
config-set succeeded
2022-10-03 12:51:35 +0200
/usr/local/Cellar/php/8.1.11/bin/pear
config-set
ext_dir
/usr/local/lib/php/pecl/20210902
system
config-set succeeded
2022-10-03 12:51:36 +0200
/usr/local/Cellar/php/8.1.11/bin/pear
config-set
bin_dir
/usr/local/opt/php/bin
system
config-set succeeded
2022-10-03 12:51:36 +0200
/usr/local/Cellar/php/8.1.11/bin/pear
config-set
data_dir
/usr/local/share/pear/data
system
config-set succeeded
2022-10-03 12:51:36 +0200
/usr/local/Cellar/php/8.1.11/bin/pear
config-set
cfg_dir
/usr/local/share/pear/cfg
system
config-set succeeded
2022-10-03 12:51:36 +0200
/usr/local/Cellar/php/8.1.11/bin/pear
config-set
www_dir
/usr/local/share/pear/htdocs
system
config-set succeeded
2022-10-03 12:51:36 +0200
/usr/local/Cellar/php/8.1.11/bin/pear
config-set
man_dir
/usr/local/share/man
system
config-set succeeded
2022-10-03 12:51:36 +0200
/usr/local/Cellar/php/8.1.11/bin/pear
config-set
test_dir
/usr/local/share/pear/test
system
config-set succeeded
2022-10-03 12:51:36 +0200
/usr/local/Cellar/php/8.1.11/bin/pear
config-set
php_bin
/usr/local/opt/php/bin/php
system
config-set succeeded
2022-10-03 12:51:36 +0200
/usr/local/Cellar/php/8.1.11/bin/pear
update-channels
Updating channel "doc.php.net"
Update of Channel "doc.php.net" succeeded
Updating channel "pear.php.net"
Update of Channel "pear.php.net" succeeded
Updating channel "pecl.php.net"
Update of Channel "pecl.php.net" succeeded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment