Skip to content

Instantly share code, notes, and snippets.

@n0ts
Created October 17, 2017 23:15
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 n0ts/f614157826387f2111c8d63a5d97efc8 to your computer and use it in GitHub Desktop.
Save n0ts/f614157826387f2111c8d63a5d97efc8 to your computer and use it in GitHub Desktop.
nginx-full with mruby-module --verbose
$ brew install nginx-full --with-mruby-module --no-sandbox --verbose
==> Installing nginx-full from homebrew/nginx
==> Downloading https://nginx.org/download/nginx-1.12.1.tar.gz
Already downloaded: homebrew/nginx-full-1.12.1.tar.gz
==> Verifying nginx-full-1.12.1.tar.gz checksum
tar xzf homebrew/nginx-full-1.12.1.tar.gz
==> git init
Reinitialized existing Git repository in /homebrew/Cellar/mruby-nginx-module/1.20.1/share/mruby-nginx-module/.git/
==> git submodule init
==> git submodule update
==> git add build_config.rb
==> git commit -m 'build_config.rb'
On branch master
Untracked files:
../AUTHORS
../Dockerfile
../LEGAL
../MITL
../Makefile
../Makefile.in
../README.md
../TODO
../apply-clang-format
../build.sh
../build_config.rb
../config
../config.in
../config.log
../config.status
../configure
../configure.in
../dependence/
../docker/
../docs/
../example/
../misc/
../mrbgems/
.gitignore
.gitlab-ci.yml
.travis.yml
.yardopts
AUTHORS
CONTRIBUTING.md
LEGAL
MITL
Makefile
NEWS
README.md
Rakefile
TODO
appveyor.yml
appveyor_config.rb
benchmark/
doc/
examples/
include/
lib/
minirake
mrbgems/
mrblib/
mruby-source.gemspec
src/
tasks/
test/
travis_config.rb
../nginx_version
../src/
../test.sh
../test/
../update-mruby-subtree
nothing added to commit but untracked files present
==> Formula
Tap: homebrew/nginx
Path: homebrew/Library/Taps/homebrew/homebrew-nginx/Formula/nginx-full.rb
==> Configuration
HOMEBREW_VERSION: 1.3.5
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 91ab116ace7f4f97d3440190463c93be9ec6d675
Last commit: 9 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: aaf921163bf604460e7e300e8eae980bf87fa3f1
Core tap last commit: 2 hours ago
HOMEBREW_PREFIX: homebrew
HOMEBREW_REPOSITORY: homebrew
HOMEBREW_CELLAR: homebrew/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit haswell
Homebrew Ruby: 2.3.3 => homebrew/Library/Homebrew/vendor/portable-ruby/2.3.3/bin/ruby
Clang: 9.0 build 900
Git: 2.14.2 => /opt/boxen/homebrew/bin/git
Perl: /usr/bin/perl
Python: homebrew/opt/python/libexec/bin/python => homebrew/Cellar/python/2.7.14/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: rbenv/versions/2.4.1/bin/ruby
Java: 1.8.0_144, 1.8.0_111, 1.8.0_101, 1.8.0_92, 1.8.0_66
macOS: 10.12.6-x86_64
Xcode: 9.0.1
CLT: 9.0.1.0.1.1506734476
X11: 2.7.11 => /opt/X11
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /opt/boxen/homebrew/opt/openssl:/opt/boxen/homebrew
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
MACOSX_DEPLOYMENT_TARGET: 10.12
PKG_CONFIG_PATH: /opt/boxen/homebrew/opt/pcre/lib/pkgconfig:/opt/boxen/homebrew/opt/openssl/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/opt/boxen/homebrew/Library/Homebrew/os/mac/pkgconfig/10.12
ACLOCAL_PATH: /opt/boxen/homebrew/share/aclocal
PATH: homebrew/opt/pcre/bin:homebrew/opt/openssl/bin:homebrew/bin:homebrew/Library/Homebrew/shims/super:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
Error: homebrew/nginx/nginx-full 1.12.1 did not build
Logs:
/Users/n0ts/Library/Logs/Homebrew/nginx-full/00.options.out
/Users/n0ts/Library/Logs/Homebrew/nginx-full/01.git
/Users/n0ts/Library/Logs/Homebrew/nginx-full/02.git
/Users/n0ts/Library/Logs/Homebrew/nginx-full/03.git
/Users/n0ts/Library/Logs/Homebrew/nginx-full/04.git
/Users/n0ts/Library/Logs/Homebrew/nginx-full/05.git
READ THIS: https://docs.brew.sh/Troubleshooting.html
These open issues may also help:
Compiler error when installing nginx-full ---with-upload-module https://github.com/Homebrew/homebrew-nginx/issues/304
building nginx-full with healthcheck module giving error https://github.com/Homebrew/homebrew-nginx/issues/263
unknown directive "mail" with mail option enabled https://github.com/Homebrew/homebrew-nginx/issues/147
ipv4 support https://github.com/Homebrew/homebrew-nginx/issues/114
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment