Alexanders-MacBook-Air:~ alexander$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" ==> This script will install: /usr/local/bin/brew /usr/local/Library/... /usr/local/share/doc/homebrew /usr/local/share/man/man1/brew.1 /usr/local/share/zsh/site-functions/_brew /usr/local/etc/bash_completion.d/brew ==> The following directories will be made group writable: /usr/local/. ==> The following directories will have their owner set to alexander: /usr/local/. ==> The following directories will have their group set to admin: /usr/local/. Press RETURN to continue or any other key to abort ==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/. Password: ==> /usr/bin/sudo /usr/sbin/chown alexander /usr/local/. ==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/. ==> /usr/bin/sudo /bin/mkdir /Library/Caches/Homebrew ==> /usr/bin/sudo /bin/chmod g+rwx /Library/Caches/Homebrew ==> /usr/bin/sudo /usr/sbin/chown alexander /Library/Caches/Homebrew ==> Searching online for the Command Line Tools ==> /usr/bin/sudo /usr/bin/touch /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress ==> Installing Command Line Tools (OS X 10.12) beta 0 for Xcode-8.0 ==> /usr/bin/sudo /usr/sbin/softwareupdate -i Command\ Line\ Tools\ (OS\ X\ 10.12)\ beta\ 0\ for\ Xcode-8.0 Software Update Tool Copyright 2002-2015 Apple Inc. Downloading Command Line Tools (OS X 10.12) beta 0 for Xcode Downloaded Command Line Tools (OS X 10.12) beta 0 for Xcode Installing Command Line Tools (OS X 10.12) beta 0 for Xcode Done with Command Line Tools (OS X 10.12) beta 0 for Xcode Done. ==> /usr/bin/sudo /bin/rm -f /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress Password: ==> Downloading and installing Homebrew... remote: Counting objects: 497, done. remote: Compressing objects: 100% (441/441), done. remote: Total 497 (delta 28), reused 351 (delta 27), pack-reused 0 Receiving objects: 100% (497/497), 776.67 KiB | 463.00 KiB/s, done. Resolving deltas: 100% (28/28), done. From https://github.com/Homebrew/brew * [new branch] master -> origin/master HEAD is now at 91a225e test-bot: add `--skip-relocation` flag ==> Tapping homebrew/core Cloning into '/usr/local/Library/Taps/homebrew/homebrew-core'... remote: Counting objects: 3711, done. remote: Compressing objects: 100% (3595/3595), done. remote: Total 3711 (delta 14), reused 2206 (delta 6), pack-reused 0 Receiving objects: 100% (3711/3711), 2.88 MiB | 1.07 MiB/s, done. Resolving deltas: 100% (14/14), done. Checking connectivity... done. Tapped 3588 formulae (3,737 files, 8.9M) ==> Installation successful! ==> Next steps Run `brew help` to get started Further documentation: https://git.io/brew-docs ==> Homebrew has enabled anonymous aggregate user behaviour analytics Read the analytics documentation (and how to opt-out) here: https://git.io/brew-analytics Alexanders-MacBook-Air:~ alexander$ brew doctor 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: You are using OS X 10.12. We do not provide support for this pre-release version. You may encounter build failures or other breakages. Please create pull-requests instead of filing issues. Alexanders-MacBook-Air:~ alexander$ brew install --devel brew install [--debug] [--env=std|super] [--ignore-dependencies] [--only-dependencies] [--cc=compiler] [--build-from-source|--force-bottle] [--devel|--HEAD] [--keep-tmp] formula: Install formula. formula is usually the name of the formula to install, but it can be specified in several different ways. See [SPECIFYING FORMULAE][]. If --debug is passed and brewing fails, open an interactive debugging session with access to IRB or a shell inside the temporary build directory. If --env=std is passed, use the standard build environment instead of superenv. If --env=super is passed, use superenv even if the formula specifies the standard build environment. If --ignore-dependencies is passed, skip installing any dependencies of any kind. If they are not already present, the formula will probably fail to install. If --only-dependencies is passed, install the dependencies with specified options but do not install the specified formula. If --cc=compiler is passed, attempt to compile using compiler. compiler should be the name of the compiler's executable, for instance gcc-4.2 for Apple's GCC 4.2, or gcc-4.9 for a Homebrew-provided GCC 4.9. If --build-from-source or -s is passed, compile the specified formula from source even if a bottle is provided. Dependencies will still be installed from bottles if they are available. If HOMEBREW_BUILD_FROM_SOURCE is set, regardless of whether --build-from-source was passed, then both formula and the dependencies installed as part of this process are built from source even if bottles are available. If --force-bottle is passed, install from a bottle if it exists for the current version of OS X, even if custom options are given. If --devel is passed, and formula defines it, install the development version. If --HEAD is passed, and formula defines it, install the HEAD version, aka master, trunk, unstable. If --keep-tmp is passed, the temporary files created during installation are not deleted. To install a newer version of HEAD use brew rm foo && brew install --HEAD foo. brew install --interactive [--git] formula: Download and patch formula, then open a shell. This allows the user to run ./configure --help and otherwise determine how to turn the software package into a Homebrew formula. If --git is passed, Homebrew will create a Git repository, useful for creating patches to the software. Error: Invalid usage: This command requires a formula argument Alexanders-MacBook-Air:~ alexander$ brew install wine --devel Warning: You are using OS X 10.12. We do not provide support for this pre-release version. You may encounter build failures or other breakages. Please create pull-requests instead of filing issues. ==> Installing dependencies for wine: pkg-config, xz, libpng, freetype, jpeg, libtool, libusb, libusb-compat, fontconfig, libtiff, webp, gd, libgphoto2, little-cms2, jasper, libicns, makedepend, op ==> Installing wine dependency: pkg-config ==> Downloading https://pkgconfig.freedesktop.org/releases/pkg-config-0.29.1.tar.gz ######################################################################## 100.0% ==> ./configure --prefix=/usr/local/Cellar/pkg-config/0.29.1 --disable-host-tool --with-internal-glib --with-pc-path=/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/pkgconfig:/usr/local/Libra ==> make ==> make check ==> make install 🍺 /usr/local/Cellar/pkg-config/0.29.1: 10 files, 627.4K, built in 2 minutes 19 seconds ==> Installing wine dependency: xz ==> Downloading https://fossies.org/linux/misc/xz-5.2.2.tar.gz ######################################################################## 100.0% ==> ./configure --disable-silent-rules --prefix=/usr/local/Cellar/xz/5.2.2 ==> make install 🍺 /usr/local/Cellar/xz/5.2.2: 91 files, 1.8M, built in 1 minute 4 seconds ==> Installing wine dependency: libpng ==> Downloading ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng16/libpng-1.6.23.tar.xz ######################################################################## 100.0% ==> ./configure --disable-silent-rules --prefix=/usr/local/Cellar/libpng/1.6.23 ==> make ==> make test ==> make install 🍺 /usr/local/Cellar/libpng/1.6.23: 25 files, 1.6M, built in 2 minutes 23 seconds ==> Installing wine dependency: freetype ==> Downloading https://downloads.sf.net/project/freetype/freetype2/2.6.3/freetype-2.6.3.tar.bz2 ==> Downloading from http://heanet.dl.sourceforge.net/project/freetype/freetype2/2.6.3/freetype-2.6.3.tar.bz2 ######################################################################## 100.0% ==> ./configure --prefix=/usr/local/Cellar/freetype/2.6.3 --without-harfbuzz ==> make ==> make install 🍺 /usr/local/Cellar/freetype/2.6.3: 61 files, 3.5M, built in 50 seconds ==> Installing wine dependency: jpeg ==> Downloading http://www.ijg.org/files/jpegsrc.v8d.tar.gz ######################################################################## 100.0% ==> ./configure --prefix=/usr/local/Cellar/jpeg/8d ==> make install 🍺 /usr/local/Cellar/jpeg/8d: 19 files, 1.3M, built in 38 seconds ==> Installing wine dependency: libtool ==> Downloading https://ftpmirror.gnu.org/libtool/libtool-2.4.6.tar.xz ==> Downloading from http://mirror.lagoon.nc/pub/gnu/libtool/libtool-2.4.6.tar.xz curl: (28) Connection timed out after 5007 milliseconds Trying a mirror... ==> Downloading https://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.xz ######################################################################## 100.0% ==> ./configure --prefix=/usr/local/Cellar/libtool/2.4.6 --program-prefix=g --enable-ltdl-install ==> make install ==> Caveats In order to prevent conflicts with Apple's own libtool we have prepended a "g" so, you have instead: glibtool and glibtoolize. ==> Summary 🍺 /usr/local/Cellar/libtool/2.4.6: 70 files, 3.7M, built in 57 seconds ==> Installing wine dependency: libusb ==> Downloading https://downloads.sourceforge.net/project/libusb/libusb-1.0/libusb-1.0.20/libusb-1.0.20.tar.bz2 ==> Downloading from http://jaist.dl.sourceforge.net/project/libusb/libusb-1.0/libusb-1.0.20/libusb-1.0.20.tar.bz2 ######################################################################## 100.0% ==> ./configure --prefix=/usr/local/Cellar/libusb/1.0.20 ==> make install 🍺 /usr/local/Cellar/libusb/1.0.20: 12 files, 467K, built in 21 seconds ==> Installing wine dependency: libusb-compat ==> Downloading https://downloads.sourceforge.net/project/libusb/libusb-compat-0.1/libusb-compat-0.1.5/libusb-compat-0.1.5.tar.bz2 ==> Downloading from http://tenet.dl.sourceforge.net/project/libusb/libusb-compat-0.1/libusb-compat-0.1.5/libusb-compat-0.1.5.tar.bz2 ######################################################################## 100.0% ==> ./configure --prefix=/usr/local/Cellar/libusb-compat/0.1.5 ==> make install 🍺 /usr/local/Cellar/libusb-compat/0.1.5: 13 files, 133.5K, built in 22 seconds ==> Installing wine dependency: fontconfig ==> Downloading https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.11.1.tar.bz2 ######################################################################## 100.0% ==> Patching patching file fc-cache/fc-cache.c patching file fontconfig/fontconfig.h patching file src/fccache.c patching file src/fcdir.c patching file src/fcfs.c patching file src/fcint.h patching file src/fcpat.c ==> ./configure --disable-silent-rules --enable-static --with-add-fonts=/System/Library/Fonts,/Library/Fonts,~/Library/Fonts --prefix=/usr/local/Cellar/fontconfig/2.11.1_2 --localstatedir=/usr/local/var - ==> make install RUN_FC_CACHE_TEST=false ==> Regenerating font cache, this may take a while ==> /usr/local/Cellar/fontconfig/2.11.1_2/bin/fc-cache -frv 🍺 /usr/local/Cellar/fontconfig/2.11.1_2: 450 files, 3.5M, built in 3 minutes 19 seconds ==> Installing wine dependency: libtiff ==> Downloading http://download.osgeo.org/libtiff/tiff-4.0.6.tar.gz ######################################################################## 100.0% ==> Downloading https://mirrors.ocf.berkeley.edu/debian/pool/main/t/tiff/tiff_4.0.6-1.debian.tar.xz ######################################################################## 100.0% ==> Patching ==> Applying patches/01-CVE-2015-8665_and_CVE-2015-8683.patch patching file ChangeLog patching file libtiff/tif_getimage.c ==> Applying patches/02-fix_potential_out-of-bound_writes_in_decode_functions.patch patching file ChangeLog patching file libtiff/tif_luv.c ==> Applying patches/03-fix_potential_out-of-bound_write_in_NeXTDecode.patch patching file ChangeLog patching file libtiff/tif_next.c ==> ./configure --prefix=/usr/local/Cellar/libtiff/4.0.6_1 --without-x --with-jpeg-include-dir=/usr/local/opt/jpeg/include --with-jpeg-lib-dir=/usr/local/opt/jpeg/lib --disable-lzma ==> make install 🍺 /usr/local/Cellar/libtiff/4.0.6_1: 261 files, 5M, built in 1 minute 15 seconds ==> Installing wine dependency: webp ==> Downloading http://downloads.webmproject.org/releases/webp/libwebp-0.5.0.tar.gz ######################################################################## 100.0% ==> ./configure --disable-gl --enable-libwebpmux --enable-libwebpdemux --enable-libwebpdecoder --prefix=/usr/local/Cellar/webp/0.5.0 ==> make install 🍺 /usr/local/Cellar/webp/0.5.0: 34 files, 3.1M, built in 1 minute 6 seconds ==> Installing wine dependency: gd ==> Downloading https://github.com/libgd/libgd/releases/download/gd-2.2.2/libgd-2.2.2.tar.xz ==> Downloading from https://github-cloud.s3.amazonaws.com/releases/29669711/2ca0b6d4-3a12-11e6-869f-de32566b7f38.xz?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAISTNZFOVBIJMK3TQ%2F20160630%2Fus- ######################################################################## 100.0% ==> Downloading https://gitweb.gentoo.org/repo/gentoo.git/plain/media-libs/gd/files/gd-2.2.2-osx-libtool.patch?id=ede657b970d1deee8305dbefaf5651c37aea115c ######################################################################## 100.0% ==> Patching ==> Applying gd-2.2.2-osx-libtool.patch patching file configure Hunk #1 succeeded at 2464 (offset 4 lines). ==> ./configure --prefix=/usr/local/Cellar/gd/2.2.2 --without-x --without-xpm --with-png=/usr/local/opt/libpng --with-fontconfig=/usr/local/opt/fontconfig --with-freetype=/usr/local/opt/freetype --with-jp ==> make install 🍺 /usr/local/Cellar/gd/2.2.2: 35 files, 2M, built in 1 minute ==> Installing wine dependency: libgphoto2 ==> Downloading https://downloads.sourceforge.net/project/gphoto/libgphoto/2.5.10/libgphoto2-2.5.10.tar.bz2 ==> Downloading from http://ufpr.dl.sourceforge.net/project/gphoto/libgphoto/2.5.10/libgphoto2-2.5.10.tar.bz2 ######################################################################## 100.0% ==> ./configure --disable-silent-rules --prefix=/usr/local/Cellar/libgphoto2/2.5.10 ==> make install 🍺 /usr/local/Cellar/libgphoto2/2.5.10: 168 files, 7.3M, built in 2 minutes 35 seconds ==> Installing wine dependency: little-cms2 ==> Downloading https://downloads.sourceforge.net/project/lcms/lcms/2.7/lcms2-2.7.tar.gz ==> Downloading from http://tenet.dl.sourceforge.net/project/lcms/lcms/2.7/lcms2-2.7.tar.gz ######################################################################## 100.0% tar: copyfile unpack (lcms2-2.7/Projects/mac/LittleCMS/.DS_Store) failed: File exists tar: copyfile unpack (lcms2-2.7/Projects/mac/.DS_Store) failed: File exists ==> ./configure --prefix=/usr/local/Cellar/little-cms2/2.7 ==> make install 🍺 /usr/local/Cellar/little-cms2/2.7: 17 files, 1.8M, built in 1 minute 11 seconds ==> Installing wine dependency: jasper ==> Downloading http://download.osgeo.org/gdal/jasper-1.900.1.uuid.tar.gz ######################################################################## 100.0% ==> Patching patching file src/libjasper/jpc/jpc_dec.c ==> ./configure --enable-shared --prefix=/usr/local/Cellar/jasper/1.900.1 --mandir=/usr/local/Cellar/jasper/1.900.1/share/man ==> make install 🍺 /usr/local/Cellar/jasper/1.900.1: 37 files, 1.5M, built in 1 minute 8 seconds ==> Installing wine dependency: libicns ==> Downloading https://downloads.sourceforge.net/project/icns/libicns-0.8.1.tar.gz ==> Downloading from http://jaist.dl.sourceforge.net/project/icns/libicns-0.8.1.tar.gz ######################################################################## 100.0% ==> ./configure --prefix=/usr/local/Cellar/libicns/0.8.1_1 ==> make install 🍺 /usr/local/Cellar/libicns/0.8.1_1: 18 files, 406.1K, built in 23 seconds ==> Installing wine dependency: makedepend ==> Downloading https://xorg.freedesktop.org/releases/individual/util/makedepend-1.0.5.tar.bz2 ######################################################################## 100.0% ==> Downloading https://xorg.freedesktop.org/releases/individual/proto/xproto-7.0.28.tar.gz ######################################################################## 100.0% ==> ./configure --disable-silent-rules --prefix=/private/tmp/makedepend-20160630-36258-1axvx37/makedepend-1.0.5/xproto ==> make install ==> Downloading https://xorg.freedesktop.org/releases/individual/util/util-macros-1.19.0.tar.bz2 ######################################################################## 100.0% ==> ./configure --prefix=/private/tmp/makedepend-20160630-36258-1axvx37/makedepend-1.0.5/xorg-macros ==> make install ==> ./configure --disable-silent-rules --prefix=/usr/local/Cellar/makedepend/1.0.5 ==> make install 🍺 /usr/local/Cellar/makedepend/1.0.5: 7 files, 72.6K, built in 41 seconds ==> Installing wine dependency: openssl ==> Downloading https://www.openssl.org/source/openssl-1.0.2h.tar.gz ######################################################################## 100.0% ==> make clean ==> perl ./Configure --prefix=/usr/local/Cellar/openssl/1.0.2h_1 --openssldir=/usr/local/etc/openssl no-ssl2 zlib-dynamic shared enable-cms darwin64-x86_64-cc enable-ec_nistp_64_gcc_128 ==> make depend ==> make ==> make test ==> make clean ==> perl ./Configure --prefix=/usr/local/Cellar/openssl/1.0.2h_1 --openssldir=/usr/local/etc/openssl no-ssl2 zlib-dynamic shared enable-cms darwin-i386-cc ==> make depend ==> make ==> make test ==> make install MANDIR=/usr/local/Cellar/openssl/1.0.2h_1/share/man MANSUFFIX=ssl ==> lipo -create build-x86_64/libcrypto.1.0.0.dylib build-i386/libcrypto.1.0.0.dylib -output /usr/local/Cellar/openssl/1.0.2h_1/lib/libcrypto.1.0.0.dylib ==> lipo -create build-x86_64/libcrypto.a build-i386/libcrypto.a -output /usr/local/Cellar/openssl/1.0.2h_1/lib/libcrypto.a ==> lipo -create build-x86_64/libssl.1.0.0.dylib build-i386/libssl.1.0.0.dylib -output /usr/local/Cellar/openssl/1.0.2h_1/lib/libssl.1.0.0.dylib ==> lipo -create build-x86_64/libssl.a build-i386/libssl.a -output /usr/local/Cellar/openssl/1.0.2h_1/lib/libssl.a ==> lipo -create build-x86_64/engines/lib4758cca.dylib build-i386/engines/lib4758cca.dylib -output /usr/local/Cellar/openssl/1.0.2h_1/lib/engines/lib4758cca.dylib ==> lipo -create build-x86_64/engines/libaep.dylib build-i386/engines/libaep.dylib -output /usr/local/Cellar/openssl/1.0.2h_1/lib/engines/libaep.dylib ==> lipo -create build-x86_64/engines/libatalla.dylib build-i386/engines/libatalla.dylib -output /usr/local/Cellar/openssl/1.0.2h_1/lib/engines/libatalla.dylib ==> lipo -create build-x86_64/engines/libcapi.dylib build-i386/engines/libcapi.dylib -output /usr/local/Cellar/openssl/1.0.2h_1/lib/engines/libcapi.dylib ==> lipo -create build-x86_64/engines/libchil.dylib build-i386/engines/libchil.dylib -output /usr/local/Cellar/openssl/1.0.2h_1/lib/engines/libchil.dylib ==> lipo -create build-x86_64/engines/libcswift.dylib build-i386/engines/libcswift.dylib -output /usr/local/Cellar/openssl/1.0.2h_1/lib/engines/libcswift.dylib ==> lipo -create build-x86_64/engines/libgmp.dylib build-i386/engines/libgmp.dylib -output /usr/local/Cellar/openssl/1.0.2h_1/lib/engines/libgmp.dylib ==> lipo -create build-x86_64/engines/libgost.dylib build-i386/engines/libgost.dylib -output /usr/local/Cellar/openssl/1.0.2h_1/lib/engines/libgost.dylib ==> lipo -create build-x86_64/engines/libnuron.dylib build-i386/engines/libnuron.dylib -output /usr/local/Cellar/openssl/1.0.2h_1/lib/engines/libnuron.dylib ==> lipo -create build-x86_64/engines/libpadlock.dylib build-i386/engines/libpadlock.dylib -output /usr/local/Cellar/openssl/1.0.2h_1/lib/engines/libpadlock.dylib ==> lipo -create build-x86_64/engines/libsureware.dylib build-i386/engines/libsureware.dylib -output /usr/local/Cellar/openssl/1.0.2h_1/lib/engines/libsureware.dylib ==> lipo -create build-x86_64/engines/libubsec.dylib build-i386/engines/libubsec.dylib -output /usr/local/Cellar/openssl/1.0.2h_1/lib/engines/libubsec.dylib ==> lipo -create build-x86_64/openssl build-i386/openssl -output /usr/local/Cellar/openssl/1.0.2h_1/bin/openssl ==> Caveats A CA file has been bootstrapped using certificates from the system keychain. To add additional certificates, place .pem files in /usr/local/etc/openssl/certs and run /usr/local/opt/openssl/bin/c_rehash This formula is keg-only, which means it was not symlinked into /usr/local. Apple has deprecated use of OpenSSL in favor of its own TLS and crypto libraries Generally there are no consequences of this for you. If you build your own software and it requires this formula, you'll need to add to your build variables: LDFLAGS: -L/usr/local/opt/openssl/lib CPPFLAGS: -I/usr/local/opt/openssl/include ==> Summary 🍺 /usr/local/Cellar/openssl/1.0.2h_1: 1,691 files, 17.2M, built in 9 minutes 47 seconds ==> Installing wine dependency: sane-backends ==> Downloading https://fossies.org/linux/misc/sane-backends-1.0.24.tar.gz curl: (22) The requested URL returned error: 410 Gone Trying a mirror... ==> Downloading https://mirrors.kernel.org/debian/pool/main/s/sane-backends/sane-backends_1.0.24.orig.tar.gz ######################################################################## 100.0% ==> Patching patching file include/sane/sane.h ==> ./configure --prefix=/usr/local/Cellar/sane-backends/1.0.24_1 --localstatedir=/usr/local/var --without-gphoto2 --enable-local-backends --enable-libusb --disable-latex ==> make ==> make install 🍺 /usr/local/Cellar/sane-backends/1.0.24_1: 418 files, 18.7M, built in 4 minutes 22 seconds ==> Installing wine dependency: libtasn1 ==> Downloading http://ftpmirror.gnu.org/libtasn1/libtasn1-4.8.tar.gz ==> Downloading from http://mirror.lagoon.nc/pub/gnu/libtasn1/libtasn1-4.8.tar.gz ######################################################################## 100.0% ==> ./configure --prefix=/usr/local/Cellar/libtasn1/4.8 --disable-silent-rules ==> make install 🍺 /usr/local/Cellar/libtasn1/4.8: 58 files, 655.5K, built in 2 minutes 23 seconds ==> Installing wine dependency: gmp ==> Downloading https://gmplib.org/download/gmp/gmp-6.1.1.tar.xz ######################################################################## 100.0% ==> ./configure --prefix=/usr/local/Cellar/gmp/6.1.1 --enable-cxx ==> make ==> make check ==> make install 🍺 /usr/local/Cellar/gmp/6.1.1: 17 files, 3.1M, built in 4 minutes 10 seconds ==> Installing wine dependency: nettle ==> Downloading https://www.lysator.liu.se/~nisse/archive/nettle-3.2.tar.gz ######################################################################## 100.0% ==> ./configure --prefix=/usr/local/Cellar/nettle/3.2 --enable-shared ==> make ==> make install ==> make check 🍺 /usr/local/Cellar/nettle/3.2: 79 files, 1.9M, built in 58 seconds ==> Installing wine dependency: gnutls ==> Downloading ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/gnutls-3.4.13.tar.xz ######################################################################## 100.0% ==> ./configure --disable-silent-rules --disable-static --prefix=/usr/local/Cellar/gnutls/3.4.13 --sysconfdir=/usr/local/etc --with-default-trust-store-file=/usr/local/etc/openssl/cert.pem --disable-heart ==> make install 🍺 /usr/local/Cellar/gnutls/3.4.13: 1,114 files, 6.9M, built in 3 minutes 6 seconds ==> Installing wine ==> Downloading https://dl.winehq.org/wine/source/1.9/wine-1.9.13.tar.bz2 ######################################################################## 100.0% ==> Downloading https://bugs.winehq.org/attachment.cgi?id=52384 ######################################################################## 100.0% ==> Downloading https://bugs.winehq.org/attachment.cgi?id=54854 ######################################################################## 100.0% ==> Patching ==> Applying attachment.cgi patching file dlls/wined3d/surface.c Hunk #1 succeeded at 1463 (offset -818 lines). Hunk #2 succeeded at 1809 (offset -818 lines). ==> Applying attachment.cgi patching file configure Hunk #1 succeeded at 13054 (offset -13 lines). patching file configure.ac patching file dlls/winspool.drv/info.c patching file include/config.h.in ==> ./configure --prefix=/usr/local/Cellar/wine/1.9.13 --without-mpg123 ==> make install ==> Downloading https://downloads.sourceforge.net/wine/wine_gecko-2.40-x86.msi ==> Downloading from http://jaist.dl.sourceforge.net/project/wine/Wine%20Gecko/2.40/wine_gecko-2.40-x86.msi ######################################################################## 100.0% ==> Downloading https://downloads.sourceforge.net/wine/wine-mono-4.5.6.msi ==> Downloading from http://ufpr.dl.sourceforge.net/project/wine/Wine%20Mono/4.5.6/wine-mono-4.5.6.msi ######################################################################## 100.0% ==> Caveats You may want to get winetricks: brew install winetricks By default Wine uses a native Mac driver. To switch to the X11 driver, use regedit to set the "graphics" key under "HKCUSoftwareWineDrivers" to "x11" (or use winetricks). For best results with X11, install the latest version of XQuartz: https://xquartz.macosforge.org/ ==> Summary 🍺 /usr/local/Cellar/wine/1.9.13: 2,525 files, 269.2M, built in 18 minutes 11 seconds Alexanders-MacBook-Air:~ alexander$ brew install winetricks Warning: You are using OS X 10.12. We do not provide support for this pre-release version. You may encounter build failures or other breakages. Please create pull-requests instead of filing issues. ==> Installing dependencies for winetricks: cabextract, p7zip, unrar ==> Installing winetricks dependency: cabextract ==> Downloading http://www.cabextract.org.uk/cabextract-1.6.tar.gz ######################################################################## 100.0% ==> ./configure --disable-silent-rules --prefix=/usr/local/Cellar/cabextract/1.6 ==> make install 🍺 /usr/local/Cellar/cabextract/1.6: 9 files, 138.5K, built in 16 seconds ==> Installing winetricks dependency: p7zip ==> Downloading https://downloads.sourceforge.net/project/p7zip/p7zip/15.14.1/p7zip_15.14.1_src_all.tar.bz2 ==> Downloading from http://pilotfiber.dl.sourceforge.net/project/p7zip/p7zip/15.14.1/p7zip_15.14.1_src_all.tar.bz2 ######################################################################## 100.0% ==> Downloading https://mirrors.ocf.berkeley.edu/debian/pool/main/p/p7zip/p7zip_15.14.1+dfsg-2.debian.tar.xz ######################################################################## 100.0% ==> Patching ==> Applying patches/CVE-2016-2334.patch patching file CPP/7zip/Archive/HfsHandler.cpp ==> Applying patches/CVE-2016-2335.patch patching file CPP/7zip/Archive/Udf/UdfIn.cpp ==> make all3 CC=clang $(ALLFLAGS) CXX=clang++ $(ALLFLAGS) ==> make DEST_HOME=/usr/local/Cellar/p7zip/15.14.1_1 DEST_MAN=/usr/local/Cellar/p7zip/15.14.1_1/share/man install 🍺 /usr/local/Cellar/p7zip/15.14.1_1: 103 files, 4.7M, built in 2 minutes 26 seconds ==> Installing winetricks dependency: unrar ==> Downloading http://www.rarlab.com/rar/unrarsrc-5.3.11.tar.gz ######################################################################## 100.0% ==> make ==> make clean ==> make lib 🍺 /usr/local/Cellar/unrar/5.3.11: 5 files, 489K, built in 16 seconds ==> Installing winetricks ==> Downloading https://github.com/Winetricks/winetricks/archive/20160627.tar.gz ==> Downloading from https://codeload.github.com/Winetricks/winetricks/tar.gz/20160627 ######################################################################## 100.0% ==> Caveats winetricks is a set of utilities for wine, which is installed separately: brew install wine ==> Summary 🍺 /usr/local/Cellar/winetricks/20160627: 4 files, 655.8K, built in 5 seconds