Skip to content

Instantly share code, notes, and snippets.

@inancgumus
Created December 8, 2016 18:04
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 inancgumus/bbfcf2912adedcebccc05fa8350c003d to your computer and use it in GitHub Desktop.
Save inancgumus/bbfcf2912adedcebccc05fa8350c003d to your computer and use it in GitHub Desktop.
postgresql on macOS 10.12.1 - Homebrew build logs
Homebrew build logs for postgresql on macOS 10.12.1
Build date: 2016-12-08 20:57:24
HOMEBREW_VERSION: 1.1.2
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 0f529dae1043639058130092cf35e68d18907cb8
Last commit: 10 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 431fa140009c040ba33d164d63234982561eadc0
Core tap last commit: 3 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local/Homebrew
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: octa-core 64-bit haswell
Homebrew Ruby: 2.0.0-p648
Clang: 8.0 build 800
Git: 2.7.2 => /usr/local/bin/git
Perl: /usr/bin/perl
Python: /Users/inanc/.pyenv/shims/python => /usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/local/var/rbenv/shims/ruby => /usr/local/var/rbenv/versions/2.3.1/bin/ruby
Java: 1.8.0_102, 1.8.0_45
macOS: 10.12.1-x86_64
Xcode: 8.1
CLT: 8.1.0.0.1.1476494586
X11: 2.7.9 => /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 and just ignore them. Thanks!
Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following "config" scripts:
/Users/inanc/.pyenv/shims/curl-config
/Users/inanc/.pyenv/shims/freetype-config
/Users/inanc/.pyenv/shims/libdynd-config
/Users/inanc/.pyenv/shims/libpng-config
/Users/inanc/.pyenv/shims/libpng16-config
/Users/inanc/.pyenv/shims/python3-config
/Users/inanc/.pyenv/shims/python3.5-config
/Users/inanc/.pyenv/shims/python3.5m-config
/Users/inanc/.pyenv/shims/xml2-config
/Users/inanc/.pyenv/shims/xslt-config
2016-12-08 20:57:24 +0300
/usr/local/Cellar/postgresql/9.6.1/bin/initdb
/usr/local/var/postgres
The files belonging to this database system will be owned by user "inanc".
This user must also own the server process.
The database cluster will be initialized with locales
COLLATE: C
CTYPE: UTF-8
MESSAGES: C
MONETARY: C
NUMERIC: C
TIME: C
The default database encoding has accordingly been set to "UTF8".
initdb: could not find suitable text search configuration for locale "UTF-8"
The default text search configuration will be set to "simple".
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/9.6.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