Skip to content

Instantly share code, notes, and snippets.

@erickguan
Created January 17, 2019 21:51
Show Gist options
  • Save erickguan/33d596c248cf9baae22b4f9790ce58c9 to your computer and use it in GitHub Desktop.
Save erickguan/33d596c248cf9baae22b4f9790ce58c9 to your computer and use it in GitHub Desktop.
postgresql on macOS 10.14.2 - Homebrew build logs
Homebrew build logs for postgresql on macOS 10.14.2
Build date: 2019-01-17 22:22:22
HOMEBREW_VERSION: 1.9.2-28-gda22194
ORIGIN: https://github.com/Homebrew/brew
HEAD: da22194195ffc0c448f428d2eb6c2bba94a2b24d
Last commit: 8 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 9c59062900e897cebbcbf3a95e86282df4feb509
Core tap last commit: 13 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_DEV_CMD_RUN: 1
HOMEBREW_GITHUB_API_TOKEN: set
HOMEBREW_LOGS: /Users/erickg/Library/Logs/Homebrew
HOMEBREW_NO_ANALYTICS: 1
CPU: octa-core 64-bit haswell
Homebrew Ruby: 2.3.7 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby
Clang: 10.0 build 1000
Git: 2.17.2 => /Applications/Xcode.app/Contents/Developer/usr/bin/git
Curl: 7.54.0 => /usr/bin/curl
Java: 11.0.1, 1.8.0_192, 1.8.0_131, 1.8.0_60
macOS: 10.14.2-x86_64
CLT: 10.1.0.0.1.1539992718
Xcode: 10.1
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 static libraries were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected static libraries:
/usr/local/lib/libTHD.a
/usr/local/lib/libbenchmark.a
/usr/local/lib/libbenchmark_main.a
/usr/local/lib/libcaffe2_protos.a
/usr/local/lib/libclog.a
/usr/local/lib/libcpuinfo.a
/usr/local/lib/libgmock.a
/usr/local/lib/libgmock_main.a
/usr/local/lib/libgtest.a
/usr/local/lib/libgtest_main.a
/usr/local/lib/libnnpack.a
/usr/local/lib/libnnpack_reference_layers.a
/usr/local/lib/libonnx.a
/usr/local/lib/libonnx_proto.a
/usr/local/lib/libonnxifi_loader.a
/usr/local/lib/libprotobuf-lite.a
/usr/local/lib/libprotobuf.a
/usr/local/lib/libprotoc.a
/usr/local/lib/libpthreadpool.a
/usr/local/lib/libqnnpack.a
Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
sstp-client
2019-01-17 22:25:24 +0100
/usr/local/Cellar/postgresql/11.1_1/bin/initdb
/usr/local/var/postgres
The files belonging to this database system will be owned by user "erickg".
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/11.1_1/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