Skip to content

Instantly share code, notes, and snippets.

@ynfle
Created July 15, 2018 15:17
Show Gist options
  • Save ynfle/c1b5d286e03bce1e09bbc99f6e08e8ab to your computer and use it in GitHub Desktop.
Save ynfle/c1b5d286e03bce1e09bbc99f6e08e8ab to your computer and use it in GitHub Desktop.
postgresql on macOS 10.13.4 - Homebrew build logs
Homebrew build logs for postgresql on macOS 10.13.4
Build date: 2018-07-12 20:13:08
HOMEBREW_VERSION: 1.6.17-7-gbd5131d
ORIGIN: https://github.com/Homebrew/brew
HEAD: bd5131d7102cf45f6907e9cdba2deeadf020ff25
Last commit: 2 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: dcb1894556c78f945aa4ec31eae699ac95521e36
Core tap last commit: 18 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_DEV_CMD_RUN: 1
CPU: quad-core 64-bit broadwell
Homebrew Ruby: 2.3.7 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.7/bin/ruby
Clang: 9.1 build 902
Git: 2.18.0 => /usr/local/bin/git
Curl: 7.54.0 => /usr/bin/curl
Java: 1.8.0_112
macOS: 10.13.4-x86_64
CLT: 9.4.1.0.1.1528165917
Xcode: 9.3
XQuartz: 2.7.11 => /opt/X11
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: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
/usr/local/include/python3.7m/greenlet/greenlet.h
Error: Unsupported special dependency :mysql
Please report this bug:
https://docs.brew.sh/Troubleshooting
/usr/local/Homebrew/Library/Homebrew/dependency_collector.rb:127:in `parse_symbol_spec'
/usr/local/Homebrew/Library/Homebrew/dependency_collector.rb:95:in `parse_spec'
/usr/local/Homebrew/Library/Homebrew/dependency_collector.rb:51:in `build'
/usr/local/Homebrew/Library/Homebrew/dependency_collector.rb:38:in `block in fetch'
/usr/local/Homebrew/Library/Homebrew/dependency_collector.rb:38:in `fetch'
/usr/local/Homebrew/Library/Homebrew/dependency_collector.rb:38:in `fetch'
/usr/local/Homebrew/Library/Homebrew/dependency_collector.rb:28:in `add'
/usr/local/Homebrew/Library/Homebrew/software_spec.rb:166:in `depends_on'
/usr/local/Homebrew/Library/Homebrew/formula.rb:2335:in `block in depends_on'
/usr/local/Homebrew/Library/Homebrew/formula.rb:2335:in `each'
/usr/local/Homebrew/Library/Homebrew/formula.rb:2335:in `depends_on'
/usr/local/opt/qt@5.7/.brew/qt@5.7.rb:26:in `<class:QtAT57>'
/usr/local/opt/qt@5.7/.brew/qt@5.7.rb:3:in `load_formula'
/usr/local/Homebrew/Library/Homebrew/formulary.rb:26:in `module_eval'
/usr/local/Homebrew/Library/Homebrew/formulary.rb:26:in `load_formula'
/usr/local/Homebrew/Library/Homebrew/formulary.rb:46:in `load_formula_from_path'
/usr/local/Homebrew/Library/Homebrew/formulary.rb:95:in `load_file'
/usr/local/Homebrew/Library/Homebrew/formulary.rb:86:in `klass'
/usr/local/Homebrew/Library/Homebrew/formulary.rb:82:in `get_formula'
/usr/local/Homebrew/Library/Homebrew/formulary.rb:275:in `factory'
/usr/local/Homebrew/Library/Homebrew/formulary.rb:316:in `rescue in from_keg'
/usr/local/Homebrew/Library/Homebrew/formulary.rb:312:in `from_keg'
/usr/local/Homebrew/Library/Homebrew/formulary.rb:289:in `from_rack'
/usr/local/Homebrew/Library/Homebrew/diagnostic.rb:791:in `block in check_for_unlinked_but_not_keg_only'
/usr/local/Homebrew/Library/Homebrew/diagnostic.rb:788:in `reject'
/usr/local/Homebrew/Library/Homebrew/diagnostic.rb:788:in `check_for_unlinked_but_not_keg_only'
/usr/local/Homebrew/Library/Homebrew/cmd/doctor.rb:46:in `block in doctor'
/usr/local/Homebrew/Library/Homebrew/cmd/doctor.rb:38:in `each'
/usr/local/Homebrew/Library/Homebrew/cmd/doctor.rb:38:in `doctor'
/usr/local/Homebrew/Library/Homebrew/brew.rb:100:in `<main>'
2018-07-12 20:13:08 -0400
/usr/local/Cellar/postgresql/10.4/bin/initdb
/usr/local/var/postgres
The files belonging to this database system will be owned by user "ynf".
This user must also own the server process.
The database cluster will be initialized with locale "en_US.UTF-8".
The default database encoding has accordingly been set to "UTF8".
The default text search configuration will be set to "english".
Data page checksums are disabled.
fixing permissions on existing directory /usr/local/var/postgres ... ok
creating subdirectories ... ok
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting dynamic shared memory implementation ... posix
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok
syncing data to disk ... ok
WARNING: enabling "trust" authentication for local connections
You can change this by editing pg_hba.conf or using the option -A, or
--auth-local and --auth-host, the next time you run initdb.
Success. You can now start the database server using:
/usr/local/Cellar/postgresql/10.4/bin/pg_ctl -D /usr/local/var/postgres -l logfile start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment